Create a ScalarEvolution-based AliasAnalysis implementation.
[oota-llvm.git] / include / llvm / Analysis / Passes.h
2009-08-26 Dan GohmanCreate a ScalarEvolution-based AliasAnalysis implementa...
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-03-19 Dan GohmanAdd a liveness analysis pass for LLVM IR values. This...
2008-12-16 Torok EdwinAdd -print-dbginfo pass that prints LLVM IR with commen...
2008-08-15 Owen AndersonRemove GCSE, ValueNumbering, and LoadValueNumbering...
2008-05-07 Chris LattnerAdd a new LibCallAliasAnalysis pass, which is parameterized
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2006-11-14 Andrew LenharthA shim over other AA impls to catch incorrect uses
2005-10-24 Chris Lattneradd a proto
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-28 Jeff CohenGet VC++ compiling again
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2004-06-28 Chris LattnerAdd new header