aboutsummaryrefslogtreecommitdiffstats
path: root/test/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-185-9/+62
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0957-344/+701
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2349-270/+879
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0235-228/+3997
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2127-140/+545
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2912-56/+305
* Update to LLVM 3.5a.Stephen Hines2014-04-2434-318/+1155
* Merging r195504:Manman Ren2013-12-091-0/+2
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-182-3/+36
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+13
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-13/+0
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+13
* [msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...Evgeniy Stepanov2013-11-141-2/+2
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-2/+15
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-0/+26
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-0/+29
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-176-10/+46
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-162-3/+64
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-141-0/+66
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-0/+19
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-291-0/+17
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-274-12/+12
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-242-4/+193
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-0/+21
* [msan] Check return value of main().Evgeniy Stepanov2013-09-161-0/+18
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-081-1/+1
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-061-1/+1
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-031-0/+13
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-031-0/+9
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-272-5/+17
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-261-1/+1
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-231-4/+5
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-231-0/+25
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-222-3/+16
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-229-22/+36
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-166-15/+1
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-151-0/+23
* DataFlowSanitizer: move abilist input file to Inputs.Peter Collingbourne2013-08-142-1/+1
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-141-0/+11
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-142-0/+58
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-121-2/+12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-101-12/+2
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-091-2/+12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-091-0/+20
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-075-0/+242
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-061-2/+2
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-9/+7
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-251-1/+1
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-031-0/+35
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-261-0/+19