aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/sext-i1.ll
Commit message (Expand)AuthorAgeFilesLines
* 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