Move PPCJITInfo off of the TargetMachine and onto the subtarget.
[oota-llvm.git] / test / Instrumentation / DataFlowSanitizer /
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.