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
/
MipsRelocationHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-687
/
+0
*
[Mips] Remove redundant separate functions to calculate relocations. Do
Simon Atanasyan
2015-07-25
1
-52
/
+23
*
[Mips] Remove duplicated code by joining the same functions
Simon Atanasyan
2015-07-25
1
-21
/
+4
*
[Mips] Do not sign-extend addends read from RELA relocation records
Simon Atanasyan
2015-07-25
1
-18
/
+21
*
[Mips] Fix addend writing for R_MIPS_REL32 relocation
Simon Atanasyan
2015-07-21
1
-7
/
+15
*
[Mips] Handle R_MIPS_JALR relocation to omptimize jalr/jr instructions
Simon Atanasyan
2015-07-21
1
-10
/
+35
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
1
-16
/
+49
*
[Mips] Support R_MICROMIPS_HI0_LO16 relocation handling
Simon Atanasyan
2015-06-22
1
-1
/
+4
*
[Mips] Support R_MICROMIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
1
-0
/
+3
*
[Mips] Support R_MIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
1
-1
/
+3
*
[Mips] Support R_MICROMIPS_SUB relocation handling
Simon Atanasyan
2015-06-22
1
-2
/
+6
*
[Mips] Support R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations handling
Simon Atanasyan
2015-06-22
1
-0
/
+4
*
[Mips] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocations handling
Simon Atanasyan
2015-06-22
1
-0
/
+14
*
[Mips] Write inline some more relocation calculations
Simon Atanasyan
2015-06-17
1
-112
/
+20
*
[Mips] Support R_MICROMIPS_GPREL16 / R_MICROMIPS_GPREL7_S2 relocations handling
Simon Atanasyan
2015-06-17
1
-0
/
+10
*
[Mips] Support R_MIPS_16 relocation handling
Simon Atanasyan
2015-06-17
1
-0
/
+3
*
[Mips] Do not use functions to calculate trivial relocations
Simon Atanasyan
2015-06-17
1
-15
/
+2
*
[Mips] Support R_MIPS_PC16 relocation handling
Simon Atanasyan
2015-06-13
1
-2
/
+15
*
[Mips] Use standard relocations R_MIPS_HI16/LO16 instead of custom variants
Simon Atanasyan
2015-06-13
1
-10
/
+2
*
[Mips] Handle TLS relocations in -static linking mode
Simon Atanasyan
2015-06-12
1
-11
/
+26
*
[Mips] Factor out some bit manipulation code into separate routines
Simon Atanasyan
2015-06-06
1
-7
/
+13
*
[Mips] Check symbol alignment for some MIPS relocations.
Simon Atanasyan
2015-06-06
1
-10
/
+13
*
[Mips] Perform an overflow checking for relocations results
Simon Atanasyan
2015-06-06
1
-48
/
+80
*
[Mips] Rearrange relocation related cases in the `switch` operator
Simon Atanasyan
2015-06-06
1
-12
/
+12
*
[Mips] Use signed/unsigned types in relocation calculations consistently
Simon Atanasyan
2015-06-06
1
-52
/
+41
*
[Mips] Handle all grouped relocations in a uniform way
Simon Atanasyan
2015-06-06
1
-36
/
+56
*
[Mips] Support R_MICROMIPS_PC18_S3/PC19_S2/PC21_S2/PC26_S2 relocations handling
Simon Atanasyan
2015-04-20
1
-4
/
+16
*
[Mips] Support R_MICROMIPS_GOT_DISP / PAGE / OFST relocations handling
Simon Atanasyan
2015-04-20
1
-1
/
+7
*
[Mips] Check `_gp_disp` symbol using a trivial string comparison
Simon Atanasyan
2015-04-15
1
-3
/
+1
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-3
/
+3
*
ELF: Split HeaderChunks.h to HeaderChunks.{h,cpp}.
Rui Ueyama
2015-04-14
1
-0
/
+1
*
Define make_dynamic_error_code(const char *).
Rui Ueyama
2015-04-14
1
-2
/
+1
*
ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.
Rui Ueyama
2015-04-14
1
-6
/
+6
*
[Mips] Move `MipsTargetLayout` class to the separate header
Simon Atanasyan
2015-04-13
1
-1
/
+1
*
[Mips] Support R_MICROMIPS_GOT_HI/LO16 and R_MICROMIPS_CALL_HI/LO16 relocations
Simon Atanasyan
2015-04-13
1
-1
/
+11
*
[Mips] Support R_MIPS_CALL_HI16 / R_MIPS_CALL_LO16 relocations handling
Simon Atanasyan
2015-04-13
1
-2
/
+6
*
[Mips] Support R_MIPS_GOT_HI16 / R_MIPS_GOT_LO16 relocations handling
Simon Atanasyan
2015-04-13
1
-0
/
+18
*
[Mips] Support R_MIPS_EH relocation handling
Simon Atanasyan
2015-04-10
1
-0
/
+2
*
[Mips] Replace MipsTargetHandler member function getGP() by getGPAddr()
Simon Atanasyan
2015-04-10
1
-2
/
+1
*
[Mips] Fix typo in the comment
Simon Atanasyan
2015-04-10
1
-1
/
+1
*
[Mips] Remove redundant non-template MipsRelocationHandler class
Simon Atanasyan
2015-04-06
1
-2
/
+2
*
[Mips] Replace MipsRelocationHandler::readAddend() by a regular function
Simon Atanasyan
2015-04-06
1
-16
/
+10
*
ELF: Remove TargetHandler::getTargetLayout.
Rui Ueyama
2015-03-31
1
-10
/
+11
*
[Mips] Use llvm::make_unique
Simon Atanasyan
2015-03-31
1
-4
/
+2
*
[Mips] Fix writing R_MIPS_REL32 relocation addendum
Simon Atanasyan
2015-03-30
1
-0
/
+8
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-7
/
+15
*
[Mips] Pass type of relocation and addendum to the `calculateRelocation`
Simon Atanasyan
2015-03-22
1
-34
/
+40
*
[Mips] Add comments to the relocation calculation functions
Simon Atanasyan
2015-03-19
1
-1
/
+6
*
[Mips] Implement R_MIPS_PCHI16 / R_MIPS_PCLO16 relocations handling
Simon Atanasyan
2015-03-19
1
-0
/
+20
*
[Mips] Implement R_MIPS_PC18_S3 relocation handling
Simon Atanasyan
2015-03-19
1
-0
/
+12
[next]