1. c505e06 Remove \brief commands from doxygen comments. by Fangrui Song · 7 years ago
  2. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  3. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  4. c1edf56 Prevent at compile time converting from Error::success() to Expected<T> by Mehdi Amini · 9 years ago
  5. 0fa9fd0 Needed change to lld for the changes to libObject/Archive interfaces now returning Expected<> by Kevin Enderby · 9 years ago
  6. 01e41f1 Matching change needed to lld for llvm trunk change r277177. by Kevin Enderby · 9 years ago
  7. 622ef17 [lld] Update LLD for Archive::child_iterator change in LLVM r275361. by Lang Hames · 9 years ago
  8. b9e053c Matching change for lld for the llvm change of Archive::create() from ErrorOr<...> to Expected<...> in r274160. by Kevin Enderby · 9 years ago
  9. a7a55c4 Fix builds broken in r267008. by Eugene Zelenko · 9 years ago
  10. 1a299ea Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings. by Eugene Zelenko · 9 years ago
  11. 46a8e29 Remove dead flags. by Rui Ueyama · 9 years ago
  12. 2112b2c Add the needed lld change for r264187 in llvm. by Kevin Enderby · 10 years ago
  13. 8ad55fb Use owning pointers instead of raw pointers for Atom's to fix leaks. by Pete Cooper · 10 years ago
  14. 3e4d732 Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks." by Pete Cooper · 10 years ago
  15. 572a87e Use owning pointers instead of raw pointers for Atom's to fix leaks. by Pete Cooper · 10 years ago
  16. ca5e90f Remove dead code. by Rui Ueyama · 10 years ago
  17. 947648f Make a few utility functions file-scoped. by Rui Ueyama · 10 years ago
  18. 8cca07e Remove dead code for ELF. by Rui Ueyama · 10 years ago
  19. 701c325 Remove remaining code for COFF. by Rui Ueyama · 10 years ago
  20. 35dfc95 These are the matching changes needed to the lld project for the changes to llvm by Kevin Enderby · 10 years ago
  21. 1392d8b Fix memory leak in FileArchive::find(). by Rui Ueyama · 10 years ago
  22. 9170a17 Update for llvm api change. by Rafael Espindola · 10 years ago
  23. dbb40ab Update for upcoming llvm change. by Rafael Espindola · 10 years ago
  24. cd55286 Update for llvm changes. by Rafael Espindola · 10 years ago
  25. bb50727 Update for llvm changes. by Rafael Espindola · 10 years ago
  26. 6759319 Use MemoryBufferRef instead of MemoryBuffer&. NFC. by Rafael Espindola · 10 years ago
  27. 773a159 Simplify now that there is only one file. NFC. by Rafael Espindola · 10 years ago
  28. ab5696b Return ErrorOr<std::unique_ptr<File>>. NFC. by Rafael Espindola · 10 years ago
  29. dedab91 Return an ErrorOr<std::unique_ptr<File>>. NFC. by Rafael Espindola · 10 years ago
  30. c08ab8e Delete unnecessary generality in loadFile. by Rafael Espindola · 10 years ago
  31. de40bd4 Rename atom_collection -> AtomVector. by Rui Ueyama · 10 years ago
  32. 142877f Remove unused vectors from FileArchive. by Rui Ueyama · 10 years ago
  33. 55f5b2b Remove a parameter for file extension from canParse. by Rui Ueyama · 10 years ago
  34. 394d10e Make File non-const in the resolver. by Rui Ueyama · 11 years ago
  35. cf8b003 Revert "temporary" by Rui Ueyama · 11 years ago
  36. 5cc4102 Simplify FileArchive. NFC. by Rui Ueyama · 11 years ago
  37. f810b55 temporary by Rui Ueyama · 11 years ago
  38. 302119ef Make a private function private. by Rui Ueyama · 11 years ago
  39. 791db5f Implement our own future and use that for FileArchive::preload(). by Rui Ueyama · 11 years ago
  40. dbd7f27 Make ArchiveLibraryFile::~ArchiveLibraryFile virtual. by Rui Ueyama · 11 years ago
  41. f038a52 Add methods to get archive file name from member file. by Rui Ueyama · 11 years ago
  42. 3a8d7e2 [PATCH] Speculatively instantiate archive members by Rui Ueyama · 11 years ago
  43. df230b2 Re-commit r225674: Convert other drivers to use WrapperNode. by Rui Ueyama · 11 years ago
  44. cfb2534 Revert "Convert other drivers to use WrapperNode" and subsequent commits. by Rui Ueyama · 11 years ago
  45. e8ecb2b Convert other drivers to use WrapperNode. by Rui Ueyama · 11 years ago
  46. c1eeb31 Remove dead code. by Rui Ueyama · 11 years ago
  47. 0a2c2db Protect doParse() because that's not a public interface. by Rui Ueyama · 11 years ago
  48. 0b23c37 Clean up #include dependency. by Rui Ueyama · 11 years ago
  49. 961f43f Make File always take the ownership of a MemoryBuffer. by Rui Ueyama · 11 years ago
  50. 1d51042 Separate file parsing from File's constructors. by Rui Ueyama · 11 years ago
  51. 7bcfe28 Fix FileArchive member MemoryBuffer early destruction by Nick Kledzik · 11 years ago
  52. 69df16f Fix display of files processed by the linker. by Shankar Easwaran · 11 years ago
  53. 2b67fca Sort include files according to convention. by Shankar Easwaran · 11 years ago
  54. 5d8f698 Always check that instantiateMember returns only one file. by Rui Ueyama · 11 years ago
  55. 47a8a83 FileArchive cleanup by Rui Ueyama · 11 years ago
  56. 2ed1c57 Update for llvm api change. by Rafael Espindola · 11 years ago
  57. 091d371 Update for llvm api change. by Rafael Espindola · 11 years ago
  58. bce7feb Update for llvm api change. by Rafael Espindola · 11 years ago
  59. 96b676c Update for llvm api change. by Rafael Espindola · 11 years ago
  60. 19d0237 Update for llvm api change. by Rafael Espindola · 11 years ago
  61. b1a4d3a Don't import error_code into the lld namespace. by Rafael Espindola · 11 years ago
  62. 5fa471e Fix a wrong comment. by Rui Ueyama · 11 years ago
  63. e5d36a9 Add a comment, fix style. by Rui Ueyama · 11 years ago
  64. 63ed1a3 Use error_code() instead of error_code::succes() by Rafael Espindola · 11 years ago
  65. 551aacd Add observers to Input Graph by Rui Ueyama · 11 years ago
  66. c7c4768 Revert "temporary commit." by Rui Ueyama · 11 years ago
  67. 4e0b17d temporary commit. by Rui Ueyama · 11 years ago
  68. 3872d0a Remove "virtual" and add "override". by Rui Ueyama · 11 years ago
  69. db2fc6d Make the variable scope narrower. No functionality change. by Rui Ueyama · 11 years ago
  70. fb44f5e Fix comments. by Rui Ueyama · 11 years ago
  71. 13c70b6 Replace OwningPtr with std::unique_ptr. by Ahmed Charles · 12 years ago
  72. d6432c8 [Cleanup] Sort includes. by Ahmed Charles · 12 years ago
  73. 16e543b Add "override" and remove "virtual" where appropriate. by Rui Ueyama · 12 years ago
  74. d779459 [C++11] Add #include's for OwningPtr. by Ahmed Charles · 12 years ago
  75. 20d9367 Update for llvm api change. by Rafael Espindola · 12 years ago
  76. 8c13e51 Update for llvm api change. by Rafael Espindola · 12 years ago
  77. 8fe1f37 Update for llvm api change. by Rafael Espindola · 12 years ago
  78. 6ba68f1 Update for llvm api change. by Rafael Espindola · 12 years ago
  79. 79e2d93 Update for llvm api change. by Rafael Espindola · 12 years ago
  80. 170a1a8 Run clang-format on r197727. by Rui Ueyama · 12 years ago
  81. e555277 [lld] Introduce registry and Reference kind tuple by Nick Kledzik · 12 years ago
  82. 6031c37 Make error code variables to have narrower scope. by Rui Ueyama · 12 years ago
  83. 34efe77 Move definitions to cpp file. No functionality change. by Rui Ueyama · 12 years ago