aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CMakeLists.txt
AgeCommit message (Expand)Author
2013-07-15Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'Eli Bendersky
2013-04-18Fix CMake buildDerek Schuff
2013-03-08Remove -print-dbginfo as it is unused & bitrotten.David Blaikie
2013-01-21Sink InlineCost.cpp into IPA -- it is now officially an interproceduralChandler Carruth
2013-01-07Move TargetTransformInfo to live under the Analysis library. This noChandler Carruth
2012-12-10Add a new visitor for walking the uses of a pointer value.Chandler Carruth
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem
2012-10-26Remove LoopDependenceAnalysis.Benjamin Kramer
2012-10-11dependence analysisSebastian Pop
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren
2012-06-29Update the CMake files.Bill Wendling
2012-06-28Fix cmake failure from moving files around.Bill Wendling
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-03-16Pull the implementation of the code metrics out of the inline costChandler Carruth
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak
2011-06-23Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak
2011-06-04New BranchProbabilityInfo analysis. Patch by Jakub Staszak!Andrew Trick
2011-03-01Unbreak CMake build.Ted Kremenek
2011-02-18Move library stuff out of the toplevel CMakeLists.txt file.Oscar Fuentes
2011-01-29Implementation of path profiling.Andrew Trick
2011-01-18Move DominanceFrontier from VMCore to Analysis.Cameron Zwarich
2010-11-04Introduce DIBuilder. It is intended to be a front-end friendly interface to e...Devang Patel
2010-10-20Add RegionPass support.Tobias Grosser
2010-10-20Fix CMake buildDouglas Gregor
2010-09-29Remove PointerTracking from cmakelists …Benjamin Kramer
2010-09-28Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes
2010-09-16Update CMake build.Benjamin Kramer
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-08-03Fix CMake buildMichael J. Spencer
2010-07-22Add new RegionInfo pass.Tobias Grosser
2010-05-28Move FindAvailableLoadedValue isSafeToLoadUnconditionally out ofDan Gohman
2010-05-07Add a simple module-level debug info printer. It just sets up aDan Gohman
2010-04-08Update CMake build.Ted Kremenek
2010-04-07Update cmake build.Benjamin Kramer
2009-12-04add to cmakeChris Lattner
2009-11-11Stub out a new lazy value info pass, which will eventuallyChris Lattner
2009-11-09stub out a new libanalysis "instruction simplify" interface thatChris Lattner
2009-10-27Rename MallocFreeHelper as MemoryBuiltinsVictor Hernandez
2009-10-26Rename MallocHelper as MallocFreeHelper, since it now also identifies calls t...Victor Hernandez
2009-10-18add function passes for printing various dominator datastructuresChris Lattner
2009-10-13Update the other CMake file.Benjamin Kramer
2009-10-08Update CMake build yet again after a source file was removedDouglas Gregor
2009-09-10Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer
2009-09-01Update CMakeLists.Benjamin Kramer
2009-08-26Unbreak CMake buildDouglas Gregor
2009-08-08Add a basic static ProfileInfo provider (ProfileEstimatorPass).Daniel Dunbar
2009-07-15Lexically order files in CMakeLists.txt files.Ted Kremenek