aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/sext-i1.ll
AgeCommit message (Expand)Author
2011-03-23Revert r128175.Andrew Trick
2011-03-23Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.Andrew Trick
2011-03-18Revert r127852; it's apparently causing an ICE on mingw.Eli Friedman
2011-03-18Add a target-specific branchless method for double-width relationalEli Friedman
2011-03-11Roll r127459 back in:Cameron Zwarich
2011-03-11Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar
2011-03-11Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich
2010-02-06Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng
2010-01-28Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty...Evan Cheng
2010-01-26Implement cond ? -1 : 0 with sbb.Evan Cheng