Add a pass which prints out all the memdep dependencies.
[oota-llvm.git] / include / llvm / Analysis / Passes.h
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-02 Dan GohmanSketch up a preliminary Type-Based Alias Analysis imple...
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-07 Dan GohmanRemove interprocedural-basic-aa and associated code...
2010-07-02 Dan GohmanDocument that BasicAA respects noalias, while Interproc...
2010-06-29 Dan GohmanAdd an Intraprocedural form of BasicAliasAnalysis,...
2010-06-28 Dan GohmanGeneralize AAEval so that it can be used both per-funct...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-03-01 Chris Lattnerremove anders-aa from mainline, it isn't maintained...
2009-12-03 Andreas NeustifterUse ProfileInfo-API in ProfileInfo Loader and do more...
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-01 Douglas GregorReverting 85714, 85715, 85716, which are breaking the...
2009-11-01 Dan GohmanAdd a function to Passes.h to allow clients to create...
2009-09-01 Andreas NeustifterPreparation for Optimal Edge Profiling:
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