summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/mul-constant-i32.ll
AgeCommit message (Expand)Author
2017-12-10[X86] Fix test case I failed ot update in r320279.Craig Topper
2017-12-08[X86][Haswell]: Updating the scheduling information for the Haswell subtarget.Gadi Haber
2017-12-07Add proper BTVER2 sched support for MOV instr.Andrew V. Tischenko
2017-12-07[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.Francis Visoiu Mistrih
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-12-01Revert "[X86] Improvement in CodeGen instruction selection for LEAs."Matt Morehouse
2017-12-01[X86] Improvement in CodeGen instruction selection for LEAs.Jatin Bhateja
2017-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-04Revert r314886 "[X86] Improvement in CodeGen instruction selection for LEAs (...Hans Wennborg
2017-10-04[X86] Improvement in CodeGen instruction selection for LEAs (re-applying post...Jatin Bhateja
2017-09-15Revert r313343 "[X86] PR32755 : Improvement in CodeGen instruction selection ...Hans Wennborg
2017-09-15[X86] PR32755 : Improvement in CodeGen instruction selection for LEAs.Jatin Bhateja
2017-08-28[X86][Haswell] Updating HSW instruction scheduling informationGadi Haber
2017-06-28Reverting commit 306414 on behalf of @gadi.haberMichael Zuckerman
2017-06-27Updated and extended the information about each instruction in HSW and SNB to...Gadi Haber
2017-06-08This patch closes PR28513: an optimization of multiplication by different con...Andrew V. Tischenko
2017-05-30Revert "This patch closes PR28513: an optimization of multiplication by diffe...Vedant Kumar
2017-05-30This patch closes PR28513: an optimization of multiplication by different con...Andrew V. Tischenko
2017-03-22[X86] Add multiply by constant tests (PR28513)Simon Pilgrim