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
/
AsmParser
/
RISCVAsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[RISCV][MC] Improve parsing of jal/j operands
Alex Bradbury
2018-09-20
1
-2
/
+20
*
[RISCV][MC] Use a custom ParserMethod for the bare_symbol operand type
Alex Bradbury
2018-09-18
1
-30
/
+35
*
[RISCV][MC] Reject bare symbols for the simm12 operand type
Alex Bradbury
2018-09-18
1
-3
/
+5
*
[RISCV][MC] Tighten up checking of sybol operands to lui and auipc
Alex Bradbury
2018-09-18
1
-9
/
+32
*
[RISCV][MC] Reject bare symbols for the simm6 and simm6nonzero operand types
Ana Pazos
2018-09-13
1
-14
/
+4
*
[RISCV] Fixed SmallVector.h Assertion `idx < size()'
Ana Pazos
2018-08-30
1
-1
/
+17
*
[RISCV] Fixed Assertion`Kind == Immediate && "Invalid type access!"' failed.
Ana Pazos
2018-08-24
1
-0
/
+18
*
[RISCV] Fix incorrect use of MCInstBuilder
Roger Ferrer Ibanez
2018-08-14
1
-8
/
+6
*
[RISCV] Add "lla" pseudo-instruction to assembler
Roger Ferrer Ibanez
2018-08-09
1
-3
/
+64
*
[RISCV] AsmParser support for the li pseudo instruction
Alex Bradbury
2018-06-07
1
-10
/
+147
*
[RISCV] Implement MC layer support for the tail pseudoinstruction
Mandeep Singh Grang
2018-05-17
1
-1
/
+2
*
[RISCV] Add support for .half, .hword, .word, .dword directives
Alex Bradbury
2018-05-17
1
-0
/
+4
*
[RISCV] Support .option rvc and norvc assembler directives
Alex Bradbury
2018-05-11
1
-1
/
+77
*
[RISCV] Allow call pseudoinstruction to be used to call a function name that ...
Alex Bradbury
2018-04-25
1
-9
/
+12
*
[RISCV] Support "call" pseudoinstruction in the MC layer
Shiva Chen
2018-04-25
1
-0
/
+14
*
Revert "[RISCV] implement li pseudo instruction"
Alex Bradbury
2018-04-18
1
-59
/
+10
*
[RISCV] implement li pseudo instruction
Alex Bradbury
2018-04-17
1
-10
/
+59
*
[NFC] fix trivial typos in comments and error message
Hiroshi Inoue
2018-04-09
1
-1
/
+1
*
[RISCV] Tablegen-driven Instruction Compression.
Sameer AbuAsal
2018-04-06
1
-2
/
+10
*
[RISCV] Implement c.lui immediate operand constraint
Shiva Chen
2018-02-22
1
-5
/
+8
*
[RISCV] Add support for %pcrel_lo.
Ahmed Charles
2018-02-06
1
-2
/
+3
*
[RISCV] Fix c.addi and c.addi16sp immediate constraints which should be non-zero
Shiva Chen
2018-02-02
1
-4
/
+21
*
[RISCV] Change shift amount operand of RVC shift instructions to uimmlog2xlen...
Alex Bradbury
2017-12-15
1
-2
/
+16
*
[RISCV][NFC] Put isSImm6 and simm6 td definition in correct sorted position
Alex Bradbury
2017-12-13
1
-16
/
+16
*
[RISCV] MC layer support for the remaining RVC instructions
Alex Bradbury
2017-12-13
1
-2
/
+67
*
[RISCV] MC layer support for the jump/branch instructions of the RVC extension
Alex Bradbury
2017-12-07
1
-0
/
+12
*
[RISCV] MC layer support for load/store instructions of the C (compressed) ex...
Alex Bradbury
2017-12-07
1
-0
/
+48
*
[RISCV] MC layer support for the standard RV64I instructions
Alex Bradbury
2017-12-07
1
-11
/
+35
*
[RISCV] MC layer support for the standard RV32D instruction set extension
Alex Bradbury
2017-12-07
1
-0
/
+64
*
[RISCV] MC layer support for the standard RV32F instruction set extension
Alex Bradbury
2017-12-07
1
-0
/
+36
*
[RISCV] MC layer support for the standard RV32A instruction set extension
Alex Bradbury
2017-11-09
1
-6
/
+31
*
[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
*
[Asm] Add debug tracing in table-generated assembly matcher
Oliver Stannard
2017-10-11
1
-1
/
+2
*
[RISCV] Add common fixups and relocations
Alex Bradbury
2017-09-28
1
-20
/
+162
*
[RISCV] Add support for all RV32I instructions
Alex Bradbury
2017-09-17
1
-11
/
+145
*
[RISCV][NFC] Fix sorting of includes in lib/Target/RISCV
Alex Bradbury
2017-09-06
1
-5
/
+5
*
[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
1
-0
/
+373
[prev]