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
...
*
[Mips] Implement R_MIPS_PC19_S2 / R_MIPS_PC26_S2 relocations handling
Simon Atanasyan
2015-03-19
1
-0
/
+24
*
[Mips] Implement R_MIPS_PC21_S2 relocation handling
Simon Atanasyan
2015-03-19
1
-0
/
+12
*
[Mips] Replace "hand-made" function by the `llvm::SignExtend32()` routine
Simon Atanasyan
2015-03-19
1
-12
/
+7
*
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
2015-03-16
1
-0
/
+7
*
[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling
Simon Atanasyan
2015-03-16
1
-7
/
+25
*
[Mips] Group some cases in the switch statement
Simon Atanasyan
2015-03-16
1
-9
/
+6
*
[Mips] Make `readAddend` a virtual member function to escape explicit
Simon Atanasyan
2015-03-12
1
-10
/
+21
*
[Mips] Remove unused include
Simon Atanasyan
2015-03-09
1
-1
/
+0
*
[Mips] Remove redundant namespace qualifiers
Simon Atanasyan
2015-03-09
1
-35
/
+35
*
[Mips] Rename local variables
Simon Atanasyan
2015-03-09
1
-6
/
+5
*
[Mips] Implement R_MIPS_SUB relocation handling
Simon Atanasyan
2015-03-09
1
-0
/
+7
*
[Mips] Implement R_MIPS_64 relocation handling
Simon Atanasyan
2015-03-09
1
-31
/
+67
*
[Mips] Refactoring of relocation handling functions
Simon Atanasyan
2015-03-09
1
-176
/
+202
*
[Mips] Show error message and stop linking in case of cross mode jump errors
Simon Atanasyan
2015-03-09
1
-12
/
+16
*
[Mips] Fix incorrect handling of cross mode jumps
Simon Atanasyan
2015-03-09
1
-24
/
+38
*
[Mips] Remove unused function argument
Simon Atanasyan
2015-01-27
1
-4
/
+4
*
[Mips] Support R_MIPS_GPREL16 relocation
Simon Atanasyan
2015-01-27
1
-0
/
+12
*
[Mips] Fix createMipsRelocationHandler specialization (take 2)
Denis Protivensky
2015-01-27
1
-2
/
+8
*
Revert "[Mips] Fix createMipsRelocationHandler specialization"
Denis Protivensky
2015-01-27
1
-8
/
+2
*
[Mips] Fix createMipsRelocationHandler specialization
Denis Protivensky
2015-01-27
1
-2
/
+8
*
[Mips] Teach LLD to recognize one more MIPS target triple - mips64el
Simon Atanasyan
2015-01-25
1
-3
/
+40
*
[Mips] Reformat the code with clang-format
Simon Atanasyan
2015-01-25
1
-2
/
+1
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-1
/
+1
*
[Mips] Replace stderr output by the `llvm_unreachable` call
Simon Atanasyan
2014-12-25
1
-4
/
+4
*
[Mips] Support linking of microMIPS 32-bit code
Simon Atanasyan
2014-12-24
1
-16
/
+180
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
1
-6
/
+2
*
[Mips] Simplify the code calculates HI16/LO16 relocations
Simon Atanasyan
2014-11-20
1
-15
/
+3
*
[Mips] Remove duplicated relocation calculation routines
Simon Atanasyan
2014-11-20
1
-20
/
+8
*
[Mips] Remove unused function argument
Simon Atanasyan
2014-11-20
1
-2
/
+2
*
[Mips] Use endian::read/write function to load/save MIPS32 instructions
Simon Atanasyan
2014-11-20
1
-39
/
+41
*
[Mips] Do not read addends for relocations which do not use them
Simon Atanasyan
2014-11-10
1
-8
/
+3
*
Fix unicode chars into ascii in comment lines.
NAKAMURA Takumi
2014-10-27
1
-1
/
+1
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
More prefixing of error_code.
Rafael Espindola
2014-06-12
1
-3
/
+3
*
[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...
Simon Atanasyan
2014-06-07
1
-2
/
+14
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-2
/
+2
*
[Mips] Do not mix _gp and _gp_disp symbols in relocation handling.
Simon Atanasyan
2014-05-28
1
-4
/
+5
*
[Mips] Reduce code duplication. Join relocation handling functions which
Simon Atanasyan
2014-05-25
1
-15
/
+6
*
[Mips] Reduce code duplication. Join relocation handling functions which
Simon Atanasyan
2014-05-25
1
-18
/
+8
*
[Mips] Handle R_MIPS_TLS_TPREL_HI16 / R_MIPS_TLS_TPREL_LO16 relocations.
Simon Atanasyan
2014-05-24
1
-0
/
+20
*
[Mips] Simplify handling of R_MIPS_LO16 / R_MIPS_HI16 relocations
Simon Atanasyan
2014-05-21
1
-8
/
+8
*
[Mips] Fix calculation of initial GOT entry value when this entry is
Simon Atanasyan
2014-05-17
1
-1
/
+1
*
[Mips] R_MIPS_GPREL32 relocation support.
Simon Atanasyan
2014-05-05
1
-0
/
+11
*
[Mips] Implement emitting of R_MIPS_REL32 relocations:
Simon Atanasyan
2014-04-29
1
-0
/
+5
*
[Mips] R_MIPS_PC32 relocation support.
Simon Atanasyan
2014-04-11
1
-0
/
+9
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-20
/
+15
*
[Mips] Remove unused function.
Simon Atanasyan
2014-03-19
1
-7
/
+0
*
[Mips] Fix handling of R_MIPS_GOT16 relocation and building local part
Simon Atanasyan
2014-03-19
1
-0
/
+8
*
[Mips] Handle R_MIPS_GOT16 relocation for external and local symbols in
Simon Atanasyan
2014-03-19
1
-3
/
+0
*
[Mips] Move AHL addends calculation to the RelocationPass class.
Simon Atanasyan
2014-03-19
1
-53
/
+5
[prev]
[next]