summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [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
* [lld][LayoutPass] Order the atoms that are in the same chainShankar Easwaran2013-09-1227-669/+399
* Remove hard-coded leading underscore from entry symbol.Rui Ueyama2013-09-129-16/+21
* Do not hard code the leading underscore.Rui Ueyama2013-09-122-11/+26
* Run clang-format.Rui Ueyama2013-09-111-602/+488
* Allow darwin driver to use -help when no input files are specified.Nick Kledzik2013-09-101-10/+10
* Support darwin linker options: Nick Kledzik2013-09-105-1/+193
* Remove PackedVersion from MachOLinkingContext and replace with uint32_tNick Kledzik2013-09-102-50/+25
* Use llvm::sys::Process::GetEnv() instead of ::getenv().Rui Ueyama2013-09-101-6/+9
* Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files.Rui Ueyama2013-09-092-2/+2
* Use _isWholeArchive to silence -Wunused-private-field warning.Rui Ueyama2013-09-091-1/+1
* Handle _DYNAMIC correctly in the x86_64 backend.Joerg Sonnenberger2013-09-093-2/+30
* Recognize -Bstatic as alias for -static, clang uses it.Joerg Sonnenberger2013-09-091-0/+1
* Drop the context forceLoadAllArchives() support. Rename the isForceLoadJoerg Sonnenberger2013-09-0810-41/+29
OpenPOWER on IntegriCloud