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
/
MipsTargetHandler.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-166
/
+0
*
[Mips] Initial support of the MIPS N32 ABI
Simon Atanasyan
2015-08-28
1
-0
/
+4
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
1
-0
/
+6
*
[Mips] Do not put the .reginfo section into the separate segment
Simon Atanasyan
2015-05-31
1
-1
/
+1
*
[Mips] Collect all ABI related info in the single MipsAbiInfoHandler class
Simon Atanasyan
2015-05-31
1
-3
/
+4
*
[Mips] Move member function definitions to cpp files
Simon Atanasyan
2015-05-27
1
-0
/
+155
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-33
/
+0
*
ELF: Remove <Arch>TargetHandler::kindString.
Rui Ueyama
2015-04-01
1
-8
/
+6
*
[Mips] Implement R_MIPS_GOT_DISP/PAGE/OFST relocations handling
Simon Atanasyan
2015-03-16
1
-0
/
+1
*
[Mips] Teach LLD to recognize one more MIPS target triple - mips64el
Simon Atanasyan
2015-01-25
1
-26
/
+2
*
[Mips] Remove duplicated typedef's
Simon Atanasyan
2015-01-25
1
-2
/
+0
*
ELF: Support detection of relocation errors during processing
Will Newton
2015-01-20
1
-2
/
+1
*
[ELF] Remove TargetHandler and DefaultTargetHandler constructors
Simon Atanasyan
2015-01-16
1
-3
/
+3
*
[Mips] Make MipsLinkingContext owner of MipsELFFlagsMerger
Simon Atanasyan
2015-01-16
1
-4
/
+3
*
[Mips] Support linking of microMIPS 32-bit code
Simon Atanasyan
2014-12-24
1
-0
/
+1
*
ELF: Add a standard method for unknown relocation errors
Will Newton
2014-12-09
1
-1
/
+1
*
ELF: Use ELF reloc .def files to reduce duplication
Will Newton
2014-12-05
1
-23
/
+5
*
[Mips] Check ELF flags to prevent linking of incompatible files
Simon Atanasyan
2014-11-06
1
-3
/
+4
*
[ELF] Add Readers for all the ELF subtargets.
Shankar Easwaran
2014-10-18
1
-2
/
+2
*
[Mips] s/context/ctx/ for consistency and reduce lines lengths.
Simon Atanasyan
2014-07-17
1
-9
/
+7
*
[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...
Simon Atanasyan
2014-06-07
1
-0
/
+8
*
[Mips] Handle R_MIPS_TLS_TPREL_HI16 / R_MIPS_TLS_TPREL_LO16 relocations.
Simon Atanasyan
2014-05-24
1
-0
/
+2
*
[Mips] R_MIPS_GPREL32 relocation support.
Simon Atanasyan
2014-05-05
1
-0
/
+1
*
[Mips] Implement emitting of R_MIPS_REL32 relocations:
Simon Atanasyan
2014-04-29
1
-0
/
+2
*
[Mips] R_MIPS_PC32 relocation support.
Simon Atanasyan
2014-04-11
1
-0
/
+1
*
[Mips] Fix handling of R_MIPS_GOT16 relocation and building local part
Simon Atanasyan
2014-03-19
1
-0
/
+1
*
[Mips] Handle R_MIPS_GOT16 relocation for external and local symbols in
Simon Atanasyan
2014-03-19
1
-1
/
+0
*
[Mips] Remove redundant 'mips' prefix from names of MipsTargetHandler
Simon Atanasyan
2014-03-09
1
-10
/
+9
*
[Mips] Remove redundant call to the unique_ptr::get() method followed
Simon Atanasyan
2014-03-09
1
-3
/
+3
*
[Mips] Remove unused class field.
Simon Atanasyan
2014-03-09
1
-1
/
+1
*
[Mips] Handle R_MIPS_COPY relocation.
Simon Atanasyan
2014-02-11
1
-0
/
+1
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-189
/
+23
*
[ELF] Rename File.h to ELFFile.h to avoid confusion.
Shankar Easwaran
2014-01-26
1
-1
/
+1
*
[Mips] Emit ELF header for MIPS target. ELF flags set is mostly hardcoded.
Simon Atanasyan
2014-01-18
1
-0
/
+21
*
[Mips] Implement .plt and .got.plt section creation.
Simon Atanasyan
2014-01-17
1
-0
/
+3
*
[Mips] Handle R_MIPS_26 relocation. Maintaining of .plt and .got.plt
Simon Atanasyan
2014-01-17
1
-0
/
+2
*
[Mips] Do not forget to initialize a class field.
Simon Atanasyan
2014-01-14
1
-1
/
+1
*
[Mips] Calculate gp value only once.
Simon Atanasyan
2014-01-14
1
-7
/
+5
*
[Mips] Create and initialize _gp symbol.
Simon Atanasyan
2014-01-14
1
-0
/
+7
*
[Mips] Do not store a pointer to the AtomLayout related to the
Simon Atanasyan
2014-01-14
1
-2
/
+1
*
[Mips] Factor out constant represents gp value offset to the
Simon Atanasyan
2014-01-14
1
-1
/
+2
*
[Mips] Set default base address for MIPS executables to 0x400000. Assign
Simon Atanasyan
2014-01-14
1
-1
/
+9
*
[Mips] GOT16 relocation against non-local symbol does not require a
Simon Atanasyan
2014-01-08
1
-0
/
+1
*
[Mips] Do not use standard relocation identifier R_MIPS_NONE for
Simon Atanasyan
2014-01-08
1
-4
/
+9
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-13
/
+6
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-0
/
+19
*
Linking of shared libraries for MIPS little-endian 32-bit target.
Simon Atanasyan
2013-12-15
1
-0
/
+175