aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Passes.h
Commit message (Expand)AuthorAgeFilesLines
* Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor2009-11-011-7/+0
* Add a function to Passes.h to allow clients to create instancesDan Gohman2009-11-011-0/+7
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-0/+6
* Create a ScalarEvolution-based AliasAnalysis implementation.Dan Gohman2009-08-261-0/+7
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-081-0/+9
* Scaffolding for LDA pass.Andreas Bolka2009-06-241-0/+8
* Add a liveness analysis pass for LLVM IR values. This computesDan Gohman2009-03-191-0/+6
* Add -print-dbginfo pass that prints LLVM IR with comments inserted to showTorok Edwin2008-12-161-0/+3
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-151-7/+0
* Add a new LibCallAliasAnalysis pass, which is parameterizedChris Lattner2008-05-071-0/+9
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* A shim over other AA impls to catch incorrect usesAndrew Lenharth2006-11-141-0/+6
* add a protoChris Lattner2005-10-241-0/+4
* Remove trailing whitespaceMisha Brukman2005-04-211-10/+10
* Get VC++ compiling againJeff Cohen2005-01-281-7/+0
* Apply feed back from Chris:Jeff Cohen2005-01-101-2/+3
* Add last four createXxxPass functionsJeff Cohen2005-01-091-0/+28
* Add even more missing createXxxPass functions.Jeff Cohen2005-01-081-2/+58
* Add new headerChris Lattner2004-06-281-0/+29