summaryrefslogtreecommitdiffstats
path: root/lld
Commit message (Expand)AuthorAgeFilesLines
* [PECOFF] Handle line comment in module-definition file.Rui Ueyama2014-04-222-42/+51
* Add support for building Sphinx documentation when being built inside LLVM so...Reid Kleckner2014-04-182-0/+10
* Fix broken test.Rui Ueyama2014-04-181-1/+0
* [PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.Rui Ueyama2014-04-182-4/+17
* [PECOFF] Support LIBRARY directive.Rui Ueyama2014-04-184-1/+34
* [PECOFF] Add one more test for r206633.Rui Ueyama2014-04-181-3/+12
* Remove redundant "explicit" keywords.Rui Ueyama2014-04-181-4/+4
* Use switch for readability.Rui Ueyama2014-04-181-12/+15
* [PECOFF] Ignore /ignore option.Rui Ueyama2014-04-182-2/+3
* [PECOFF] Support /manifestuac:NO.Rui Ueyama2014-04-183-23/+39
* [ELF] Fix GNU_RELRO section name.Rui Ueyama2014-04-181-1/+1
* [ELF] Fix typo that caused a test to fail on FreeBSD.Rui Ueyama2014-04-172-3/+1
* [Mips] Fix typo in the test.Simon Atanasyan2014-04-171-7/+7
* Silence the test failure on FreeBSD for now.Rui Ueyama2014-04-171-0/+2
* Second attempt to unbreak the buildbot.Rui Ueyama2014-04-161-4/+4
* Attempt to unbreak FreeBSD/AMD64 buildbot.Rui Ueyama2014-04-161-1/+2
* [ELF] Support --defsym=<symbol>=<symbol>.Rui Ueyama2014-04-167-18/+158
* [Mips] Emit PLT entries for more static relocations.Simon Atanasyan2014-04-164-6/+255
* Add missing includes.Benjamin Kramer2014-04-122-0/+2
* [ELF] Regroup code creates ELF relocations references ELFReference intoSimon Atanasyan2014-04-124-153/+186
* [Mips] Factor out MIPS relocation addend reading to the separateSimon Atanasyan2014-04-111-8/+12
* [ELF] Remove redundant conversion of section content from ArrayRef toSimon Atanasyan2014-04-111-8/+3
* [Mips] Rewrite R_MIPS_26 handling test using the yaml2obj tool.Simon Atanasyan2014-04-112-27/+67
* [Mips] Rewrite R_MIPS_32 handling test using the yaml2obj tool.Simon Atanasyan2014-04-112-21/+58
* [Mips] R_MIPS_PC32 relocation support.Simon Atanasyan2014-04-115-0/+70
* Update to match changes made in r205955David Majnemer2014-04-102-0/+7
* [PECOFF] Fix common symbol alignment.Rui Ueyama2014-04-093-26/+57
* Early continue to reduce nesting.Rui Ueyama2014-04-071-13/+13
* No else after return.Rui Ueyama2014-04-071-4/+3
* [ELF] Unit tests for -o and --noinhibit-exec.Rui Ueyama2014-04-071-0/+16
* Update Phabricator server.Rui Ueyama2014-04-071-1/+1
* [ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>".Rui Ueyama2014-04-062-2/+9
* [ELF] Fix driver bug.Rui Ueyama2014-04-062-3/+40
* [ELF] Use typedefs to make class field declarations shorter.Simon Atanasyan2014-04-061-7/+4
* [ELF] Add a test for -rpath.Rui Ueyama2014-04-051-1/+11
* [ELF] Fix --soname option.Rui Ueyama2014-04-052-1/+23
* [ELF] Diagnose malformed --dynsym option.Rui Ueyama2014-04-042-1/+11
* [X86-64] Add missing relocation.Michael J. Spencer2014-04-041-1/+1
* This is yet another case clang-modernize failed to add "override".Rui Ueyama2014-04-041-6/+3
* Split a utility function not to use goto statement.Rui Ueyama2014-04-041-14/+17
* useNew is set to false in all branches, so set it to false outside the if-else.Rui Ueyama2014-04-041-21/+15
* Replace dyn_cast<T>s immediately followed by asserts with cast<T>s.Rui Ueyama2014-04-041-9/+4
* Fix indentation.Rui Ueyama2014-04-041-34/+28
* Revert "temporary commit."Rui Ueyama2014-04-041-28/+34
* temporary commit.Rui Ueyama2014-04-041-34/+28
* SymbolTable::size() returns an unsigned int.Rui Ueyama2014-04-041-1/+1
* Use range-based for loop. No functionality change.Rui Ueyama2014-04-041-16/+9
* Do not use temporary variables to pass them to forEachUndefines.Rui Ueyama2014-04-042-15/+14
* Return a vector rather than mutating a given one.Rui Ueyama2014-04-043-14/+15
* Rename getInputGraph() and getNextFile().Rui Ueyama2014-04-049-53/+53
OpenPOWER on IntegriCloud