summaryrefslogtreecommitdiff
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-21
* [PM] Add a new-PM-style CGSCC pass manager using the newly addedChandler Carruth2014-04-21
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-19
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-19
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl" (#2)Duncan P. N. Exon Smith2014-04-18
* Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"Duncan P. N. Exon Smith2014-04-18
* blockfreq: Rewrite BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-18
* [PM] Add a new "lazy" call graph analysis pass for the new pass manager.Chandler Carruth2014-02-06
* delinearization of arraysSebastian Pop2013-11-12
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-27
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-08
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-21
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-07
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-10
* 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
* Update the CMake files.Bill Wendling2012-06-29
* Fix cmake failure from moving files around.Bill Wendling2012-06-28
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-16
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* 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
* Unbreak CMake build.Ted Kremenek2011-03-01
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-18
* Implementation of path profiling.Andrew Trick2011-01-29
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-18
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-04
* Add RegionPass support.Tobias Grosser2010-10-20
* Fix CMake buildDouglas Gregor2010-10-20
* Remove PointerTracking from cmakelists …Benjamin Kramer2010-09-29
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Update CMake build.Benjamin Kramer2010-09-16
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Fix CMake buildMichael J. Spencer2010-08-03
* Add new RegionInfo pass.Tobias Grosser2010-07-22
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-28
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-07
* Update CMake build.Ted Kremenek2010-04-08
* Update cmake build.Benjamin Kramer2010-04-07