summaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysisCounter.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Don't use the result of WriteAsOperand or WriteTypeSymbolic.Chris Lattner2008-08-19
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Make several variable declarations static.Dan Gohman2008-05-06
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* Removed more <iostream> includesBill Wendling2006-12-07
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner2006-12-06
* Removed some of the iostream #includes. Moved towards converting to usingBill Wendling2006-11-28
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Add two options to allow -count-aa to print queries either (1) all queries,Chris Lattner2005-03-23
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-08
* For PR387:\Reid Spencer2004-12-07
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Pass through the boolean queriesChris Lattner2004-03-15
* Finegrainify namespacificationChris Lattner2003-12-10
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Avoid divide by zero errorsChris Lattner2003-06-17
* Adjust to new AA interfaceChris Lattner2003-02-26
* Allow counting multiple passes, and print the pass name countedChris Lattner2003-02-07
* New general purpose alias analysis result auditorChris Lattner2003-02-07