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
/
MipsLinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-164
/
+0
*
Fix -Wcovered-switch-default warnings.
Rui Ueyama
2015-08-31
1
-4
/
+2
*
ELF: Fix "not all control paths return a value" warning.
Rui Ueyama
2015-08-31
1
-12
/
+16
*
[Mips] Initial support of the MIPS N32 ABI
Simon Atanasyan
2015-08-28
1
-4
/
+23
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
1
-1
/
+7
*
[Mips] Use standard relocations R_MIPS_HI16/LO16 instead of custom variants
Simon Atanasyan
2015-06-13
1
-2
/
+0
*
[Mips] Handle TLS relocations in -static linking mode
Simon Atanasyan
2015-06-12
1
-1
/
+2
*
[Mips] Collect all ABI related info in the single MipsAbiInfoHandler class
Simon Atanasyan
2015-05-31
1
-23
/
+1
*
[Mips] Move member function definitions to cpp files
Simon Atanasyan
2015-05-27
1
-2
/
+2
*
[ELF][Mips] Do not merge ELF flags in the `isCompatible` routine
Simon Atanasyan
2015-05-27
1
-3
/
+2
*
[Mips] Create MipsTargetHandler class object using factory functions
Simon Atanasyan
2015-04-13
1
-6
/
+4
*
[Mips] Guard modification of register usage masks by mutex
Simon Atanasyan
2015-04-06
1
-0
/
+1
*
[Mips] Rename MipsLinkingContext class method
Simon Atanasyan
2015-04-05
1
-1
/
+1
*
[Mips] Support writing .reginfo section into the linked file
Simon Atanasyan
2015-04-04
1
-0
/
+12
*
ELF: Merge ELFTargets.h with ELFLinkingContext.h.
Rui Ueyama
2015-04-04
1
-1
/
+0
*
ELF: Define mergeHeaderFlags to ELFLinkingContext.
Rui Ueyama
2015-04-04
1
-4
/
+5
*
ELF: Remove partial class definitions of <Arch>LinkingContexts.
Rui Ueyama
2015-04-03
1
-1
/
+2
*
ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon...
Rui Ueyama
2015-04-02
1
-0
/
+20
*
ELF: Remove TargetHandlerBase by merging it with TargetHandler.
Rui Ueyama
2015-04-01
1
-5
/
+5
*
[Mips] Use llvm::make_unique
Simon Atanasyan
2015-03-31
1
-1
/
+1
*
[Mips] Fix writing R_MIPS_REL32 relocation addendum
Simon Atanasyan
2015-03-30
1
-0
/
+14
*
[Mips] Implement R_MIPS_TLS_xxx relocation handling in case of N64 ABI
Simon Atanasyan
2015-03-16
1
-0
/
+3
*
Remove unused parameters.
Rui Ueyama
2015-02-13
1
-4
/
+2
*
Use make_unique.
Rui Ueyama
2015-02-06
1
-1
/
+1
*
[Mips] Teach LLD to recognize one more MIPS target triple - mips64el
Simon Atanasyan
2015-01-25
1
-7
/
+21
*
Fix the ELF shared library build targets - take 2
Greg Fitzgerald
2015-01-24
1
-0
/
+8
*
[Mips] Make MipsLinkingContext owner of MipsELFFlagsMerger
Simon Atanasyan
2015-01-16
1
-3
/
+5
*
[Mips] Support linking of microMIPS 32-bit code
Simon Atanasyan
2014-12-24
1
-0
/
+6
*
[ELF] Remove is64bits() and isLittlEndian().
Shankar Easwaran
2014-11-07
1
-4
/
+0
*
Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)
Rafael Auler
2014-10-09
1
-0
/
+9
*
Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"
Rui Ueyama
2014-10-09
1
-9
/
+0
*
[ELF] Only mark as DT_NEEDED libs that are strictly necessary
Rafael Auler
2014-10-08
1
-0
/
+9
*
[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...
Simon Atanasyan
2014-06-07
1
-0
/
+3
*
[Mips] Implement .{ctors,dtors}.<priority> sections ordering.
Simon Atanasyan
2014-06-01
1
-0
/
+2
*
[Mips] Implement emitting of R_MIPS_REL32 relocations:
Simon Atanasyan
2014-04-29
1
-1
/
+8
*
[Mips] Simplify the code. Replace redundant 'switch' operator by the single '...
Simon Atanasyan
2014-02-11
1
-7
/
+1
*
[Mips] Handle R_MIPS_COPY relocation.
Simon Atanasyan
2014-02-11
1
-0
/
+13
*
[ELF] Make changes to all the targets supported currently
Shankar Easwaran
2014-01-27
1
-11
/
+0
*
[Mips] Implement .plt and .got.plt section creation.
Simon Atanasyan
2014-01-17
1
-0
/
+13
*
[Mips] Provide default name of MIPS-specific interpreter.
Simon Atanasyan
2014-01-17
1
-0
/
+4
*
[Mips] Set default base address for MIPS executables to 0x400000. Assign
Simon Atanasyan
2014-01-14
1
-0
/
+12
*
[Mips] Remove unnecessary #include pragma.
Simon Atanasyan
2014-01-08
1
-2
/
+0
*
[Mips] Move MipsGOTPass implementation to the separate file.
Simon Atanasyan
2014-01-08
1
-153
/
+4
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-44
/
+7
*
Linking of shared libraries for MIPS little-endian 32-bit target.
Simon Atanasyan
2013-12-15
1
-0
/
+230