summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Ignore /delay and /delayload options.Rui Ueyama2013-09-232-1/+10
* [PECOFF] Add more tests for /machine, /base, /stack, /heap and /align.Rui Ueyama2013-09-231-0/+29
* [PECOFF] Add comments to unit tests and reorder them if necessary.Rui Ueyama2013-09-231-13/+41
* [PECOFF] Add /allowisolation command line option.Rui Ueyama2013-09-236-3/+36
* [PECOFF] Add /allowbind command line option.Rui Ueyama2013-09-236-3/+37
* [PECOFF] Simplify WinLinkOptions.td.Rui Ueyama2013-09-232-20/+17
* [PECOFF] Add one more test for r191218Rui Ueyama2013-09-231-0/+7
* [lld][PECOFF] Fix data directory entry RVA of base relocations sectionRon Ofir2013-09-233-6/+11
* [PECOFF] Add /align command line option.Rui Ueyama2013-09-236-2/+32
* Whitespace and extra parentheses.Rui Ueyama2013-09-232-3/+3
* [lld][PECOFF] Calculate SizeOfHeaders field instead of using a hard-coded valueRon Ofir2013-09-232-4/+11
* [lld][ELF] Remove invalid commentShankar Easwaran2013-09-231-3/+1
* [lld][LinkingContext][ELF] Allow different output file types.Shankar Easwaran2013-09-2347-78/+129
* [lld][WinLink] Fix typoRon Ofir2013-09-201-2/+2
* Fallback to the default stringize function to show some meaningful error mess...Rui Ueyama2013-09-201-8/+3
* Generalize errStr() function so that it can handle any type of errors.Rui Ueyama2013-09-201-3/+3
* [PECOFF] Ignore /incremental option.Rui Ueyama2013-09-202-2/+4
* Remove extraneous parentheses.Rui Ueyama2013-09-201-1/+1
* Handle "file not found" error in the superclass's errStr().Rui Ueyama2013-09-201-1/+3
* Fix file comments and include guardRui Ueyama2013-09-195-17/+15
* [PECOFF] Ignore /errorReport command line option.Rui Ueyama2013-09-192-6/+13
* [lld][ELF][Hexagon] Cleanup unused dataShankar Easwaran2013-09-192-3551/+595
* [lld][ELF] Group command line options for better usageShankar Easwaran2013-09-192-98/+203
* [lld][ELF] Support non alloc sections in the Writer.Shankar Easwaran2013-09-1923-192/+275
* [PECOFF][Driver] Support /version command line optionRui Ueyama2013-09-196-20/+59
* [PECOFF] Fix the order of the Import Table entries.Rui Ueyama2013-09-191-5/+13
* [PECOFF] Fix base relocation block alignmentRui Ueyama2013-09-181-2/+5
* [PECOFF] Make helper functions private.Rui Ueyama2013-09-181-21/+21
* [lld][YAML] RefNameResolver : add only if name/refname is not emptyShankar Easwaran2013-09-172-3/+167
* [lld][ELF] Assign sectionChoice properly to ELF atomsShankar Easwaran2013-09-175-38/+61
* [PECOFF] Take into account all sections when setting size fields in the PE he...Rui Ueyama2013-09-162-4/+29
* [PECOFF] Add DISCARDABLE characteristic to .reloc sectionRui Ueyama2013-09-162-2/+18
* [PECOFF] Use a dummy file as an "input file" for Idata atoms.Rui Ueyama2013-09-152-14/+31
* Output soname.Joerg Sonnenberger2013-09-144-0/+24
* If .bss doesn't exist, set _end/end based on .data.Joerg Sonnenberger2013-09-141-0/+4
* Add _end symbol for dynamic libraries. At least brk/sbrk in libc onJoerg Sonnenberger2013-09-142-5/+37
* Revert "[PECOFF] Allocate storage for .drective in the reader ..."Rui Ueyama2013-09-132-10/+9
* [PECOFF] Fix alignment bug.Rui Ueyama2013-09-133-6/+62
* [PECOFF] Fix atom default alignment.Rui Ueyama2013-09-131-3/+3
* Add test case for the not-yet implemented copy relocations.Joerg Sonnenberger2013-09-131-0/+31
* [lld][ELF] Handle multiple weak symbolsShankar Easwaran2013-09-135-7/+73
* [PECOFF] Handle weak external symbols.Rui Ueyama2013-09-126-12/+183
* [lld][LinkingContext] Fix doxygen commentShankar Easwaran2013-09-121-1/+1
* Do not prepend "_" to external symbols if non-i386.Rui Ueyama2013-09-121-2/+2
* [PECOFF] Add a field for machine type to PECOFFLinkingContext.Rui Ueyama2013-09-125-15/+36
* Add a fallback mechanism for undefined atom.Rui Ueyama2013-09-128-9/+72
* [lld][tests] Fix buildbot failure on darwinShankar Easwaran2013-09-123-10/+6
* [lld][LayoutPass] change comments to reflect the sort orderShankar Easwaran2013-09-121-4/+5
* [lld][ELF] Fix vaddr of the first sectionShankar Easwaran2013-09-126-6/+11
* [lld][ELF] Fix the readonly section order.Shankar Easwaran2013-09-122-2/+6
OpenPOWER on IntegriCloud