Misha Brukman
|
122d682689
|
Remove trailing whitespace
llvm-svn: 21416
|
2005-04-21 21:13:18 +00:00 |
|
Chris Lattner
|
0fa70f79a6
|
Add two options to allow -count-aa to print queries either (1) all queries,
or (2) only queries that are not successful (e.g. return may alias)
llvm-svn: 20790
|
2005-03-23 21:59:07 +00:00 |
|
Jeff Cohen
|
6c0db8d863
|
Add even more missing createXxxPass functions.
llvm-svn: 19402
|
2005-01-08 22:01:16 +00:00 |
|
Reid Spencer
|
d0d846cd06
|
For PR387:\
Add getModRefInfo method to avoid overloaded virtuals
llvm-svn: 18601
|
2004-12-07 08:11:24 +00:00 |
|
Chris Lattner
|
43c0372c0b
|
'Pass' should now not be derived from by clients. Instead, they should derive
from ModulePass. Instead of implementing Pass::run, then should implement
ModulePass::runOnModule.
llvm-svn: 16436
|
2004-09-20 04:48:05 +00:00 |
|
Chris Lattner
|
60c61e337a
|
Pass through the boolean queries
llvm-svn: 12409
|
2004-03-15 04:06:46 +00:00 |
|
Chris Lattner
|
035bd2ae32
|
Finegrainify namespacification
llvm-svn: 10367
|
2003-12-10 15:34:03 +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
|
07452f836a
|
Avoid divide by zero errors
llvm-svn: 6738
|
2003-06-17 15:07:20 +00:00 |
|
Chris Lattner
|
d67ff79f57
|
Adjust to new AA interface
Add tracking for Mod/Ref info
llvm-svn: 5634
|
2003-02-26 19:27:05 +00:00 |
|
Chris Lattner
|
2f75411136
|
Allow counting multiple passes, and print the pass name counted
llvm-svn: 5504
|
2003-02-07 20:39:17 +00:00 |
|
Chris Lattner
|
ed61b8ddef
|
New general purpose alias analysis result auditor
llvm-svn: 5503
|
2003-02-07 19:46:03 +00:00 |
|