aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/AliasAnalysisCounter.cpp
AgeCommit message (Expand)Author
2010-03-01Fix a missing newline in debug output.Dan Gohman
2010-01-22drop the pass name from the output.Chris Lattner
2010-01-20adopt getAdjustedAnalysisPointer in a few more passes.Chris Lattner
2009-12-23Change dbgs() back to errs() as Chris requested.David Greene
2009-12-23Convert debug messages to use dbgs(). Generally this meansDavid Greene
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-06Do not try to override non-virtual methods, especiallyDuncan Sands
2009-08-30default count-aa to -print-all. The whole reason to use count-aa is Chris Lattner
2009-08-23eliminate the std::ostream form of WriteAsOperand and update clients.Chris Lattner
2009-08-23eliminate the "Value" printing methods that print to a std::ostream.Chris Lattner
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-08-19Don't use the result of WriteAsOperand or WriteTypeSymbolic.Chris Lattner
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-05-06Make several variable declarations static.Dan Gohman
2008-03-20Restore isCFGOnly property of various analysis passes.Devang Patel
2008-03-19PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel
2008-03-19Do not use virtual function to identify an analysis pass.Devang Patel
2008-03-18Identify Analysis pass.Devang Patel
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-01Integrate the readonly/readnone logic more deeplyDuncan Sands
2007-05-03Drop 'const'Devang Patel
2007-05-02Use 'static const char' instead of 'static const int'.Devang Patel
2007-05-01Do not use typeinfo to identify pass in pass manager.Devang Patel
2007-02-05Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer
2006-12-07Removed more <iostream> includesBill Wendling
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Remove the 'printname' argument to WriteAsOperand. It is always true, andChris Lattner
2006-11-28Removed some of the iostream #includes. Moved towards converting to usingBill Wendling
2006-08-28simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-23Add two options to allow -count-aa to print queries either (1) all queries,Chris Lattner
2005-01-08Add even more missing createXxxPass functions.Jeff Cohen
2004-12-07For PR387:\Reid Spencer
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-03-15Pass through the boolean queriesChris Lattner
2003-12-10Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-06-17Avoid divide by zero errorsChris Lattner
2003-02-26Adjust to new AA interfaceChris Lattner
2003-02-07Allow counting multiple passes, and print the pass name countedChris Lattner
2003-02-07New general purpose alias analysis result auditorChris Lattner