summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/cmov-into-branch.ll
Commit message (Expand)AuthorAgeFilesLines
* [X86] Handle COPYs of physregs better (regalloc hints)Simon Pilgrim2018-09-191-16/+15
* Followup on Proposal to move MIR physical register namespace to '$' sigil.Puyan Lotfi2018-01-311-1/+1
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-1/+1
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-11/+11
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-1/+1
* [x86] Fix PR34377 by disabling cmov conversion when we relied on itChandler Carruth2017-09-061-4/+22
* [x86] regenerate checks with update_llc_test_checks.pySanjay Patel2017-06-121-15/+9
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+3
* Revert "Codegen: Tail-duplicate during placement."Daniel Jasper2016-10-111-3/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-111-1/+3
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-081-3/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-071-1/+3
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-051-3/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+3
* Revert "Codegen: Tail-duplicate during placement."Kyle Butt2016-10-041-3/+1
* Codegen: Tail-duplicate during placement.Kyle Butt2016-10-041-1/+3
* [Profile] preserve branch metadata lowering select in CGPXinliang David Li2016-09-031-5/+5
* [CGP] avoid crashing from weightlessnessSanjay Patel2016-05-091-0/+14
* [CodeGenPrepare] use branch weight metadata to decide if a select should be t...Sanjay Patel2016-04-261-3/+26
* add tests for potential CGP transform (PR27344)Sanjay Patel2016-04-251-0/+32
* [x86] auto-generate checks for cmov testsSanjay Patel2016-04-251-14/+32
* [CodeGenPrepare] Remove load-based heuristicJunmo Park2016-02-251-17/+2
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-4/+4
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-5/+5
* Switch the select to branch transformation on by default.Benjamin Kramer2012-05-061-1/+1
* CodeGenPrepare: Add a transform to turn selects into branches in some cases.Benjamin Kramer2012-05-051-0/+63
OpenPOWER on IntegriCloud