index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Instrumentation
/
AddressSanitizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[asan] add the name of the module to the description of a global variable. Th...
Kostya Serebryany
2011-12-15
1
-1
/
+5
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
1
-1
/
+20
*
[asan] remove .preinit_array from the compiler module (it breaks .so builds)....
Kostya Serebryany
2011-12-14
1
-16
/
+0
*
[asan] report an error if blacklist file contains a malformed regex. fixes as...
Kostya Serebryany
2011-12-13
1
-5
/
+13
*
[asan] use .preinit_array only on linux
Kostya Serebryany
2011-12-12
1
-2
/
+3
*
[asan] call __asan_init from .preinit_array. This simplifies __asan_init vs m...
Kostya Serebryany
2011-12-09
1
-0
/
+15
*
[asan] two minor fixes: use UnreachableInst after the neverreturn function ca...
Kostya Serebryany
2011-12-01
1
-2
/
+3
*
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-23
1
-0
/
+6
*
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-18
1
-0
/
+13
*
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
1
-3
/
+3
*
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
1
-2
/
+5
*
AddressSanitizer, first commit (compiler module only)
Kostya Serebryany
2011-11-16
1
-0
/
+965
[prev]