summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-065-6/+6
* Revert "[sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage...Renato Golin2017-06-051-43/+9
* Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.Galina Kistanova2017-06-031-0/+1
* [sanitizer-coverage] one more flavor of coverage: -fsanitize-coverage=inline-...Kostya Serebryany2017-06-031-9/+43
* [sanitizer-coverage] refactor the code to make it easier to add more sections...Kostya Serebryany2017-06-021-55/+74
* [PartialInlining] Emit branch info and profile data as remarksXinliang David Li2017-06-011-0/+64
* [sanitizer-coverage] remove stale code (old coverage); llvm part Kostya Serebryany2017-05-311-130/+10
* Fix coverage check for full post-dominator basic blocks.George Karpenkov2017-05-251-1/+4
* Fix a couple of typos in memory intrinsic optimization output (NFC)Teresa Johnson2017-05-241-1/+1
* Revert "Disable coverage opt-out for strong postdominator blocks."George Karpenkov2017-05-241-2/+22
* Disable coverage opt-out for strong postdominator blocks.George Karpenkov2017-05-231-22/+2
* IR: Give function GlobalValue::getRealLinkageName() a less misleading name: d...Peter Collingbourne2017-05-161-1/+1
* [asan] Better workaround for gold PR19002.Evgeniy Stepanov2017-05-151-2/+11
* [msan] Fix PR32842Alexander Potapenko2017-05-111-2/+5
* Use explicit false instead of casted nullptr. NFC.Serge Guelton2017-05-101-2/+2
* Suppress all uses of LLVM_END_WITH_NULL. NFC.Serge Guelton2017-05-093-42/+34
* [sanitizer-coverage] implement -fsanitize-coverage=no-prune,... instead of a ...Kostya Serebryany2017-05-051-4/+7
* Fix spelling error in command line option description. NFCCraig Topper2017-05-051-2/+2
* [IR] Abstract away ArgNo+1 attribute indexing as much as possibleReid Kleckner2017-05-032-11/+11
* Re-land r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of A...Reid Kleckner2017-05-022-21/+9
* Revert r301697 "[IR] Make add/remove Attributes use AttrBuilder instead of At...Hans Wennborg2017-04-282-9/+21
* [IR] Make add/remove Attributes use AttrBuilder instead of AttributeListReid Kleckner2017-04-282-21/+9
* Make getParamAlignment use argument numbersReid Kleckner2017-04-281-2/+2
* Clean up DIExpression::prependDIExpr a little. (NFC)Adrian Prantl2017-04-281-1/+1
* Memory intrinsic value profile optimization: Avoid divide by 0Teresa Johnson2017-04-281-0/+4
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-04-271-6/+104
* [asan] Put ctor/dtor in comdat.Evgeniy Stepanov2017-04-271-9/+48
* Memory intrinsic value profile optimization: Improve debug output (NFC)Teresa Johnson2017-04-271-9/+11
* Update profile during memory instrinsic optimizationTeresa Johnson2017-04-241-1/+3
* [asan] Let the frontend disable gc-sections optimization for asan globals.Evgeniy Stepanov2017-04-241-16/+16
* [sanitizer-coverage] remove some more stale codeKostya Serebryany2017-04-191-21/+5
* Remove two unused variables (-Werror).Evgeniy Stepanov2017-04-191-3/+0
* [sanitizer-coverage] remove stale codeKostya Serebryany2017-04-191-66/+4
* PR32382: Fix emitting complex DWARF expressions.Adrian Prantl2017-04-181-1/+1
* [ProfileData] Unify getInstrProf*SectionName helpersVedant Kumar2017-04-152-31/+13
* [IR] Make paramHasAttr to use arg indices instead of attr indicesReid Kleckner2017-04-141-3/+3
* Fix test failure on windows: pass module to getInstrProfXXName callsXinliang David Li2017-04-141-4/+4
* [Profile] PE binary coverage bug fixXinliang David Li2017-04-132-12/+11
* [asan] Give global metadata private linkage.Evgeniy Stepanov2017-04-111-5/+6
* Module::getOrInsertFunction is using C-style vararg instead of variadic templ...Serge Guelton2017-04-115-94/+105
* Revert "Turn some C-style vararg into variadic templates"Diana Picus2017-04-115-77/+77
* Turn some C-style vararg into variadic templatesSerge Guelton2017-04-115-77/+77
* Allow DataLayout to specify addrspace for allocas.Matt Arsenault2017-04-101-4/+11
* Revert "[asan] Put ctor/dtor in comdat."Evgeniy Stepanov2017-04-101-41/+9
* Revert "[asan] Fix dead stripping of globals on Linux."Evgeniy Stepanov2017-04-101-103/+6
* [PGO] Preserve GlobalsAA in pgo-memop-opt pass.Rong Xu2017-04-061-1/+5
* Revert "Turn some C-style vararg into variadic templates"Mehdi Amini2017-04-065-128/+126
* Turn some C-style vararg into variadic templatesMehdi Amini2017-04-065-126/+128
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-04-061-6/+103
* [asan] Put ctor/dtor in comdat.Evgeniy Stepanov2017-04-061-9/+41
OpenPOWER on IntegriCloud