Move TargetTransformInfo to live under the Analysis library. This no
[oota-llvm.git] / lib / Analysis / CMakeLists.txt
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2012-12-10 Chandler CarruthAdd a new visitor for walking the uses of a pointer...
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-10-26 Benjamin KramerRemove LoopDependenceAnalysis.
2012-10-11 Sebastian Popdependence analysis
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-03-16 Chandler CarruthPull the implementation of the code metrics out of...
2011-11-29 Daniel Dunbarbuild/CMake: Finish removal of add_llvm_library_depende...
2011-07-29 Chandler CarruthRewrite the CMake build to use explicit dependencies...
2011-07-25 Jakub StaszakRename BlockFrequency to BlockFrequencyInfo and Machine...
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...
2011-03-01 Ted KremenekUnbreak CMake build.
2011-02-18 Oscar FuentesMove library stuff out of the toplevel CMakeLists.txt...
2011-01-29 Andrew TrickImplementation of path profiling.
2011-01-18 Cameron ZwarichMove DominanceFrontier from VMCore to Analysis.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-20 Douglas GregorFix CMake build
2010-09-29 Benjamin KramerRemove PointerTracking from cmakelists …
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-16 Benjamin KramerUpdate CMake build.
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-08-03 Michael J. SpencerFix CMake build
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-05-28 Dan GohmanMove FindAvailableLoadedValue isSafeToLoadUnconditional...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-04-08 Ted KremenekUpdate CMake build.
2010-04-07 Benjamin KramerUpdate cmake build.
2009-12-04 Chris Lattneradd to cmake
2009-11-11 Chris LattnerStub out a new lazy value info pass, which will eventually
2009-11-09 Chris Lattnerstub out a new libanalysis "instruction simplify" inter...
2009-10-27 Victor HernandezRename MallocFreeHelper as MemoryBuiltins
2009-10-26 Victor HernandezRename MallocHelper as MallocFreeHelper, since it now...
2009-10-18 Chris Lattneradd function passes for printing various dominator...
2009-10-13 Benjamin KramerUpdate the other CMake file.
2009-10-08 Douglas GregorUpdate CMake build yet again after a source file was...
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-01 Benjamin KramerUpdate CMakeLists.
2009-08-26 Douglas GregorUnbreak CMake build
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-14 Ted KremenekUpdate CMake file.
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-05-13 Chris Lattneradd IVUsers.cpp
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-01-28 Duncan SandsFix PR3415 (infinite loop in EscapeAnalysis) by
2009-01-18 Oscar FuentesCMake: Add lib/Analysis/CaptureTracking.cpp
2008-12-16 Oscar FuentesCMake: Added DbgInfoPrinter.cpp to lib/Analysis/CMakeFi...
2008-11-10 Chris Lattneradd new file
2008-10-10 Oscar FuentesCMake: updated lib/Analysis/CMakeLists.txt.
2008-09-22 Oscar FuentesInitial support for the CMake build system.