index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Instrumentation
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update aosp/master LLVM for rebase to r235153
Pirama Arumuga Nainar
2015-05-18
5
-9
/
+62
*
Update aosp/master llvm for rebase to r233350
Pirama Arumuga Nainar
2015-04-09
57
-344
/
+701
*
Update aosp/master LLVM for rebase to r230699.
Stephen Hines
2015-03-23
49
-270
/
+879
*
Update aosp/master LLVM for rebase to r222494.
Stephen Hines
2014-12-02
35
-228
/
+3997
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
27
-140
/
+545
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
12
-56
/
+305
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
34
-318
/
+1155
*
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
*
[msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...
Evgeniy Stepanov
2013-11-14
1
-2
/
+2
*
[msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...
Evgeniy Stepanov
2013-11-14
1
-2
/
+15
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
1
-0
/
+26
*
fix PR17635: false positive with packed structures
Nuno Lopes
2013-10-24
1
-0
/
+29
*
tsan: implement no_sanitize_thread attribute
Dmitry Vyukov
2013-10-17
6
-10
/
+46
*
[asan] Optimize accesses to global arrays with constant index
Kostya Serebryany
2013-10-16
2
-3
/
+64
*
[msan] Instrument x86.*_cvt* intrinsics.
Evgeniy Stepanov
2013-10-14
1
-0
/
+66
*
[msan] Fix handling of scalar select of vectors.
Evgeniy Stepanov
2013-10-14
1
-0
/
+19
*
ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...
Benjamin Kramer
2013-09-29
1
-0
/
+17
*
TBAA: handle scalar TBAA format and struct-path aware TBAA format.
Manman Ren
2013-09-27
4
-12
/
+12
*
[msan] Handling of atomic load/store, atomic rmw, cmpxchg.
Evgeniy Stepanov
2013-09-24
2
-4
/
+193
*
[msan] Wrap indirect functions.
Evgeniy Stepanov
2013-09-19
1
-0
/
+21
*
[msan] Check return value of main().
Evgeniy Stepanov
2013-09-16
1
-0
/
+18
*
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
*
[msan] Fix handling of select with struct arguments.
Evgeniy Stepanov
2013-09-03
1
-0
/
+13
*
[msan] Fix select instrumentation.
Evgeniy Stepanov
2013-09-03
1
-0
/
+9
*
DataFlowSanitizer: Implement trampolines for function pointers passed to cust...
Peter Collingbourne
2013-08-27
2
-5
/
+17
*
Debug Info: add an identifier field to DICompositeType.
Manman Ren
2013-08-26
1
-1
/
+1
*
DataFlowSanitizer: correctly combine labels in the case where they are equal.
Peter Collingbourne
2013-08-23
1
-4
/
+5
*
[msan] Fix handling of va_arg overflow area on x86_64.
Evgeniy Stepanov
2013-08-23
1
-0
/
+25
*
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...
Peter Collingbourne
2013-08-22
2
-3
/
+16
*
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
Peter Collingbourne
2013-08-22
9
-22
/
+36
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
6
-15
/
+1
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-0
/
+23
*
DataFlowSanitizer: move abilist input file to Inputs.
Peter Collingbourne
2013-08-14
2
-1
/
+1
*
DataFlowSanitizer: Instrumentation for memset.
Peter Collingbourne
2013-08-14
1
-0
/
+11
*
DataFlowSanitizer: greylist is now ABI list.
Peter Collingbourne
2013-08-14
2
-0
/
+58
*
Reapply r188119 now that the bug it exposed is fixed.
Peter Collingbourne
2013-08-12
1
-2
/
+12
*
Revert r188119 "Kill some duplicated code for removing unreachable BBs."
Arnold Schwaighofer
2013-08-10
1
-12
/
+2
*
Kill some duplicated code for removing unreachable BBs.
Peter Collingbourne
2013-08-09
1
-2
/
+12
*
DataFlowSanitizer: Remove unreachable BBs so IR continues to verify
Peter Collingbourne
2013-08-09
1
-0
/
+20
*
DataFlowSanitizer; LLVM changes.
Peter Collingbourne
2013-08-07
5
-0
/
+242
*
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
*
[msan] Unpoison stack allocations and undef values in blacklisted functions.
Evgeniy Stepanov
2013-07-03
1
-0
/
+35
*
[asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...
Kostya Serebryany
2013-06-26
1
-0
/
+19
[next]