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
/
lib
/
ReaderWriter
/
ELF
/
Mips
/
MipsRelocationPass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-1415
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+1
*
[Mips] Do not show an error if R_MIPS_GPREL32 relocation has a non-local target
Simon Atanasyan
2015-09-16
1
-13
/
+0
*
[Mips] Initial support of the MIPS N32 ABI
Simon Atanasyan
2015-08-28
1
-0
/
+47
*
[Mips] Use 'or' for move instead of [d]addu in PLT entries
Simon Atanasyan
2015-08-19
1
-2
/
+2
*
[Mips] Implement definition of DT_MIPS_RLD_MAP dynamic tag, .rld_map section,...
Simon Atanasyan
2015-07-30
1
-0
/
+24
*
[Mips] Fix addend writing for R_MIPS_REL32 relocation
Simon Atanasyan
2015-07-21
1
-4
/
+5
*
[Mips] Handle R_MIPS_JALR relocation to omptimize jalr/jr instructions
Simon Atanasyan
2015-07-21
1
-0
/
+4
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
1
-42
/
+185
*
[Mips] Factor out symbol type checking (PIC/non-PIC) into the separate function
Simon Atanasyan
2015-07-03
1
-4
/
+2
*
[Mips] Reject R_MIPS_CALL16 against local symbols
Simon Atanasyan
2015-06-26
1
-14
/
+33
*
[Mips] Use helper functions to determine relocations purpose
Simon Atanasyan
2015-06-26
1
-126
/
+91
*
[Mips] Create LA25 stubs for all branch relocations
Simon Atanasyan
2015-06-26
1
-34
/
+57
*
[Mips] Support R_MICROMIPS_HI0_LO16 relocation handling
Simon Atanasyan
2015-06-22
1
-0
/
+1
*
[Mips] Support R_MICROMIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
1
-0
/
+2
*
[Mips] Support R_MIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
1
-0
/
+2
*
[Mips] Reject R_MIPS_GPREL32 against external symbols
Simon Atanasyan
2015-06-22
1
-2
/
+16
*
[Mips] Reject position-dependent relocations in case of shared library linking
Simon Atanasyan
2015-06-22
1
-10
/
+70
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
1
-14
/
+14
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
1
-2
/
+4
*
[Mips] Support R_MICROMIPS_GPREL16 / R_MICROMIPS_GPREL7_S2 relocations handling
Simon Atanasyan
2015-06-17
1
-0
/
+4
*
[Mips] Use standard relocations R_MIPS_HI16/LO16 instead of custom variants
Simon Atanasyan
2015-06-13
1
-6
/
+6
*
[Mips] Handle TLS relocations in -static linking mode
Simon Atanasyan
2015-06-12
1
-11
/
+14
*
[Mips] Add a couple of MipsAbiInfoHandler functions to check linked code type
Simon Atanasyan
2015-05-31
1
-17
/
+22
*
[Mips] Collect all ABI related info in the single MipsAbiInfoHandler class
Simon Atanasyan
2015-05-31
1
-17
/
+18
*
[Mips] Simplify the code a bit using early return
Simon Atanasyan
2015-04-24
1
-14
/
+6
*
[Mips] Support R_MICROMIPS_GOT_DISP / PAGE / OFST relocations handling
Simon Atanasyan
2015-04-20
1
-1
/
+6
*
[Mips] Create _GLOBAL_OFFSET_TABLE_ only if the .got section exists
Simon Atanasyan
2015-04-15
1
-0
/
+14
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-2
/
+2
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
1
-8
/
+8
*
[Mips] Move `MipsTargetLayout` class to the separate header
Simon Atanasyan
2015-04-13
1
-1
/
+0
*
[Mips] Support R_MICROMIPS_GOT_HI/LO16 and R_MICROMIPS_CALL_HI/LO16 relocations
Simon Atanasyan
2015-04-13
1
-2
/
+15
*
[Mips] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 relocations handling
Simon Atanasyan
2015-04-13
1
-2
/
+8
*
[Mips] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocations handling
Simon Atanasyan
2015-04-13
1
-2
/
+8
*
[Mips] Add -pcrel-eh-reloc command line option
Simon Atanasyan
2015-04-10
1
-0
/
+3
*
[Mips] Support R_MIPS_EH relocation handling
Simon Atanasyan
2015-04-10
1
-2
/
+4
*
Merge MutableFile with SimpleFile.
Rui Ueyama
2015-04-07
1
-2
/
+2
*
Use C++ non-static member initialization.
Rui Ueyama
2015-04-01
1
-2
/
+2
*
Use alignment values everywhere instead of log2.
Rui Ueyama
2015-03-26
1
-3
/
+3
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-0
/
+2
*
[Mips] Create special PLT entry in case of MIPS R6 ABI
Simon Atanasyan
2015-03-20
1
-1
/
+32
*
[Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations handling
Simon Atanasyan
2015-03-19
1
-0
/
+2
*
[Mips] clang-format the code
Simon Atanasyan
2015-03-16
1
-3
/
+2
*
[Mips] Do not check the relocation type twice
Simon Atanasyan
2015-03-16
1
-10
/
+6
*
[Mips] Add `const` qualifier to some member functions
Simon Atanasyan
2015-03-16
1
-23
/
+23
*
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
2015-03-16
1
-11
/
+29
*
[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling
Simon Atanasyan
2015-03-16
1
-20
/
+71
*
[Mips] Remove redundant namespace qualifiers
Simon Atanasyan
2015-03-09
1
-6
/
+6
*
[Mips] Implement R_MIPS_64 relocation handling
Simon Atanasyan
2015-03-09
1
-1
/
+1
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-3
/
+3
[next]