1. b9f7f4b [Darwin] Use errorHandler from liblldCommon by Brian Gesiak · 7 years ago
  2. c505e06 Remove \brief commands from doxygen comments. by Fangrui Song · 7 years ago
  3. 3f85170 Move new lld's code to Common subdirectory. by Rui Ueyama · 8 years ago
  4. 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  5. a453c0a Merge DarwinLdDriver and Driver. by Rui Ueyama · 10 years ago
  6. 3b9388f Remove DriverTest.h. by Rui Ueyama · 10 years ago
  7. e7b3300 Move functionality of UniversalDriver to the entry point file. by Rui Ueyama · 10 years ago
  8. 3511645 Add support for export_dynamic cmdline option and behaviour. by Pete Cooper · 10 years ago
  9. 6e319c7 Fix DarwinLdDriverTest.cpp to pass real llvm options. by Pete Cooper · 10 years ago
  10. ea6c8e9 Unittest: Do s/_context/_ctx/g. by Rui Ueyama · 11 years ago
  11. 2b67fca Sort include files according to convention. by Shankar Easwaran · 11 years ago
  12. 635f9c7 [mach-o] Let darwin driver infer arch from .o files if -arch not used. by Nick Kledzik · 11 years ago
  13. 77afc71 [mach-o] Fix initial live atoms with -dead_strip by Nick Kledzik · 11 years ago
  14. d30a1f2 MachO: rename _outputFileType to avoid shadowing parent field. by Tim Northover · 11 years ago
  15. 9024c36 Make anonymous namespace as small as possible. by Rui Ueyama · 12 years ago
  16. 16e543b Add "override" and remove "virtual" where appropriate. by Rui Ueyama · 12 years ago
  17. 0932c00 [mach-o] Add support for -mllvm to darwin driver by Nick Kledzik · 12 years ago
  18. 473933b [mach-o] switch to use llvm::MachO:: constants by Nick Kledzik · 12 years ago
  19. 8db1edd Make Driver::link and LinkingContext::validate return true on success. by Rui Ueyama · 12 years ago
  20. e773e32 Support darwin linker options: by Nick Kledzik · 12 years ago
  21. bd25241 Drop the context forceLoadAllArchives() support. Rename the isForceLoad by Joerg Sonnenberger · 12 years ago
  22. e44104b add InputGraph functionality by Shankar Easwaran · 12 years ago
  23. 0ca149f Rename TargetInfo -> LinkingContext. by Rui Ueyama · 12 years ago
  24. a20a403 Check the return value from parse() by Nick Kledzik · 12 years ago
  25. a121053 Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to test all options parsed so far by Nick Kledzik · 12 years ago
  26. 2a709ea Fix Driver tests to check return value of parse(), simplify subclassing, and remove unneeded instance variables by Nick Kledzik · 12 years ago
  27. 9f56df8 [Darwin][Driver] Add unit tests. by Rui Ueyama · 12 years ago