summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* GNU: Rename parseZOption because it actually parses only -z max-page-size.Rui Ueyama2015-02-101-3/+3
* Unittest: Do s/_context/_ctx/g.Rui Ueyama2015-02-104-210/+210
* GNU: Add --no-export-dynamic command line option.Rui Ueyama2015-02-103-2/+17
* Driver: move non-positional parameters out of switch. NFC.Rui Ueyama2015-02-101-198/+172
* Use override rather than virtual.Rui Ueyama2015-02-101-1/+1
* GNU: Use StringRef::empty instead of a boolean flag.Rui Ueyama2015-02-102-8/+7
* Driver: use hasArg instead of getLastArg if return value is not used.Rui Ueyama2015-02-101-14/+14
* [ELF][ARM] Add veneer generation to branch instructionsDenis Protivensky2015-02-104-2/+488
* Driver: Replace switch cases with ifs.Rui Ueyama2015-02-101-330/+272
* Remove trailing space.Rui Ueyama2015-02-101-6/+6
* [ELF] Implement --strip-all/-sDavide Italiano2015-02-086-2/+127
* Remove unused parameter.Rui Ueyama2015-02-073-3/+3
* PECOFF: Move error check for invalid command line combination to validateImpl.Rui Ueyama2015-02-063-6/+11
* Use make_unique.Rui Ueyama2015-02-0613-31/+28
* Remove unused #include.Rui Ueyama2015-02-061-1/+0
* ELF: Split OrderPass::compareInitFini for readability. NFC.Rui Ueyama2015-02-061-18/+15
* [Revert] [ELF] Determine default search directories from ContextShankar Easwaran2015-02-064-15/+17
* Revert "[Core] Update ContentPermissions"Shankar Easwaran2015-02-061-8/+8
* [Core] Update ContentPermissionsShankar Easwaran2015-02-061-8/+8
* [ELF][TODO] Update TODO.Shankar Easwaran2015-02-061-1/+3
* [Cleanup] Remove member functions added to support nostdlibShankar Easwaran2015-02-065-21/+14
* [ELF] Remove stray semicolonShankar Easwaran2015-02-061-1/+0
* [ELF] Speedup creating program headers.Shankar Easwaran2015-02-061-4/+14
* [Core] Remove roundTripPass() function.Shankar Easwaran2015-02-063-28/+5
* [ELF] Fix -nostdlib option.Shankar Easwaran2015-02-064-5/+27
* Add methods to get archive file name from member file.Rui Ueyama2015-02-052-5/+21
* Cleanup. NFC.Rui Ueyama2015-02-052-9/+9
* MachO: Move LayoutPass to MachO directory.Rui Ueyama2015-02-0511-170/+47
* PECOFF: Fix I386_DIR32 relocation to an absolute symbolRui Ueyama2015-02-054-5/+31
* [ELF] Dont discard sections in the input file.Shankar Easwaran2015-02-052-10/+53
* [ELF] Dont release ownership of MemoryBuffer.Shankar Easwaran2015-02-052-2/+2
* lldReaderWriter.a depends on lldCore.a so make sureEric Christopher2015-02-051-1/+1
* The PPC lld backend has been removed, don't require it here.Eric Christopher2015-02-051-1/+1
* Add a comment to Lexer::canContinueNumber.Rui Ueyama2015-02-041-0/+1
* Early return. NFC.Rui Ueyama2015-02-041-16/+15
* Style cleanup in compareByPosition().Davide Italiano2015-02-041-7/+2
* Simplify large switches.Rui Ueyama2015-02-041-54/+5
* Avoid two function calls of file() when not needed. Davide Italiano2015-02-031-2/+5
* ELF: Support INPUT linker script directiveRui Ueyama2015-02-034-26/+60
* Make ELFLinkingContext own LinkerScript buffersRafael Auler2015-02-035-24/+44
* [lld][ARM] Add relocations to perform function callsDenis Protivensky2015-02-039-15/+732
* ELF: Improve linker script unit tests.Rui Ueyama2015-02-033-61/+52
* [ELF] Implement action for OUTPUT linker script commandDavide Italiano2015-02-022-3/+16
* [ELF] Support for parsing OUTPUT command in LinkerScriptDavide Italiano2015-02-023-0/+61
* [ELF] Determine default search directories from Context.Shankar Easwaran2015-02-024-17/+16
* [test] Add test for section groups and deadstripShankar Easwaran2015-02-011-0/+92
* Remove trailing whitespace introduced in r227709.Davide Italiano2015-02-011-1/+1
* [ELF] Don't compare an atom with itself in compareByPosition().Davide Italiano2015-02-011-0/+4
* [ELF] Implement semantic action for ENTRY linker script command.Davide Italiano2015-02-012-0/+15
* [ELF] Set order of ctors/dtors sectionShankar Easwaran2015-02-012-1/+3
OpenPOWER on IntegriCloud