summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* [PGO] Refactor Value Profiling into a plugin based oracle and create a well d...Bardia Mahjour2019-10-031-0/+1
* Add a transform pass to make the executable semantics of poison explicit in t...Philip Reames2019-07-091-0/+1
* Remove esan.Nico Weber2019-03-111-1/+0
* Add a module pass for order file instrumentationManman Ren2019-02-281-0/+1
* [PGO] Control Height ReductionHiroshi Yamauchi2018-09-041-0/+1
* Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer2018-07-161-0/+1
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-281-1/+0
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-271-0/+1
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-221-1/+0
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-211-0/+1
* Hardware-assisted AddressSanitizer (llvm part).Evgeniy Stepanov2017-12-091-0/+1
* Split PGO memory intrinsic optimization into its own source fileTeresa Johnson2017-06-151-0/+1
* [CMake] NFC. Updating CMake dependency specificationsChris Bieneman2016-11-171-2/+3
* [PGO] Promote indirect calls to conditional direct calls with value-profileRong Xu2016-04-271-0/+1
* [esan] EfficiencySanitizer instrumentation passDerek Bruening2016-04-211-0/+1
* Move SafeStack to CodeGen.Benjamin Kramer2016-01-271-1/+0
* [PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)Rong Xu2015-12-091-0/+1
* [PGO] Revert revision r254021,r254028,r254035Rong Xu2015-11-241-1/+0
* [PGO] MST based PGO instrumentation infrastructureRong Xu2015-11-241-0/+1
* Protection against stack-based memory corruption errors using SafeStackPeter Collingbourne2015-06-151-0/+1
* Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.Zachary Turner2015-02-111-0/+3
* InstrProf: An intrinsic and lowering for instrumentation based profilingJustin Bogner2014-12-081-0/+1
* DebugIR: Delete -debug-irDuncan P. N. Exon Smith2014-11-291-1/+0
* Move asan-coverage into a separate phase.Kostya Serebryany2014-11-111-0/+1
* Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-141-1/+0
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-3/+0
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-071-0/+1
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-091-1/+0
* Add DebugIR pass -- emits IR file and replace source lines with IR lines in MDDaniel Malea2013-05-081-0/+1
* Initial commit of MemorySanitizer.Evgeniy Stepanov2012-11-291-0/+1
* [asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...Kostya Serebryany2012-08-241-1/+1
* move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes2012-07-201-0/+1
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-241-0/+2
* [asan] rename class BlackList to FunctionBlackList and move it into a separat...Kostya Serebryany2012-03-141-0/+1
* ThreadSanitizer, a race detector. First LLVM commit.Kostya Serebryany2012-02-131-0/+1
* build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar2011-11-291-7/+0
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-161-0/+1
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-0/+7
* Fix cmake build.Rafael Espindola2011-04-161-1/+1
* lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...NAKAMURA Takumi2011-04-121-0/+1
* Implementation of path profiling.Andrew Trick2011-01-291-0/+1
* Add initialization routines for Instrumentation.Owen Anderson2010-10-071-0/+1
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-131-6/+0
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-101-0/+6
* remove the random sampling framework, which is not maintained anymore.Chris Lattner2010-01-021-2/+0
* Converted MaximumSpanningTree algorithm to a generic template, this could goAndreas Neustifter2009-09-041-1/+0
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-011-0/+1
* Update CMake files.Ted Kremenek2009-09-011-0/+1
* Initial support for the CMake build system.Oscar Fuentes2008-09-221-0/+6
OpenPOWER on IntegriCloud