aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
AgeCommit message (Expand)Author
2012-11-29Initial commit of MemorySanitizer.Evgeniy Stepanov
2012-08-24[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes
2012-06-24llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi
2012-03-14[asan] rename class BlackList to FunctionBlackList and move it into a separat...Kostya Serebryany
2012-02-13ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-16AddressSanitizer, first commit (compiler module only)Kostya Serebryany
2011-07-29Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth
2011-04-16Fix cmake build.Rafael Espindola
2011-04-12lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi
2011-01-29Implementation of path profiling.Andrew Trick
2010-10-07Add initialization routines for Instrumentation.Owen Anderson
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-01-02remove the random sampling framework, which is not maintained anymore.Chris Lattner
2009-09-04Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter
2009-09-01OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter
2009-09-01Update CMake files.Ted Kremenek
2008-09-22Initial support for the CMake build system.Oscar Fuentes