AMDGPU/SI: Test commit
[oota-llvm.git] / test / Instrumentation / AddressSanitizer /
2015-12-05 Keno Fischer[ASAN] Add doFinalization to reset state
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-11 Yury Gribov[ASan] Enable optional ASan recovery.
2015-11-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
2015-11-05 Alexey Samsonov[ASan] Disable instrumentation for inalloca variables.
2015-10-22 Alexey Samsonov[ASan] Minor fixes to dynamic allocas handling:
2015-09-15 Alexey Samsonov[ASan] Don't instrument globals in .preinit_array/...
2015-09-11 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-29 Alexey Samsonov[ASan] Disable dynamic alloca and UAR detection in...
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-22 Kuba Brecka[asan] Improve moving of non-instrumented allocas
2015-07-21 Reid KlecknerRe-land 242726 to use RAII to do cleanup
2015-07-21 Nico WeberRevert 242726, it broke ASan on OS X.
2015-07-20 Reid KlecknerDon't try to instrument allocas used by outlined SEH...
2015-07-17 Kuba Brecka[asan] Fix invalid debug info for promotable allocas
2015-06-25 Anna Zaks[asan] Do not instrument special purpose LLVM sections.
2015-06-25 Anna Zaks[asan] Don't run stack malloc on functions containing...
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-09 Anna Zaks[asan] Prevent __attribute__((annotate)) triggering...
2015-05-28 Yury Gribov[ASan] New approach to dynamic allocas unpoisoning...
2015-05-15 Akira HatanakaFix the check strings in a test case committed in r212455.
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-07 Ismail PazarbasiASan: Use `createSanitizerCtor` to create ctor, and...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-02 Reid Kleckner[ASan] Don't use stack malloc for 32-bit functions...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-04 Dmitry Vyukovasan: do not instrument direct inbounds accesses to...
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-02-27 Anna Zaks[asan] Skip promotable allocas to improve performance...
2015-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-11 Alexey Samsonov[ASan] Change fake stack and local variables handling.
2014-12-05 Kuba BreckaRecommit of r223513 and r223514.
2014-12-01 Yury Gribov[asan] Change dynamic alloca instrumentation to only...
2014-11-21 Kostya Serebryany[asan] remove old experimental code
2014-11-21 Yury Gribov[asan] Add new hidden compile-time flag asan-instrument...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-06 Rafael EspindolaBase check on the section name, not the variable name.
2014-10-31 Kostya Serebryany[asan] do not treat inline asm calls as indirect calls
2014-10-31 Kostya Serebryany[asan] fix caller-calee instrumentation to emit new...
2014-10-27 Kostya Serebryany[asan] experimental tracing for indirect calls, llvm...
2014-10-21 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory accesses with...
2014-10-13 Yuri Gorshenin[asan-asm-instrumentation] Fixed memory references...
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-03 Duncan P. N. Exon... Revert "Revert "DI: Fold constant arguments into a...
2014-10-02 Duncan P. N. Exon... Revert "DI: Fold constant arguments into a single MDString"
2014-10-02 Duncan P. N. Exon... DI: Fold constant arguments into a single MDString
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-24 Kostya Serebryany[asan] don't instrument module CTORs that may be run...
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-09-03 Kostya Serebryany[asan] fix debug info produced for asan-coverage=2
2014-09-03 Kostya Serebryany[asan] add -asan-coverage=3: instrument all blocks...
2014-09-02 Kostya Serebryany[asan] Assign a low branch weight to ASan's slow path...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-09-01 Yuri GorsheninRevert "[asan-assembly-instrumentation] Prologue and...
2014-09-01 Yuri Gorshenin[asan-assembly-instrumentation] Prologue and epilogue...
2014-08-02 Alexey Samsonov[ASan] Use metadata to pass source-level information...
2014-07-31 Evgeniy Stepanov[asan] Support x86 REP MOVS asm instrumentation.
2014-07-17 Alexey Samsonov[ASan] Don't instrument load/stores with !nosanitize...
2014-07-16 Alexey SamsonovCHECK-LABEL-ize one test
2014-07-12 Alexey Samsonov[ASan] Collect unmangled names of global variables...
2014-07-11 Timur IskhodzhanovAdd a test case for r212596
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-02 Alexey Samsonov[ASan] Print exact source location of global variables...
2014-06-30 Adrian PrantlDebug info: split out complex DIVariable address expres...
2014-06-27 David MajnemerIR: Add COMDATs to the IR
2014-06-13 Alexey SamsonovRemove top-level Clang -fsanitize= flags for optional...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-05 Evgeniy Stepanov[asancov] Fix coverage line info some more.
2014-06-03 Evgeniy Stepanov[asan] Fix coverage instrumentation with -asan-globals=0.
2014-05-29 Alexey Samsonov[ASan] Use llvm.global_ctors to insert init-order check...
2014-05-28 Evgeniy Stepanov[asancov] Don't emit extra runtime calls when compiling...
2014-05-27 Evgeniy Stepanov[asancov] Emit an initializer passing number of coverag...
2014-05-23 Kostya Serebryany[asan] properly instrument memory accesses that have...
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-08 Evgeniy Stepanov[asan] Preserve flags in asm instrumentation.
2014-05-07 Evgeniy Stepanov[asan] Add a flag to control asm instrumentation.
2014-04-24 Evgeniy Stepanov[asan] Fix instrumentation of x86 intel syntax inline...
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Kostya Serebryany[asan] Support outline instrumentation for wide types...
2014-04-21 Kostya Serebryany[asan] add llvm-ish test for memset/etc instrumentation
2014-04-18 Kostya Serebryany[asan] one more workaround for PR17409: don't do BB...
2014-04-16 Kostya Serebryany[asan] add two new hidden compile-time flags for asan...
2014-03-20 Alexander Potapenko[ASan] Add -asan-module to the ASan .ll tests.
2014-03-20 Alexander Potapenko[ASan] Do not instrument globals from the llvm.metadata...
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-02-24 Kostya Serebryany[asan] remove test that should have been removed in...
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
next