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
...
*
Add linker-script-included files to reproduce tar files.
Rui Ueyama
2017-01-09
1
-9
/
+10
*
Change which input sections we concatenate
Rafael Espindola
2017-01-05
1
-31
/
+1
*
Remove Driver::OwningMB and instead use make().
Rui Ueyama
2016-12-23
1
-2
/
+3
*
[ELF] Linkerscript: print location of undefined symbol usage
Eugene Leviant
2016-12-22
1
-7
/
+12
*
[ELF] - Linkerscript: Fall back to search paths when INCLUDE not found
George Rimar
2016-12-21
1
-2
/
+8
*
De-template DefinedSynthetic.
Rui Ueyama
2016-12-21
1
-4
/
+3
*
[ELF] - Fix use of freed memory.
George Rimar
2016-12-21
1
-3
/
+1
*
Fix corner cases of setting the section address.
Rafael Espindola
2016-12-19
1
-11
/
+2
*
Detemplate PhdrEntry. NFC.
Rafael Espindola
2016-12-19
1
-10
/
+8
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
[ELF] - Linkerscript: Implement two argument version of ALIGN()
Rui Ueyama
2016-12-16
1
-1
/
+8
*
[ELF] - Apply format. NFC.
George Rimar
2016-12-15
1
-5
/
+4
*
[ELF] - Do not crash when move location counter backward.
George Rimar
2016-12-15
1
-1
/
+5
*
Fix parsing when one extern follows another.
Rafael Espindola
2016-12-09
1
-1
/
+3
*
[ELF] Allow output section data commands to take expressions
Meador Inge
2016-12-08
1
-8
/
+2
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-1
/
+1
*
Change the implementation of --dynamic-list to use linker script parsing.
Rafael Espindola
2016-12-08
1
-1
/
+13
*
Add support for 'extern "C"'.
Rafael Espindola
2016-12-08
1
-2
/
+5
*
Delete dead code.
Rafael Espindola
2016-12-08
1
-13
/
+0
*
[ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATA
George Rimar
2016-12-06
1
-0
/
+1
*
[ELF] Print file:line for unknown PHDR error
Eugene Leviant
2016-12-05
1
-3
/
+4
*
Make get{Line,Column}Number members of StringParser.
Rui Ueyama
2016-12-01
1
-1
/
+1
*
[ELF] - Add support of proccessing of the rest allocatable synthetic sections...
George Rimar
2016-11-29
1
-0
/
+9
*
[ELF] - Set Config->SingleRoRx differently. NFC.
George Rimar
2016-11-28
1
-0
/
+5
*
[ELF] Print file:line for 'undefined section' errors
Eugene Leviant
2016-11-28
1
-8
/
+12
*
Also skip regular symbol assignment at the start of a script.
Rafael Espindola
2016-11-27
1
-11
/
+24
*
Don't put an orphan before the first . assignment.
Rafael Espindola
2016-11-27
1
-3
/
+11
*
Create sections with just assignments as STT_NOBITS.
Rafael Espindola
2016-11-26
1
-1
/
+1
*
Remove a parameter from ScriptParser.
Rui Ueyama
2016-11-25
1
-14
/
+14
*
Remove HasError and use ErrorCount instead.
Rui Ueyama
2016-11-24
1
-1
/
+1
*
[ELF] Allow `ASSERT` in output section descriptions
Meador Inge
2016-11-22
1
-6
/
+15
*
Use the correct page size.
Rafael Espindola
2016-11-21
1
-1
/
+1
*
Fix address computation for headers.
Rafael Espindola
2016-11-21
1
-15
/
+12
*
[ELF] Better error reporting for linker scripts
Eugene Leviant
2016-11-21
1
-8
/
+8
*
Add comments.
Rui Ueyama
2016-11-21
1
-20
/
+33
*
Simplify. NFC.
Rui Ueyama
2016-11-21
1
-21
/
+18
*
Add a flag to InputSectionBase for linker script.
Rui Ueyama
2016-11-20
1
-16
/
+5
*
Use Optional<std::string> instead of "" to represent a failure.
Rui Ueyama
2016-11-19
1
-4
/
+3
*
Simplify. NFC.
Rui Ueyama
2016-11-19
1
-10
/
+6
*
Change filler type from ArrayRef<uint8_t> to uint32_t.
Rui Ueyama
2016-11-19
1
-12
/
+11
*
Update comment.
Rui Ueyama
2016-11-18
1
-6
/
+11
*
Omit empty parameter list.
Rui Ueyama
2016-11-18
1
-7
/
+7
*
Use consume() instead of peek() and skip().
Rui Ueyama
2016-11-18
1
-3
/
+6
*
Split ScriptParser::readVersionDeclaration.
Rui Ueyama
2016-11-18
1
-39
/
+58
*
Allow SIZEOF() command on nonexistent section.
Rui Ueyama
2016-11-17
1
-2
/
+15
*
Avoid accessing an end() iterator.
Rafael Espindola
2016-11-17
1
-1
/
+3
*
Simplify and use consistent variable name. NFC.
Rui Ueyama
2016-11-17
1
-13
/
+9
*
Use uint16_t instead of size_t for symbol version ID.
Rui Ueyama
2016-11-17
1
-1
/
+1
*
[ELF] - Separate locals list from versions.
George Rimar
2016-11-16
1
-1
/
+1
*
[ELF] - Added support for extern "c++" local symbols in version script.
George Rimar
2016-11-16
1
-23
/
+20
[prev]
[next]