summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Remove several unused variables.Rafael Espindola2013-10-01
* BoundsChecking: Fix refacto.Benjamin Kramer2013-09-30
* Convert manual insert point restores to the new RAII object.Benjamin Kramer2013-09-30
* Use right pointer type in DebugIRMatt Arsenault2013-09-27
* [msan] Fix -Wreturn-type warnings in non-self-hosted build.Evgeniy Stepanov2013-09-25
* [msan] Handling of atomic load/store, atomic rmw, cmpxchg.Evgeniy Stepanov2013-09-24
* [msan] Wrap indirect functions.Evgeniy Stepanov2013-09-19
* [asan] call __asan_stack_malloc_N only if use-after-return detection is enabl...Kostya Serebryany2013-09-18
* ifndef NDEBUG-out an asserts-only constant committed in r190863David Blaikie2013-09-18
* [asan] inline the calls to __asan_stack_free_* with small sizes. Yet another ...Kostya Serebryany2013-09-17
* [msan] Check return value of main().Evgeniy Stepanov2013-09-16
* [msan] Add source file:line to stack origin reports.Evgeniy Stepanov2013-09-13
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-11
* Give internal classes hidden visibility.Benjamin Kramer2013-09-11
* [asan] refactor the use-after-return API so that the size class is computed a...Kostya Serebryany2013-09-10
* Revert patches to add case-range support for PR1255.Bob Wilson2013-09-09
* TBAA: add isTBAAVtableAccess to MDNode so clients can call the functionManman Ren2013-09-06
* [msan] Fix handling of select with struct arguments.Evgeniy Stepanov2013-09-03
* [msan] Fix select instrumentation.Evgeniy Stepanov2013-09-03
* 80 colsAlexey Samsonov2013-08-28
* DataFlowSanitizer: Implement trampolines for function pointers passed to cust...Peter Collingbourne2013-08-27
* 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
* 80 colsAlexey Samsonov2013-08-23
* DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions...Peter Collingbourne2013-08-22
* DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.Peter Collingbourne2013-08-22
* DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".Peter Collingbourne2013-08-22
* Move registering the execution of a basic block to the beginning rather than ...Bill Wendling2013-08-20
* DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.Peter Collingbourne2013-08-15
* DataFlowSanitizer: Instrumentation for memset.Peter Collingbourne2013-08-14
* DataFlowSanitizer: greylist is now ABI list.Peter Collingbourne2013-08-14
* dfsan: fix lint warningsDmitry Vyukov2013-08-13
* DataFlowSanitizer: fix a use-after-free. Spotted by libgmalloc.Peter Collingbourne2013-08-12
* Add SpecialCaseList::createOrDie() factory and use it in sanitizer passesAlexey Samsonov2013-08-12
* DataFlowSanitizer: Remove unreachable BBs so IR continues to verifyPeter Collingbourne2013-08-09
* Mark obviously const methods. Also use reference for parameters when possible.Jakub Staszak2013-08-09
* Fix ARM build.Peter Collingbourne2013-08-08
* DataFlowSanitizer; LLVM changes.Peter Collingbourne2013-08-07
* Change the linkage of these global values to 'internal'.Bill Wendling2013-08-06
* 80-colsAlexey Samsonov2013-08-05
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-26
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-19
* Revert "Remove DIBuilder cache of variable TheCU and change the few"Eric Christopher2013-07-18
* Remove DIBuilder cache of variable TheCU and change the fewEric Christopher2013-07-18
* Add comparison operators for DIDescriptors to fix c++98 falloutEric Christopher2013-07-17
* Mark a method 'const' and another 'static'.Craig Topper2013-07-17
* Make a few more static string pointers constant.Craig Topper2013-07-17
* Add a wrapper for open.Rafael Espindola2013-07-16
* Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-16