aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Analysis.cpp
AgeCommit message (Expand)Author
2013-05-01This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo
2013-04-22Move C++ code out of the C headers and into either C++ headersEric Christopher
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-01-07Move the initialization to the Analysis library as well as the pass.Chandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem
2012-10-26Remove LoopDependenceAnalysis.Benjamin Kramer
2012-10-11dependence analysisSebastian Pop
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren
2011-08-19C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak
2011-06-23Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak
2011-06-04New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick
2011-04-05remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner
2011-02-28Delete the LiveValues pass. I won't get get back to the project itDan Gohman
2011-01-29Implementation of path profiling.Andrew Trick
2011-01-18Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich
2010-10-07Add initialization routines for Analysis and IPA.Owen Anderson
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2009-08-11Tidy #includes.Dan Gohman
2008-03-31Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar
2008-02-20Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2007-12-19Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen
2007-10-06Bindings for the verifier.Gordon Henriksen