AVX-512: SINT_TO_FP cost model and some bugfixes
[oota-llvm.git] / test / Instrumentation / DataFlowSanitizer /
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.