Scalar/PlaceSafepoints.cpp: Fix a warning introduced in r228090. [-Wunused-variable]
[oota-llvm.git] / lib / Transforms / Instrumentation /
2015-05-07 Alexey Samsonov[SanitizerCoverage] Introduce SanitizerCoverageOptions...
2015-05-06 Pete CooperChange typeIncompatible to return an AttrBuilder instea...
2015-05-06 Alexey Samsonov[SanitizerCoverage] Fix a couple of typos. NFC.
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-20 Duncan P. N. Exon... DebugInfo: Delete subclasses of DIScope
2015-04-17 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor from the DebugInfo API
2015-04-15 Duncan P. N. Exon... DebugInfo: Gut DICompileUnit and DIFile
2015-04-14 Duncan P. N. Exon... DebugInfo: Gut DISubprogram and DILexicalBlock*
2015-04-11 Benjamin KramerMark empty default constructors as =default if it makes...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-04-07 Duncan P. N. Exon... DebugInfo: Remove DITypedArray<>, replace with typedefs
2015-04-06 Duncan P. N. Exon... Transforms: Stop using DIDescriptor::is*() and auto...
2015-04-06 Ismail PazarbasiMove `checkInterfaceFunction` to ModuleUtils
2015-04-05 David Blaikieclang-format my last commit
2015-04-05 David Blaikie[opaque pointer type] The last of the GEP IRBuilder...
2015-04-04 David Blaikie[opaque pointer type] More GEP API migrations
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations
2015-04-03 David Blaikie[opaque pointer type] More GEP IRBuilder API migrations...
2015-04-03 David Blaikie[opaque pointer type] More GEP API migrations in IRBuil...
2015-04-02 Reid Kleckner[ASan] Don't use stack malloc for 32-bit functions...
2015-04-02 David Blaikie[opaque pointer type] API migration for GEP constant...
2015-03-30 Duncan P. N. Exon... Transforms: Use the new DebugLoc API, NFC
2015-03-27 Anna Zaks[asan] Speed up isInterestingAlloca check
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-20 Duncan P. N. Exon... SanitizerCoverage: Check for null DebugLocs
2015-03-17 Kostya Serebryany[asan] remove redundant ifndefs. NFC
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-16 Justin BognerGCOV: Make the exit block placement from r223193 optional
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-16 Dmitry Vyukovasan: fix overflows in isSafeAccess
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-10 Kostya Serebryany[sanitizer] decrease sanitizer-coverage-block-threshold...
2015-03-06 Benjamin KramerFold init() helpers into constructors. NFC.
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
2015-03-04 Reid KlecknerTry to satisfy sanitizer lint check
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-03 Kostya Serebryany[sanitizer/coverage] Add AFL-style coverage counters...
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-02-25 Justin BognerInstrProf: Make the __llvm_profile_runtime_user symbol...
2015-02-24 Kuba BreckaFix alloca_instruments_all_paddings.cc test to work...
2015-02-20 Kostya Serebryany[sanitizer] when dumping the basic block trace, also...
2015-02-18 Mohit K. Bhakkad[MSan][MIPS] VarArgHelper for MIPS64
2015-02-18 Craig Topper[X86] Remove AVX512 pslldq/psrldq shift intrinsics...
2015-02-18 Craig Topper[X86] Remove AVX2 and SSE2 pslldq and psrldq intrinsics...
2015-02-17 Benjamin KramerPrefer SmallVector::append/insert over push_back loops.
2015-02-14 Duncan P. N. Exon... Transforms: Canonicalize access to function attributes...
2015-02-12 Dmitry Vyukovtsan: do not instrument not captured values
2015-02-11 Zachary TurnerUse ADDITIONAL_HEADER_DIRS in all LLVM CMake projects.
2015-02-11 Justin BognerInstrProf: Lower coverage mappings by setting their...
2015-02-06 Evgeniy Stepanov[msan] Fix "missing origin" in atomic store.
2015-02-05 Alexey Samsonov[ASan] Enable -asan-stack-dynamic-alloca by default.
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-04 Kostya Serebryany[sanitizer] add another workaround for PR 17409: when...
2015-02-03 Renato GolinAdding AArch64 support to ASan instrumentation
2015-01-31 Kumar Sukhani[asan][mips] Fix MIPS64 Asan mapping
2015-01-30 Adrian PrantlInliner: Use replaceDbgDeclareForAlloca() instead of...
2015-01-27 Dmitry Vyukovtsan: properly instrument unaligned accesses
2015-01-27 Evgeniy Stepanov[sancov] Fix unspecified constructor order between...
2015-01-22 Timur Iskhodzhanov[ASan/Win] Move the shadow to 0x30000000
2015-01-21 Evgeniy Stepanov[msan] Update origin for the entire destination range...
2015-01-20 Evgeniy Stepanov[msan] Optimize -msan-check-constant-shadow.
2015-01-20 Mohit K. Bhakkad[MSan][LLVM][MIPS] Shadow and Origin offsets for MIPS
2015-01-19 Chandler Carruth[PM] Replace the Pass argument to SplitEdge with specif...
2015-01-19 Chandler Carruth[PM] Remove the Pass argument from all of the critical...
2015-01-15 Chandler Carruth[PM] Separate the TargetLibraryInfo object from the...
2015-01-15 NAKAMURA TakumiUpdate libdeps since TLI was moved from Target to Analy...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-12 Timur Iskhodzhanov[ASan] Move the shadow on Windows 32-bit from 0x2000000...
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2015-01-03 Kostya Serebryany[asan] simplify the tracing code, make it use the same...
2014-12-30 Kostya Serebryany[asan] change _sanitizer_cov_module_init to accept...
2014-12-23 Kostya Serebryany[asan] change the coverage collection scheme so that...
2014-12-22 David BlaikieRemove dynamic allocation/indirection from GCOVBlocks...
2014-12-18 Viktor Kutuzov[Msan] Generalize instrumentation code to support FreeB...
2014-12-17 Kostya Serebryany[sanitizer] allow -fsanitize-coverage=N w/ -fsanitize...
2014-12-16 Kostya Serebryany[sanitizer] prevent function call merging for sanitizer...
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-08 Justin BognerInstrProf: An intrinsic and lowering for instrumentatio...
2014-12-06 NAKAMURA TakumiLLVMInstrumentation requires MC since r223532.
2014-12-05 Kuba BreckaRecommit of r223513 and r223514.
2014-12-05 Kuba BreckaReverting r223513 and r223514.
2014-12-05 Peter Collingbourne[DFSAN][MIPS][LLVM] Defining ShadowPtrMask variable...
2014-12-05 Kuba BreckaAddressSanitizer - Don't instrument globals from cstrin...
2014-12-05 Evgeniy Stepanov[msan] Avoid extra origin address realignment.
2014-12-03 Kostya Serebryany[msan] allow -fsanitize-coverage=N together with -fsani...
2014-12-03 Evgeniy Stepanovmsan] Add compile-time checks for missing origins.
2014-12-03 Nick LewyckyRevert r222997. The newly added compile-time checks...
2014-12-03 Nick LewyckyEmit the entry block first and the exit block second...
2014-12-01 Evgeniy Stepanov[msan] Add compile-time checks for missing origins.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-11-29 Duncan P. N. Exon... DebugIR: Delete -debug-ir
2014-11-28 Evgeniy Stepanov[msan] Fix origin propagation for select of floats.
2014-11-27 Evgeniy Stepanov[msan] Remove indirect call wrapping code.
2014-11-24 Kostya Serebryany[asan/coverage] change the way asan coverage instrument...
next