aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sext-i1.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-0/+33
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-141-6/+6
* Revert r128175.Andrew Trick2011-03-231-2/+1
* Reapply Eli's r127852 now that the pre-RA scheduler can spill EFLAGS.Andrew Trick2011-03-231-1/+2
* Revert r127852; it's apparently causing an ICE on mingw.Eli Friedman2011-03-181-2/+1
* Add a target-specific branchless method for double-width relationalEli Friedman2011-03-181-1/+2
* Roll r127459 back in:Cameron Zwarich2011-03-111-2/+2
* Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often getDaniel Dunbar2011-03-111-2/+2
* Optimize trivial branches in CodeGenPrepare, which often get created from theCameron Zwarich2011-03-111-2/+2
* Run codegen dce pass for all targets at all optimization levels. Previously it'sEvan Cheng2010-02-061-2/+2
* Fix a bug introduced by r94490 where it created a X86ISD::CMP whose output ty...Evan Cheng2010-01-281-7/+48
* Implement cond ? -1 : 0 with sbb.Evan Cheng2010-01-261-0/+22