[PM/AA] Hoist the value handle definition for CFLAA into the header to
[oota-llvm.git] / lib / Analysis / Analysis.cpp
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-04-10 Jingyue WuDivergence analysis for GPU programs
2015-02-27 Eric ChristopherRemove the Forward Control Flow Integrity pass and...
2015-02-06 Ramkumar RamachandraIntroduce print-memderefs to test isDereferenceablePointer
2015-01-31 Chandler Carruth[PM] Change the core design of the TTI analysis to...
2015-01-17 Chandler Carruth[PM] Split the LoopInfo object apart from the legacy...
2014-11-15 Reid KlecknerRevert "Don't make assumptions about the name of privat...
2014-11-14 Rafael EspindolaDon't make assumptions about the name of private global...
2014-09-02 Hal FinkelAdd a CFL Alias Analysis implementation
2014-07-24 Hal FinkelAdd scoped-noalias metadata
2014-07-19 Matt ArsenaultTemplatify RegionInfo so it works on MachineBasicBlocks
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerMSVC build fix following r211749
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-05 Tom RoederAdd a new attribute called 'jumptable' that creates...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-11-12 Sebastian Popdelinearization of arrays
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-11 Sebastian Popdependence analysis
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2011-08-19 Benjamin KramerC API functions must be able to see their extern "C...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-04-05 Chris Lattnerremove postdom frontiers, because it is dead. Forward...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2009-08-11 Dan GohmanTidy #includes.
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-10-06 Gordon HenriksenBindings for the verifier.