Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RISCV] Peephole optimisation for load/store of global values or constant ↵ | Alex Bradbury | 2018-03-19 | 1 | -2/+1 |
| | | | | | | | | | | | addresses (load (add base, off), 0) -> (load base, off) (store val, (add base, off)) -> (store val, base, off) This is similar to an equivalent peephole optimisation in PPCISelDAGToDAG. llvm-svn: 327831 | ||||
* | [RISCV] Implement frame pointer elimination | Alex Bradbury | 2018-01-18 | 1 | -28/+0 |
| | | | | llvm-svn: 322839 | ||||
* | [RISCV] Add basic support for inline asm constraints | Alex Bradbury | 2018-01-10 | 1 | -0/+83 |
llvm-svn: 322217 |