Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [RISCV] Use addi rather than add x0 | Sam Elliott | 2019-11-14 | 1 | -3/+3 |
* | [RISCV] Convert registers from unsigned to Register | Luis Marques | 2019-08-16 | 1 | -5/+5 |
* | [risc-v] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -22/+22 |
* | [RISCV] Add lowering of global TLS addresses | Lewis Revill | 2019-06-19 | 1 | -0/+28 |
* | [RISCV] Add lowering of addressing sequences for PIC | Lewis Revill | 2019-06-11 | 1 | -4/+39 |
* | [RISCV] Generate address sequences suitable for mcmodel=medium | Alex Bradbury | 2019-04-01 | 1 | -0/+45 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [RISCV] Add codegen support for RV64A | Alex Bradbury | 2019-01-17 | 1 | -14/+67 |
* | [RISCV] Implement codegen for cmpxchg on RV32IA | Alex Bradbury | 2018-11-29 | 1 | -0/+104 |
* | [RISCV] Codegen for i8, i16, and i32 atomicrmw with RV32A | Alex Bradbury | 2018-09-19 | 1 | -0/+452 |