aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-186-167/+150
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-097-497/+686
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2314-1156/+1360
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0211-359/+791
* Update LLVM for rebase to r212749.Stephen Hines2014-07-216-317/+580
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-298-246/+422
* Update to LLVM 3.5a.Stephen Hines2014-04-2411-587/+817
* Update LLVM for merge to 3.4.Stephen Hines2014-02-131-4/+2
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1114-2091/+2015
|\
| * [ASan] Fix PR17867 - make sure ASan doesn't crash if use-after-scope and use-...Alexey Samsonov2013-11-181-6/+6
| * [asan] use GlobalValue::PrivateLinkage for coverage guard to save quite a bit...Kostya Serebryany2013-11-151-1/+1
| * Reapply "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-0/+52
| * Revert "[asan] Poor man's coverage that works with ASan"Bob Wilson2013-11-151-52/+0
| * [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-141-0/+52
| * [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-141-12/+65
| * llvm-cov: Added call to update run/program counts.Yuchen Wu2013-11-121-0/+8
| * [msan] Propagate origin for insertvalue, extractvalue.Evgeniy Stepanov2013-11-111-2/+2
| * fix PR17635: false positive with packed structuresNuno Lopes2013-10-241-1/+2
| * Fixed comment typo in GCOVProfiling.cppYuchen Wu2013-10-231-1/+1
| * [msan] Use zero-extension in shadow cast by default.Evgeniy Stepanov2013-10-171-7/+8
| * tsan: implement no_sanitize_thread attributeDmitry Vyukov2013-10-171-1/+1
| * [asan] Optimize accesses to global arrays with constant indexKostya Serebryany2013-10-161-6/+33
| * Remove lib/Transforms/Instrumentation/ProfilingUtils.*Rafael Espindola2013-10-144-207/+0
| * [msan] Instrument x86.*_cvt* intrinsics.Evgeniy Stepanov2013-10-141-28/+149
| * [msan] Fix handling of scalar select of vectors.Evgeniy Stepanov2013-10-141-4/+4
| * Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-025-1772/+0
| * Remove several unused variables.Rafael Espindola2013-10-011-2/+1
| * BoundsChecking: Fix refacto.Benjamin Kramer2013-09-301-0/+1
| * Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-301-3/+1
| * Use right pointer type in DebugIRMatt Arsenault2013-09-271-1/+1
| * [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-251-0/+2
| * [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-241-2/+96
| * [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-191-7/+43
| * [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-181-1/+22
| * ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-181-0/+2
| * [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-171-3/+48
| * [msan] Check return value of main().Evgeniy Stepanov2013-09-161-4/+13
| * [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-131-6/+8
| * Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-1/+1
| * Give internal classes hidden visibility.Benjamin Kramer2013-09-111-1/+1
| * [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-101-10/+32
| * Revert patches to add case-range support for PR1255.Bob Wilson2013-09-091-0/+1
| * TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-061-6/+2
| * [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-031-3/+14
| * [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-031-3/+6
| * 80 colsAlexey Samsonov2013-08-281-3/+4
| * DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-271-3/+77
| * DataFlowSanitizer: correctly combine labels in the case where they are equal.Peter Collingbourne2013-08-231-1/+1
| * [msan] Fix handling of va_arg overflow area on x86_64.Evgeniy Stepanov2013-08-231-2/+1
| * 80 colsAlexey Samsonov2013-08-231-3/+3