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
/
RISCVAsmBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[RISCV] Fix evaluating %pcrel_lo against global and weak symbols
James Clarke
2020-01-23
1
-34
/
+63
*
[RISCV] Fix evaluation of %pcrel_lo
Roger Ferrer Ibanez
2019-11-08
1
-3
/
+7
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-5
/
+4
*
[RISCV] Don't force absolute FK_Data_X fixups to relocs
Alex Bradbury
2019-08-19
1
-0
/
+7
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-0
/
+1
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-1
/
+0
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-0
/
+1
*
[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] Simplify RISCVAsmBackend::writeNopData(). NFC
Fangrui Song
2019-06-15
1
-7
/
+3
*
[RISCV] Support assembling %tls_{ie,gd}_pcrel_hi modifiers
Lewis Revill
2019-04-23
1
-0
/
+6
*
[RISCV] Support assembling TLS add and associated modifiers
Lewis Revill
2019-04-04
1
-0
/
+3
*
[RISCV] Support assembling @plt symbol operands
Alex Bradbury
2019-04-02
1
-1
/
+2
*
[RISCV] Support -target-abi at the MC layer and for codegen
Alex Bradbury
2019-03-09
1
-1
/
+1
*
[RISCV] Support assembling %got_pcrel_hi operator
Alex Bradbury
2019-02-15
1
-0
/
+7
*
[RISCV] Insert R_RISCV_ALIGN relocation type and Nops for code alignment when...
Shiva Chen
2019-01-30
1
-0
/
+52
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[RISCV] Properly evaluate fixup_riscv_pcrel_lo12
Alex Bradbury
2018-12-20
1
-0
/
+39
*
[RISCV] Support .option relax and .option norelax
Alex Bradbury
2018-11-12
1
-98
/
+1
*
Fix compilation of WebAssembly and RISCV after r334078
Ilya Biryukov
2018-06-06
1
-4
/
+8
*
[RISCV] Support resolving fixup_riscv_call and add to MCFixupKindInfo table
Shiva Chen
2018-05-30
1
-1
/
+12
*
[RISCV] Support linker relax function call from auipc and jalr to jal
Shiva Chen
2018-05-24
1
-1
/
+2
*
[RISCV] Add symbol diff relocation support for RISC-V
Alex Bradbury
2018-05-23
1
-0
/
+5
*
[RISCV] Correctly report sizes for builtin fixups
Alex Bradbury
2018-05-23
1
-15
/
+2
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-5
/
+5
*
MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...
Peter Collingbourne
2018-05-21
1
-5
/
+6
*
[RISCV] Add WasForced parameter to MCAsmBackend::fixupNeedsRelaxationAdvanced
Shiva Chen
2018-05-18
1
-5
/
+22
*
[RISCV] Define FeatureRelax and shouldForceRelocation for RISCV linker relaxa...
Shiva Chen
2018-05-15
1
-0
/
+8
*
[RISCV] Implement MC relaxations for compressed instructions.
Sameer AbuAsal
2018-03-02
1
-7
/
+80
*
[RISCV] Add support for %pcrel_lo.
Ahmed Charles
2018-02-06
1
-9
/
+13
*
[RISCV] Allow RISCVAsmBackend::writeNopData to generate c.nop when supported
Alex Bradbury
2018-01-17
1
-8
/
+18
*
Thread MCSubtargetInfo through Target::createMCAsmBackend
Alex Bradbury
2018-01-03
1
-1
/
+2
*
[RISCV] MC layer support for the jump/branch instructions of the RVC extension
Alex Bradbury
2017-12-07
1
-2
/
+40
*
[RISCV] Silence an unused variable warning in release builds [NFC]
Mandeep Singh Grang
2017-11-10
1
-4
/
+5
*
[RISCV] Fix build after r315327
Alex Bradbury
2017-10-11
1
-2
/
+3
*
[RISCV] Add common fixups and relocations
Alex Bradbury
2017-09-28
1
-1
/
+106
*
[RISCV] Fix two abuses of llvm_unreachable
Alex Bradbury
2017-08-20
1
-1
/
+1
*
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
1
-1
/
+1
*
Add MCContext argument to MCAsmBackend::applyFixup for error reporting
Alex Bradbury
2017-04-05
1
-2
/
+2
*
[RISCV] Add bare-bones RISC-V MCTargetDesc
Alex Bradbury
2016-11-01
1
-0
/
+91