aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-14Creating release_36 branch off revision 225991release_36Hans Wennborg
2015-01-14[cleanup] Re-sort #include lines using llvm/utils/sort_includes.pyChandler Carruth
2015-01-14Revert "Convert other drivers to use WrapperNode" and subsequent commits.Rui Ueyama
2015-01-13Remove InputGraph::getNextFile().Rui Ueyama
2015-01-13Use init list and move operator instead of swap().Rui Ueyama
2015-01-13Simplify.Rui Ueyama
2015-01-13Replace vector<unique_ptr<File> with unique_ptr<File>.Rui Ueyama
2015-01-13Remove dead code.Rui Ueyama
2015-01-13Remove InputGraph::registerObserver.Rui Ueyama
2015-01-13Remove InputGraph::dump().Rui Ueyama
2015-01-13Convert other drivers to use WrapperNode.Rui Ueyama
2015-01-13Remove fragile regex from testGreg Fitzgerald
2015-01-12Remove CMake standalone build configurationGreg Fitzgerald
2015-01-12Update comment.Rui Ueyama
2015-01-10Don't fail if parent directory name contains a '+' characterGreg Fitzgerald
2015-01-08PE/COFF: add support to import functions in ARM NTSaleem Abdulrasool
2015-01-07PE/COFF: teach ARMNT backend about ADDR32NB for exportsSaleem Abdulrasool
2015-01-07[ELF] Remove {ELF,}GNULinkerScript.Rui Ueyama
2015-01-06Convert CoreInputGraph.Rui Ueyama
2015-01-04PECOFF: adjust the entry point on ARM NTSaleem Abdulrasool
2015-01-03test: correct PE/COFF tests to build under MSVC modeSaleem Abdulrasool
2015-01-03ReaderWriter: adjust ARM target addresses for execSaleem Abdulrasool
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_BRANCH24TSaleem Abdulrasool
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_BLX23TSaleem Abdulrasool
2015-01-02ReaderWriter: teach the writer about IMAGE_REL_ARM_MOV32TSaleem Abdulrasool
2015-01-01test: fix tests/buildbotsSaleem Abdulrasool
2015-01-01ReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32Saleem Abdulrasool
2014-12-31ReaderWriter: teach PE/COFF backend about ARM NTSaleem Abdulrasool
2014-12-29[py3] Make this test compatible with Python 3 where bytes andChandler Carruth
2014-12-29[multilib] Teach LLD's CMake build to use LLVM_LIBDIR_SUFFIX whichChandler Carruth
2014-12-25[Mips] Replace stderr output by the `llvm_unreachable` callSimon Atanasyan
2014-12-25[Mips] Make the test more tolerant to the linker output orderSimon Atanasyan
2014-12-24[Mips] Support linking of microMIPS 32-bit codeSimon Atanasyan
2014-12-24[Mips] Join two if statementsSimon Atanasyan
2014-12-24[Mips] Make the comment more descriptiveSimon Atanasyan
2014-12-24[Mips] Factor out the code checks a symbol's bindingSimon Atanasyan
2014-12-24[Mips] Rename the function s/readAddend/getAddend/Simon Atanasyan
2014-12-24[Mips] Use OR operation to set the microMIPS bitSimon Atanasyan
2014-12-23Tweak lld's checkout instructions.Nico Weber
2014-12-20[macho] Minor install_name fixesJean-Daniel Dupas
2014-12-18[macho] -rpath supportJean-Daniel Dupas
2014-12-17lld self-hosts on FreeBSD tooEd Maste
2014-12-15Replace ReaderError with DynamicError.Rui Ueyama
2014-12-15Remove dead code.Rui Ueyama
2014-12-15Protect doParse() because that's not a public interface.Rui Ueyama
2014-12-14Clean up #include dependency.Rui Ueyama
2014-12-14Remove PECOFFLibraryNode.Rui Ueyama
2014-12-14More WinLinkInputGraph cleanup.Rui Ueyama
2014-12-14[PECOFF] Resolve file name in the driver, not in InputElement.Rui Ueyama
2014-12-14Simplify InputGraph API.Rui Ueyama