Move C++ code out of the C headers and into either C++ headers
[oota-llvm.git] / lib / Analysis / Analysis.cpp
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.