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
/
RISCV
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RISCV][NFC] Remove unnecessary {} around single statement if block
Alex Bradbury
2017-11-21
1
-2
/
+1
*
[RISCV][NFC] Clean up RISCVDAGToDAGISel::Select
Alex Bradbury
2017-11-21
1
-14
/
+9
*
[RISCV] Use register X0 (ZERO) for constant 0
Alex Bradbury
2017-11-21
1
-0
/
+30
*
[RISCV] Support and tests for a variety of additional LLVM IR constructs
Alex Bradbury
2017-11-21
4
-15
/
+121
*
[RISCV] Implement lowering of ISD::SELECT
Alex Bradbury
2017-11-21
3
-1
/
+174
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
3
-3
/
+3
*
[RISCV] Fix 64-bit data layout mismatch between backend and target description
Mandeep Singh Grang
2017-11-16
1
-1
/
+1
*
Fix RISCV build after r318352
Azharuddin Mohammed
2017-11-16
1
-2
/
+2
*
[RISCV] Silence an unused variable warning in release builds [NFC]
Mandeep Singh Grang
2017-11-10
2
-5
/
+5
*
[RISCV] MC layer support for the standard RV32A instruction set extension
Alex Bradbury
2017-11-09
6
-12
/
+128
*
[RISCV] MC layer support for the standard RV32M instruction set extension
Alex Bradbury
2017-11-09
4
-4
/
+45
*
[RISCV] Initial support for function calls
Alex Bradbury
2017-11-08
8
-4
/
+186
*
[RISCV] Codegen for conditional branches
Alex Bradbury
2017-11-08
8
-4
/
+118
*
[RISCV] Codegen support for memory operations on global addresses
Alex Bradbury
2017-11-08
5
-22
/
+99
*
[RISCV] Codegen support for memory operations
Alex Bradbury
2017-11-08
4
-0
/
+47
*
[RISCV] Codegen support for materializing constants
Alex Bradbury
2017-11-08
1
-0
/
+24
*
[NFCI] Ensure TargetOpcode::* are compatible with guessInstructionProperties=0
Alex Bradbury
2017-11-08
1
-3
/
+1
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
2
-3
/
+3
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
2
-2
/
+2
*
[RISCV] Add missing hunk from r316188
Alex Bradbury
2017-10-19
1
-1
/
+3
*
[RISCV] Initial codegen support for ALU operations
Alex Bradbury
2017-10-19
22
-11
/
+938
*
[RISCV] RISCVAsmParser: early exit if RISCVOperand isn't immediate as expected
Alex Bradbury
2017-10-19
1
-0
/
+10
*
[RISCV][NFC] Drop unused parameter from createImm helper in RISCVAsmParser
Alex Bradbury
2017-10-19
1
-4
/
+3
*
[RISCV] Prepare for the use of variable-sized register classes
Alex Bradbury
2017-10-19
8
-220
/
+276
*
[RISCV] Bugfix createRISCVELFObjectWriter
Alex Bradbury
2017-10-18
1
-1
/
+1
*
Revert "TargetMachine: Merge TargetMachine and LLVMTargetMachine"
Matthias Braun
2017-10-12
2
-4
/
+4
*
TargetMachine: Merge TargetMachine and LLVMTargetMachine
Matthias Braun
2017-10-12
2
-4
/
+4
*
[RISCV] Fix build after r315327
Alex Bradbury
2017-10-11
3
-6
/
+10
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-1
/
+2
*
[RISCV] Fix build after r315254
Alex Bradbury
2017-10-10
1
-2
/
+3
*
[RISCV] Add common fixups and relocations
Alex Bradbury
2017-09-28
11
-39
/
+593
*
[RISCV] Add support for disassembly
Alex Bradbury
2017-09-17
10
-1
/
+207
*
[RISCV] Add support for all RV32I instructions
Alex Bradbury
2017-09-17
6
-14
/
+378
*
[RISCV][NFC] Fix sorting of includes in lib/Target/RISCV
Alex Bradbury
2017-09-06
2
-6
/
+6
*
[RISCV] Trivial whitespace fix in RISCVInstPrinter
Alex Bradbury
2017-08-20
1
-1
/
+1
*
[RISCV] Fix two abuses of llvm_unreachable
Alex Bradbury
2017-08-20
2
-2
/
+2
*
[RISCV] Set HasRelocationAddend for RISCVELFObjectWriter
Alex Bradbury
2017-08-20
1
-1
/
+1
*
[RISCV] Add RISCVInstPrinter and basic MC assembler tests
Alex Bradbury
2017-08-15
8
-4
/
+141
*
[RISCV] Fix warning about unused getSubtargetFeatureName()
Alex Bradbury
2017-08-08
1
-1
/
+0
*
[RISCV] Add basic RISCVAsmParser (missing files)
Alex Bradbury
2017-08-08
3
-0
/
+399
*
[RISCV] Add basic RISCVAsmParser
Alex Bradbury
2017-08-08
4
-2
/
+19
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
2
-5
/
+12
*
Fully fix the movw/movt addend.
Rafael Espindola
2017-07-11
1
-2
/
+2
*
Remove redundant argument.
Rafael Espindola
2017-06-24
1
-2
/
+2
*
ARM: move some logic from processFixupValue to applyFixup.
Rafael Espindola
2017-06-23
1
-2
/
+4
*
Use a MutableArrayRef. NFC.
Rafael Espindola
2017-06-21
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
4
-4
/
+4
*
TargetPassConfig: Keep a reference to an LLVMTargetMachine; NFC
Matthias Braun
2017-05-30
1
-1
/
+1
*
Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...
Konstantin Zhuravlyov
2017-04-17
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-2
/
+2
[next]