aboutsummaryrefslogtreecommitdiff
path: root/lld
AgeCommit message (Expand)AuthorFilesLines
2015-01-14[cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth6-6/+2
2015-01-14Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama45-407/+951
2015-01-13Remove InputGraph::getNextFile().Rui Ueyama6-158/+31
2015-01-13Use init list and move operator instead of swap().Rui Ueyama2-9/+9
2015-01-13Simplify.Rui Ueyama2-31/+10
2015-01-13Replace vector<unique_ptr<File> with unique_ptr<File>.Rui Ueyama4-20/+16
2015-01-13Remove dead code.Rui Ueyama4-53/+1
2015-01-13Remove InputGraph::registerObserver.Rui Ueyama7-81/+62
2015-01-13Remove InputGraph::dump().Rui Ueyama3-13/+0
2015-01-13Convert other drivers to use WrapperNode.Rui Ueyama36-602/+294
2015-01-13Remove fragile regex from testGreg Fitzgerald2-5/+5
2015-01-12Remove CMake standalone build configurationGreg Fitzgerald2-119/+17
2015-01-12Update comment.Rui Ueyama1-2/+2
2015-01-10Don't fail if parent directory name contains a '+' characterGreg Fitzgerald2-5/+5
2015-01-08PE/COFF: add support to import functions in ARM NTSaleem Abdulrasool5-7/+117
2015-01-07PE/COFF: teach ARMNT backend about ADDR32NB for exportsSaleem Abdulrasool6-0/+84
2015-01-07[ELF] Remove {ELF,}GNULinkerScript.Rui Ueyama3-109/+57
2015-01-06Convert CoreInputGraph.Rui Ueyama9-76/+122
2015-01-04PECOFF: adjust the entry point on ARM NTSaleem Abdulrasool4-3/+61
2015-01-03test: correct PE/COFF tests to build under MSVC modeSaleem Abdulrasool3-13/+9
2015-01-03ReaderWriter: adjust ARM target addresses for execSaleem Abdulrasool7-1/+186
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_BRANCH24TSaleem Abdulrasool4-1/+91
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_BLX23TSaleem Abdulrasool4-0/+119
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32TSaleem Abdulrasool4-0/+112
2015-01-01test: fix tests/buildbotsSaleem Abdulrasool2-4/+4
2015-01-01ReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32Saleem Abdulrasool4-4/+93
2014-12-31ReaderWriter: teach PE/COFF backend about ARM NTSaleem Abdulrasool5-0/+53
2014-12-29[py3] Make this test compatible with Python 3 where bytes andChandler Carruth1-8/+8
2014-12-29[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth2-4/+4
2014-12-25[Mips] Replace stderr output by the `llvm_unreachable` callSimon Atanasyan2-52/+4
2014-12-25[Mips] Make the test more tolerant to the linker output orderSimon Atanasyan1-7/+7
2014-12-24[Mips] Support linking of microMIPS 32-bit codeSimon Atanasyan41-84/+4516
2014-12-24[Mips] Join two if statementsSimon Atanasyan1-3/+1
2014-12-24[Mips] Make the comment more descriptiveSimon Atanasyan1-1/+1
2014-12-24[Mips] Factor out the code checks a symbol's bindingSimon Atanasyan1-5/+6
2014-12-24[Mips] Rename the function s/readAddend/getAddend/Simon Atanasyan1-4/+4
2014-12-24[Mips] Use OR operation to set the microMIPS bitSimon Atanasyan2-2/+2
2014-12-23Tweak lld's checkout instructions.Nico Weber1-1/+3
2014-12-20[macho] Minor install_name fixesJean-Daniel Dupas3-14/+29
2014-12-18[macho] -rpath supportJean-Daniel Dupas8-0/+104
2014-12-17lld self-hosts on FreeBSD tooEd Maste1-1/+1
2014-12-15Replace ReaderError with DynamicError.Rui Ueyama3-42/+1
2014-12-15Remove dead code.Rui Ueyama1-4/+0
2014-12-15Protect doParse() because that's not a public interface.Rui Ueyama6-17/+21
2014-12-14Clean up #include dependency.Rui Ueyama4-3/+5
2014-12-14Remove PECOFFLibraryNode.Rui Ueyama2-9/+2
2014-12-14More WinLinkInputGraph cleanup.Rui Ueyama3-12/+10
2014-12-14[PECOFF] Resolve file name in the driver, not in InputElement.Rui Ueyama3-21/+24
2014-12-14Simplify InputGraph API.Rui Ueyama7-87/+37
2014-12-14Remove dead code.Rui Ueyama3-35/+2