summaryrefslogtreecommitdiff
path: root/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAge
* [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
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-25
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-25
* [asan] don't unpoison redzones on function exit in use-after-return mode.Kostya Serebryany2013-12-23
* [asan] produce fewer stores when poisoning stack shadowKostya Serebryany2013-12-23
* [dfsan] Simplify code after r197677.Evgeniy Stepanov2013-12-19
* Add an explicit insert point argument to SplitBlockAndInsertIfThen.Evgeniy Stepanov2013-12-19
* [asan] Fix the coverage.cc test broken by r196939Reid Kleckner2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* [asan] rewrite asan's stack frame layoutKostya Serebryany2013-12-06