summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/brcond.ll
AgeCommit message (Expand)Author
2017-03-31[x86] add/consolidate tests for setcc+setcc+and/or; NFCSanjay Patel
2015-04-16[opaque pointer type] Add textual IR support for explicit type parameter to t...David Blaikie
2013-07-13Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao
2012-01-08Reverted commit #147601 upon Evan's request.Victor Umansky
2012-01-05Peephole optimization of ptest-conditioned branch in X86 arch. Performs instr...Victor Umansky
2010-04-17Start function numbering at 0.Dan Gohman
2010-04-13Fix test on non-x86 hosts.Evan Cheng
2010-04-13Re-apply 101075 and fix it properly. Just reuse the debug info of the branch ...Evan Cheng
2010-04-13Temporarily revert r101075, it's causing invalid iterator assertionsEric Christopher
2010-04-12Third time's a charm...Bill Wendling
2010-04-12Genericize the label test.Bill Wendling
2010-04-12Correct test to test what I mean it to test.Bill Wendling
2010-04-12Micro-optimization:Bill Wendling
2010-01-02allow this to work on linux hosts.Chris Lattner
2010-01-02Teach codegen to handle:Chris Lattner
2010-01-01rename file.Chris Lattner