1. 7a64822 [CMake][gn] lldMachO=>lldMachOOld, lldMachO2=>lldMachO by Fangrui Song · 3 years, 10 months ago
  2. adcd026 Make llvm::StringRef to std::string conversions explicit. by Benjamin Kramer · 5 years ago
  3. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  4. b9f7f4b [Darwin] Use errorHandler from liblldCommon by Brian Gesiak · 7 years ago
  5. c505e06 Remove \brief commands from doxygen comments. by Fangrui Song · 7 years ago
  6. d806af3 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 8 years ago
  7. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  8. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  9. a453c0a5 Merge DarwinLdDriver and Driver. by Rui Ueyama · 9 years ago
  10. 3006daa Fix BUILD_SHARED_LIBS build. by Rafael Espindola · 9 years ago
  11. 7a963bf Tidy up CMakefiles. by Rui Ueyama · 9 years ago
  12. 3b9388f Remove DriverTest.h. by Rui Ueyama · 9 years ago
  13. e7b3300 Move functionality of UniversalDriver to the entry point file. by Rui Ueyama · 9 years ago
  14. 3a4d0a7 Remove the old ELF linker. by Rafael Espindola · 9 years ago
  15. 3511645 Add support for export_dynamic cmdline option and behaviour. by Pete Cooper · 9 years ago
  16. 6e319c7 Fix DarwinLdDriverTest.cpp to pass real llvm options. by Pete Cooper · 9 years ago
  17. 7477e99 Make ELF2 the default. by Rafael Espindola · 10 years ago
  18. 97a8695a Rename gnu2 to gnu. by Rafael Espindola · 10 years ago
  19. 9638d7d [Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32ltsmipn32 by Simon Atanasyan · 10 years ago
  20. f12120c [Mips] Make "emulation" option less dependent on the "-target" option. by Simon Atanasyan · 10 years ago
  21. 251b0e2 COFF: Remove the old COFF linker and make link an alias to link2. by Rui Ueyama · 10 years ago
  22. 8abca7e Fix -Wextra-semi. by Rui Ueyama · 10 years ago
  23. bae540e Revert ELF port. Posting to mailing list. by Michael J. Spencer · 10 years ago
  24. 8a41454 Initial ELF port. by Michael J. Spencer · 10 years ago
  25. b2b1c7c ArrayRef-ify Driver::parse and related functions. by David Blaikie · 10 years ago
  26. 411c6360 COFF: Add a new PE/COFF port. by Rui Ueyama · 10 years ago
  27. ebcc0dc Remove redundant std::move on functions that return a unique_ptr. by Benjamin Kramer · 10 years ago
  28. d9a21bf Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects." by Nico Weber · 10 years ago
  29. 4d572472 PECOFF: Use C++11 braced init list to make Version objects. by Rui Ueyama · 10 years ago
  30. 24f2d2a9 Remove Makefiles. by Rui Ueyama · 10 years ago
  31. 9a7e211 [LinkerScript] Implement semantics for simple sections mappings by Rafael Auler · 10 years ago
  32. 832472a Fix configure & make build by adding support for the ExampleSubTarget. by Iain Sandoe · 10 years ago
  33. ad11d4c [LinkerScript] Implement linker script expression evaluation by Rafael Auler · 10 years ago
  34. 53a93c6 PECOFF: allow more than one /alternatename for the same symbol. by Rui Ueyama · 10 years ago
  35. 2c64aef Remove YAML/Native round-trip passes. by Rui Ueyama · 10 years ago
  36. ea6c8e9 Unittest: Do s/_context/_ctx/g. by Rui Ueyama · 10 years ago
  37. 2050b61 GNU: Add --no-export-dynamic command line option. by Rui Ueyama · 10 years ago
  38. 4c30cb3 Use override rather than virtual. by Rui Ueyama · 10 years ago
  39. 375c5e2 GNU: Use StringRef::empty instead of a boolean flag. by Rui Ueyama · 10 years ago
  40. 2ba4f5d [Cleanup] Remove member functions added to support nostdlib by Shankar Easwaran · 10 years ago
  41. e315edd [ELF] Fix -nostdlib option. by Shankar Easwaran · 10 years ago
  42. 8e4f68b The PPC lld backend has been removed, don't require it here. by Eric Christopher · 10 years ago
  43. 2a96704 ELF: Support INPUT linker script directive by Rui Ueyama · 10 years ago
  44. a6d38a3 ELF: Improve linker script unit tests. by Rui Ueyama · 10 years ago
  45. 104949d [ELF] Implement action for OUTPUT linker script command by Davide Italiano · 10 years ago
  46. 1ecdf4a [ELF] Implement semantic action for ENTRY linker script command. by Davide Italiano · 10 years ago
  47. 8251d74 Implement semantic action for SEARCH_DIR linker script command by Rafael Auler · 10 years ago
  48. 48eec8a ELF: add a unit test for --as-needed. by Rui Ueyama · 10 years ago
  49. 0b55151 Add a unit test for LinkerScript. by Rui Ueyama · 10 years ago
  50. 0dc8672 Fix shared library build by Greg Fitzgerald · 10 years ago
  51. 77337ef Add ARM backend to the autotools build by Greg Fitzgerald · 10 years ago
  52. cf14b63 [ELF] Do not error on non-existent file in the driver. by Rui Ueyama · 10 years ago
  53. 883afba Remove InputGraph and use std::vector<Node> instead. by Rui Ueyama · 10 years ago
  54. 6163544 Rename InputElement Node. by Rui Ueyama · 10 years ago
  55. 7c4ba12 Remove FileNode::getPath(). by Rui Ueyama · 10 years ago
  56. cdb1071 Remove InputGraph::size(). by Rui Ueyama · 10 years ago
  57. 5a831ee [PECOFF] Remove an InputElement placeholder for the entry name. by Rui Ueyama · 10 years ago
  58. 80c0443 Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832. by Rui Ueyama · 10 years ago
  59. df230b2 Re-commit r225674: Convert other drivers to use WrapperNode. by Rui Ueyama · 10 years ago
  60. cfb2534 Revert "Convert other drivers to use WrapperNode" and subsequent commits. by Rui Ueyama · 10 years ago
  61. b348384 Remove InputGraph::getNextFile(). by Rui Ueyama · 10 years ago
  62. d5bb5c2 Remove dead code. by Rui Ueyama · 10 years ago
  63. 64e3ded Remove InputGraph::registerObserver. by Rui Ueyama · 10 years ago
  64. e8ecb2b Convert other drivers to use WrapperNode. by Rui Ueyama · 10 years ago
  65. e9b4551 Simplify InputGraph API. by Rui Ueyama · 10 years ago
  66. 83220a0 Remove dead code. by Rui Ueyama · 10 years ago
  67. 04da06c [ELF] Make -init/-fini options compatible with the gnu linker by Simon Atanasyan · 10 years ago
  68. 00eb257 Re-commit r223330: Rewrite InputGraph's Group by Rui Ueyama · 10 years ago
  69. 5ae2050 Revert "Rewrite InputGraph's Group" by Rui Ueyama · 11 years ago
  70. 60df72f Rewrite InputGraph's Group by Rui Ueyama · 11 years ago
  71. 24a7f7e [PECOFF] Ignore /maxilkfile option. by Rui Ueyama · 11 years ago
  72. 0d9a181 [PECOFF] Create an empty PDB file if debug option is enabled. by Rui Ueyama · 11 years ago
  73. 4a259cf [PECOFF] Enable dead-stripping even if /debug option is given. by Rui Ueyama · 11 years ago
  74. 48b9fc7 Revert "Add support library." by Shankar Easwaran · 11 years ago
  75. c937b49 Add support library. by Shankar Easwaran · 11 years ago
  76. 2f28686 [PECOFF] Fix /nodefaultlib option. by Rui Ueyama · 11 years ago
  77. 2b67fca Sort include files according to convention. by Shankar Easwaran · 11 years ago
  78. ecbb309 [PECOFF] Remember DLL names given with /delayload option. by Rui Ueyama · 11 years ago
  79. c3550f9 Add support to print version. by Shankar Easwaran · 11 years ago
  80. 251d9a3 [PECOFF] Simplify /machine option handling by Rui Ueyama · 11 years ago
  81. 75c0127 [PECOFF] Change export table type. by Rui Ueyama · 11 years ago
  82. 7ea46ba [PECOFF] Fix duplicate /export options by Rui Ueyama · 11 years ago
  83. c2c2937 Driver: accept /machine:arm for Windows linker by Saleem Abdulrasool · 11 years ago
  84. 635f9c7 [mach-o] Let darwin driver infer arch from .o files if -arch not used. by Nick Kledzik · 11 years ago
  85. 54e0614 Fix unit test now that 'ld' is host specific by Nick Kledzik · 11 years ago
  86. 77afc71 [mach-o] Fix initial live atoms with -dead_strip by Nick Kledzik · 11 years ago
  87. 69e2881 [AArch64] Initial ELF/AArch64 Support by Chad Rosier · 11 years ago
  88. bff29b7 [PECOFF] Fix /profile option. by Rui Ueyama · 11 years ago
  89. 55a6e76 [PECOFF] Add /profile command line option. by Rui Ueyama · 11 years ago
  90. 7c60a98 [PECOFF] Add the entry point file at the right place. by Rui Ueyama · 11 years ago
  91. a27bb08 [PECOFF] Fix entry point functions selection by Rui Ueyama · 11 years ago
  92. 31fd9d0 [PECOFF] Invoke cvtres.exe in the driver. by Rui Ueyama · 11 years ago
  93. 9734a53 Fix build of DriverTests for config & make. by Iain Sandoe · 11 years ago
  94. d30a1f2 MachO: rename _outputFileType to avoid shadowing parent field. by Tim Northover · 11 years ago
  95. 28db74b Fix test build on windows. by Rafael Espindola · 11 years ago
  96. e05d380 Move Simple.h and Alias.h to include/Core. by Rui Ueyama · 11 years ago
  97. c4d9bed Initial set of Makefiles by Iain Sandoe · 11 years ago
  98. 551aacd Add observers to Input Graph by Rui Ueyama · 11 years ago
  99. 1127fe4 [PECOFF] DLL extension can be omitted in .def file. by Rui Ueyama · 11 years ago
  100. 3608609 Expand nested input elements. by Rui Ueyama · 11 years ago