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] Rename *UAR* into *UseAfterReturn*
Vitaly Buka
2016-06-02
1
-7
/
+7
*
[asan] Add option to enable asan-use-after-scope from clang.
Vitaly Buka
2016-05-27
1
-5
/
+10
*
Use StringRef::startswith instead of find(...) == 0.
Benjamin Kramer
2016-05-27
1
-3
/
+3
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Fix whitespace and line wrapping. NFC.
Ryan Govostes
2016-05-06
1
-3
/
+4
*
[asan] add option to set shadow mapping offset
Ryan Govostes
2016-05-06
1
-2
/
+9
*
Revert "[asan] add option to set shadow mapping offset"
Ryan Govostes
2016-05-05
1
-9
/
+2
*
[asan] add option to set shadow mapping offset
Ryan Govostes
2016-05-05
1
-2
/
+9
*
[ASan] Add shadow offset for SystemZ.
Marcin Koscielnicki
2016-04-30
1
-2
/
+8
*
Fixed flag description
Mike Aizatsky
2016-04-21
1
-3
/
+3
*
Rename asan-check-lifetime into asan-stack-use-after-scope
Kostya Serebryany
2016-04-20
1
-6
/
+4
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-3
/
+1
*
Silencing warnings from MSVC 2015 Update 2. All of these changes silence "C43...
Aaron Ballman
2016-03-30
1
-4
/
+4
*
[asan] Support dead code stripping on Mach-O platforms
Ryan Govostes
2016-03-28
1
-12
/
+108
*
Remove llvm::getDISubprogram in favor of Function::getSubprogram
Pete Cooper
2016-03-11
1
-1
/
+1
*
[asan] Do not instrument globals in the special "LLVM" sections
Anna Zaks
2016-02-24
1
-1
/
+1
*
[asan] Introduce new hidden -asan-use-private-alias option.
Maxim Ostapenko
2016-02-08
1
-6
/
+44
*
[asan] Add iOS support to AddressSanitzier
Anna Zaks
2016-02-02
1
-3
/
+11
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-3
/
+2
*
[ASAN] Add doFinalization to reset state
Keno Fischer
2015-12-05
1
-0
/
+11
*
[asan] Fix dynamic allocas unpoisoning on PowerPC64.
Yury Gribov
2015-12-04
1
-2
/
+17
*
Follow up to r253591. Turn into an assertion.
Davide Italiano
2015-11-19
1
-2
/
+1
*
[AddressSanitizer] assert(false) -> llvm_unreachable and remove return.
Davide Italiano
2015-11-19
1
-4
/
+2
*
[ASan] Enable optional ASan recovery.
Yury Gribov
2015-11-11
1
-18
/
+33
*
[sanitizer] Use same shadow offset for ASAN on aarch64
Adhemerval Zanella
2015-11-09
1
-15
/
+2
*
[ASan] Disable instrumentation for inalloca variables.
Alexey Samsonov
2015-11-05
1
-1
/
+4
*
Refactor: Simplify boolean conditional return statements in lib/Transforms/In...
Alexey Samsonov
2015-10-26
1
-4
/
+2
*
[ASan] Enable instrumentation of dynamic allocas by default.
Alexey Samsonov
2015-10-22
1
-1
/
+1
*
[ASan] Minor fixes to dynamic allocas handling:
Alexey Samsonov
2015-10-22
1
-12
/
+11
*
Fix missing INITIALIZE_PASS_DEPENDENCY for AddressSanitizer
Keno Fischer
2015-10-20
1
-0
/
+1
*
Instrumentation: Remove ilist iterator implicit conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-4
/
+5
*
Add Triple::isAndroid().
Evgeniy Stepanov
2015-10-08
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+3
*
[ASan] Don't instrument globals in .preinit_array/.init_array/.fini_array
Alexey Samsonov
2015-09-15
1
-0
/
+8
*
[asan] Add ASAN support for AArch64 42-bit VMA
Adhemerval Zanella
2015-08-20
1
-0
/
+14
*
De-constify pointers to Type since they can't be modified. NFC
Craig Topper
2015-08-01
1
-1
/
+1
*
[ASan] Disable dynamic alloca and UAR detection in presence of returns_twice ...
Alexey Samsonov
2015-07-29
1
-9
/
+18
*
[asan] Remove special case mapping on Android/AArch64.
Evgeniy Stepanov
2015-07-29
1
-4
/
+4
*
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...
Kuba Brecka
2015-07-23
1
-4
/
+6
*
[asan] Improve moving of non-instrumented allocas
Kuba Brecka
2015-07-22
1
-6
/
+12
*
Re-land 242726 to use RAII to do cleanup
Reid Kleckner
2015-07-21
1
-0
/
+50
*
Revert 242726, it broke ASan on OS X.
Nico Weber
2015-07-21
1
-40
/
+0
*
Don't try to instrument allocas used by outlined SEH funclets
Reid Kleckner
2015-07-20
1
-0
/
+40
*
[asan] Fix shadow mapping on Android/AArch64.
Evgeniy Stepanov
2015-07-17
1
-4
/
+6
*
[asan] Add a comment explaining why non-instrumented allocas are moved.
Kuba Brecka
2015-07-17
1
-0
/
+3
*
[asan] Fix invalid debug info for promotable allocas
Kuba Brecka
2015-07-17
1
-1
/
+7
*
[ASan] Use llvm::getDISubprogram() to get function entry debug location.
Alexey Samsonov
2015-06-26
1
-7
/
+3
*
[asan] Do not instrument special purpose LLVM sections.
Anna Zaks
2015-06-25
1
-0
/
+2
*
[asan] Don't run stack malloc on functions containing inline assembly.
Anna Zaks
2015-06-25
1
-4
/
+3
*
[ASan] Initial support for Kernel AddressSanitizer
Alexander Potapenko
2015-06-19
1
-42
/
+61
[prev]
[next]