summaryrefslogtreecommitdiff
path: root/lld/ELF/InputFiles.cpp
AgeCommit message (Expand)Author
2016-05-01Should fix all remaining MSVC problems.Peter Collingbourne
2016-05-01ELF: New symbol table design.Peter Collingbourne
2016-04-29Be sure to always increment the Versym pointer.Rafael Espindola
2016-04-29Fix producing undefined reference to __progname.Rafael Espindola
2016-04-29ELF: Add -O0 (produce output as fast as possible) mode.Rui Ueyama
2016-04-29[ELF][MIPS] Accept MIPS 64-bit binariesSimon Atanasyan
2016-04-28Use a single context for lto.Rafael Espindola
2016-04-28Remove Size from Undefined symbol.Rui Ueyama
2016-04-27ELF: Create .gnu.version and .gnu.version_r sections when linking against ver...Peter Collingbourne
2016-04-27ELF: Merge UndefinedBitcode and UndefinedElf. NFC.Peter Collingbourne
2016-04-22[LTO] Create Undefined Bitcode symbol when we drop a comdat member.Davide Italiano
2016-04-22This reverts commit r267154 and r267161.Rafael Espindola
2016-04-22Move getRelocTarget to ObjectFile.Rafael Espindola
2016-04-21Internalize linkonce_odr more often.Rafael Espindola
2016-04-11ELF: Implement basic support for module asm in bitcode files.Peter Collingbourne
2016-04-08Fix another crash bug in --start-lib.Rui Ueyama
2016-04-08Fix a crash bug in --start-lib.Rui Ueyama
2016-04-08Simplify createELFFile. NFC.Rui Ueyama
2016-04-08Define a helper function to simplify. NFC.Rui Ueyama
2016-04-07ELF: Add --strip-debug option.Rui Ueyama
2016-04-07ELF: Implement --start-lib and --end-libRui Ueyama
2016-04-06Change the type hierarchy for undefined symbols.Rafael Espindola
2016-04-06Do not allocate MipsReginfo using BumpPtrAllocator.Rui Ueyama
2016-04-06Fix a memory leak found by check-lld asan tests.Ivan Krasin
2016-04-05Fix formatting.Rui Ueyama
2016-04-05Update for llvm change.Rafael Espindola
2016-04-05Remove redundant argument. NFC.Rafael Espindola
2016-04-04Regenerate test file.Rafael Espindola
2016-04-04Don't store an Elf_Sym for most symbols.Rafael Espindola
2016-03-21Revert "[ELF] SHF_MERGE section with 0 entsize is not fatal"Rafael Espindola
2016-03-16[ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste
2016-03-16Revert r263660 as one of the tests is broken.Ed Maste
2016-03-16[ELF] SHF_MERGE section with 0 entsize is not fatalEd Maste
2016-03-14Use ELFT instead of ELFFile<ELFT>.Rui Ueyama
2016-03-14Error messages should start with lowercase letters.Rui Ueyama
2016-03-13Remove uint32_X type.Rui Ueyama
2016-03-13ELF: Split initializeSections and add comments.Rui Ueyama
2016-03-12Recommit of r263252, [ELF] - Change all messages to lowercase to be consistent.George Rimar
2016-03-11Revert r263252: "[ELF] - Change all messages to lowercase to be consistent."Rui Ueyama
2016-03-11[ELF] - Change all messages to lowercase to be consistent.George Rimar
2016-03-11Avoid calling getNamedValue.Rafael Espindola
2016-03-11This reverts the r263125George Rimar
2016-03-11Represent local symbols with DefinedRegular.Rafael Espindola
2016-03-11Remember the input section of locals.Rafael Espindola
2016-03-11Create a SymbolBody for locals.Rafael Espindola
2016-03-11Fix indentation.Sean Silva
2016-03-11[lto] The previous testcase was not useful enough.Sean Silva
2016-03-11[lto] Make sure that ctors are added to the combined module.Sean Silva
2016-03-10[ELF] - Consistent spelling for error/warning messagesGeorge Rimar
2016-03-09Fixed "not all control paths return a value" warning. NFC.George Rimar