summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/cmp.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-11-08Revert "Correct dwarf unwind information in function epilogue for X86"Reid Kleckner
2017-11-07Reland "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic
2017-11-01Revert "Correct dwarf unwind information in function epilogue for X86"Petar Jovanovic
2017-11-01Correct dwarf unwind information in function epilogue for X86Petar Jovanovic
2017-10-10[MC] Suppress .Lcfi labels when emitting textual assemblyReid Kleckner
2017-09-22[x86] remove unnecessary OS specifier from testSanjay Patel
2017-08-25[x86] Fix an amazing goof in the handling of sub, or, and xor lowering.Chandler Carruth
2017-08-24[x86] NFC: Clean up two tests and generate precise checks for them.Chandler Carruth
2017-01-12[X86] Replace AND+IMM64 with SRL/SHLNikolai Bozhenov
2016-07-07Recommit r274692 - [X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-07-07Revert r274692 to check whether this is what breaks windows selfhost.Michael Kuperstein
2016-07-06[X86] Transform setcc + movzbl into xorl + setccMichael Kuperstein
2016-06-28[X86 Target Lowering] Merged ICMP test.Elena Demikhovsky
2015-08-19[X86] Emit more efficient >= comparisons against 0David Majnemer
2015-05-20Revert r237828 "[X86] Remove unused node after morphing it from shr to and."Hans Wennborg
2015-05-20[X86] Remove unused node after morphing it from shr to and.Benjamin Kramer
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2014-06-06X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer
2014-04-24X86: Don't transform shifts into ands when the sign bit is tested.Benjamin Kramer
2014-04-24X86: Emit test instead of constant shift + compare if the shift result is unu...Benjamin Kramer
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-05-22X86: Remove test instructions proceeding shift by immediate instructionsDavid Majnemer
2012-12-19Teach SimplifySetCC that comparing AssertZext i1 against a constant 1 can be ...Craig Topper
2012-07-17Implement r160312 as target indepedenet dag combine.Evan Cheng
2012-07-17This is another case where instcombine demanded bits optimization createdEvan Cheng
2012-07-16For something likeEvan Cheng
2011-04-14As Dan pointed out, movzbl, movsbl, and friends are nicer than their aliasBill Wendling
2011-04-14Have the X86 back-end emit the alias instead of what's being aliased. In mostBill Wendling
2010-10-08testcase that goes with r116053Chris Lattner
2010-10-08rename testChris Lattner