OSDN Git Service

Revert "Re-commit r265039 "[X86] Merge adjacent stack adjustments in eliminateCallFra...
[android-x86/external-llvm.git] / test / Instrumentation /
2016-04-05 Davide Italiano[DebugInfo] Fix tests so that each subprogram belongs...
2016-04-01 Mike Aizatsky[sancov] save entry block from pruning (it is always...
2016-04-01 Adrian Prantltestcase gardening: update the emissionKind enum to...
2016-03-31 Adrian PrantlMove the DebugEmissionKind enum from DIBuilder into...
2016-03-29 Anna Zaks[tsan] Do not instrument reads/writes to instruction...
2016-03-29 Ryan GovostesRevert "[asan] Make the global_metadata_darwin.ll test...
2016-03-29 Ryan Govostes[asan] Make the global_metadata_darwin.ll test require...
2016-03-28 Ryan Govostes[asan] Fix testcase for r264645
2016-03-28 Ryan Govostes[asan] Support dead code stripping on Mach-O platforms
2016-03-15 Evgeniy Stepanov[msan] Don't put module constructors in comdats.
2016-03-07 Anna Zaks[tsan] Add support for pointer typed atomic stores...
2016-03-07 Chandler Carruth[DFSan] Remove an overly aggressive assert reported...
2016-02-27 Xinliang David Li[PGO] Remove redundant counter copies for avail_extern...
2016-02-27 Sean Silva[instrprof] Use __{start,stop}_SECNAME on PS4 too.
2016-02-27 Kostya Serebryany[libFuzzer] don't emit callbacks to sanitizer run-time...
2016-02-26 Xinliang David Li[PGO] Add test case to ensure covmap section is not...
2016-02-26 Mike Aizatsky[sancov] Pruning full dominator blocks from instrumenta...
2016-02-24 Anna Zaks[asan] Do not instrument globals in the special "LLVM...
2016-02-17 Kostya Serebryany[sanitizer-coverage] implement -fsanitize-coverage...
2016-02-17 Xinliang David Lirevert r261038: arm/aarch64 bot failure
2016-02-17 Xinliang David LiNew test case: make sure alloc bit is not set for covma...
2016-02-12 Evgeniy Stepanov[msan] Put msan constructor in a comdat.
2016-02-08 Xinliang David Li[PGO] Enable compression in pgo instrumentation
2016-02-08 Maxim Ostapenko[asan] Introduce new hidden -asan-use-private-alias...
2016-01-11 Adhemerval Zanella[sanitizer] [msan] Fix origin store of array types
2015-12-22 Kostya SerebryanyPartial fix for PR25912, see comment 13. Should fix...
2015-12-22 Xinliang David Li[PGO] Fix another comdat related issue for COFF
2015-12-21 Xinliang David LiFix test case comment (NFC)
2015-12-21 Xinliang David LiResubmit r256193 with test fix: assertion failure analyzed
2015-12-21 Xinliang David LiRevert r256193: build bot failure triggered
2015-12-21 Xinliang David Li[PGO] Fix profile var comdat generation problem with...
2015-12-15 Xinliang David Li[PGO] make profile prefix even shorter and more readable
2015-12-14 Xinliang David Li[PGO] Shorten profile symbol prefixes
2015-12-14 Adhemerval Zanella[sanitizer] [msan] VarArgHelper for AArch64
2015-12-12 Xinliang David Li[PGO] Stop using invalid char in instr variable names.
2015-12-06 Rafael EspindolaCreate llvm.global_ctors in the new format.
2015-12-05 Keno Fischer[ASAN] Add doFinalization to reset state
2015-11-27 Adhemerval Zanella[sanitizer] [dfsan] Unify aarch64 mapping
2015-11-24 Evgeniy Stepanov[msan] Relax origin-alignment test.
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-18 Betul Buyukkurt[PGO] Value profiling support
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-29 Xinliang David Li[PGO] Do not emit runtime hook user function for Linux
2015-10-22 Alexey Samsonov[ASan] Minor fixes to dynamic allocas handling:
2015-10-19 Xinliang David Li[PGO] Eliminate prof data register calls on FreeBSD...
2015-10-14 Xinliang David LiAdd a instrumentation test for Linux
2015-10-14 Evgeniy Stepanov[msan] Fix crash on multiplication by a non-integer...
2015-10-13 Xinliang David Li[PGO]: Eliminate calls to __llvm_profile_register_funct...
2015-10-08 Evgeniy StepanovNew MSan mapping layout (llvm part).
2015-09-23 Wei MiPut profile variables of COMDAT functions to it's own...
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-09-03 Reid Kleckner[sancov] Disable sanitizer coverage on functions using SEH
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-25 Evgeniy Stepanov[msan] Precise instrumentation for icmp sgt %x, -1.
2015-08-25 Evgeniy StepanovUse CHECK-LABEL in MSan IR tests.
2015-08-14 Evgeniy Stepanov[msan] Fix handling of musttail calls.
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-08-11 Kostya Serebryany[libFuzzer] don't crash if the condition in a switch...
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-31 Kostya Serebryany[libFuzzer] trace switch statements and apply mutations...
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-30 Alexey Samsonov[SanitizerCoverage] Don't add instrumentation to unreac...
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-23 Alexey SamsonovLet llvm::ReplaceInstWithInst copy debug location from...
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-27 Diego NovilloFinal fix for PR 23499 and IR test case.
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 PazarbasiWhen checking msan.module_ctor, use CHECK-LABEL instead...
2015-05-07 Ismail PazarbasiMSan: Use `createSanitizerCtor` to create ctor, and...
2015-05-07 Ismail PazarbasiTSan: Use `createSanitizerCtor` to create ctor, and...
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-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
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-21 Kostya Serebryany[sanitizer] experimental tracing for cmp instructions
2015-03-17 Dmitry Vyukovasan: optimization experiments
2015-03-14 Ahmed BougachaAdd a bunch of CHECK missing colons in tests. NFC.
2015-03-13 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-03-10 Kostya Serebryany[sanitizer] fix instrumentation with -mllvm -sanitizer...
2015-03-05 Kostya Serebryany[sanitizer] add nosanitize metadata to more coverage...
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-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...
next