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-17 00:57:54 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
/
Instrumentation
/
AddressSanitizer
History
Kostya Serebryany
c69557e758
[asan] one more test for asan instrumentation: (*a)++ should be instrumented only once.
...
llvm-svn: 147509
2012-01-04 01:02:14 +00:00
..
bug_11395.ll
[asan] workaround for reg alloc bug 11395: don't instrument functions with large chunks of inline assembler
2011-11-18 01:41:06 +00:00
dg.exp
…
do-not-touch-odr-global.ll
fall back to explicit list of allowed linkages when instrumenting globals in asan; add a test check that asan does not touch linkonce_odr
2011-11-17 23:14:59 +00:00
do-not-touch-threadlocal.ll
[asan] do not instrument threadlocal globals, this is buggy
2011-11-23 02:10:54 +00:00
instrument_global.ll
[asan] add a test for instrumenting globals
2011-12-16 01:28:19 +00:00
instrument_load_then_store.ll
[asan] one more test for asan instrumentation: (*a)++ should be instrumented only once.
2012-01-04 01:02:14 +00:00
test64.ll
…