summaryrefslogtreecommitdiff
path: root/lib/Analysis/Analysis.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* MSVC build fix following r211749Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [cleanup] Re-sort all the includes with utils/sort_includes.py.Chandler Carruth2014-03-04
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* delinearization of arraysSebastian Pop2013-11-12
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-01
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-22
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Move the initialization to the Analysis library as well as the pass.Chandler Carruth2013-01-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Remove LoopDependenceAnalysis.Benjamin Kramer2012-10-26
* dependence analysisSebastian Pop2012-10-11
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28
* C API functions must be able to see their extern "C" definitions, or it will ...Benjamin Kramer2011-08-19
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-23
* New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick2011-06-04
* remove postdom frontiers, because it is dead. Forward dom frontiers areChris Lattner2011-04-05
* Delete the LiveValues pass. I won't get get back to the project itDan Gohman2011-02-28
* Implementation of path profiling.Andrew Trick2011-01-29
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-18
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-07
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Tidy #includes.Dan Gohman2009-08-11
* Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar2008-03-31
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Adding bindings for memory buffers and module providers. SwitchingGordon Henriksen2007-12-19
* Bindings for the verifier.Gordon Henriksen2007-10-06