index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Instrumentation
/
AddressSanitizer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
2
-1
/
+54
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
21
-62
/
+385
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
15
-76
/
+155
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
18
-195
/
+403
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
15
-121
/
+237
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
10
-56
/
+237
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
22
-90
/
+429
*
Merging r195504:
Manman Ren
2013-12-09
1
-0
/
+2
*
[ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...
Alexey Samsonov
2013-11-18
2
-3
/
+36
*
Reapply "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-0
/
+13
*
Revert "[asan] Poor man's coverage that works with ASan"
Bob Wilson
2013-11-15
1
-13
/
+0
*
[asan] Poor man's coverage that works with ASan
Kostya Serebryany
2013-11-14
1
-0
/
+13
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
2
-3
/
+64
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
1
-2
/
+4
*
Debug Info Testing: update context from empty string to null.
Manman Ren
2013-09-08
1
-1
/
+1
*
Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.
Manman Ren
2013-09-06
1
-1
/
+1
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
2
-11
/
+1
*
Change the linkage of these global values to 'internal'.
Bill Wendling
2013-08-06
1
-2
/
+2
*
Debug Info: update testing cases to pass verifier.
Manman Ren
2013-07-29
1
-9
/
+7
*
Current batch of -disable-debug-info-verifier.
Rafael Espindola
2013-07-25
1
-1
/
+1
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-0
/
+19
*
[asan] add option -asan-keep-uninstrumented-functions
Kostya Serebryany
2013-06-26
1
-0
/
+23
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
1
-6
/
+6
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
1
-6
/
+6
*
Remove unused field in DISubprogram
David Blaikie
2013-03-21
1
-1
/
+1
*
[asan] when creating string constants, set unnamed_attr and align 1 so that e...
Kostya Serebryany
2013-03-18
1
-2
/
+3
*
[asan] don't instrument functions with available_externally linkage. This sav...
Kostya Serebryany
2013-03-18
1
-0
/
+12
*
Split out filename & directory from DIFile to start generalizing over DIScopes
David Blaikie
2013-03-17
1
-1
/
+2
*
[ASan] emit instrumentation for initialization order checking by default
Alexey Samsonov
2013-03-14
1
-1
/
+1
*
Remove the unused 4th operand for DIFile debug info metadata
David Blaikie
2013-03-13
1
-1
/
+1
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
11
-29
/
+29
*
[asan] instrument invoke insns with noreturn attribute (as well as call insns)
Kostya Serebryany
2013-02-20
1
-1
/
+22
*
[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
2
-4
/
+4
*
[asan] adaptive redzones for globals (the larger the global the larger is the...
Kostya Serebryany
2013-01-24
1
-0
/
+57
*
ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...
Alexey Samsonov
2013-01-16
1
-0
/
+41
*
[ASan] Fix lifetime intrinsics handling. Now for each intrinsic we check if i...
Alexey Samsonov
2012-12-27
1
-1
/
+24
*
Improve debug info generated with enabled AddressSanitizer.
Alexey Samsonov
2012-12-12
1
-0
/
+60
*
ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emi...
Alexey Samsonov
2012-12-04
1
-0
/
+61
*
[asan] when checking the noreturn attribute on the call, also check it on the...
Kostya Serebryany
2012-11-29
1
-2
/
+13
*
[asan] Split AddressSanitizer into two passes (FunctionPass, ModulePass), LLV...
Kostya Serebryany
2012-11-28
2
-2
/
+2
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
1
-1
/
+23
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
1
-1
/
+20
*
[asan] don't instrument globals that we've created ourselves (reduces the bin...
Kostya Serebryany
2012-11-01
1
-0
/
+19
*
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
1
-0
/
+20
*
[asan] fix a test
Kostya Serebryany
2012-10-15
1
-1
/
+1
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
[next]