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
/
MCTargetDesc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
James Clarke
2020-01-23
4
-108
/
+79
*
CMake: Make most target symbols hidden by default
Tom Stellard
2020-01-14
1
-1
/
+1
*
[RISCV] Fix evalutePCRelLo for symbols at the end of a fragment
James Clarke
2020-01-08
1
-1
/
+5
*
[MC] Add parameter `Address` to MCInstrPrinter::printInstruction
Fangrui Song
2020-01-06
2
-3
/
+3
*
[MC] Add parameter `Address` to MCInstPrinter::printInst
Fangrui Song
2020-01-06
2
-4
/
+5
*
[RISCV] Don't crash on unsupported relocations
Luís Marques
2019-12-19
1
-2
/
+11
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+1
*
[RISCV] Fix evaluation of %pcrel_lo
Roger Ferrer Ibanez
2019-11-08
1
-3
/
+7
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+2
*
[RISCV] Add MachineInstr immediate verification
Luis Marques
2019-10-16
1
-0
/
+1
*
[RISCV] Support llvm-objdump -M no-aliases and -M numeric
Sam Elliott
2019-09-10
2
-0
/
+20
*
[RISCV] Add Option for Printing Architectural Register Names
Sam Elliott
2019-09-10
2
-2
/
+13
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
2
-6
/
+5
*
[RISCV] Implement getExprForFDESymbol to ensure RISCV_32_PCREL is used for th...
Alex Bradbury
2019-08-20
5
-0
/
+30
*
[RISCV] Don't force absolute FK_Data_X fixups to relocs
Alex Bradbury
2019-08-19
1
-0
/
+7
*
[RISCV] Convert registers from unsigned to Register
Luis Marques
2019-08-16
2
-2
/
+4
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[RISCV] Add Custom Parser for Atomic Memory Operands
Sam Elliott
2019-08-01
2
-0
/
+14
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
2
-0
/
+5
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
2
-5
/
+0
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
2
-0
/
+5
*
[RISCV] Avoid overflow when determining number of nops for code align
Alex Bradbury
2019-07-16
1
-2
/
+6
*
[RISCV] Fix a potential issue in shouldInsertFixupForCodeAlign()
Alex Bradbury
2019-07-16
1
-4
/
+3
*
[RISCV] Make RISCVELFObjectWriter::getRelocType check IsPCRel
Alex Bradbury
2019-07-16
1
-25
/
+36
*
[RISCV] Add pseudo instruction for calls with explicit register
Lewis Revill
2019-06-26
1
-11
/
+22
*
[RISCV] Simplify RISCVAsmBackend::writeNopData(). NFC
Fangrui Song
2019-06-15
1
-7
/
+3
*
[RISCV] Add CFI directives for RISCV prologue/epilog.
Hsiangkai Wang
2019-06-12
2
-1
/
+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] Create a TargetInfo header. NFC
Richard Trieu
2019-05-15
2
-3
/
+1
*
[RISCV] Move InstPrinter files to MCTargetDesc. NFC
Richard Trieu
2019-05-11
5
-2
/
+171
*
[RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers
Lewis Revill
2019-04-23
7
-0
/
+39
*
[RISCV] Support assembling TLS add and associated modifiers
Lewis Revill
2019-04-04
7
-4
/
+156
*
[RISCV] Support assembling @plt symbol operands
Alex Bradbury
2019-04-02
7
-4
/
+22
*
[RISCV] Attach VK_RISCV_CALL to symbols upon creation
Alex Bradbury
2019-04-01
1
-5
/
+1
*
[RISCV] Don't evaluatePCRelLo if a relocation will be forced (e.g. due to lin...
Alex Bradbury
2019-04-01
2
-2
/
+21
*
[RISCV] Add basic RV32E definitions and MC layer support
Alex Bradbury
2019-03-22
1
-0
/
+1
*
[RISCV][MC] Find matching pcrel_hi fixup in more cases.
Eli Friedman
2019-03-12
1
-4
/
+12
*
[RISCV] Support -target-abi at the MC layer and for codegen
Alex Bradbury
2019-03-09
4
-6
/
+39
*
[RISCV] Support assembling %got_pcrel_hi operator
Alex Bradbury
2019-02-15
7
-4
/
+26
*
[RISCV] Insert R_RISCV_ALIGN relocation type and Nops for code alignment when...
Shiva Chen
2019-01-30
4
-1
/
+70
*
[RISCV] Add R_RISCV_RELAX relocation to all possible relax candidates.
Kito Cheng
2019-01-21
1
-7
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
16
-64
/
+48
*
[RISCV] Properly evaluate fixup_riscv_pcrel_lo12
Alex Bradbury
2018-12-20
4
-6
/
+132
*
[RISCV] Support .option push and .option pop
Alex Bradbury
2018-11-28
4
-0
/
+16
*
[RISCV] Support .option relax and .option norelax
Alex Bradbury
2018-11-12
6
-98
/
+135
*
[RISCV] Support named operands for CSR instructions.
Ana Pazos
2018-10-04
2
-126
/
+1
*
[Target] Untangle disassemblers
Benjamin Kramer
2018-09-10
1
-1
/
+0
*
[RISCV] Fix crash in decoding instruction with unknown floating point roundin...
Ana Pazos
2018-09-07
1
-0
/
+15
*
Test commit: fix punctuation
Chih-Mao Chen
2018-08-14
1
-1
/
+1
[next]