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
/
Instrumentation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[PM] Port BoundsChecking to the new PM.
Chandler Carruth
2017-11-14
1
-1
/
+1
*
[PGO] Memory intrinsic calls optimization based on profiled size
Rong Xu
2017-04-04
1
-0
/
+1
*
[PM] code refactoring /NFC
Xinliang David Li
2016-06-05
1
-1
/
+1
*
Rename pass name to prepare to new PM porting /NFC
Xinliang David Li
2016-05-15
1
-1
/
+1
*
[PM] code refactoring -- preparation for new PM porting /NFC
Xinliang David Li
2016-05-07
1
-1
/
+1
*
[PM] port IR based PGO prof-gen pass to new pass manager
Xinliang David Li
2016-05-06
1
-1
/
+1
*
[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
*
Port InstrProfiling pass to the new pass manager
Xinliang David Li
2016-04-18
1
-1
/
+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
/
+2
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
1
-2
/
+0
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
1
-0
/
+2
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-1
/
+1
*
[sancov] Leave llvm.localescape in the entry block
Reid Kleckner
2015-08-14
1
-1
/
+36
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
InstrProf: An intrinsic and lowering for instrumentation based profiling
Justin Bogner
2014-12-08
1
-0
/
+1
*
Move asan-coverage into a separate phase.
Kostya Serebryany
2014-11-11
1
-0
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
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
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Initial commit of MemorySanitizer.
Evgeniy Stepanov
2012-11-29
1
-0
/
+1
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
1
-0
/
+1
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
1
-2
/
+3
*
ThreadSanitizer, a race detector. First LLVM commit.
Kostya Serebryany
2012-02-13
1
-0
/
+1
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
1
-0
/
+1
*
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
1
-1
/
+1
*
Add support for line profiling. Very work-in-progress.
Nick Lewycky
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
/
+31