Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
Support
/
Valgrind.cpp
d859638
Add a missing include of cstddef needed for size_t.
by Adrian Prantl
· 10 years ago
4cfa086
Support: Clean up TSan annotations.
by Peter Collingbourne
· 10 years ago
3e1551c
Provide the same ABI regardless of NDEBUG
by Dmitri Gribenko
· 11 years ago
a48ecb7
Don't mark the declarations of the TSan annotation functions as weak.
by Chandler Carruth
· 11 years ago
76c6299
Don't define these unless we plan to use them.
by Nick Lewycky
· 14 years ago
6804d27
Move WEAK marking to the declaration.
by Nick Lewycky
· 14 years ago
b2489b7
Fix linking for some users who already have tsan enabled code and are trying to
by Nick Lewycky
· 14 years ago
fe85611
Add support for tsan annotations (thread sanitizer, a valgrind-based tool).
by Nick Lewycky
· 14 years ago
a1c4433
Revert previous commit. It seems that whether casting to void
by Duncan Sands
· 14 years ago
dda99ee
Supress gcc-4.5 warning about the result not being used.
by Duncan Sands
· 14 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed (97%) from llvm/lib/System/Valgrind.cpp]
3ddd88f
Tell Valgrind when we modify already-executed machine code so it knows
by Jeffrey Yasskin
· 16 years ago