Misha Brukman
|
63b38bd2ed
|
Fix #includes of i*.h => Instructions.h as per PR403.
llvm-svn: 15334
|
2004-07-29 17:30:56 +00:00 |
Chris Lattner
|
3bbaaaa940
|
Fix incorrect computation of mod/ref sets. Do not ask for mod/ref information
for objects of size 0.
llvm-svn: 14908
|
2004-07-17 07:40:34 +00:00 |
Chris Lattner
|
2e8690bf57
|
Print modref information in a useful way.
llvm-svn: 14907
|
2004-07-17 06:43:20 +00:00 |
Chris Lattner
|
eed1a6f3dc
|
Cleanups: fold two loops into one
New features: -print-all-alias-modref-info option, print more info
llvm-svn: 14906
|
2004-07-17 06:28:49 +00:00 |
Reid Spencer
|
eb04d9bcb4
|
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
|
2004-07-04 12:19:56 +00:00 |
Chris Lattner
|
2d3a7a6ff0
|
Changes to fix up the inst_iterator to pass to boost iterator checks. This
patch was graciously contributed by Vladimir Prus.
llvm-svn: 13185
|
2004-04-27 15:13:33 +00:00 |
Misha Brukman
|
4483c9b864
|
Simplify code to process CallSites (thanks to Chris).
llvm-svn: 12334
|
2004-03-12 16:20:49 +00:00 |
Misha Brukman
|
bf28cf6b7d
|
Evaluate ModRef information in addition to regular ol' pointer analysis.
llvm-svn: 12331
|
2004-03-12 06:15:08 +00:00 |
Chris Lattner
|
8dee84159f
|
Finegrainify namespacification
Provide a context module to WriteAsOperand
llvm-svn: 10366
|
2003-12-10 15:33:59 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Chris Lattner
|
83e21a0c93
|
Count operands to instructions as well as just results. This allows for global variables to be checked as well
llvm-svn: 6970
|
2003-06-29 00:07:11 +00:00 |
Chris Lattner
|
13082d63dd
|
Adjust to new AA interface
llvm-svn: 5637
|
2003-02-26 19:29:16 +00:00 |
Chris Lattner
|
3595c3387a
|
Rename options
llvm-svn: 5537
|
2003-02-11 23:12:09 +00:00 |
Chris Lattner
|
b0208e1ae3
|
Allow printing of various types of alias analysis results
llvm-svn: 5520
|
2003-02-09 20:40:13 +00:00 |
Chris Lattner
|
eadcadc54b
|
Fix division by zero problem
llvm-svn: 5509
|
2003-02-08 23:04:50 +00:00 |
Chris Lattner
|
371fd2c59b
|
Add a summary
llvm-svn: 5500
|
2003-02-06 22:06:08 +00:00 |
Chris Lattner
|
4fdb75f223
|
Simple N^2 alias anlysis accuracy checker
llvm-svn: 5498
|
2003-02-06 21:29:49 +00:00 |