InstCombine: fix fold "fcmp x, undef" to account for NaN
[oota-llvm.git] / test / Transforms /
2015-03-09 Mehdi AminiInstCombine: fix fold "fcmp x, undef" to account for NaN
2015-03-08 Owen AndersonTeach DataLayout to infer a plausible alignment for...
2015-03-06 Olivier SallenaveDo not restrict interleaved unrolling to small loops...
2015-03-06 Karthik BhatAdd a new pass "Loop Interchange"
2015-03-06 Michael Gottesman[objc-arc] Remove annotations code.
2015-03-06 Nadav RotemTeach ComputeNumSignBits about signed reminder.
2015-03-05 Philip Reames[RewriteStatepointsForGC] Yet more test cases for reloc...
2015-03-05 Philip Reames[RewriteStatepointsForGC] Add additional tests around...
2015-03-05 Michael Kuperstein[InstCombine] Fix an assertion when fmul has a Constant...
2015-03-04 Mehdi AminiMake DataLayout Non-Optional in the Module
2015-03-04 Philip Reames[RewriteStatepointsForGC] Fix a relocation bug w.r...
2015-03-03 David MajnemerInstCombine: Ensure select condition types are identica...
2015-03-03 Nadav RotemTeach ComputeNumSignBits about signed divisions.
2015-03-03 Duncan P. N. Exon... DebugInfo: Move new hierarchy into place
2015-03-03 Peter CollingbourneLowerBitSets: Use byte arrays instead of bit sets to...
2015-03-03 Benjamin KramerLoopIdiom: Give globals for memset_pattern16 private...
2015-03-02 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-03-02 NAKAMURA TakumiRevert r230921, "Revert some changes that were made...
2015-03-01 Sanjoy DasRevert some changes that were made to fix PR20680.
2015-02-28 Duncan P. N. Exon... DebugInfo: Convert DW_OP_piece => DW_OP_bit_piece
2015-02-28 Duncan P. N. Exon... Fix line endings on Transforms/Inline/inline_dbg_declare.ll
2015-02-28 Benjamin KramerTRE: Just erase dead BBs and tweak the iteration loop...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Fix another order of iteratio...
2015-02-28 Philip Reames[RewriteStatepointsForGC] Add tests for the base pointe...
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-26 Sanjoy DasIRCE: add a test case for r230619.
2015-02-26 Hal Finkel[InstCombine/PowerPC] Convert aligned QPX load/store...
2015-02-26 Hal Finkel[InstCombine] Add a test for altivec load/store intrins...
2015-02-26 Sanjoy DasIRCE: generalize to handle loops with decreasing induct...
2015-02-26 Ramkumar RamachandraPlaceSafepoints: use IRBuilder helpers
2015-02-25 Sanjay Patelonly propagate equality comparisons of FP values that...
2015-02-25 JF BastienInstCombine: extract instead of shuffle when performing...
2015-02-25 Peter CollingbourneLowerBitSets: Align referenced globals.
2015-02-25 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-25 Sanjay PatelFix really obscure bug in CannotBeNegativeZero() (PR22688)
2015-02-25 Charles Davis[IC] Turn non-null MD on pointer loads to range MD...
2015-02-24 Peter CollingbourneLowerBitSets: Introduce global layout builder.
2015-02-24 Hans WennborgRevert r230280: "Bugfix: SCEVExpander incorrectly marks...
2015-02-24 Sanjoy DasNew instcombine rule: max(~a,~b) -> ~min(a, b)
2015-02-23 Sanjoy DasBugfix: SCEVExpander incorrectly marks increment operat...
2015-02-23 Sanjoy DasRevert 230275.
2015-02-23 Sanjoy DasFix bug 22641
2015-02-23 Chad RosierPrevent hoisting fmul from THEN/ELSE to IF if there...
2015-02-23 Mehdi AminiInstSimplify: simplify 0 / X if nnan and nsz
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-21 Philip Reames[PlaceSafepoints] Adjust enablement logic to default...
2015-02-20 Benjamin KramerLoopRotate: When reconstructing loop simplify form...
2015-02-20 Peter CollingbourneIntroduce bitset metadata format and bitset lowering...
2015-02-20 Philip ReamesBugfix for 229954
2015-02-20 Hal Finkel[InstCombine] Remove unnecessary variable indexing...
2015-02-20 Philip ReamesAdjust enablement of RewriteStatepointsForGC
2015-02-20 Philip ReamesAdd a pass for constructing gc.statepoint sequences...
2015-02-20 Michael Gottesman[objc-arc-contract] We can not move retains over instru...
2015-02-19 Ahmed Bougacha[ARM] Re-re-apply VLD1/VST1 base-update combine.
2015-02-19 Rafael EspindolaAvoid conversion to float when creating ConstantDataArr...
2015-02-19 Igor LaevskyAdd few simple tests to check statepoint placement...
2015-02-19 Chandler Carruth[x86,sdag] Two interrelated changes to the x86 and...
2015-02-18 Sanjoy DasPartial fix for bug 22589
2015-02-18 Elena DemikhovskyMinor fix after 229495.
2015-02-18 Adam Nemet[LoopAccesses] Modify test to also check symbolic strid...
2015-02-18 Akira Hatanaka[InstCombine] Do not insert a GEP instruction before...
2015-02-18 Hal Finkel[BDCE] Don't forget uses of root instructions seen...
2015-02-17 Elena DemikhovskyFixed a bug in store sinking.
2015-02-17 Hal Finkel[BDCE] Add a bit-tracking DCE pass
2015-02-16 Mehdi AminiInstCombine: fold more cases of (fp_to_u/sint (u/sint_t...
2015-02-16 Mehdi AminiTests: reformat sitofp.ll and use FileCheck
2015-02-16 James Molloy[LoopReroll] Relax some assumptions a little.
2015-02-16 James Molloy[LoopReroll] Don't crash on dead code
2015-02-16 David MajnemerIR: Properly return nullptr when getAggregateElement...
2015-02-15 David BlaikieFileCheck-ize a test to make it easier to migrate to...
2015-02-15 David BlaikieUpdate a test to make it easier to migrate to untyped...
2015-02-15 David BlaikieUpdate a test to use FileCheck so it's easier to migrat...
2015-02-15 David BlaikieReformat test case to be easier to migrate to typeless...
2015-02-14 Ramkumar RamachandraInstCombine: propagate deref via new addDereferenceableAttr
2015-02-14 Philip Reames[InstCombine] When canonicalizing gep indices, prefer...
2015-02-13 Andrea Di Biagio[InstCombine] Fix regression introduced at r227197.
2015-02-13 Andrea Di Biagio[CodeGenPrepare] Removed duplicate logic. SimplifyCFG...
2015-02-13 James Molloy[SimplifyCFG] Add test for r229099
2015-02-13 Chandler Carruth[unroll] Concede defeat and disable the unroll analyzer...
2015-02-13 Michael Liao[InstCombine] Fix a bug when combining `icmp` from...
2015-02-13 Chandler Carruth[IC] Fix a bug with the instcombine canonicalizing...
2015-02-13 Olivier SallenaveCheck interleaving without relying on debug output.
2015-02-13 Michael ZolotukhinTestcase for r228988.
2015-02-13 NAKAMURA Takumillvm/test/Transforms/LoopVectorize/PowerPC/small-loop...
2015-02-12 Olivier SallenaveChange max interleave factor to 12 for POWER7 and POWER8.
2015-02-12 Bjorn SteinbrinkFix a crash in the assumption cache when inlining indir...
2015-02-12 Benjamin KramerUpdate test case.
2015-02-12 Benjamin KramerInstCombine: Allow folding of xor into icmp by changing...
2015-02-12 Michael ZolotukhinAdd a testcase for r228432.
2015-02-12 James Molloy[LoopRerolling] Be more forgiving with instruction...
2015-02-12 Andrea Di Biagio[TTI] Teach the cost heuristic how to query TLI to...
2015-02-12 Chandler Carruth[slp] Fix a nasty bug in the SLP vectorizer that Joerg...
2015-02-11 Tim NorthoverDeadArgElim: aggregate Return assessment properly.
2015-02-11 Mehdi AminiReassociate: cannot negate a INT_MIN value
2015-02-11 Andrea Di Biagio[TTI] Improved cost heuristic for cttz/ctlz calls.
2015-02-11 James Molloy[SimplifyCFG] Swap to using TargetTransformInfo for...
2015-02-11 James Molloy[LoopReroll] Introduce the concept of DAGRootSets.
2015-02-11 Reid KlecknerFix invalid LLVM IR in PruneEH tests
2015-02-11 Reid KlecknerDon't promote asynch EH invokes of nounwind functions...
next