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] Allow parsing dot '.' in assembly
Sam Elliott
2019-07-12
1
-0
/
+1
*
[RISCV] Add break; to the last switch case
Fangrui Song
2019-07-01
1
-0
/
+1
*
[RISCV] Add pseudo instruction for calls with explicit register
Lewis Revill
2019-06-26
1
-0
/
+4
*
[RISCV] Allow parsing immediates that use tilde & exclaim
Lewis Revill
2019-06-19
1
-0
/
+4
*
[RISCV] Fix failure to parse parenthesized immediates
Lewis Revill
2019-06-19
1
-3
/
+8
*
Revert CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-11
1
-1
/
+1
*
CMake: Make most target symbols hidden by default
Tom Stellard
2019-06-10
1
-1
/
+1
*
[RISCV] Support assembling TLS LA pseudo instructions
Lewis Revill
2019-05-23
1
-0
/
+43
*
[RISCV] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
1
-0
/
+1
*
[RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers
Lewis Revill
2019-04-23
1
-4
/
+9
*
[RISCV] Diagnose invalid second input register operand when using %tprel_add
Roger Ferrer Ibanez
2019-04-11
1
-2
/
+26
*
[RISCV] Support assembling TLS add and associated modifiers
Lewis Revill
2019-04-04
1
-7
/
+25
*
[RISCV] Support assembling @plt symbol operands
Alex Bradbury
2019-04-02
1
-2
/
+12
*
[RISCV] Attach VK_RISCV_CALL to symbols upon creation
Alex Bradbury
2019-04-01
1
-0
/
+34
*
[RISCV] Add basic RV32E definitions and MC layer support
Alex Bradbury
2019-03-22
1
-4
/
+9
*
[RISCV][NFC] Factor out matchRegisterNameHelper in RISCVAsmParser.cpp
Alex Bradbury
2019-03-17
1
-11
/
+17
*
[RISCV] Fix RISCVAsmParser::ParseRegister and add tests
Alex Bradbury
2019-03-17
1
-5
/
+7
*
[RISCV] Implement pseudo instructions for load/store from a symbol address.
Kito Cheng
2019-02-20
1
-1
/
+80
*
[RISCV] Add assembler support for LA pseudo-instruction
Alex Bradbury
2019-02-15
1
-17
/
+71
*
[RISCV] Support assembling %got_pcrel_hi operator
Alex Bradbury
2019-02-15
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[RISCV][MC] Add support for evaluating constant symbols as immediates
Alex Bradbury
2019-01-10
1
-8
/
+1
*
[RISCV][MC] Accept %lo and %pcrel_lo on operands to li
Alex Bradbury
2019-01-03
1
-3
/
+15
*
[RISCV] Support .option push and .option pop
Alex Bradbury
2018-11-28
1
-1
/
+46
*
[RISCV] Introduce the RISCVMatInt::generateInstSeq helper
Alex Bradbury
2018-11-15
1
-72
/
+16
*
[RISCV] Support .option relax and .option norelax
Alex Bradbury
2018-11-12
1
-1
/
+42
*
[RISCV] Support named operands for CSR instructions.
Ana Pazos
2018-10-04
1
-54
/
+157
*
[RISCV][MC] Modify evaluateConstantImm interface to allow reuse from addExpr
Alex Bradbury
2018-09-20
1
-35
/
+34
*
[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
[next]