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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add CopyRelSection instances to BSS in the regular way.
Rui Ueyama
2017-02-16
1
-5
/
+9
*
Make --export-dynamic work on non-PIC/PIE targets.
Ed Schouten
2017-02-15
1
-1
/
+2
*
Explicitly return a new value instead of implicitly mutating a reference.
Rui Ueyama
2017-02-14
1
-7
/
+7
*
Do not store a computable attributes to Config.
Rui Ueyama
2017-02-14
1
-2
/
+3
*
Create only one section symbol per section.
Rafael Espindola
2017-02-11
1
-6
/
+36
*
[ELF] Refactor PltSection and IPltSection into PltSection [NFC]
Peter Smith
2017-02-09
1
-2
/
+2
*
Recommit r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-2
/
+2
*
Reverted r294464 "[ELF] - Added partial support for --emit-relocs (no --gc-se...
George Rimar
2017-02-08
1
-2
/
+2
*
[ELF] - Added partial support for --emit-relocs (no --gc-section case, no /DI...
George Rimar
2017-02-08
1
-2
/
+2
*
Use a utility function to reduce repetition. NFC.
Rui Ueyama
2017-02-05
1
-30
/
+34
*
Replace MergeOutputSection with a synthetic section.
Rafael Espindola
2017-02-03
1
-2
/
+52
*
Make `-z stack-size` compatible with ld.bfd.
Rui Ueyama
2017-02-02
1
-5
/
+2
*
Simplify createPhdrs. NFC.
Rui Ueyama
2017-02-01
1
-36
/
+22
*
[ELF] Handle multiple discontiguous .note sections
Petr Hosek
2017-02-01
1
-5
/
+11
*
[ELF] Use SyntheticSections for Thunks
Peter Smith
2017-02-01
1
-6
/
+6
*
ELF: Align RELRO to the target page size rather than the max page size.
Peter Collingbourne
2017-01-30
1
-1
/
+1
*
Fix -Werror build.
Rafael Espindola
2017-01-28
1
-2
/
+2
*
Fix a few symbols that are not actually ABS.
Rafael Espindola
2017-01-28
1
-27
/
+46
*
Revert "[ELF][ARM] Use SyntheticSections for Thunks"
Rui Ueyama
2017-01-28
1
-6
/
+6
*
Revert commits r293276 and r293278.
Rafael Espindola
2017-01-27
1
-1
/
+1
*
[ELF][ARM] Use SyntheticSections for Thunks
Peter Smith
2017-01-27
1
-6
/
+6
*
[ELF] Bypass section type check
Eugene Leviant
2017-01-27
1
-1
/
+1
*
Change the --retain-symbols-file implementation.
Rafael Espindola
2017-01-25
1
-6
/
+0
*
[ELF] Add local mapping symbols to ARM PLT entries
Peter Smith
2017-01-25
1
-0
/
+5
*
[ELF] - Stop handling local symbols in a special way.
George Rimar
2017-01-23
1
-7
/
+3
*
Don't create a bogus PT_PHDR if we don't allocate the headers.
Rafael Espindola
2017-01-20
1
-6
/
+12
*
Reduce code duplication when allocating program headers.
Rafael Espindola
2017-01-20
1
-27
/
+35
*
Simplify. NFC.
Rafael Espindola
2017-01-20
1
-6
/
+1
*
Also define 'end' if it is present in a .so.
Rafael Espindola
2017-01-19
1
-1
/
+1
*
[ELF] Move createThunks() after scanRelocations()
Peter Smith
2017-01-18
1
-6
/
+6
*
Return early if writeMapFile failed.
Rui Ueyama
2017-01-18
1
-0
/
+4
*
Add a isInCurrentDSO helper. NFC.
Rafael Espindola
2017-01-17
1
-2
/
+2
*
[ELF] - Do not create huge garbage files on section offset overflow.
George Rimar
2017-01-17
1
-0
/
+3
*
[ELF][MIPS] Exclude mips .got from PT_GNU_RELRO segment
Simon Atanasyan
2017-01-16
1
-2
/
+12
*
Implement -Map.
Rafael Espindola
2017-01-13
1
-0
/
+2
*
[ELF] - Move the addition of synthetics from addPredefinedSections()
George Rimar
2017-01-13
1
-4
/
+8
*
Remove error(error_code, const Twine &).
Rui Ueyama
2017-01-12
1
-2
/
+2
*
ELF: Reserve space for copy relocations of read-only symbols in relro.
Peter Collingbourne
2017-01-10
1
-0
/
+6
*
ELF: Place relro sections after non-relro sections in r/w segment.
Peter Collingbourne
2017-01-10
1
-18
/
+29
*
Support non-regular output files.
Rui Ueyama
2017-01-09
1
-4
/
+6
*
ELF: Round p_memsz of the PT_GNU_RELRO program header up to the page size.
Peter Collingbourne
2017-01-04
1
-1
/
+6
*
ELF: Simplify; addOptionalSynthetic() does not need to return a value. NFC.
Peter Collingbourne
2017-01-04
1
-9
/
+6
*
[ELF] - Fix mistype in comment. NFC.
George Rimar
2016-12-25
1
-1
/
+1
*
De-template DefinedSynthetic.
Rui Ueyama
2016-12-21
1
-4
/
+3
*
Move a function defintion to make it static.
Rui Ueyama
2016-12-21
1
-28
/
+0
*
[ELF] - Treat .openbsd.randomdata as relro section
George Rimar
2016-12-20
1
-1
/
+1
*
Simplify type of Config->SymbolOrderingFile.
Rui Ueyama
2016-12-20
1
-15
/
+16
*
Fix corner cases of setting the section address.
Rafael Espindola
2016-12-19
1
-15
/
+71
*
[ELF] - Implemented --retain-symbols-file option
George Rimar
2016-12-19
1
-0
/
+6
*
Detemplate PhdrEntry. NFC.
Rafael Espindola
2016-12-19
1
-63
/
+63
[prev]
[next]