summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add linker-script-included files to reproduce tar files.Rui Ueyama2017-01-091-9/+10
* Change which input sections we concatenateRafael Espindola2017-01-051-31/+1
* Remove Driver::OwningMB and instead use make().Rui Ueyama2016-12-231-2/+3
* [ELF] Linkerscript: print location of undefined symbol usageEugene Leviant2016-12-221-7/+12
* [ELF] - Linkerscript: Fall back to search paths when INCLUDE not foundGeorge Rimar2016-12-211-2/+8
* De-template DefinedSynthetic.Rui Ueyama2016-12-211-4/+3
* [ELF] - Fix use of freed memory.George Rimar2016-12-211-3/+1
* Fix corner cases of setting the section address.Rafael Espindola2016-12-191-11/+2
* Detemplate PhdrEntry. NFC.Rafael Espindola2016-12-191-10/+8
* Remove lld/Support/Memory.h.Rui Ueyama2016-12-181-1/+1
* [ELF] - Linkerscript: Implement two argument version of ALIGN()Rui Ueyama2016-12-161-1/+8
* [ELF] - Apply format. NFC.George Rimar2016-12-151-5/+4
* [ELF] - Do not crash when move location counter backward.George Rimar2016-12-151-1/+5
* Fix parsing when one extern follows another.Rafael Espindola2016-12-091-1/+3
* [ELF] Allow output section data commands to take expressionsMeador Inge2016-12-081-8/+2
* Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.Rui Ueyama2016-12-081-1/+1
* Change the implementation of --dynamic-list to use linker script parsing.Rafael Espindola2016-12-081-1/+13
* Add support for 'extern "C"'.Rafael Espindola2016-12-081-2/+5
* Delete dead code.Rafael Espindola2016-12-081-13/+0
* [ELF] - Teach LLD to recognize PT_OPENBSD_BOOTDATAGeorge Rimar2016-12-061-0/+1
* [ELF] Print file:line for unknown PHDR errorEugene Leviant2016-12-051-3/+4
* Make get{Line,Column}Number members of StringParser.Rui Ueyama2016-12-011-1/+1
* [ELF] - Add support of proccessing of the rest allocatable synthetic sections...George Rimar2016-11-291-0/+9
* [ELF] - Set Config->SingleRoRx differently. NFC.George Rimar2016-11-281-0/+5
* [ELF] Print file:line for 'undefined section' errorsEugene Leviant2016-11-281-8/+12
* Also skip regular symbol assignment at the start of a script.Rafael Espindola2016-11-271-11/+24
* Don't put an orphan before the first . assignment.Rafael Espindola2016-11-271-3/+11
* Create sections with just assignments as STT_NOBITS.Rafael Espindola2016-11-261-1/+1
* Remove a parameter from ScriptParser.Rui Ueyama2016-11-251-14/+14
* Remove HasError and use ErrorCount instead.Rui Ueyama2016-11-241-1/+1
* [ELF] Allow `ASSERT` in output section descriptionsMeador Inge2016-11-221-6/+15
* Use the correct page size.Rafael Espindola2016-11-211-1/+1
* Fix address computation for headers.Rafael Espindola2016-11-211-15/+12
* [ELF] Better error reporting for linker scriptsEugene Leviant2016-11-211-8/+8
* Add comments.Rui Ueyama2016-11-211-20/+33
* Simplify. NFC.Rui Ueyama2016-11-211-21/+18
* Add a flag to InputSectionBase for linker script.Rui Ueyama2016-11-201-16/+5
* Use Optional<std::string> instead of "" to represent a failure.Rui Ueyama2016-11-191-4/+3
* Simplify. NFC.Rui Ueyama2016-11-191-10/+6
* Change filler type from ArrayRef<uint8_t> to uint32_t.Rui Ueyama2016-11-191-12/+11
* Update comment.Rui Ueyama2016-11-181-6/+11
* Omit empty parameter list.Rui Ueyama2016-11-181-7/+7
* Use consume() instead of peek() and skip().Rui Ueyama2016-11-181-3/+6
* Split ScriptParser::readVersionDeclaration.Rui Ueyama2016-11-181-39/+58
* Allow SIZEOF() command on nonexistent section.Rui Ueyama2016-11-171-2/+15
* Avoid accessing an end() iterator.Rafael Espindola2016-11-171-1/+3
* Simplify and use consistent variable name. NFC.Rui Ueyama2016-11-171-13/+9
* Use uint16_t instead of size_t for symbol version ID.Rui Ueyama2016-11-171-1/+1
* [ELF] - Separate locals list from versions.George Rimar2016-11-161-1/+1
* [ELF] - Added support for extern "c++" local symbols in version script.George Rimar2016-11-161-23/+20
OpenPOWER on IntegriCloud