Add scoped-noalias metadata
[oota-llvm.git] / include / llvm / Analysis / Passes.h
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-03-30 Rafael EspindolaRemove dead declarations.
2013-11-12 Sebastian Popdelinearization of arrays
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-11 NAKAMURA Takumillvm/Analysis/Passes.h: Fix copypasto in createDependen...
2012-10-11 Sebastian Popdependence analysis
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2011-06-15 John McCallThe ARC language-specific optimizer. Credit to Dan...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-01-29 Andrew TrickImplementation of path profiling.
2010-10-19 Dan GohmanMove NoAA out of BasicAliasAnalysis.cpp into its own...
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