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
/
test
/
Instrumentation
/
AddressSanitizer
/
basic.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NewPM] Second attempt at porting ASan
Leonard Chan
2019-02-13
1
-0
/
+4
*
Revert "[PassManager/Sanitizer] Enable usage of ported AddressSanitizer passe...
Leonard Chan
2018-10-26
1
-2
/
+0
*
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassM...
Leonard Chan
2018-10-11
1
-0
/
+2
*
Remove alignment argument from memcpy/memmove/memset in favour of alignment a...
Daniel Neilson
2018-01-19
1
-6
/
+6
*
ASAN: Provide reliable debug info for local variables at -O0.
Adrian Prantl
2017-12-11
1
-0
/
+1
*
[asan] Test ASan instrumentation for shadow scale value of 5
Walter Lee
2017-11-17
1
-5
/
+10
*
Add element-atomic mem intrinsic canary tests for Address Sanitizer.
Daniel Neilson
2017-07-18
1
-0
/
+20
*
AddressSanitizer: don't track swifterror memory addresses
Arnold Schwaighofer
2017-02-15
1
-0
/
+26
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-6
/
+6
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-6
/
+6
*
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...
Kuba Brecka
2015-07-23
1
-1
/
+1
*
ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
Ismail Pazarbasi
2015-05-07
1
-0
/
+4
*
[opaque pointer type] Add textual IR support for explicit type parameter to l...
David Blaikie
2015-02-27
1
-7
/
+7
*
IR: Make metadata typeless in assembly
Duncan P. N. Exon Smith
2014-12-15
1
-1
/
+1
*
[asan] Assign a low branch weight to ASan's slow path, patch by Jonas Wagner...
Kostya Serebryany
2014-09-02
1
-1
/
+3
*
CHECK-LABEL-ize one test
Alexey Samsonov
2014-07-16
1
-7
/
+7
*
[asan] properly instrument memory accesses that have small alignment (smaller...
Kostya Serebryany
2014-05-23
1
-2
/
+14
*
[asan] add llvm-ish test for memset/etc instrumentation
Kostya Serebryany
2014-04-21
1
-0
/
+17
*
[ASan] Add -asan-module to the ASan .ll tests.
Alexander Potapenko
2014-03-20
1
-1
/
+1
*
[asan] rewrite asan's stack frame layout
Kostya Serebryany
2013-12-06
1
-19
/
+0
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-0
/
+19
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+12
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-6
/
+6
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-1
/
+31
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-0
/
+9
*
[asan] fix tests for the new ABI
Kostya Serebryany
2013-02-12
1
-2
/
+2
*
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
1
-0
/
+20
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-10
/
+8
*
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
1
-18
/
+19
*
[asan] refactor instrumentation to allow merging the crash callbacks (not ful...
Kostya Serebryany
2012-07-16
1
-6
/
+8
*
Revert r160254 temporarily.
Chandler Carruth
2012-07-16
1
-10
/
+12
*
Teach AddressSanitizer to create basic blocks in a more natural order.
Chandler Carruth
2012-07-16
1
-12
/
+10
*
Add a basic test for AddressSanitizer. This is just a bare-bones
Chandler Carruth
2012-07-16
1
-0
/
+70