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
/
LinkerScript.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-2
/
+2
*
[ELF] Use stable_sort for compareByFilePosition
Shoaib Meenai
2017-07-17
1
-1
/
+1
*
Move feature-specific functions out of Strings.cpp.
Rui Ueyama
2017-07-13
1
-0
/
+13
*
[ELF] - Allow moving location counter backward in some cases.
George Rimar
2017-07-12
1
-7
/
+3
*
[ELF] Add comment to explain LinkerScript::CurAddressState [NFC]
Peter Smith
2017-07-11
1
-0
/
+10
*
[ELF] Extract temporary state used in assignAddresses()
Peter Smith
2017-07-07
1
-31
/
+45
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-07-05
1
-0
/
+86
*
Simplify. NFC.
Rafael Espindola
2017-07-05
1
-13
/
+9
*
Remove a function that is now trivial.
Rafael Espindola
2017-07-05
1
-7
/
+0
*
Merge createOrphanCommands into addOrphanSections.
Rafael Espindola
2017-07-05
1
-21
/
+18
*
[ELF] Extract allocateHeaders() from assignAddresses()
Peter Smith
2017-07-05
1
-14
/
+9
*
[ELF] - Use llvm::find_if instead std::find_if where possible. NFC.
George Rimar
2017-07-04
1
-6
/
+5
*
[ELF] - Simplify allocateHeaders(). NFC.
George Rimar
2017-07-03
1
-10
/
+7
*
[LLD][LinkerScript] Allow non-alloc sections to be assigned to segments.
Andrew Ng
2017-07-03
1
-5
/
+8
*
Move `assert` upwards so that it fails early if it fails.
Rui Ueyama
2017-06-26
1
-1
/
+2
*
Prefer -Ttext over linker script values.
Rafael Espindola
2017-06-20
1
-5
/
+0
*
[LLD][LinkerScript] Add support for segment NONE.
Andrew Ng
2017-06-19
1
-4
/
+14
*
Error when discarding .dynstr.
Rafael Espindola
2017-06-16
1
-1
/
+2
*
Error when discarding .dynsym.
Rafael Espindola
2017-06-16
1
-1
/
+1
*
Error on trying to discard .dynamic.
Rafael Espindola
2017-06-16
1
-2
/
+2
*
Update a comment.
Rui Ueyama
2017-06-16
1
-2
/
+3
*
Move clearOutputSections before sortSections.
Rafael Espindola
2017-06-15
1
-101
/
+10
*
Simplify. NFC.
Rafael Espindola
2017-06-13
1
-2
/
+1
*
Make OutputSections and OutputSectionCommands globals.
Rafael Espindola
2017-06-13
1
-10
/
+7
*
Set non alloc section address to 0 earlier.
Rafael Espindola
2017-06-13
1
-7
/
+4
*
Move clearOutputSections before createPhdrs. NFC.
Rafael Espindola
2017-06-10
1
-2
/
+4
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-06-08
1
-3
/
+7
*
[ELF] - Linkerscript: implement NOLOAD section type.
George Rimar
2017-06-07
1
-0
/
+2
*
[ELF] Convert Thunks to use InputSectionDescriptions
Peter Smith
2017-06-07
1
-45
/
+0
*
[ELF] - Linkerscript: improved error reporting.
George Rimar
2017-06-07
1
-4
/
+4
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Avoid using OutputSection::Sections. NFC.
Rafael Espindola
2017-06-06
1
-19
/
+22
*
Move finalize to OutputSectionCommands. NFC.
Rafael Espindola
2017-06-06
1
-0
/
+77
*
[ELF] - Early return from writeTo() if section is SHT_NOBITS. NFCi.
George Rimar
2017-06-06
1
-3
/
+3
*
Run fabricateDefaultCommands before fixSectionAlignments.
Rafael Espindola
2017-06-02
1
-4
/
+0
*
Simplify. NFC.
Rafael Espindola
2017-06-02
1
-2
/
+1
*
Move maybeCompress to OutputSectionCommand.
Rafael Espindola
2017-06-01
1
-0
/
+33
*
Convert a few more uses of OutputSections. NFC.
Rafael Espindola
2017-06-01
1
-8
/
+15
*
Move name lookup to script parsing time.
Rafael Espindola
2017-06-01
1
-23
/
+22
*
Move clearOutputSections earlier.
Rafael Espindola
2017-05-31
1
-1
/
+6
*
Store a single Parent pointer for InputSectionBase.
Rafael Espindola
2017-05-31
1
-2
/
+2
*
Simplify. NFC.
Rafael Espindola
2017-05-31
1
-3
/
+2
*
Check Live instead of the section type.
Rafael Espindola
2017-05-30
1
-2
/
+4
*
Remove unnecessary cast.
Rafael Espindola
2017-05-30
1
-2
/
+2
*
[ELF] - Do not crash when linkerscript applies fill to .bss.
George Rimar
2017-05-30
1
-0
/
+3
*
[ELF] Filter out non InputSection members from InputSections
Petr Hosek
2017-05-30
1
-0
/
+3
*
[ELF] Use late evaluation for ALIGN in expression
Petr Hosek
2017-05-30
1
-3
/
+4
*
Move writeTo to OutputSectionCommand.
Rafael Espindola
2017-05-24
1
-9
/
+61
*
Do not track section types of previous sections, always use PROGBITS for dumm...
Dmitry Mikulin
2017-05-24
1
-3
/
+1
*
Use more strict types. NFC.
Rafael Espindola
2017-05-23
1
-12
/
+12
[prev]
[next]