1. 574c3a1 Fix build for LLVM unittests by Reid Kleckner · 8 years ago
  2. 3c0d607 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  3. d17bca9 Implement intrinsic mangling for literal struct types. Fixes PR 31921 by Daniel Berlin · 9 years ago
  4. 140d9e6 Remangle intrinsics names when types are renamed by Artur Pilipenko · 9 years ago
  5. 99faa52 Revert r273568 "Remangle intrinsics names when types are renamed" by Hans Wennborg · 9 years ago
  6. 8f92645 Remangle intrinsics names when types are renamed by Artur Pilipenko · 9 years ago
  7. 9234391 Delete the deprecated LLVMLinkModules. by Rafael Espindola · 10 years ago
  8. cca8dbe Reorganize the C API headers to improve build times. by Eric Christopher · 10 years ago
  9. d912be9 Change linkInModule to take a std::unique_ptr. by Rafael Espindola · 10 years ago
  10. 7a1fc2d Use diagnostic handler in the LLVMContext by Rafael Espindola · 10 years ago
  11. c55f4fb Always pass a diagnostic handler to the linker. by Rafael Espindola · 10 years ago
  12. 76c60c3 Use references now that it is natural to do so. by Rafael Espindola · 10 years ago
  13. 70f8c20 unittests: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  14. 268a755 Linker: Move distinct MDNodes instead of cloning by Duncan P. N. Exon Smith · 10 years ago
  15. 4f9d346 [LinkerTest] Use LLVMDisposeMessage to free error string. by Benjamin Kramer · 10 years ago
  16. dd183f1 [LinkerTest] Don't leak error string. by Benjamin Kramer · 10 years ago
  17. 21a987d Fix returning error message in LLVMLinkModules by Eli Bendersky · 10 years ago
  18. c16fc54 Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  19. 4e933df Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 10 years ago
  20. 1b27914 [cleanup] Re-sort all the #include lines in LLVM using utils/sort_includes.py. by Chandler Carruth · 11 years ago
  21. c4fe4e9 Factor common code it Linker::init. by Rafael Espindola · 11 years ago
  22. c35c39b Remove the PreserveSource linker mode. by Rafael Espindola · 11 years ago
  23. 72478e5 Update the error handling of lib/Linker. by Rafael Espindola · 11 years ago
  24. b177041 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  25. ec96ef30 LinkModulesTest.cpp: Reformat. by NAKAMURA Takumi · 11 years ago
  26. 13085ed LinkModulesTest.cpp: Use test-specific Ctx instead of getGlobalContext(). The global context might not be free'd. [vg_leak] by NAKAMURA Takumi · 11 years ago
  27. f4ccd11 Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 11 years ago
  28. 8a67f12 [Layering] Sink Linker.h into a Linker subdirectory to make it by Chandler Carruth · 11 years ago
  29. 1decd56 [cleanup] Re-sort all the includes with utils/sort_includes.py. by Chandler Carruth · 11 years ago
  30. a950ad4 Reapply r194218 with fix: by Bill Wendling · 12 years ago
  31. 999ffb6 Revert "Move copying of global initializers below the cloning of functions." by Adrian Prantl · 12 years ago
  32. ab6f27c Revert "Run clang-format on file." by Adrian Prantl · 12 years ago
  33. 5ebdcd2 Run clang-format on file. by Bill Wendling · 12 years ago
  34. 5d5f2c3 Move copying of global initializers below the cloning of functions. by Bill Wendling · 12 years ago