summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/select_const.ll
Commit message (Expand)AuthorAgeFilesLines
* [CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih2017-12-071-6/+6
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-42/+42
* [CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih2017-11-281-6/+6
* [DAG] combine assertsexts around a truncSanjay Patel2017-10-091-12/+9
* [DAGCombiner] fold assertzexts separated by truncSanjay Patel2017-09-181-10/+9
* [x86] use more shift or LEA for select-of-constants (2nd try)Sanjay Patel2017-08-111-53/+47
* [x86] add more tests for select-of-constants; NFCSanjay Patel2017-08-091-6/+97
* [x86] revert r310208 to investigate test-suite failures (PR34105 / PR34097) Sanjay Patel2017-08-071-27/+34
* [x86] use more shift or LEA for select-of-constantsSanjay Patel2017-08-061-34/+27
* [x86] add select-of-constant tests; NFCSanjay Patel2017-07-121-4/+109
* [DAGCombiner] allow transforming (select Cond, C +/- 1, C) to (add(ext Cond), C)Sanjay Patel2017-03-041-10/+9
* [DAGCombiner] avoid assertion when folding binops with opaque constantsSanjay Patel2017-03-021-0/+26
* [DAGCombiner] fold binops with constant into select-of-constantsSanjay Patel2017-03-011-8/+4
* [x86] add vector tests for more coverage of D30502; NFCSanjay Patel2017-03-011-0/+35
* [DAGCombiner] add missing folds for scalar select of {-1,0,1}Sanjay Patel2017-02-241-12/+6
* [x86] add more tests of select of constants; NFCSanjay Patel2017-02-161-10/+168
* [x86] add tests for {-1,0,1} select of constantsSanjay Patel2016-10-241-0/+93
* [x86] regenerate checksSanjay Patel2016-10-241-10/+11
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-131-1/+1
* Reapply r165661, Patch by Shuxin Yang <shuxin.llvm@gmail.com>.NAKAMURA Takumi2012-10-161-0/+16
* Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."NAKAMURA Takumi2012-10-111-16/+0
* Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem2012-10-101-0/+16
OpenPOWER on IntegriCloud