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
/
MipsSectionChunks.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-150
/
+0
*
[Mips] Reading, merging and writing .MIPS.abiflags section
Simon Atanasyan
2015-05-31
1
-0
/
+20
*
[Mips] Delete MipsReginfo structure. Use the Elf_Mips_RegInfo instead.
Simon Atanasyan
2015-05-31
1
-8
/
+7
*
[Mips] Move member function definitions to cpp files
Simon Atanasyan
2015-05-27
1
-166
/
+15
*
[Mips] Use structures declared in the llvm/Object/ELFTypes.h
Simon Atanasyan
2015-05-26
1
-8
/
+8
*
[Mips] Assign .MIPS.options section to the PT_LOAD segment
Simon Atanasyan
2015-04-22
1
-1
/
+3
*
[Mips] Write .reginfo section into the separate PT_MIPS_REGINFO segment
Simon Atanasyan
2015-04-21
1
-1
/
+5
*
[Mips] Create _GLOBAL_OFFSET_TABLE_ only if the .got section exists
Simon Atanasyan
2015-04-15
1
-0
/
+3
*
ELF: Remove redundant namespace qualifiers.
Rui Ueyama
2015-04-14
1
-4
/
+4
*
Speculative build fix for lld on Windows
Hans Wennborg
2015-04-13
1
-0
/
+1
*
[Mips] Replace MipsTargetHandler member function getGP() by getGPAddr()
Simon Atanasyan
2015-04-10
1
-4
/
+2
*
[Mips] Support writing .MIPS.options section into the linked file
Simon Atanasyan
2015-04-05
1
-1
/
+58
*
[Mips] Support writing .reginfo section into the linked file
Simon Atanasyan
2015-04-04
1
-0
/
+47
*
[Hexagon][Mips] Rename template arguments <arch>ELFType to ELFT
Simon Atanasyan
2015-04-04
1
-12
/
+12
*
Rename ELFLinkingContext instances "ctx" intead of "context".
Rui Ueyama
2015-03-27
1
-3
/
+3
*
[Mips] Do not use inheriting constructor due build problem on Windows
Simon Atanasyan
2015-03-24
1
-1
/
+3
*
[Mips] Support MIPS N64 relocation record format
Simon Atanasyan
2015-03-24
1
-0
/
+31
*
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
2015-03-16
1
-0
/
+3
*
[ELF] Add section group/COMDAT support.
Shankar Easwaran
2015-02-23
1
-4
/
+4
*
[ELF] Rename align2 to alignment.
Shankar Easwaran
2014-11-30
1
-1
/
+1
*
Revert "[ELF][AllArchs] Fix includes"
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[ELF][AllArchs] Fix includes
Shankar Easwaran
2014-10-08
1
-2
/
+2
*
[Mips] s/context/ctx/ for consistency and reduce lines lengths.
Simon Atanasyan
2014-07-17
1
-4
/
+4
*
[Mips] Fix the bug -- symbol referred by the R_MIPS_TLS_GD relocation
Simon Atanasyan
2014-06-11
1
-1
/
+1
*
[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...
Simon Atanasyan
2014-06-07
1
-11
/
+30
*
[Mips] Do not count global GOT entries using the separate variable. Use
Simon Atanasyan
2014-05-26
1
-10
/
+4
*
[Mips] Implement emitting of R_MIPS_REL32 relocations:
Simon Atanasyan
2014-04-29
1
-0
/
+36
*
[Mips] Replace "virtual" by "override" in member function declarations
Simon Atanasyan
2014-03-06
1
-1
/
+1
*
[Mips] In case of executable file linking MIPS ABI requires to add even
Simon Atanasyan
2014-02-03
1
-0
/
+3
*
[Mips] Unify #include guard names.
Simon Atanasyan
2014-02-03
1
-2
/
+2
*
[Mips] Factor out the code determines type of GOT entry (local/global)
Simon Atanasyan
2014-01-08
1
-2
/
+1
*
[Mips] Do not use standard relocation identifier R_MIPS_NONE for
Simon Atanasyan
2014-01-08
1
-1
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-2
/
+5
*
Linking of shared libraries for MIPS little-endian 32-bit target.
Simon Atanasyan
2013-12-15
1
-0
/
+80