Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
f901b719214d0bd4d42d85e9b5bbbc95d1ee3479
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
Instrumentation.cpp
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