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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Inline small functions.
Rui Ueyama
2017-10-11
1
-4
/
+8
*
Rename Commands -> SectionCommands.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Rename HasSections -> HasSectionsComand.
Rui Ueyama
2017-10-11
1
-1
/
+1
*
Remove ScriptConfiguration class and move the members to LinkerScript class.
Rui Ueyama
2017-10-11
1
-25
/
+20
*
Inline addRegular into addSymbol.
Rui Ueyama
2017-10-11
1
-2
/
+2
*
Remove a constructor from ExprValue. NFC.
Rui Ueyama
2017-10-11
1
-3
/
+0
*
Add comments.
Rui Ueyama
2017-10-11
1
-8
/
+19
*
Rename ignoreInterpSection -> needsInterpSection.
Rui Ueyama
2017-10-08
1
-1
/
+1
*
Use llvm::Optional instead of UINT_MAX to represent a null value.
Rui Ueyama
2017-10-08
1
-5
/
+5
*
Make a helper function a non-member function. NFC.
Rui Ueyama
2017-10-08
1
-1
/
+0
*
Use llvm::Optional instead of a magic number -1 to represent "no result".
Rui Ueyama
2017-10-08
1
-1
/
+1
*
Remove a trivial function.
Rui Ueyama
2017-10-08
1
-1
/
+0
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Align addresses, not offsets.
Rafael Espindola
2017-09-12
1
-0
/
+1
*
[ELF] - Linkerscript: implement REGION_ALIAS.
George Rimar
2017-09-08
1
-1
/
+1
*
Merge OutputSectionCommand and OutputSection.
Rafael Espindola
2017-07-27
1
-42
/
+7
*
[ELF] - Store PhdrEntry values by pointers instead of storing by value.
George Rimar
2017-07-27
1
-2
/
+2
*
[ELF] Remove processNonSectionCommands
Petr Hosek
2017-07-21
1
-1
/
+0
*
[ELF] Extract temporary state used in assignAddresses()
Peter Smith
2017-07-07
1
-6
/
+12
*
Move fabricateDefaultCommands earlier.
Rafael Espindola
2017-07-05
1
-0
/
+4
*
Simplify. NFC.
Rafael Espindola
2017-07-05
1
-1
/
+1
*
Remove a function that is now trivial.
Rafael Espindola
2017-07-05
1
-1
/
+0
*
Merge createOrphanCommands into addOrphanSections.
Rafael Espindola
2017-07-05
1
-1
/
+0
*
[ELF] Extract allocateHeaders() from assignAddresses()
Peter Smith
2017-07-05
1
-2
/
+2
*
Move clearOutputSections before sortSections.
Rafael Espindola
2017-06-15
1
-1
/
+1
*
Make OutputSections and OutputSectionCommands globals.
Rafael Espindola
2017-06-13
1
-5
/
+2
*
Move clearOutputSections before createPhdrs. NFC.
Rafael Espindola
2017-06-10
1
-1
/
+2
*
[ELF] - Linkerscript: implement NOLOAD section type.
George Rimar
2017-06-07
1
-0
/
+1
*
[ELF] Convert Thunks to use InputSectionDescriptions
Peter Smith
2017-06-07
1
-1
/
+0
*
[ELF] - Linkerscript: improved error reporting.
George Rimar
2017-06-07
1
-7
/
+6
*
Move finalize to OutputSectionCommands. NFC.
Rafael Espindola
2017-06-06
1
-0
/
+1
*
Move maybeCompress to OutputSectionCommand.
Rafael Espindola
2017-06-01
1
-0
/
+1
*
Convert a few more uses of OutputSections. NFC.
Rafael Espindola
2017-06-01
1
-1
/
+2
*
Move name lookup to script parsing time.
Rafael Espindola
2017-06-01
1
-3
/
+7
*
[ELF] Use late evaluation for ALIGN in expression
Petr Hosek
2017-05-30
1
-0
/
+5
*
Move writeTo to OutputSectionCommand.
Rafael Espindola
2017-05-24
1
-3
/
+4
*
Use more strict types. NFC.
Rafael Espindola
2017-05-23
1
-2
/
+2
*
Use a DenseMap in LinkerScript::getCmd.
Rafael Espindola
2017-05-10
1
-1
/
+2
*
Refactor OutputSection to OutputSectionCommand mapping.
Rafael Espindola
2017-05-10
1
-0
/
+1
*
Mark LinkerScript as final.
Rafael Espindola
2017-05-10
1
-2
/
+1
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Remove another use of section names. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Don't use section names in getFiller. NFC.
Rafael Espindola
2017-05-10
1
-1
/
+1
*
Delete LinkerScript::getSectionIndex.
Rafael Espindola
2017-05-05
1
-2
/
+1
*
Simplify the header allocation.
Rafael Espindola
2017-05-04
1
-1
/
+1
*
Fix accounting of tbss.
Rafael Espindola
2017-05-04
1
-0
/
+1
*
Bring back r301678.
Rafael Espindola
2017-04-29
1
-4
/
+1
*
Revert r301678: Remove LinkerScript::flush.
Rui Ueyama
2017-04-28
1
-1
/
+4
*
Remove LinkerScript::flush.
Rafael Espindola
2017-04-28
1
-4
/
+1
*
[ELF] Always use Script::assignAddresses()
Peter Smith
2017-04-19
1
-0
/
+1
[prev]
[next]