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 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
*
[ASan] format AddressSanitizer.cpp with `clang-format -style=Google`, NFC
Alexander Potapenko
2015-06-12
1
-12
/
+8
*
[asan] Prevent __attribute__((annotate)) triggering errors on Darwin
Anna Zaks
2015-06-09
1
-14
/
+14
*
[ASan] Fix previous commit. Patch by Max Ostapenko!
Yury Gribov
2015-05-28
1
-4
/
+4
*
[ASan] New approach to dynamic allocas unpoisoning. Patch by Max Ostapenko!
Yury Gribov
2015-05-28
1
-163
/
+76
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-35
/
+36
*
Convert PHI getIncomingValue() to foreach over incoming_values(). NFC.
Pete Cooper
2015-05-12
1
-2
/
+1
*
ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
Ismail Pazarbasi
2015-05-07
1
-10
/
+4
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
Reduce dyn_cast<> to isa<> or cast<> where possible.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-32
/
+21
*
[ASan] Don't use stack malloc for 32-bit functions using inline asm
Reid Kleckner
2015-04-02
1
-2
/
+4
*
[opaque pointer type] API migration for GEP constant factories
David Blaikie
2015-04-02
1
-1
/
+1
*
[asan] Speed up isInterestingAlloca check
Anna Zaks
2015-03-27
1
-10
/
+19
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
[asan] remove redundant ifndefs. NFC
Kostya Serebryany
2015-03-17
1
-9
/
+5
*
asan: optimization experiments
Dmitry Vyukov
2015-03-17
1
-60
/
+114
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+5
*
asan: fix overflows in isSafeAccess
Dmitry Vyukov
2015-03-16
1
-3
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-25
/
+27
[next]