aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-191-0/+1
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-1/+1
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-231-0/+1
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-041-0/+1
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-051-1/+0
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-281-1/+0
* Implementation of path profiling.Andrew Trick2011-01-291-3/+7
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-181-0/+1
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-071-0/+56
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-091-4/+4
* Tidy #includes.Dan Gohman2009-08-111-1/+0
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-311-0/+9
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-0/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-191-4/+0
* Bindings for the verifier.Gordon Henriksen2007-10-061-0/+38