summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lea32-schedule.ll
AgeCommit message (Expand)Author
2017-12-08[X86][Haswell]: Updating the scheduling information for the Haswell subtarget.Gadi Haber
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-11-28[CodeGen] Print register names in lowercase in both MIR and debug outputFrancis Visoiu Mistrih
2017-10-24[X86][Broadwell] Added the instruction scheduling information for the Broadwe...Gadi Haber
2017-10-17[X86][Broadwell] Added the broadwell cpu to the scheduling regression tests.<...Gadi Haber
2017-10-17[X86][SKL] Updated scheduling information for the SkylakeClient targetGadi Haber
2017-10-10[X86][SKYLAKE] Update regression test to differentiate between HASWELL and SK...Gadi Haber
2017-08-31AMD family 17h (znver1) scheduler model update.Ashutosh Nema
2017-08-28[X86][Haswell] Updating HSW instruction scheduling informationGadi Haber
2017-08-21[x86] Teach the "generic" x86 CPU to avoid patterns that are slow onChandler Carruth
2017-08-01Support itineraries in TargetSubtargetInfo::getSchedInfoStr - Now if the give...Andrew V. Tischenko
2017-07-19AMD znver1 Initial Scheduler modelCraig Topper
2017-07-17[X86] Add LEA scheduling testsSimon Pilgrim