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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
22
-5082
/
+0
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
1
-1
/
+1
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-2
/
+2
*
Set the folder for libraries to 'lld libraries'. NFC.
Pete Cooper
2016-01-07
1
-1
/
+1
*
[Mips] Do not show an error if R_MIPS_GPREL32 relocation has a non-local target
Simon Atanasyan
2015-09-16
1
-13
/
+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] Support grouping of multiple consecutive relocations in case of N32 an...
Simon Atanasyan
2015-08-28
1
-1
/
+15
*
[Mips] Initial support of the MIPS N32 ABI
Simon Atanasyan
2015-08-28
7
-10
/
+117
*
[Mips] Use 'or' for move instead of [d]addu in PLT entries
Simon Atanasyan
2015-08-19
1
-2
/
+2
*
[Mips] Implement definition of the DT_MIPS_RLD_MAP_REL dynamic tag
Simon Atanasyan
2015-08-01
1
-2
/
+10
*
[Mips] Implement definition of DT_MIPS_RLD_MAP dynamic tag, .rld_map section,...
Simon Atanasyan
2015-07-30
2
-0
/
+32
*
[Mips] Define _DYNAMIC_LINKING symbol if output is a is dynamically linked ex...
Simon Atanasyan
2015-07-25
1
-1
/
+7
*
[Mips] Remove redundant separate functions to calculate relocations. Do
Simon Atanasyan
2015-07-25
1
-52
/
+23
*
[Mips] Remove duplicated code by joining the same functions
Simon Atanasyan
2015-07-25
1
-21
/
+4
*
[Mips] Do not sign-extend addends read from RELA relocation records
Simon Atanasyan
2015-07-25
1
-18
/
+21
*
Use the getSymbol with an explicit symbol table. NFC.
Rafael Espindola
2015-07-23
2
-12
/
+17
*
[ELF] Apply segments from linker scripts
Denis Protivensky
2015-07-23
2
-2
/
+2
*
[Mips] Fix addend writing for R_MIPS_REL32 relocation
Simon Atanasyan
2015-07-21
2
-11
/
+20
*
[Mips] Handle R_MIPS_JALR relocation to omptimize jalr/jr instructions
Simon Atanasyan
2015-07-21
2
-10
/
+39
*
Update for llvm api change.
Rafael Espindola
2015-07-20
2
-18
/
+18
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
10
-60
/
+276
*
[Mips] Factor out symbol type checking (PIC/non-PIC) into the separate function
Simon Atanasyan
2015-07-03
3
-4
/
+9
*
[Mips] Reject R_MIPS_CALL16 against local symbols
Simon Atanasyan
2015-06-26
1
-14
/
+33
*
[Mips] Use helper functions to determine relocations purpose
Simon Atanasyan
2015-06-26
1
-126
/
+91
*
[Mips] Create LA25 stubs for all branch relocations
Simon Atanasyan
2015-06-26
1
-34
/
+57
*
[Mips] Support R_MICROMIPS_HI0_LO16 relocation handling
Simon Atanasyan
2015-06-22
2
-1
/
+5
*
[Mips] Support R_MICROMIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
2
-0
/
+5
*
[Mips] Support R_MIPS_LITERAL relocation handling
Simon Atanasyan
2015-06-22
2
-1
/
+5
*
[Mips] Support R_MICROMIPS_SUB relocation handling
Simon Atanasyan
2015-06-22
1
-2
/
+6
*
[Mips] Reject R_MIPS_GPREL32 against external symbols
Simon Atanasyan
2015-06-22
1
-2
/
+16
*
[Mips] Reject position-dependent relocations in case of shared library linking
Simon Atanasyan
2015-06-22
1
-10
/
+70
*
[Mips] Support R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST relocations handling
Simon Atanasyan
2015-06-22
1
-0
/
+4
*
[Mips] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocations handling
Simon Atanasyan
2015-06-22
1
-0
/
+14
*
Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
David Blaikie
2015-06-19
3
-17
/
+17
*
[lld] Allow LLD passes to return error codes.
Lang Hames
2015-06-19
3
-4
/
+8
*
[Mips] Write inline some more relocation calculations
Simon Atanasyan
2015-06-17
1
-112
/
+20
*
[Mips] Support R_MICROMIPS_GPREL16 / R_MICROMIPS_GPREL7_S2 relocations handling
Simon Atanasyan
2015-06-17
2
-0
/
+14
*
[Mips] Support R_MIPS_16 relocation handling
Simon Atanasyan
2015-06-17
1
-0
/
+3
*
[Mips] Do not use functions to calculate trivial relocations
Simon Atanasyan
2015-06-17
1
-15
/
+2
*
[Mips] Support R_MIPS_PC16 relocation handling
Simon Atanasyan
2015-06-13
1
-2
/
+15
*
[Mips] Use standard relocations R_MIPS_HI16/LO16 instead of custom variants
Simon Atanasyan
2015-06-13
4
-22
/
+8
*
[Mips] Handle TLS relocations in -static linking mode
Simon Atanasyan
2015-06-12
3
-23
/
+42
*
[Mips] Define _gpxxx symbols in both static/dynamic linking modes
Simon Atanasyan
2015-06-12
1
-8
/
+4
*
[Mips] Setup EI_ABIVERSION flag
Simon Atanasyan
2015-06-12
3
-4
/
+20
*
[Mips] Factor out some bit manipulation code into separate routines
Simon Atanasyan
2015-06-06
1
-7
/
+13
*
[Mips] Check symbol alignment for some MIPS relocations.
Simon Atanasyan
2015-06-06
1
-10
/
+13
*
[Mips] Perform an overflow checking for relocations results
Simon Atanasyan
2015-06-06
1
-48
/
+80
*
[Mips] Rearrange relocation related cases in the `switch` operator
Simon Atanasyan
2015-06-06
1
-12
/
+12
*
[Mips] Use signed/unsigned types in relocation calculations consistently
Simon Atanasyan
2015-06-06
1
-52
/
+41
[next]