summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/divrem8_ext.ll
AgeCommit message (Expand)Author
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-26[X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_SEXT_HREG to support 64...Craig Topper
2017-09-27Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...Craig Topper
2017-09-26Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...Craig Topper
2017-09-26Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...Benjamin Kramer
2017-09-25[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...Craig Topper
2017-02-06[DAGCombiner] Make DAGCombiner smarter about overflowAmaury Sechet
2016-11-16[X86] Regenerated integer divide tests to test on 32 and 64 bit targetsSimon Pilgrim
2016-02-18Revert to extend i8/i16 return values on Darwin (PR26665)Hans Wennborg
2016-02-08[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)Hans Wennborg
2016-01-06PR25754: avoid generating UDIVREM8_ZEXT_HREG nodes with i64 resultArtyom Skrobov
2014-11-03[X86] 8bit divrem: Improve codegen for AH register extraction.Ahmed Bougacha