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
...
*
Simplify. readAssignment never returns a nullptr.
Rui Ueyama
2016-07-29
1
-4
/
+3
*
[ELF] - Removed excessive check. NFC.
George Rimar
2016-07-28
1
-1
/
+1
*
[ELF] - Attempt to fix BB after 277042.
George Rimar
2016-07-28
1
-1
/
+1
*
[ELF] - Cosmetic change. NFC.
George Rimar
2016-07-28
1
-1
/
+1
*
[ELF] - Linkerscript: implemented filename specification.
George Rimar
2016-07-28
1
-34
/
+44
*
[ELF] - Linkerscript: implemented += operator.
George Rimar
2016-07-28
1
-18
/
+21
*
Make CommonInputSection singleton class.
Rui Ueyama
2016-07-28
1
-6
/
+4
*
[ELF] Allows setting section for common symbols in linker script
Eugene Leviant
2016-07-28
1
-3
/
+9
*
Add support for SEGMENT_START.
Rafael Espindola
2016-07-28
1
-0
/
+9
*
[ELF] - Linkerscript: ignore SORT(CONSTRUCTORS)
George Rimar
2016-07-28
1
-0
/
+9
*
Make toPhdrFlags a member function. NFC.
Rafael Espindola
2016-07-27
1
-4
/
+4
*
[ELF/LinkerScript] Support EXCLUDE_FILE inside KEEP.
Davide Italiano
2016-07-27
1
-13
/
+33
*
Remove return type that can trivially be inferred.
Rui Ueyama
2016-07-26
1
-1
/
+1
*
[ELF] - replace error() with llvm_unreachable.
George Rimar
2016-07-26
1
-1
/
+1
*
Attemp to fix build bot:
George Rimar
2016-07-26
1
-0
/
+2
*
[ELF] Linkerscript: symbol assignments with indentifiers on the right side of...
George Rimar
2016-07-26
1
-3
/
+29
*
[ELF] - Linkerscript: implemented ALIGN modificatior of output sections.
George Rimar
2016-07-26
1
-0
/
+13
*
[ELF] Linkerscript: implement DATA_SEGMENT_RELRO_END.
George Rimar
2016-07-26
1
-0
/
+11
*
[ELF] - Merged 2 lines. NFC.
George Rimar
2016-07-26
1
-4
/
+1
*
[ELF] Linkerscript: simplify DATA_SEGMENT_ALIGN evaluation
George Rimar
2016-07-26
1
-1
/
+1
*
[ELF] - Fixed possible iterator overflow.
George Rimar
2016-07-26
1
-6
/
+7
*
[ELF/Linkerscript] Remove special handling of TLS/NOTE/RELRO sections (patch ...
Eugene Leviant
2016-07-26
1
-23
/
+0
*
Split getPhdrsIndices. NFC.
Rui Ueyama
2016-07-26
1
-11
/
+16
*
Replace std::find_if with plain for loop. NFC.
Rui Ueyama
2016-07-26
1
-10
/
+8
*
Split LinkerScript::createSections into small functions.
Rui Ueyama
2016-07-25
1
-37
/
+48
*
Fix parameter names.
Rui Ueyama
2016-07-25
1
-4
/
+4
*
Do not pass InputFile to reportDiscarded().
Rui Ueyama
2016-07-25
1
-1
/
+1
*
Make ConstraintKind an enum class.
Rui Ueyama
2016-07-25
1
-2
/
+2
*
[LinkerScript] Refactor KEEP handling in a separate function
Davide Italiano
2016-07-25
1
-10
/
+15
*
Re-commit "Split LinkerScript::createSections".
Rui Ueyama
2016-07-25
1
-21
/
+38
*
[ELF] - Linkerscript: implemented output section [address] attribute.
George Rimar
2016-07-25
1
-0
/
+9
*
[ELF] Fix the semantic of PROVIDE in linker scripts.
Davide Italiano
2016-07-25
1
-1
/
+3
*
Simplify. NFC.
Rui Ueyama
2016-07-24
1
-26
/
+24
*
[ELF] Support PROVIDE/PROVIDE_HIDDEN inside output sections description.
Davide Italiano
2016-07-24
1
-0
/
+4
*
Merge readSymbolAssignment with readAssignment. NFC.
Rui Ueyama
2016-07-24
1
-24
/
+11
*
Make readExpr return an Expr object instead of a vector of tokens.
Rui Ueyama
2016-07-24
1
-219
/
+165
*
Rollback r276538 and r276540 to unbreak asan bot.
Rui Ueyama
2016-07-24
1
-38
/
+21
*
Simplify. NFC.
Rui Ueyama
2016-07-24
1
-13
/
+11
*
Split LinkerScript::createSections.
Rui Ueyama
2016-07-24
1
-21
/
+40
*
[ELF/Linkerscript] Define an absolute if we find an undefined.
Davide Italiano
2016-07-23
1
-1
/
+2
*
Remove Phdr typedef.
Rui Ueyama
2016-07-23
1
-10
/
+10
*
Make a pure function a non-member file-scoped function.
Rui Ueyama
2016-07-23
1
-2
/
+1
*
[ELF] Support PROVIDE and PROVIDE_HIDDEN inside SECTIONS
Eugene Leviant
2016-07-22
1
-11
/
+48
*
[ELF/LinkerScript] Support ONLY_IF_{RO, RW} directive.
Davide Italiano
2016-07-22
1
-3
/
+26
*
[ELF] - Basic support of linkerscript commands: DATA_SEGMENT_ALIGN, DATA_SEGM...
George Rimar
2016-07-21
1
-0
/
+35
*
Update comment.
Rui Ueyama
2016-07-21
1
-2
/
+6
*
Fix MSVC 2015 compilation failure around range-for without curly braces
Reid Kleckner
2016-07-21
1
-1
/
+2
*
[ELF] Fix bug in program header FLAGS processing + test case update (found by...
Eugene Leviant
2016-07-21
1
-1
/
+0
*
[ELF] - Cleanup of LinkerScript<ELFT>::assignAddresses()
George Rimar
2016-07-21
1
-8
/
+12
*
[ELF] - Linkerscript: add InputSectionDescription command to LS parser.
George Rimar
2016-07-21
1
-23
/
+46
[prev]
[next]