Chris Lattner
|
74807fe1a3
|
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
|
2b68acbfe0
|
Print modref information in a useful way.
llvm-svn: 14907
|
2004-07-17 06:43:20 +00:00 |
|
Chris Lattner
|
49fd294675
|
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
|
50ec3f9325
|
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
|
02c65b5395
|
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
|
ffcf81a11b
|
Simplify code to process CallSites (thanks to Chris).
llvm-svn: 12334
|
2004-03-12 16:20:49 +00:00 |
|
Misha Brukman
|
b5e89d17c2
|
Evaluate ModRef information in addition to regular ol' pointer analysis.
llvm-svn: 12331
|
2004-03-12 06:15:08 +00:00 |
|
Chris Lattner
|
090dd39b2c
|
Finegrainify namespacification
Provide a context module to WriteAsOperand
llvm-svn: 10366
|
2003-12-10 15:33:59 +00:00 |
|
Brian Gaeke
|
d25f86d683
|
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
|
b402729b30
|
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
|
7b5077de46
|
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
|
4d57299049
|
Adjust to new AA interface
llvm-svn: 5637
|
2003-02-26 19:29:16 +00:00 |
|
Chris Lattner
|
e3c6f245cd
|
Rename options
llvm-svn: 5537
|
2003-02-11 23:12:09 +00:00 |
|
Chris Lattner
|
59a935f381
|
Allow printing of various types of alias analysis results
llvm-svn: 5520
|
2003-02-09 20:40:13 +00:00 |
|
Chris Lattner
|
31e95435b8
|
Fix division by zero problem
llvm-svn: 5509
|
2003-02-08 23:04:50 +00:00 |
|
Chris Lattner
|
4c58f5252e
|
Add a summary
llvm-svn: 5500
|
2003-02-06 22:06:08 +00:00 |
|
Chris Lattner
|
d4990fe1be
|
Simple N^2 alias anlysis accuracy checker
llvm-svn: 5498
|
2003-02-06 21:29:49 +00:00 |
|