Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
Instrumentation.cpp
b39a97c
[NewPM] Port Msan
by Philip Pfaffe
· 7 years ago
b41b372
[sancov] Put .SCOV* sections into the right comdat groups on COFF
by Reid Kleckner
· 7 years ago
eebecb3
Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passes with -fsanitize=address"
by Leonard Chan
· 7 years ago
bc50455
move GetOrCreateFunctionComdat to Instrumentation.cpp/Instrumentation.h
by Kostya Serebryany
· 7 years ago
d891ac9
merge two near-identical functions createPrivateGlobalForString into one
by Kostya Serebryany
· 7 years ago
64e21b5
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager
by Leonard Chan
· 7 years ago
9775a62
[PGO] Control Height Reduction
by Hiroshi Yamauchi
· 7 years ago
aa5f4d2
Revert r335306 (and r335314) - the Call Graph Profile pass.
by Chandler Carruth
· 7 years ago
fc93dd8
[Instrumentation] Add Call Graph Profile pass
by Michael J. Spencer
· 7 years ago
c667c1f
Hardware-assisted AddressSanitizer (llvm part).
by Evgeniy Stepanov
· 8 years ago
00a301d
[PM] Port BoundsChecking to the new PM.
by Chandler Carruth
· 8 years ago
48596b6
[PGO] Memory intrinsic calls optimization based on profiled size
by Rong Xu
· 9 years ago
fb3137c
[PM] code refactoring /NFC
by Xinliang David Li
· 9 years ago
7261618
Rename pass name to prepare to new PM porting /NFC
by Xinliang David Li
· 9 years ago
d55827f
[PM] code refactoring -- preparation for new PM porting /NFC
by Xinliang David Li
· 9 years ago
8aebf44
[PM] port IR based PGO prof-gen pass to new pass manager
by Xinliang David Li
· 9 years ago
6e34c49
[PGO] Promote indirect calls to conditional direct calls with value-profile
by Rong Xu
· 9 years ago
d862c17
[esan] EfficiencySanitizer instrumentation pass
by Derek Bruening
· 9 years ago
e6b8929
Port InstrProfiling pass to the new pass manager
by Xinliang David Li
· 10 years ago
390c33c
Move SafeStack to CodeGen.
by Benjamin Kramer
· 10 years ago
f430ae4
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
by Rong Xu
· 10 years ago
25c106b
[PGO] Revert revision r254021,r254028,r254035
by Rong Xu
· 10 years ago
1b665ca
[PGO] MST based PGO instrumentation infrastructure
by Rong Xu
· 10 years ago
e82c286
Instrumentation: Remove ilist iterator implicit conversions, NFC
by Duncan P. N. Exon Smith
· 10 years ago
a57d015
[sancov] Leave llvm.localescape in the entry block
by Reid Kleckner
· 10 years ago
82437bf
Protection against stack-based memory corruption errors using SafeStack
by Peter Collingbourne
· 10 years ago
61ba2e3
InstrProf: An intrinsic and lowering for instrumentation based profiling
by Justin Bogner
· 11 years ago
29a18dc
Move asan-coverage into a separate phase.
by Kostya Serebryany
· 11 years ago
8a8cd2b
Re-sort all of the includes with ./utils/sort_includes.py so that
by Chandler Carruth
· 12 years ago
ea56494
Remove the very substantial, largely unmaintained legacy PGO infrastructure.
by Chandler Carruth
· 12 years ago
e5d5b0c
DataFlowSanitizer; LLVM changes.
by Peter Collingbourne
· 12 years ago
dec20e4
This patch breaks up Wrap.h so that it does not have to include all of
by Filip Pizlo
· 12 years ago
04d4e93
Move C++ code out of the C headers and into either C++ headers
by Eric Christopher
· 12 years ago
d4bd7b7
Initial commit of MemorySanitizer.
by Evgeniy Stepanov
· 13 years ago
dfe9e79
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLVM part. This requires a clang part which will follow.
by Kostya Serebryany
· 13 years ago
c8acd7c
Move the initialization of the bounds checking pass. The pass itself
by Chandler Carruth
· 13 years ago
e2a0e41
ThreadSanitizer, a race detector. First LLVM commit.
by Kostya Serebryany
· 14 years ago
6e6b03e
AddressSanitizer, first commit (compiler module only)
by Kostya Serebryany
· 14 years ago
966edd0
Rename LineProfiling to GCOVProfiling to more accurately represent what it
by Nick Lewycky
· 15 years ago
9d60e37
Add support for line profiling. Very work-in-progress.
by Nick Lewycky
· 15 years ago
24f5ff0
Implementation of path profiling. Modified patch by Adam Preuss.
by Andrew Trick
· 15 years ago
9786868
Add initialization routines for Instrumentation.
by Owen Anderson
· 15 years ago