summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation
Commit message (Expand)AuthorAgeFilesLines
* [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
* [asan] Delay creation of asan ctor.Evgeniy Stepanov2017-04-061-16/+13
* [PGO] Memory intrinsic calls optimization based on profiled sizeRong Xu2017-04-044-55/+385
* Revert "[asan] Delay creation of asan ctor."Alex Shlyapnikov2017-03-271-13/+16
* Revert "[asan] Put ctor/dtor in comdat."Alex Shlyapnikov2017-03-271-41/+9
* [asan] Put ctor/dtor in comdat.Evgeniy Stepanov2017-03-251-9/+41
* [asan] Delay creation of asan ctor.Evgeniy Stepanov2017-03-241-16/+13
* [sancov] Don't instrument blocks with no insertion pointReid Kleckner2017-03-231-0/+5
* Let llvm.objectsize be conservative with null pointersGeorge Burgess IV2017-03-211-2/+3
* Rename AttributeSet to AttributeListReid Kleckner2017-03-213-36/+39
* Revert r298158.Evgeniy Stepanov2017-03-201-102/+6
* [asan] Fix dead stripping of globals on Linux.Evgeniy Stepanov2017-03-171-6/+102
* [coverity] Fix uninit variable.Vassil Vassilev2017-03-171-1/+1
* [PGO] Change the internal options description. nfc.Rong Xu2017-03-171-3/+5
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-171-5/+22
* Remove getArgumentList() in favor of arg_begin(), args(), etcReid Kleckner2017-03-161-4/+3
* Resubmit r297897: [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-162-14/+161
* Revert "[PGO] Value profile for size of memory intrinsic calls"Eric Liu2017-03-162-158/+13
* Revert "Revert "[PGO] Minor cleanup for count instruction in SelectInstVisito...Vitaly Buka2017-03-151-1/+4
* Revert "[PGO] Minor cleanup for count instruction in SelectInstVisitor."Vitaly Buka2017-03-151-4/+1
* Fix build failure from r297897.Rong Xu2017-03-151-3/+3
* [PGO] Value profile for size of memory intrinsic callsRong Xu2017-03-152-13/+158
* [PGO] Minor cleanup for count instruction in SelectInstVisitor.Rong Xu2017-03-151-1/+4
* [PGO] Refactor the code for value profile annotationRong Xu2017-03-151-29/+38
* Minor format change. nfc.Rong Xu2017-03-091-5/+5
* [msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.Evgeniy Stepanov2017-03-031-4/+46
* [msan] Remove stale comments.Evgeniy Stepanov2017-03-031-2/+0
* [AddressSanitizer] Put shadow at 0 for FuchsiaPetr Hosek2017-02-271-1/+6
* [msan] Fix instrumentation of array allocas.Evgeniy Stepanov2017-02-241-6/+7
* Add call branch annotation for ICP promoted direct call in SamplePGO mode.Dehao Chen2017-02-231-14/+42
* [AddressSanitizer] Add PS4 offsetFilipe Cabecinhas2017-02-231-3/+7
OpenPOWER on IntegriCloud