Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [MIPS GlobalISel] remove superfluous #includes (NFC) | Petar Jovanovic | 2018-04-12 | 1 | -3/+0 | |
| | | | | | | | Remove superfluous #includes. Minor code style change in MipsCallLowering::lowerFormalArguments(). llvm-svn: 329926 | |||||
* | [MIPS GlobalISel] Select add i32, i32 | Petar Jovanovic | 2018-04-11 | 1 | -3/+71 | |
| | | | | | | | | | | | | | Add the minimal support necessary to lower a function that returns the sum of two i32 values. Support argument/return lowering of i32 values through registers only. Add tablegen for regbankselect and instructionselect. Patch by Petar Avramovic. Differential Revision: https://reviews.llvm.org/D44304 llvm-svn: 329819 | |||||
* | [MIPS GlobalISel] Adding GlobalISel | Petar Jovanovic | 2018-02-23 | 1 | -0/+26 | |
Add GlobalISel infrastructure up to the point where we can select a ret void. Patch by Petar Avramovic. Differential Revision: https://reviews.llvm.org/D43583 llvm-svn: 325888 |