aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2014-06-11Fix test build on windows.Rafael Espindola1-1/+1
2014-06-11Move Simple.h and Alias.h to include/Core.Rui Ueyama28-45/+46
2014-06-11Quick fix for the windows build.Rafael Espindola2-0/+2
2014-06-11group-cmd-search test is not supposed to pass on Windows.Rui Ueyama1-0/+8
2014-06-11Use std::error_code instead of llvm::error_code.Rafael Espindola13-32/+29
2014-06-11[Mips] Fix the bug -- symbol referred by the R_MIPS_TLS_GD relocationSimon Atanasyan2-1/+70
2014-06-11Missed these from the previous commit.Rafael Espindola1-2/+2
2014-06-11Inherit from error_category instead of _do_message.Rafael Espindola1-4/+4
2014-06-11[mach-o] fix use of resolver functions to not cause duplicate sections.Nick Kledzik2-15/+25
2014-06-11Fix pecoff/export.test on Windows.Rui Ueyama1-1/+1
2014-06-11[mach-o] add support for parsing resolver functionsNick Kledzik3-9/+48
2014-06-10Mark a few functions noexcept.Rafael Espindola1-11/+24
2014-06-10[ReaderWriter] Simplify initialization of class fields.Simon Atanasyan1-2/+2
2014-06-10[ELF] Fix typo in the type name of the range-based loop item.Simon Atanasyan1-1/+1
2014-06-10[ELF] Fix the bug -- LLD crashes if the --whole-archive optionSimon Atanasyan2-1/+64
2014-06-10[mach-o] refactor mach-o output section selection to be table driven.Nick Kledzik3-105/+164
2014-06-09[mach-o] parse multiple symbols on same address into aliasesNick Kledzik2-2/+101
2014-06-09[Mips] Make dt-textrel.test test case independent from external input files.Simon Atanasyan1-5/+32
2014-06-09Remove dead parameter.Rui Ueyama1-3/+3
2014-06-09Re-commit r210425.Rui Ueyama2-3/+78
2014-06-09Add missing dependency for check-lld.Rui Ueyama1-1/+1
2014-06-09Revert "[Mips] Make got16.test test case independent from external input files."Rui Ueyama2-78/+3
2014-06-08[Mips] Make got16.test test case independent from external input files.Simon Atanasyan2-3/+78
2014-06-07[Mips] Handle Mips TLS relocations R_MIPS_TLS_GOTTPREL / R_MIPS_TLS_GD / R_MI...Simon Atanasyan10-27/+540
2014-06-05[Mips] Make dynlib-dynsym.test self contained.Simon Atanasyan2-7/+76
2014-06-05Revert "[PECOFF] Support COMDAT associative sections."Rui Ueyama7-146/+11
2014-06-05Add SymbolTable::isCoalescedAwayRui Ueyama3-21/+11
2014-06-05Print error message in LinkOnce handler.Rui Ueyama2-15/+13
2014-06-05[PECOFF] Support COMDAT associative sections.Rui Ueyama7-11/+146
2014-06-04Initial set of MakefilesIain Sandoe26-0/+604
2014-06-04Fix a wrong comment.Rui Ueyama1-31/+28
2014-06-04Add a comment, fix style.Rui Ueyama1-7/+6
2014-06-04Fix format.Rui Ueyama2-14/+7
2014-06-04[mach-o] Make anonymous atom out of section content before any symbolNick Kledzik2-22/+35
2014-06-03[mach-o] Refactor sections -> atoms to be table driven.Nick Kledzik4-380/+319
2014-06-03Remove dead code.Rafael Espindola1-12/+0
2014-06-03[Mips] Make la25-stub.test self contained.Simon Atanasyan2-112/+130
2014-06-03Improve error message.Rui Ueyama1-3/+3
2014-06-03Rename FileToMutable -> SimpleFileWrapper.Rui Ueyama3-4/+4
2014-06-03Fix build breakage.Rui Ueyama1-1/+0
2014-06-03Inline short member function.Rui Ueyama2-24/+5
2014-06-03Use auto for obvious types.Rui Ueyama1-8/+6
2014-06-03No need to compute valBit until mask bit is 1.Rui Ueyama1-6/+6
2014-06-03Use range-based for loop.Rui Ueyama1-5/+6
2014-06-03Remove unusual use of using.Rui Ueyama1-3/+1
2014-06-03Reference::target() doesn't and shouldn't return a nullptr.Rui Ueyama2-5/+6
2014-06-03This lambda returns a boolean, update the return statements.Rafael Espindola1-7/+7
2014-06-03Remove group-parent references.Rui Ueyama14-351/+23
2014-06-03Make dead-striping to handle reverse edges.Rui Ueyama4-5/+54
2014-06-02Run clang-format.Rui Ueyama1-62/+61