summaryrefslogtreecommitdiff
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAge
* 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
* add to cmakeChris Lattner2009-12-04
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-11
* stub out a new libanalysis "instruction simplify" interface thatChris Lattner2009-11-09
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-27
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-26
* add function passes for printing various dominator datastructuresChris Lattner2009-10-18
* Update the other CMake file.Benjamin Kramer2009-10-13
* Update CMake build yet again after a source file was removedDouglas Gregor2009-10-08
* Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer2009-09-10
* Update CMakeLists.Benjamin Kramer2009-09-01
* Unbreak CMake buildDouglas Gregor2009-08-26
* Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar2009-08-08