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] Support ABI checking with per function target-features
Zakk Chen
2020-01-27
1
-0
/
+13
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-27
1
-12
/
+0
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
1
-0
/
+12
*
Revert "[RISCV] Support ABI checking with per function target-features"
Zakk Chen
2020-01-15
1
-12
/
+0
*
[RISCV] Support ABI checking with per function target-features
Zakk Chen
2020-01-15
1
-0
/
+12
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[RISCV] Collect Statistics on Compressed Instructions
Sam Elliott
2020-01-13
1
-0
/
+8
*
[RISCV] Check register class for AMO memory operands
James Clarke
2020-01-13
1
-0
/
+5
*
[RISCV] Move DebugLoc Copy into CompressInstEmitter
Sam Elliott
2019-12-13
1
-1
/
+0
*
[RISCV] Improve assembler missing feature warnings
Simon Cook
2019-12-10
1
-3
/
+17
*
[RISCV] Add assembly mnemonic spell checking
Simon Cook
2019-11-18
1
-2
/
+11
*
[RISCV] Rename FPRs and use Register arithmetic
Luis Marques
2019-09-27
1
-48
/
+16
*
[RISCV] Fix static analysis issues
Luis Marques
2019-09-20
1
-2
/
+2
*
[RISCV] Unbreak the build
Benjamin Kramer
2019-09-17
1
-4
/
+4
*
[RISCV][NFC] Use NoRegister instead of 0 literal
Luis Marques
2019-09-17
1
-4
/
+4
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-1
/
+1
*
[RISCV] Add support for RVC HINT instructions
Luis Marques
2019-08-21
1
-0
/
+4
*
[RISCV] Convert registers from unsigned to Register
Luis Marques
2019-08-16
1
-32
/
+33
*
[RISCV] Allow parsing of bare symbols with offsets
Lewis Revill
2019-08-16
1
-0
/
+18
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-4
/
+4
*
[RISCV] Add Custom Parser for Atomic Memory Operands
Sam Elliott
2019-08-01
1
-0
/
+77
*
[RISCV] Fix uninitialized variable after call to evaluateConstantImm
Francis Visoiu Mistrih
2019-07-29
1
-22
/
+22
*
[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
[next]