index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
CodeGen
/
X86
/
divrem8_ext.ll
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Use MOVSX by default instead of CBW to extend i8 to AX for i8 sdivrem.
Craig Topper
2019-09-06
1
-20
/
+8
*
[X86] Use MOVZX16rr8/MOVZXrm8 when extending input for i8 udivrem.
Craig Topper
2019-09-06
1
-10
/
+0
*
Fixes removal of dead elements from PressureDiff (PR37252).
Yury Gribov
2018-09-26
1
-1
/
+1
*
[X86] Handle COPYs of physregs better (regalloc hints)
Simon Pilgrim
2018-09-19
1
-0
/
+4
*
Revert r342457 "Fixes removal of dead elements from PressureDiff (PR37252)."
Hans Wennborg
2018-09-18
1
-1
/
+1
*
Fixes removal of dead elements from PressureDiff (PR37252).
Yury Gribov
2018-09-18
1
-1
/
+1
*
Followup on Proposal to move MIR physical register namespace to '$' sigil.
Puyan Lotfi
2018-01-31
1
-18
/
+18
*
[X86] Remove 'NOREX' comment from the printing of _NOREX instructions.
Craig Topper
2018-01-23
1
-18
/
+18
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-18
/
+18
*
[CodeGen] Unify MBB reference format in both MIR and debug output
Francis Visoiu Mistrih
2017-12-04
1
-18
/
+18
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-18
/
+18
*
[X86] Improve handling of UDIVREM8_ZEXT_HREG/SDIVREM8_SEXT_HREG to support 64...
Craig Topper
2017-10-26
1
-3
/
+1
*
Revert r314249 "Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instru...
Craig Topper
2017-09-27
1
-18
/
+18
*
Recommit r314151 "[X86] Make all the NOREX CodeGenOnly instructions into post...
Craig Topper
2017-09-26
1
-18
/
+18
*
Revert "[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos...
Benjamin Kramer
2017-09-26
1
-18
/
+18
*
[X86] Make all the NOREX CodeGenOnly instructions into postRA pseudos like th...
Craig Topper
2017-09-25
1
-18
/
+18
*
[DAGCombiner] Make DAGCombiner smarter about overflow
Amaury Sechet
2017-02-06
1
-2
/
+1
*
[X86] Regenerated integer divide tests to test on 32 and 64 bit targets
Simon Pilgrim
2016-11-16
1
-60
/
+172
*
Revert to extend i8/i16 return values on Darwin (PR26665)
Hans Wennborg
2016-02-18
1
-4
/
+4
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
1
-4
/
+4
*
PR25754: avoid generating UDIVREM8_ZEXT_HREG nodes with i64 result
Artyom Skrobov
2016-01-06
1
-0
/
+19
*
[X86] 8bit divrem: Improve codegen for AH register extraction.
Ahmed Bougacha
2014-11-03
1
-0
/
+100