| Commit message (Expand) | Author | Age | Files | Lines |
* | [Transforms][RISCV] Remove a "using namespace llvm" from an include file. Fix... | Craig Topper | 2020-01-17 | 1 | -2/+2 |
* | [RISCV] Enable the machine outliner for RISC-V | lewis-revill | 2019-12-19 | 1 | -0/+158 |
* | Fix assertion failure in getMemOperandWithOffsetWidth | Kristof Beyls | 2019-12-17 | 1 | -1/+2 |
* | [RISCV] Added isCompressibleInst() to estimate size in getInstSizeInBytes() | Ana Pazos | 2019-12-16 | 1 | -1/+15 |
* | [RISCV] Machine Operand Flag Serialization | Sam Elliott | 2019-12-09 | 1 | -0/+25 |
* | Use MCRegister in copyPhysReg | Matt Arsenault | 2019-11-11 | 1 | -2/+2 |
* | [RISCV] Add InstrInfo areMemAccessesTriviallyDisjoint hook | Luís Marques | 2019-11-05 | 1 | -0/+55 |
* | [RISCV] Add MachineInstr immediate verification | Luis Marques | 2019-10-16 | 1 | -2/+58 |
* | [RISCV] Support stack offset exceed 32-bit for RV64 | Shiva Chen | 2019-09-13 | 1 | -18/+38 |
* | Revert "[RISCV] Support stack offset exceed 32-bit for RV64" | Shiva Chen | 2019-09-13 | 1 | -37/+18 |
* | [RISCV] Support stack offset exceed 32-bit for RV64 | Shiva Chen | 2019-09-13 | 1 | -18/+37 |
* | [RISCV] Convert registers from unsigned to Register | Luis Marques | 2019-08-16 | 1 | -1/+1 |
* | [risc-v] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM | Daniel Sanders | 2019-08-12 | 1 | -1/+1 |
* | [RISCV] Don't acccess an invalidated iterator in RISCVInstrInfo::removeBranch | Alex Bradbury | 2019-07-18 | 1 | -2/+2 |
* | [RISCV] Add pseudo instruction for calls with explicit register | Lewis Revill | 2019-06-26 | 1 | -0/+1 |
* | [RISCV] Add lowering of global TLS addresses | Lewis Revill | 2019-06-19 | 1 | -0/+2 |
* | [RISCV] Add lowering of addressing sequences for PIC | Lewis Revill | 2019-06-11 | 1 | -0/+1 |
* | [RISCV] Generate address sequences suitable for mcmodel=medium | Alex Bradbury | 2019-04-01 | 1 | -0/+1 |
* | [RISCV][NFC] Convert some MachineBaiscBlock::iterator(MI) to MI.getIterator() | Alex Bradbury | 2019-03-11 | 1 | -2/+2 |
* | Implementation of asm-goto support in LLVM | Craig Topper | 2019-02-08 | 1 | -1/+2 |
* | Reapply: [RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI | Ana Pazos | 2019-01-25 | 1 | -0/+13 |
* | Revert "[RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI" | Ana Pazos | 2019-01-24 | 1 | -13/+0 |
* | [RISCV] Set isAsCheapAsAMove for ADDI, ORI, XORI, LUI | Ana Pazos | 2019-01-24 | 1 | -0/+13 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [RISCV] Remove overzealous is64Bit checks | Alex Bradbury | 2018-10-04 | 1 | -2/+1 |
* | [RISCV] Add support for _interrupt attribute | Ana Pazos | 2018-07-26 | 1 | -2/+4 |
* | [RISCV] Lower the tail pseudoinstruction | Mandeep Singh Grang | 2018-05-23 | 1 | -0/+1 |
* | [RISCV] Implement isLoadFromStackSlot and isStoreToStackSlot | Alex Bradbury | 2018-04-26 | 1 | -0/+49 |
* | [RISCV] Expand function call to "call" pseudoinstruction | Shiva Chen | 2018-04-25 | 1 | -0/+2 |
* | Revert "[RISCV] implement li pseudo instruction" | Alex Bradbury | 2018-04-18 | 1 | -2/+11 |
* | [RISCV] implement li pseudo instruction | Alex Bradbury | 2018-04-17 | 1 | -11/+2 |
* | [RISCV] Codegen support for RV32D floating point comparison operations | Alex Bradbury | 2018-04-12 | 1 | -7/+11 |
* | [RISCV] Codegen support for RV32D floating point load/store, fadd.d, calling ... | Alex Bradbury | 2018-04-12 | 1 | -0/+4 |
* | [RISCV] Codegen support for RV32F floating point comparison operations | Alex Bradbury | 2018-03-21 | 1 | -10/+31 |
* | [RISCV] Implement support for the BranchRelaxation pass | Alex Bradbury | 2018-01-10 | 1 | -5/+110 |
* | [RISCV] Implement branch analysis | Alex Bradbury | 2018-01-10 | 1 | -0/+166 |
* | [RISCV] Support stack frames and offsets up to 32-bits | Alex Bradbury | 2018-01-10 | 1 | -0/+20 |
* | [RISCV][NFC] Use TargetRegisterClass::hasSubClassEq in storeRegToStackSlot/lo... | Alex Bradbury | 2017-12-07 | 1 | -2/+2 |
* | [RISCV] Initial support for function calls | Alex Bradbury | 2017-11-08 | 1 | -1/+2 |
* | [RISCV] Codegen for conditional branches | Alex Bradbury | 2017-11-08 | 1 | -0/+33 |
* | [RISCV] Codegen support for memory operations | Alex Bradbury | 2017-11-08 | 1 | -0/+12 |
* | [RISCV] Initial codegen support for ALU operations | Alex Bradbury | 2017-10-19 | 1 | -0/+31 |