aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CMakeLists.txt
AgeCommit message (Expand)Author
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
2009-07-14Update CMake file.Ted Kremenek
2009-06-26Fix linking of llvm-ld and lli with CMake, from Xerxes RånbyDouglas Gregor
2009-06-24Scaffolding for LDA pass.Andreas Bolka
2009-05-13add IVUsers.cppChris Lattner
2009-03-19Fix the Win32 VS2008 build:Sebastian Redl
2009-01-28Fix PR3415 (infinite loop in EscapeAnalysis) byDuncan Sands
2009-01-18CMake: Add lib/Analysis/CaptureTracking.cppOscar Fuentes
2008-12-16CMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFiles.txt.Oscar Fuentes
2008-11-10add new fileChris Lattner
2008-10-10CMake: updated lib/Analysis/CMakeLists.txt.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes