aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/Analysis.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-2/+3
* Update to LLVM 3.5a.Stephen Hines2014-04-241-8/+21
* delinearization of arraysSebastian Pop2013-11-121-0/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-10/+0
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+2
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-1/+0
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-071-0/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-021-0/+1
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-261-1/+0
* dependence analysisSebastian Pop2012-10-111-0/+1
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-281-0/+1
* 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