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
/
ELF
/
OutputSections.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove Out::Pool and use make() instead.
Rui Ueyama
2016-11-01
1
-7
/
+7
*
Convert BuildIdSection to input section
Eugene Leviant
2016-11-01
1
-90
/
+0
*
Delete trivial getters. NFC.
Rafael Espindola
2016-10-26
1
-9
/
+8
*
Read section headers upfront.
Rafael Espindola
2016-10-26
1
-1
/
+1
*
Delete getSectionHdr.
Rafael Espindola
2016-10-25
1
-9
/
+8
*
[ELF] Add sh_link field to .ARM.exidx sections for relocatable links
Peter Smith
2016-10-21
1
-3
/
+15
*
[ELF][MIPS] Put local GOT entries accessed via a 16-bit index first
Simon Atanasyan
2016-10-21
1
-2
/
+12
*
[ELF][MIPS] Use getMipsLocalEntriesNum() everywhere we need number of `local`...
Simon Atanasyan
2016-10-20
1
-3
/
+2
*
[ELF][MIPS] Separate calculation of MIPS GOT index and offset of the correspo...
Simon Atanasyan
2016-10-20
1
-7
/
+12
*
Compact SectionPiece.
Rafael Espindola
2016-10-20
1
-4
/
+8
*
[ELF] - Partial support of --gdb-index command line option (Part 1).
George Rimar
2016-10-20
1
-0
/
+50
*
[ELF] - Applied clang format. NFC.
George Rimar
2016-10-20
1
-5
/
+3
*
Fix narrowing conversion error in 32-bit MSVC builds
Reid Kleckner
2016-10-20
1
-1
/
+1
*
Fix build failure.
Rui Ueyama
2016-10-20
1
-1
/
+1
*
[ELF] Replace std::pair with a struct so we have proper names. NFC.
Michael J. Spencer
2016-10-19
1
-32
/
+29
*
[ELF] Add `const` qualifier to functions. NFC
Simon Atanasyan
2016-10-19
1
-1
/
+1
*
[ADT] Move CachedHashString to its own header in ADT, and rename to CachedHas...
Justin Lebar
2016-10-17
1
-2
/
+2
*
Move a utility function to Strings.cpp.
Rui Ueyama
2016-10-13
1
-5
/
+1
*
[ELF][ARM] Initial implentation of ARM exceptions support
Peter Smith
2016-10-10
1
-0
/
+3
*
Store the hash in SectionPiece.
Rafael Espindola
2016-10-05
1
-2
/
+4
*
Compact SectionPiece.
Rafael Espindola
2016-10-05
1
-2
/
+2
*
Remove redundant check. NFC.
Rafael Espindola
2016-10-05
1
-3
/
+1
*
[ELF] Do not merge sections in case of relocatable object generation
Simon Atanasyan
2016-10-05
1
-1
/
+9
*
Update for llvm change.
Rafael Espindola
2016-10-04
1
-9
/
+3
*
[ELF][MIPS] Set GP0 value to zero in case of relocatable object generation
Simon Atanasyan
2016-09-29
1
-2
/
+8
*
[ELF][MIPS] Setup STO_MIPS_PIC flag for PIC symbols when generate a relocatab...
Simon Atanasyan
2016-09-29
1
-7
/
+13
*
Use xxhash for fast --build-id.
Rafael Espindola
2016-09-27
1
-50
/
+4
*
[ELF] - Linkerscript: implemented BYTE/SHORT/LONG/QUAD commands.
George Rimar
2016-09-26
1
-0
/
+3
*
[ELF] - Linkerscript: implemented SORT_BY_INIT_PRIORITY.
George Rimar
2016-09-15
1
-13
/
+0
*
Use murmurhash2 instead of fnv.
Rafael Espindola
2016-09-14
1
-11
/
+54
*
Simplify InputFile ownership management.
Rui Ueyama
2016-09-14
1
-4
/
+2
*
Enable merging of SHF_MERGE sections with linker scripts.
Rafael Espindola
2016-09-13
1
-5
/
+20
*
Turn createKey into a static helper. NFC.
Rafael Espindola
2016-09-13
1
-18
/
+18
*
Define writeUint and use it. NFC.
Rui Ueyama
2016-09-08
1
-10
/
+13
*
Compute section names only once.
Rafael Espindola
2016-09-08
1
-4
/
+4
*
Pack InputSectionData from 72 to 64 bytes. NFC.
Rafael Espindola
2016-09-08
1
-1
/
+1
*
[ELF][MIPS] Fix initialization of TLS-related GOT entries
Simon Atanasyan
2016-09-08
1
-2
/
+29
*
[ELF][MIPS] Do not emit DT_REL[A]COUNT for MIPS targets
Simon Atanasyan
2016-09-04
1
-3
/
+8
*
[ELF] - Fix for: bug 30237 - lld does not implement -f option
George Rimar
2016-09-02
1
-0
/
+2
*
[ELF] Do not omit debug sections when computing build-id
Petr Hosek
2016-09-01
1
-14
/
+10
*
Eliminate LayoutInputSection class
Eugene Leviant
2016-09-01
1
-2
/
+0
*
Delete DefinedBitcode.
Rafael Espindola
2016-08-31
1
-2
/
+0
*
Add DT_REL(A)COUNT tag to .dynamic section
Eugene Leviant
2016-08-31
1
-0
/
+11
*
[ELF] - Introduce DiscardPolicy instead of 3 relative bool fields.
George Rimar
2016-08-31
1
-1
/
+1
*
Implement support for --build-id=uuid switch
Eugene Leviant
2016-08-26
1
-1
/
+12
*
[ELF] - Fix for PR28976 - Corrupted section contents when using linker scripts
George Rimar
2016-08-19
1
-1
/
+1
*
[ELF] - Linkerscript: set correct dynamic tag entries values when LS is used.
George Rimar
2016-08-19
1
-3
/
+6
*
[ELF] - Do not change binding of symbols when creating relocatable output.
George Rimar
2016-08-19
1
-0
/
+2
*
[ELF][MIPS] Support .MIPS.abiflags section
Simon Atanasyan
2016-08-12
1
-0
/
+48
*
Simplify output section ownership management.
Rui Ueyama
2016-08-12
1
-1
/
+1
[prev]
[next]