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
/
test
/
ELF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify error handling.
Rui Ueyama
2017-10-28
2
-4
/
+0
*
Remove trailing whitespace.
Rui Ueyama
2017-10-27
1
-3
/
+3
*
Handle all symbol types in --trace.
Rafael Espindola
2017-10-27
1
-5
/
+9
*
ELF: Add support for emitting dynamic relocations in the Android relocation p...
Peter Collingbourne
2017-10-27
1
-0
/
+210
*
[ELF] - Ignore non-absolute R_386_GOTPC relocation in debug sections.
George Rimar
2017-10-27
1
-0
/
+33
*
[ELF] - Stop naming relocation sections with first input section name.
George Rimar
2017-10-27
2
-3
/
+3
*
[ELF][ARM] Add missing REQUIRES: arm to tests
Peter Smith
2017-10-27
2
-1
/
+2
*
[ELF] Add support for multiple passes to createThunks()
Peter Smith
2017-10-27
4
-0
/
+364
*
[ELF] Introduce range extension thunks for ARM
Peter Smith
2017-10-27
14
-38
/
+1037
*
[ELF] Pre-create ThunkSections at Target specific intervals
Peter Smith
2017-10-27
1
-3
/
+3
*
[ELF] - DedupliŃate FDEs when sections are ICFed.
George Rimar
2017-10-26
2
-7
/
+103
*
[ELF] - Implement --orphan-handling option.
George Rimar
2017-10-25
1
-24
/
+44
*
[ELF] - Linkerscript: fix issue with SUBALIGN.
George Rimar
2017-10-25
2
-0
/
+25
*
LLD/ELF/AMDGPU: Process AMDGPU-specific e_flags
Konstantin Zhuravlyov
2017-10-24
5
-0
/
+29
*
[ELF] - Do not collect SHT_REL[A] sections unconditionally when --gc-sections...
George Rimar
2017-10-24
1
-2
/
+14
*
Document a change of behavior in r315552.
Rafael Espindola
2017-10-23
1
-0
/
+17
*
[ELF] When placing orphans, handle case when last section is dead
Petr Hosek
2017-10-23
1
-0
/
+25
*
Add R_PPC_ADDR16_HI relocation support
Rui Ueyama
2017-10-22
1
-5
/
+19
*
Handle shared symbols in the gnu hash construction.
Rafael Espindola
2017-10-18
3
-38
/
+68
*
Prune trailing linefeed.
NAKAMURA Takumi
2017-10-18
1
-1
/
+0
*
Revert "Bring back the rest of r315721."
Rafael Espindola
2017-10-18
2
-38
/
+38
*
Bring back the rest of r315721.
Rafael Espindola
2017-10-18
2
-38
/
+38
*
Bring back part of r315721.
Rafael Espindola
2017-10-17
1
-21
/
+72
*
Add base relative relocation record that can be used for the following case (...
Tony Tye
2017-10-16
1
-0
/
+13
*
Revert rL315721, "Handle shared and lazy symbol in the gnu hash construction."
NAKAMURA Takumi
2017-10-14
2
-65
/
+14
*
Give shared symbols priority over lazy ones.
Rafael Espindola
2017-10-13
1
-0
/
+16
*
Handle shared symbols in --gc-sections.
Rafael Espindola
2017-10-13
1
-0
/
+6
*
Handle shared and lazy symbol in the gnu hash construction.
Rafael Espindola
2017-10-13
2
-14
/
+65
*
Relax test.
Rafael Espindola
2017-10-13
1
-3
/
+3
*
Correctly handle shared and lazy symbols.
Rafael Espindola
2017-10-13
2
-0
/
+7
*
Update comment.
Rafael Espindola
2017-10-12
1
-1
/
+1
*
Relax test.
Rafael Espindola
2017-10-12
1
-2
/
+2
*
Use 0 as sh_link when we don't have a dynamic symbol table.
Rafael Espindola
2017-10-12
3
-3
/
+3
*
[ELF] - Linkerscript: Add `~` as separate math token.
George Rimar
2017-10-12
1
-1
/
+1
*
Remove one parameter from Target::getRelExpr.
Rui Ueyama
2017-10-12
4
-6
/
+6
*
[ELF] Try to not emit weird diagnostics on undefined symbols.
Davide Italiano
2017-10-11
2
-0
/
+15
*
[ELF] - Do not set output section flags except SHF_{ALLOC,WRITE,EXECINSTR}.
George Rimar
2017-10-11
2
-0
/
+39
*
Don't create a dummy __tls_get_addr.
Rafael Espindola
2017-10-10
2
-4
/
+16
*
[ELF] Set Dot initially to --image-base value when using linker scripts
James Henderson
2017-10-10
1
-0
/
+18
*
[LLD] Fix findOrphanPos to consistently ignore "dead" OutputSection's
Andrew Ng
2017-10-10
1
-0
/
+34
*
[ELF] - Improve "has non-ABS reloc" error.
George Rimar
2017-10-10
1
-1
/
+1
*
Reland r315114, "ELF: Export preempted symbols even if there is a dynamic lis...
Peter Collingbourne
2017-10-06
1
-2
/
+11
*
Revert r315114, "ELF: Export preempted symbols even if there is a dynamic list."
Peter Collingbourne
2017-10-06
1
-9
/
+0
*
ELF: Export preempted symbols even if there is a dynamic list.
Peter Collingbourne
2017-10-06
1
-0
/
+9
*
Refine our --wrap implementation.
Rafael Espindola
2017-10-06
4
-8
/
+33
*
[ELF][MIPS] Check for overflow when writing R_MIPS_CALL16 and R_MIPS_TLS_GOTT...
Alexander Richardson
2017-10-06
1
-0
/
+29
*
[ELF] - Do not produce broken .dynamic section with --no-rosegment
George Rimar
2017-10-06
1
-0
/
+15
*
[ELF] - Do not produce broken .dynsym with --no-rosegment.
George Rimar
2017-10-06
1
-0
/
+27
*
[ELF] - Fix BB after r315051.
George Rimar
2017-10-06
1
-2
/
+2
*
[ELF] - Do --hash-style=both by default.
George Rimar
2017-10-06
102
-125
/
+125
[next]