summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LinkerScript.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ELF] Add Section() to expression objectEugene Leviant2016-11-161-44/+57
* Rename function to avoid function overloading.Rui Ueyama2016-11-151-3/+3
* [ELF] - Better diagnostic for relative relocation to an absolute value error.George Rimar2016-11-151-1/+1
* Fix program header propagation.Rafael Espindola2016-11-141-18/+30
* Delay removing empty section commands. NFC.Rafael Espindola2016-11-141-10/+13
* Factor out removeEmptyCommands. NFC.Rafael Espindola2016-11-141-1/+5
* Factor out placeOrphanSections. NFC.Rafael Espindola2016-11-141-7/+9
* [ELF] - Removed trailing whitespace. NFC.George Rimar2016-11-141-1/+1
* [ELF] - Removed unused code. NFC.George Rimar2016-11-141-6/+1
* [ELF] - Add support for locals list in version script.George Rimar2016-11-121-6/+18
* Remove an overloaded function to simplify.Rui Ueyama2016-11-091-2/+2
* Make OutputSectionBase a class instead of class template.Rafael Espindola2016-11-091-30/+28
* Split Header into individual fields.Rafael Espindola2016-11-091-23/+23
* Don't add null and discarded sections to the global list.Rafael Espindola2016-11-081-6/+2
* Rewrite CommonInputSection as a synthetic input section.Rui Ueyama2016-11-051-6/+2
* Create a vector containing all input sections.Rui Ueyama2016-11-051-10/+16
* Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko2016-11-051-4/+19
* Add [<chars>] to the glob matcher to eliminate use of llvm::Regex.Rui Ueyama2016-11-031-9/+9
* Use globMatch() instead of llvm::regex in linker scriptsEugene Leviant2016-11-031-5/+5
* Remove Out::Pool and use make() instead.Rui Ueyama2016-11-011-2/+1
* Remove second argument to readProvideOrAssignment.Rafael Espindola2016-11-011-8/+5
* The expr '.' is not absolute.Rafael Espindola2016-10-311-12/+10
* Delay computation of IsAbsolute.Rafael Espindola2016-10-311-5/+19
* Simple numeric constants are absolute.Rafael Espindola2016-10-311-1/+1
* Mark a few more expressions as absolute.Rafael Espindola2016-10-311-3/+5
* Move IsAbsolute from SymbolAssignment to Expr.Rafael Espindola2016-10-311-7/+7
* Simplify. NFC.Rafael Espindola2016-10-311-4/+4
* Correctly merge visibility of linkerscript created symbols.Rafael Espindola2016-10-311-2/+2
* Consolidate BumpPtrAllocators.Rui Ueyama2016-10-281-4/+3
* Don't create a dummy ELF to process a binary file.Rafael Espindola2016-10-271-1/+2
* Delete trivial getters. NFC.Rafael Espindola2016-10-261-3/+3
* Read section headers upfront.Rafael Espindola2016-10-261-1/+1
* Delete getSectionHdr.Rafael Espindola2016-10-251-4/+3
* Don't include PHDRs if linker script doesn't want themEugene Leviant2016-10-201-0/+9
* [ELF] - Applied clang format. NFC.George Rimar2016-10-201-1/+1
* Read an expression in the form of "ABSOLUTE(<expr>) op <expr> ...".Rui Ueyama2016-10-191-1/+3
* [ELF] Choose default segment when it is not specifiedEugene Leviant2016-10-191-18/+19
* [ELF] - Linkerscript: accept integer values for PHDRS types.George Rimar2016-10-181-0/+6
* Rename skip(StringRef) -> consume(StringRef).Rui Ueyama2016-10-171-24/+24
* ELF: Add a skip() overload to ignore any tokenJustin Bogner2016-10-171-9/+9
* ELF: Fix a misuse of Twine::toStringRefJustin Bogner2016-10-171-3/+3
* [ELF] - Added support of PT_OPENBSD_RANDOMIZEGeorge Rimar2016-10-141-0/+1
* [ELF] - Implemented -z wxneeded.George Rimar2016-10-141-0/+1
* Support GNU-style ZLIB-compressed input sections.Rui Ueyama2016-10-121-1/+1
* Alternative fix for reloc tareting discarded sectionEugene Leviant2016-10-121-0/+6
* Remove trailing whitespace.Rui Ueyama2016-10-101-1/+1
* [ELF] Don't emit empty PT_LOAD segmentEugene Leviant2016-10-101-0/+11
* [ELF] Change argument type for findSections. NFCEugene Leviant2016-10-101-5/+5
* [ELF] Linker script: implement LOADADDREugene Leviant2016-10-061-19/+39
* Remove trailing whitespace.Rui Ueyama2016-10-051-2/+2
OpenPOWER on IntegriCloud