summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation/CMakeLists.txt
Commit message (Expand)AuthorAge
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-14
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-08
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-29
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-24
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-20
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* [asan] rename class BlackList to FunctionBlackList and move it into a separat...Kostya Serebryany2012-03-14
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-13
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-29
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-16
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-29
* Fix cmake build.Rafael Espindola2011-04-16
* lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi2011-04-12
* Implementation of path profiling.Andrew Trick2011-01-29
* Add initialization routines for Instrumentation.Owen Anderson2010-10-07
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-02
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-04
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01
* Update CMake files.Ted Kremenek2009-09-01
* Initial support for the CMake build system.Oscar Fuentes2008-09-22