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
...
*
Revert "[asan] LLVM: Switch to using dynamic shadow offset on iOS"
Anna Zaks
2016-10-05
1
-3
/
+2
*
[asan] LLVM: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-04
1
-2
/
+3
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+3
*
[ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO de...
Mehdi Amini
2016-10-01
1
-2
/
+34
*
[asan] Support dynamic shadow address instrumentation
Etienne Bergeron
2016-09-30
1
-7
/
+50
*
[compiler-rt] fix typo in option description [NFC]
Etienne Bergeron
2016-09-22
1
-1
/
+1
*
revert 281908 because 281909 got reverted
Nico Weber
2016-09-21
1
-46
/
+7
*
ASAN: Don't drop debug info attachements for global variables.
Adrian Prantl
2016-09-20
1
-0
/
+7
*
[asan] Support dynamic shadow address instrumentation
Etienne Bergeron
2016-09-19
1
-7
/
+46
*
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...
Vitaly Buka
2016-09-16
1
-75
/
+0
*
Revert "[asan] Add flag to allow lifetime analysis of problematic allocas"
Vitaly Buka
2016-09-16
1
-6
/
+0
*
[compiler-rt] Changing function prototype returning unused value
Etienne Bergeron
2016-09-15
1
-5
/
+10
*
Fix silly mistake introduced here : https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
address comments from: https://reviews.llvm.org/D24566
Etienne Bergeron
2016-09-15
1
-1
/
+1
*
[compiler-rt] Avoid instrumenting sanitizer functions
Etienne Bergeron
2016-09-14
1
-6
/
+10
*
Fix typo in comment [NFC]
Etienne Bergeron
2016-09-14
1
-1
/
+1
*
[asan] Enable -asan-use-private-alias on Darwin/Mach-O, add test for ODR fals...
Kuba Brecka
2016-09-14
1
-1
/
+2
*
[asan] Add flag to allow lifetime analysis of problematic allocas
Vitaly Buka
2016-09-10
1
-0
/
+6
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-08
1
-0
/
+75
*
Revert "[asan] Avoid lifetime analysis for allocas with can be in ambiguous s...
Vitaly Buka
2016-09-07
1
-74
/
+0
*
[asan] Avoid lifetime analysis for allocas with can be in ambiguous state
Vitaly Buka
2016-09-07
1
-0
/
+74
*
[asan] Enable new stack poisoning with store instruction by default
Vitaly Buka
2016-08-29
1
-1
/
+1
*
Use store operation to poison allocas for lifetime analysis.
Vitaly Buka
2016-08-29
1
-59
/
+106
*
[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayout
Vitaly Buka
2016-08-29
1
-4
/
+6
*
[asan] Use 1 byte aligned stores to poison shadow memory
Vitaly Buka
2016-08-22
1
-2
/
+2
*
[asan] Minimize code size by using __asan_set_shadow_* for large blocks
Vitaly Buka
2016-08-20
1
-5
/
+48
*
[asan] Initialize __asan_set_shadow_* callbacks
Vitaly Buka
2016-08-20
1
-0
/
+19
*
[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones
Vitaly Buka
2016-08-20
1
-47
/
+60
*
[asan] Cleanup instrumentation of dynamic allocas
Vitaly Buka
2016-08-20
1
-24
/
+44
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-20
1
-1
/
+4
*
Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...
Vitaly Buka
2016-08-19
1
-4
/
+1
*
Revert "[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones"
Vitaly Buka
2016-08-19
1
-55
/
+40
*
Revert "[asan] Fix size of shadow incorrectly calculated in r279178"
Vitaly Buka
2016-08-19
1
-2
/
+4
*
[asan] Fix size of shadow incorrectly calculated in r279178
Vitaly Buka
2016-08-19
1
-4
/
+2
*
[asan] Optimize store size in FunctionStackPoisoner::poisonRedZones
Vitaly Buka
2016-08-18
1
-40
/
+55
*
[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayout
Vitaly Buka
2016-08-18
1
-1
/
+4
*
[Asan] Unpoison red zones even if use-after-scope was disabled with runtime flag
Vitaly Buka
2016-08-16
1
-2
/
+3
*
[asan] Add const into few methods
Vitaly Buka
2016-07-28
1
-10
/
+10
*
Unpoison stack before resume instruction
Vitaly Buka
2016-07-22
1
-0
/
+6
*
Fix detection of stack-use-after scope for char arrays.
Vitaly Buka
2016-07-22
1
-0
/
+4
*
[asan] Add a hidden option for Mach-O global metadata liveness tracking
Ryan Govostes
2016-07-05
1
-0
/
+10
*
[asan] fix false dynamic-stack-buffer-overflow report with constantly-sized d...
Kuba Brecka
2016-06-27
1
-9
/
+10
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-3
/
+3
*
[asan] Do not instrument accesses to profiling globals
Vedant Kumar
2016-06-22
1
-5
/
+14
*
[asan] Do not instrument pointers with address space attributes
Anna Zaks
2016-06-22
1
-0
/
+8
*
This is part of the effort for asan to support Windows 64 bit.
Etienne Bergeron
2016-06-21
1
-0
/
+4
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-2
/
+4
*
IR: Introduce local_unnamed_addr attribute.
Peter Collingbourne
2016-06-14
1
-2
/
+2
*
Make sure that not interesting allocas are not instrumented.
Vitaly Buka
2016-06-09
1
-4
/
+13
*
Unpoison stack memory in use-after-return + use-after-scope mode
Vitaly Buka
2016-06-09
1
-12
/
+21
[prev]
[next]