[DAGCombine] Remove SIGN_EXTEND-related inf-loop
[oota-llvm.git] / test / CodeGen / X86 / sext-i1.ll
2014-10-06 Hal Finkel[DAGCombine] Remove SIGN_EXTEND-related inf-loop
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2011-03-23 Andrew TrickRevert r128175.
2011-03-23 Andrew TrickReapply Eli's r127852 now that the pre-RA scheduler...
2011-03-18 Eli FriedmanRevert r127852; it's apparently causing an ICE on mingw.
2011-03-18 Eli FriedmanAdd a target-specific branchless method for double...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.