aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+0
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-2/+7
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+2
* Update to LLVM 3.5a.Stephen Hines2014-04-241-0/+1
* delinearization of arraysSebastian Pop2013-11-121-0/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-10/+0
* Also update CMakeLists.txt for r187283.Nick Lewycky2013-07-271-0/+1
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-081-1/+0
* Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth2013-01-211-1/+0
* Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth2013-01-071-0/+1
* Add a new visitor for walking the uses of a pointer value.Chandler Carruth2012-12-101-0/+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/+2
* Update the CMake files.Bill Wendling2012-06-291-1/+0
* Fix cmake failure from moving files around.Bill Wendling2012-06-281-1/+0
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* Pull the implementation of the code metrics out of the inline costChandler Carruth2012-03-161-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-6/+0
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+6
* 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
* Unbreak CMake build.Ted Kremenek2011-03-011-5/+4
* Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes2011-02-181-0/+2
* Implementation of path profiling.Andrew Trick2011-01-291-0/+3
* Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich2011-01-181-0/+1
* Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel2010-11-041-0/+1
* Add RegionPass support.Tobias Grosser2010-10-201-0/+1
* Fix CMake buildDouglas Gregor2010-10-201-0/+1
* Remove PointerTracking from cmakelists …Benjamin Kramer2010-09-291-1/+0
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-281-2/+0
* Update CMake build.Benjamin Kramer2010-09-161-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-1/+1
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-1/+1
* Fix CMake buildMichael J. Spencer2010-08-031-0/+1
* Add new RegionInfo pass.Tobias Grosser2010-07-221-0/+2
* Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman2010-05-281-0/+1
* Add a simple module-level debug info printer. It just sets up aDan Gohman2010-05-071-0/+1
* Update CMake build.Ted Kremenek2010-04-081-0/+1
* Update cmake build.Benjamin Kramer2010-04-071-0/+1
* add to cmakeChris Lattner2009-12-041-0/+1
* Stub out a new lazy value info pass, which will eventuallyChris Lattner2009-11-111-0/+1
* stub out a new libanalysis "instruction simplify" interface thatChris Lattner2009-11-091-0/+1
* Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez2009-10-271-1/+1
* Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez2009-10-261-1/+1
* add function passes for printing various dominator datastructuresChris Lattner2009-10-181-0/+1