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
*
[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