AMDGPU/SI: Test commit
[oota-llvm.git] / test / Instrumentation / DataFlowSanitizer /
2015-11-27 Adhemerval Zanella[sanitizer] [dfsan] Unify aarch64 mapping
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-05 Peter CollingbourneDI: Reverse direction of subprogram -> function edge.
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-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-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-01-14 Duncan P. N. Exon... IR: Move MDLocation into place
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2014-12-05 Peter CollingbourneAdd target triples to all dfsan tests.
2014-11-05 Peter Collingbourne[dfsan] Abort at runtime on indirect calls to uninstrum...
2014-10-30 Peter Collingbourne[dfsan] New calling convention for custom functions...
2014-10-07 David BlaikieDebugInfo+DFSan: Ensure that debug info references...
2014-09-30 Lorenzo MartignoniIntroduce support for custom wrappers for vararg functions.
2014-08-22 Peter Collingbourne[dfsan] Fix non-determinism bug in non-zero label check...
2014-08-20 Peter Collingbourne[dfsan] Treat vararg custom functions like unimplemente...
2014-08-06 Peter Collingbourne[dfsan] Try not to create too many additional basic...
2014-08-01 Peter Collingbourne[dfsan] Correctly handle loads and stores of zero size.
2014-07-15 Peter Collingbourne[dfsan] Introduce further optimization to reduce the...
2014-07-15 Peter Collingbourne[dfsan] Introduce an optimization to reduce the number...
2014-07-10 Peter Collingbourne[dfsan] Handle bitcast aliases.
2013-11-21 Peter CollingbourneIntroduce two command-line flags for the instrumentatio...
2013-08-27 Peter CollingbourneDataFlowSanitizer: Implement trampolines for function...
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Replace non-instrumented aliases...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Prefix the name of each instrumented...
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-15 Peter CollingbourneDataFlowSanitizer: Add a debugging feature to help...
2013-08-14 Peter CollingbourneDataFlowSanitizer: move abilist input file to Inputs.
2013-08-14 Peter CollingbourneDataFlowSanitizer: Instrumentation for memset.
2013-08-14 Peter CollingbourneDataFlowSanitizer: greylist is now ABI list.
2013-08-12 Peter CollingbourneReapply r188119 now that the bug it exposed is fixed.
2013-08-10 Arnold SchwaighoferRevert r188119 "Kill some duplicated code for removing...
2013-08-09 Peter CollingbourneKill some duplicated code for removing unreachable...
2013-08-09 Peter CollingbourneDataFlowSanitizer: Remove unreachable BBs so IR continu...
2013-08-07 Peter CollingbourneDataFlowSanitizer; LLVM changes.