summaryrefslogtreecommitdiff
path: root/test/Instrumentation
Commit message (Expand)AuthorAge
* Merging r195504:Manman Ren2013-12-09
* [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-18
* Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-15
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-14
* [msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...Evgeniy Stepanov2013-11-14
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-14
* [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-11
* fix PR17635: false positive with packed structuresNuno Lopes2013-10-24
* tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-17
* [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-16
* [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-14
* [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-14
* ObjectSizeOffsetEvaluator: Don't run into infinite recursion if we have a cyc...Benjamin Kramer2013-09-29
* TBAA: handle scalar TBAA format and struct-path aware TBAA format.Manman Ren2013-09-27
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-24
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* [msan] Check return value of main().Evgeniy Stepanov2013-09-16
* Debug Info Testing: update context from empty string to null.Manman Ren2013-09-08
* Debug Info Testing: updated to use NULL instead of "i32 0" in a few fields.Manman Ren2013-09-06
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-03
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-03
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-27
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-23
* [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-23
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-15
* DataFlowSanitizer: move abilist input file to Inputs.Peter Collingbourne2013-08-14
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-14
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* Reapply r188119 now that the bug it exposed is fixed.Peter Collingbourne2013-08-12
* Revert r188119 "Kill some duplicated code for removing unreachable BBs."Arnold Schwaighofer2013-08-10
* Kill some duplicated code for removing unreachable BBs.Peter Collingbourne2013-08-09
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* [msan] Unpoison stack allocations and undef values in blacklisted functions.Evgeniy Stepanov2013-07-03
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-26
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-26
* [msan] Handle mixed track-origins and keep-going settings (llvm part).Evgeniy Stepanov2013-05-31
* [msan] Fix argument shadow alignment.Evgeniy Stepanov2013-05-28
* [msan] A no-op implementation of VarArg handling.Evgeniy Stepanov2013-05-21
* [msan] Switch TLS globals to initial-exec model.Evgeniy Stepanov2013-05-16
* Add missing colons to check lines.Benjamin Kramer2013-04-11
* [tsan] make sure memset/memcpy/memmove are not inlined in tsan modeKostya Serebryany2013-03-28