1. c8925b1 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  2. 4fb46cb Linker: Move distinct MDNodes instead of cloning by Duncan P. N. Exon Smith · 10 years ago
  3. f1d570d [LinkerTest] Use LLVMDisposeMessage to free error string. by Benjamin Kramer · 10 years ago
  4. a4b87db [LinkerTest] Don't leak error string. by Benjamin Kramer · 10 years ago
  5. ff715e2 Fix returning error message in LLVMLinkModules by Eli Bendersky · 10 years ago
  6. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 11 years ago
  7. 156d46e Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 11 years ago
  8. d990388 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  9. 5cb9c82 Factor common code it Linker::init. by Rafael Espindola · 11 years ago
  10. 9f8eff3 Remove the PreserveSource linker mode. by Rafael Espindola · 11 years ago
  11. d12b4a3 Update the error handling of lib/Linker. by Rafael Espindola · 11 years ago
  12. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  13. 0f250ed LinkModulesTest.cpp: Reformat. by NAKAMURA Takumi · 12 years ago
  14. b49b99b LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The global context might not be free'd. [vg_leak] by NAKAMURA Takumi · 12 years ago
  15. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  16. 6cc07df [Layering] Sink Linker.h into a Linker subdirectory to make it by Chandler Carruth · 12 years ago
  17. 442f784 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 12 years ago
  18. 91686d6 Reapply r194218 with fix: by Bill Wendling · 12 years ago
  19. a473a2b Revert "Move copying of global initializers below the cloning of functions." by Adrian Prantl · 12 years ago
  20. c6e97f6 Revert "Run clang-format on file." by Adrian Prantl · 12 years ago
  21. b805c68 Run clang-format on file. by Bill Wendling · 12 years ago
  22. 8890460 Move copying of global initializers below the cloning of functions. by Bill Wendling · 12 years ago