aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/Analysis.cpp
AgeCommit message (Expand)Author
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