This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 12:41:49 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Instrumentation
History
Kostya Serebryany
e71e08d007
[tsan] fix instrumentation of vector vptr updates (
https://code.google.com/p/thread-sanitizer/issues/detail?id=43
)
...
llvm-svn: 196079
2013-12-02 08:07:15 +00:00
..
AddressSanitizer.cpp
[ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-after-return are combined.
2013-11-18 14:53:55 +00:00
BoundsChecking.cpp
fix PR17635: false positive with packed structures
2013-10-24 09:17:24 +00:00
CMakeLists.txt
Remove lib/Transforms/Instrumentation/ProfilingUtils.*
2013-10-14 16:46:46 +00:00
DataFlowSanitizer.cpp
Introduce two command-line flags for the instrumentation pass to control whether the labels of pointers should be ignored in load and store instructions
2013-11-21 23:20:54 +00:00
DebugIR.cpp
Use right pointer type in DebugIR
2013-09-27 22:26:25 +00:00
DebugIR.h
Revert "Give internal classes hidden visibility."
2013-09-11 18:05:11 +00:00
GCOVProfiling.cpp
llvm-cov: Split entry blocks in GCNOProfiling.cpp.
2013-11-22 23:07:45 +00:00
Instrumentation.cpp
Remove the very substantial, largely unmaintained legacy PGO
2013-10-02 15:42:23 +00:00
LLVMBuild.txt
LLVMBuild: Remove trailing newline, which irked me.
2011-12-12 19:48:00 +00:00
Makefile
make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.
2010-01-24 20:43:08 +00:00
MaximumSpanningTree.h
Move all of the header files which are involved in modelling the LLVM IR
2013-01-02 11:36:10 +00:00
MemorySanitizer.cpp
[msan] Propagate condition origin in select instruction.
2013-11-21 12:00:24 +00:00
ThreadSanitizer.cpp
[tsan] fix instrumentation of vector vptr updates (
https://code.google.com/p/thread-sanitizer/issues/detail?id=43
)
2013-12-02 08:07:15 +00:00