index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[PGO] Refactor Value Profiling into a plugin based oracle and create a well d...
Bardia Mahjour
2019-10-03
1
-0
/
+1
*
Add a transform pass to make the executable semantics of poison explicit in t...
Philip Reames
2019-07-09
1
-0
/
+1
*
Remove esan.
Nico Weber
2019-03-11
1
-1
/
+0
*
Add a module pass for order file instrumentation
Manman Ren
2019-02-28
1
-0
/
+1
*
[PGO] Control Height Reduction
Hiroshi Yamauchi
2018-09-04
1
-0
/
+1
*
Recommit r335794 "Add support for generating a call graph profile from Branch...
Michael J. Spencer
2018-07-16
1
-0
/
+1
*
Revert "Add support for generating a call graph profile from Branch Frequency...
Benjamin Kramer
2018-06-28
1
-1
/
+0
*
Add support for generating a call graph profile from Branch Frequency Info.
Michael J. Spencer
2018-06-27
1
-0
/
+1
*
Revert r335306 (and r335314) - the Call Graph Profile pass.
Chandler Carruth
2018-06-22
1
-1
/
+0
*
[Instrumentation] Add Call Graph Profile pass
Michael J. Spencer
2018-06-21
1
-0
/
+1
*
Hardware-assisted AddressSanitizer (llvm part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+1
*
Split PGO memory intrinsic optimization into its own source file
Teresa Johnson
2017-06-15
1
-0
/
+1
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[PGO] Promote indirect calls to conditional direct calls with value-profile
Rong Xu
2016-04-27
1
-0
/
+1
*
[esan] EfficiencySanitizer instrumentation pass
Derek Bruening
2016-04-21
1
-0
/
+1
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-1
/
+0
*
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
Rong Xu
2015-12-09
1
-0
/
+1
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
1
-1
/
+0
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
1
-0
/
+1
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
Zachary Turner
2015-02-11
1
-0
/
+3
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
1
-0
/
+1
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
1
-1
/
+0
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-0
/
+1
*
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
Rafael Espindola
2013-10-14
1
-1
/
+0
*
Remove the very substantial, largely unmaintained legacy PGO
Chandler Carruth
2013-10-02
1
-3
/
+0
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
1
-0
/
+1
*
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
Peter Collingbourne
2013-07-09
1
-1
/
+0
*
Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD
Daniel Malea
2013-05-08
1
-0
/
+1
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
1
-0
/
+1
*
[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limi...
Kostya Serebryany
2012-08-24
1
-1
/
+1
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
1
-0
/
+1
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-14
1
-0
/
+1
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
1
-0
/
+1
*
build/CMake: Finish removal of add_llvm_library_dependencies.
Daniel Dunbar
2011-11-29
1
-7
/
+0
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
1
-0
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
1
-0
/
+7
*
Fix cmake build.
Rafael Espindola
2011-04-16
1
-1
/
+1
*
lib/Transforms/Instrumentation/CMakeLists.txt: Add LineProfiling.cpp to fix u...
NAKAMURA Takumi
2011-04-12
1
-0
/
+1
*
Implementation of path profiling.
Andrew Trick
2011-01-29
1
-0
/
+1
*
Add initialization routines for Instrumentation.
Owen Anderson
2010-10-07
1
-0
/
+1
*
Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."
Michael J. Spencer
2010-09-13
1
-6
/
+0
*
CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.
Michael J. Spencer
2010-09-10
1
-0
/
+6
*
remove the random sampling framework, which is not maintained anymore.
Chris Lattner
2010-01-02
1
-2
/
+0
*
Converted MaximumSpanningTree algorithm to a generic template, this could go
Andreas Neustifter
2009-09-04
1
-1
/
+0
*
OptimalEdgeProfiling: Creation of profiles.
Andreas Neustifter
2009-09-01
1
-0
/
+1
*
Update CMake files.
Ted Kremenek
2009-09-01
1
-0
/
+1
*
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
1
-0
/
+6