This website requires JavaScript.
Explore
Help
Register
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-10 22:00:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
lib
/
Transforms
/
Instrumentation
History
Kostya Serebryany
766da3696b
[sanitizer coverage] when adding a bb trace instrumentation, do it instead, not in addition to, regular coverage. Do the regular coverage in the run-time instead
...
llvm-svn: 254482
2015-12-02 02:37:13 +00:00
..
AddressSanitizer.cpp
Follow up to r253591. Turn into an assertion.
2015-11-19 21:50:08 +00:00
BoundsChecking.cpp
Instrumentation: Remove ilist iterator implicit conversions, NFC
2015-10-13 17:39:10 +00:00
CMakeLists.txt
[PGO] Revert revision r254021,r254028,r254035
2015-11-24 23:49:08 +00:00
DataFlowSanitizer.cpp
[sanitizer] [dfsan] Unify aarch64 mapping
2015-11-27 12:42:39 +00:00
GCOVProfiling.cpp
DI: Reverse direction of subprogram -> function edge.
2015-11-05 22:03:56 +00:00
InstrProfiling.cpp
[PGO] Introduce alignment macro for instr-prof control data(NFC)
2015-11-23 18:02:59 +00:00
Instrumentation.cpp
[PGO] Revert revision r254021,r254028,r254035
2015-11-24 23:49:08 +00:00
LLVMBuild.txt
[PGO] Revert revision r254021,r254028,r254035
2015-11-24 23:49:08 +00:00
Makefile
…
MaximumSpanningTree.h
…
MemorySanitizer.cpp
Revert "Change memcpy/memset/memmove to have dest and source alignments."
2015-11-19 05:56:52 +00:00
SafeStack.cpp
[safestack] Protect byval function arguments.
2015-12-01 00:40:05 +00:00
SanitizerCoverage.cpp
[sanitizer coverage] when adding a bb trace instrumentation, do it instead, not in addition to, regular coverage. Do the regular coverage in the run-time instead
2015-12-02 02:37:13 +00:00
ThreadSanitizer.cpp
Try to appease VS 2015 warnings from
http://reviews.llvm.org/D11890
2015-08-15 19:06:14 +00:00