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
/
lib
/
Target
/
AVR
/
AVRExpandPseudoInsts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AVR] Fix codegen for rotate instructions
Jim Lin
2019-12-23
1
-0
/
+91
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Sylvestre Ledru
2019-08-03
1
-1
/
+1
*
[AVR] Fix codegen bug in 16-bit loads
Dylan McKay
2019-01-20
1
-5
/
+5
*
Revert "[AVR] Fix codegen bug in 16-bit loads"
Dylan McKay
2019-01-20
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AVR] Fix codegen bug in 16-bit loads
Dylan McKay
2019-01-18
1
-5
/
+5
*
[AVR] Redefine the 'LSL' instruction as an alias of 'ADD'
Dylan McKay
2018-09-01
1
-2
/
+4
*
[AVR] Define the ROL instruction as an alias of ADC
Dylan McKay
2018-09-01
1
-3
/
+4
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-26
/
+26
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
[AVR] Implement LPMWRdZ pseudo-instruction's expansion.
Dylan McKay
2017-10-04
1
-1
/
+44
*
[AVR] Elaborate LDWRdPtr into `ld r, X++; ld r+1, X`
Dylan McKay
2017-10-04
1
-4
/
+4
*
[AVR] Fix displacement overflow for LDDW/STDW
Dylan McKay
2017-10-04
1
-4
/
+12
*
[AVR] Remove an unused local variable
Dylan McKay
2017-04-26
1
-1
/
+0
*
[AVR] Do not kill the dest register for a pseudo instruction
Dylan McKay
2017-04-25
1
-1
/
+1
*
[AVR] Support the LDWRdPtr instruction with the same Src+Dst register
Dylan McKay
2017-04-25
1
-52
/
+75
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-10
/
+7
*
[AVR] Optimize 16-bit ANDs with '1'
Dylan McKay
2016-12-31
1
-0
/
+4
*
[AVR] Optimize 16-bit ORs with '0'
Dylan McKay
2016-12-30
1
-12
/
+27
*
[AVR] Fix a signed vs unsigned compiler warning
Dylan McKay
2016-12-11
1
-1
/
+1
*
[AVR] Use the register scavenger when expanding 'LDDW' instructions
Dylan McKay
2016-12-10
1
-25
/
+45
*
[AVR] Fix a bunch of incorrect assertion messages
Dylan McKay
2016-12-10
1
-4
/
+4
*
[AVR] Add tests for a large number of pseudo instructions
Dylan McKay
2016-12-09
1
-0
/
+12
*
[AVR] Allow loading from stack slots where src and dest registers are identical
Dylan McKay
2016-12-07
1
-7
/
+40
*
[AVR] Wrap all methods in the pseudo expansion pass in an anon namespace
Dylan McKay
2016-11-16
1
-2
/
+2
*
[AVR] Add the pseudo instruction expansion pass
Dylan McKay
2016-11-16
1
-0
/
+1431