summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
...
* [msan] Add -msan-instrumentation-with-call-threshold.Evgeniy Stepanov2014-04-18
* [asan] one more workaround for PR17409: don't do BB-level coverage instrument...Kostya Serebryany2014-04-18
* [asan] add two new hidden compile-time flags for asan: asan-instrumentation-w...Kostya Serebryany2014-04-16
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* [msan] More precise instrumentation of select IR.Evgeniy Stepanov2014-03-25
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-21
* [ASan] Do not instrument globals from the llvm.metadata section.Alexander Potapenko2014-03-20
* Set debug info for instructions inserted in SplitBlockAndInsertIfThen.Evgeniy Stepanov2014-03-19
* [msan] Origin tracking with history.Evgeniy Stepanov2014-03-18
* [msan] Kill -msan-store-clean-origin flag.Evgeniy Stepanov2014-03-18
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* [msan] Remove unused code.Evgeniy Stepanov2014-03-18
* [ASan] Fix https://code.google.com/p/address-sanitizer/issues/detail?id=274Alexander Potapenko2014-03-14
* [msan] Fix handling of byval arguments in VarArg calls.Evgeniy Stepanov2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* Cleanup whitespaceDuncan P. N. Exon Smith2014-03-11
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move InstVisitor.h into the IR library as it is prettyChandler Carruth2014-03-06
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DebugLoc.h into the IR library. The implementationChandler Carruth2014-03-05
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move the TargetFolder into the Analysis library. Historically,Chandler Carruth2014-03-04
* [Modules] Move ValueMap to the IR library. While this class does notChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* [msan] Handle X86 SIMD bitshift intrinsics.Evgeniy Stepanov2014-03-03
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Now that we have C++11, turn simple functors into lambdas and remove a ton of...Benjamin Kramer2014-03-01
* [asan] fix a pair of silly typosKostya Serebryany2014-02-27
* [asan] disable asan-detect-invalid-pointer-pair (was enabled by mistake)Kostya Serebryany2014-02-27
* [asan] *experimental* implementation of invalid-pointer-pair detector (finds ...Kostya Serebryany2014-02-27
* Make DataLayout a plain object, not a pass.Rafael Espindola2014-02-25
* Make some DataLayout pointers const.Rafael Espindola2014-02-24
* Replace the F_Binary flag with a F_Text one.Rafael Espindola2014-02-24
* Don't make F_None the default.Rafael Espindola2014-02-24
* [asan] simplify the code that compute the shadow offset; get rid of two inter...Kostya Serebryany2014-02-24
* Rename many DataLayout variables from TD to DL.Rafael Espindola2014-02-21
* Add back r201608, r201622, r201624 and r201625Rafael Espindola2014-02-19
* This reverts commit r201625 and r201624.Rafael Espindola2014-02-19
* Now that llvm always does the right thing with private, use it.Rafael Espindola2014-02-19
* [asan] support for FreeBSD, LLVM part. patch by Viktor KutuzovKostya Serebryany2014-02-10
* Fix a bug in gcov instrumentation introduced by r195513. <rdar://15930350>Bob Wilson2014-01-31
* Fix known typosAlp Toker2014-01-24
* [asan] extend asan-coverage (still experimental).Kostya Serebryany2014-01-17