summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold.Michael J. Spencer2016-08-177-9/+13
* [Driver] Remove break after return. NFCI.Davide Italiano2016-08-161-1/+0
* ELF: ignored option -G may be joined with its argumentEd Maste2016-08-161-1/+1
* [ELF] - Do not exit if -v is specified.George Rimar2016-08-162-4/+2
* [ELF] Ignore .interp section in case linker script specifies PHDRS without PT...Eugene Leviant2016-08-164-1/+24
* [ELF] Linkerscript: support hidden symbols assignmentsPetr Hosek2016-08-162-5/+13
* [ELF] Linkerscript: fix bug in assignOffsets (check Sym for non-null)Eugene Leviant2016-08-151-2/+4
* [ELF] Do not add start and end symbols in case they are already definedEugene Leviant2016-08-152-3/+25
* [ELF] - Linkerscript: fix VA value assigned to sections when using constraints.George Rimar2016-08-122-10/+41
* [ELF] - Do not use mergeable sections when LS is used.George Rimar2016-08-122-0/+37
* [ELF] - Remove excessive loop in LinkerScript<ELFT>::assignAddresses()George Rimar2016-08-121-26/+26
* [ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.George Rimar2016-08-122-2/+42
* MachO: Use ilist_half_embedded_sentinel_traits, NFCDuncan P. N. Exon Smith2016-08-121-12/+4
* Core: Use ilist_full_embedded_sentinel_traits for SimpleReferenceDuncan P. N. Exon Smith2016-08-121-41/+7
* [Core] Retire yet another unused member function.Davide Italiano2016-08-122-10/+0
* [Core] Simplify a bit. NFCI.Davide Italiano2016-08-121-6/+2
* [ELF] - Linkerscript: reimplemented output sections constrains matching funct...George Rimar2016-08-124-56/+59
* [ELF][MIPS] Support .MIPS.abiflags sectionSimon Atanasyan2016-08-1211-16/+290
* [ELF][MIPS] Fix the commentSimon Atanasyan2016-08-121-6/+9
* Add comments.Rui Ueyama2016-08-121-0/+6
* Rename getSizeOfHeaders -> getHeaderSize.Rui Ueyama2016-08-122-9/+9
* Core: Remove custom next-prev traits from SimpleReference, NFCDuncan P. N. Exon Smith2016-08-121-18/+14
* Early continue. NFC.Rui Ueyama2016-08-121-11/+14
* Simplify LinkerScript<ELFT>::createSections.Rui Ueyama2016-08-121-16/+11
* Remove excessive parentheses.Rui Ueyama2016-08-121-1/+1
* Create only one section for a name in LinkerScript.Rui Ueyama2016-08-124-83/+68
* Allocate LayoutInputSections using SpecificBumpPtrAllocator.Rui Ueyama2016-08-122-20/+19
* Simplify output section ownership management.Rui Ueyama2016-08-123-2/+8
* Remove OutputSectionBuilder::finalize.Rui Ueyama2016-08-121-15/+4
* Remove useless local variable.Rui Ueyama2016-08-121-3/+2
* Split LinkerScript<ELFT>::createSections.Rui Ueyama2016-08-122-24/+35
* Replace a variadic forwarding template function with less complex ones.Rui Ueyama2016-08-111-26/+28
* Make class hierarchy more shallow.Rui Ueyama2016-08-111-3/+4
* Remove trailing whitespace.Rui Ueyama2016-08-111-1/+1
* Dead strip DESC bits should only be set on object files.Pete Cooper2016-08-112-1/+6
* Add obj2yaml to the list of tool_patterns in lit. NFCPete Cooper2016-08-111-0/+1
* Add comments.Rui Ueyama2016-08-111-1/+12
* Better compress lazy binding info to match ld64.Pete Cooper2016-08-112-20/+11
* Generate slightly more compressed binding opcodes when entries are the same a...Pete Cooper2016-08-112-26/+45
* Add test for rebase opcodes. We didn't have one. NFC.Pete Cooper2016-08-111-0/+161
* Add missing RUN line from r278398. This test works with this line but i forg...Pete Cooper2016-08-111-0/+1
* Arm64 stubs alignment is 2, not 4.Pete Cooper2016-08-112-2/+9
* Change when we choose to add an LC_LOAD_DYLIB to the final image.Pete Cooper2016-08-115-17/+61
* Split getArchName. NFC.Rui Ueyama2016-08-111-2/+9
* Change all the libSystem test files to be dylibs instead of normalized files....Pete Cooper2016-08-114-20/+24
* Fix one more test missed by r278372. The next commit will update libsystem i...Pete Cooper2016-08-111-1/+1
* Fix off-by-one error in default currentVersion.Pete Cooper2016-08-112-4/+4
* Have one version of libSystem for each arch. NFC.Pete Cooper2016-08-1148-80/+115
* [ELF][MIPS] Add more tests for ELF flags calculation. NFCSimon Atanasyan2016-08-111-0/+25
* [ELF][MIPS] Separate different tests by empty lines. NFCSimon Atanasyan2016-08-111-0/+3
OpenPOWER on IntegriCloud