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
/
lld
/
ELF
/
Arch
/
Mips.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...
Fangrui Song
2019-12-18
1
-4
/
+5
*
[ELF] Delete relOff from TargetInfo::writePLT
Fangrui Song
2019-12-16
1
-3
/
+2
*
[ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...
Fangrui Song
2019-12-02
1
-2
/
+4
*
Ignore R_MIPS_JALR relocations against non-function symbols
Alex Richardson
2019-11-20
1
-0
/
+11
*
[ELF][MIPS] De-template writeValue. NFC
Fangrui Song
2019-10-07
1
-23
/
+20
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-12
/
+15
*
[ELF][MIPS] Use lld::elf::{read,write}* instead of llvm::support::endian::{re...
Fangrui Song
2019-10-07
1
-70
/
+68
*
[mips] Relax jalr/jr instructions using R_MIPS_JALR relocation
Simon Atanasyan
2019-09-26
1
-1
/
+21
*
[mips] Assign R_TLS type to the R_MIPS_TLS_TPREL_XXX relocations. NFC
Simon Atanasyan
2019-07-24
1
-8
/
+4
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-297
/
+297
*
[ELF][ARM][AARCH64][MIPS][PPC] Simplify the logic to create R_*_RELATIVE for ...
Fangrui Song
2019-06-20
1
-2
/
+2
*
[ELF] Make the rule to create relative relocations in a writable section stri...
Fangrui Song
2019-06-11
1
-0
/
+2
*
[ELF] Delete GotEntrySize and GotPltEntrySize
Fangrui Song
2019-05-31
1
-2
/
+0
*
[mips] Fix ld instruction in PLT entries on MIPS64
Simon Atanasyan
2019-05-07
1
-2
/
+4
*
ELF: De-template ELFFileBase. NFCI.
Peter Collingbourne
2019-04-05
1
-1
/
+1
*
[mips] Create LA25 thunks for MIPS R6 code
Simon Atanasyan
2019-02-19
1
-2
/
+2
*
[MIPS] Handle cross-mode (regular <-> microMIPS) jumps
Simon Atanasyan
2019-02-19
1
-0
/
+62
*
Improve error message for unknown relocations.
Rui Ueyama
2019-02-14
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF][MIPS] Use MIPS R6 `sigrie` as a trap instruction
Simon Atanasyan
2018-11-16
1
-1
/
+3
*
[ELF] Make TrapInstr and Filler byte arrays. NFC.
Simon Atanasyan
2018-11-14
1
-1
/
+1
*
[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.
George Rimar
2018-09-26
1
-0
/
+1
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-4
/
+4
*
[ELF][MIPS] Remove support for linking microMIPS 64-bit code
Simon Atanasyan
2018-07-06
1
-19
/
+1
*
[ELF][MIPS] Reorganize isMipsPIC routine. NFC
Simon Atanasyan
2018-05-04
1
-7
/
+10
*
[ELF][MIPS] Check that a section has a valid reference to a file in the isMip...
Simon Atanasyan
2018-05-03
1
-1
/
+5
*
[ELF] - Eliminate Target::isPicRel method.
George Rimar
2018-04-05
1
-6
/
+3
*
Do not use template for check{Int,UInt,IntUInt,Alignment}.
Rui Ueyama
2018-03-29
1
-21
/
+21
*
[ELF] Recommit 327248 with Arm using the .got for _GLOBAL_OFFSET_TABLE_
Peter Smith
2018-03-19
1
-0
/
+1
*
Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expecte...
Peter Collingbourne
2018-03-16
1
-1
/
+0
*
For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expected to be at
Peter Smith
2018-03-11
1
-0
/
+1
*
[mips][lld] Address post commit review nit.
Simon Dardis
2018-02-21
1
-3
/
+2
*
[mips][lld] Spectre variant two mitigation for MIPSR2
Simon Dardis
2018-02-20
1
-2
/
+7
*
[ELF][MIPS] Rename function to be consistent with other names. NFC
Simon Atanasyan
2018-01-29
1
-16
/
+16
*
[ELF][MIPS] Rename function. NFC
Simon Atanasyan
2018-01-18
1
-21
/
+21
*
[ELF][MIPS] Decompose relocation type for N32 / N64 earlier. NFC
Simon Atanasyan
2018-01-18
1
-3
/
+3
*
[MIPS] Write PLT0 entry in case of linking N64 ABI code
Simon Atanasyan
2017-11-22
1
-2
/
+11
*
[MIPS] Set STO_MIPS_MICROMIPS flag and less-significant bit for microMIPS sym...
Simon Atanasyan
2017-11-13
1
-2
/
+0
*
[MIPS] Setup less-significant bit in the .got and .got.plt entries in case of...
Simon Atanasyan
2017-11-08
1
-3
/
+6
*
Move MIPS-specific code from Symbols.cpp to MIPS.cpp.
Rui Ueyama
2017-11-07
1
-1
/
+18
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-1
/
+1
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-6
/
+6
*
[ELF] Introduce range extension thunks for ARM
Peter Smith
2017-10-27
1
-2
/
+2
*
Remove an unnecessary inheritance.
Rui Ueyama
2017-10-26
1
-2
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
LLD/ELF: Allow targets to set e_flags
Konstantin Zhuravlyov
2017-10-24
1
-1
/
+6
*
Remove one parameter from Target::getRelExpr.
Rui Ueyama
2017-10-12
1
-12
/
+14
*
Define RelType to represent relocation types.
Rui Ueyama
2017-10-11
1
-18
/
+17
*
[ELF][MIPS] Check for overflow when writing R_MIPS_CALL16 and R_MIPS_TLS_GOTT...
Alexander Richardson
2017-10-06
1
-2
/
+2
*
[MIPS] Generate thunks for microMIPS code
Simon Atanasyan
2017-10-03
1
-5
/
+0
[next]