1. 14359ef [opaque pointer types] Pass value type to LoadInst creation. by James Y Knight · 7 years ago
  2. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  3. c004411 Remove TypeBuilder.h, and fix the few locations using it. by James Y Knight · 7 years ago
  4. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  5. ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  6. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  7. 73378eb [MCJIT] Add a FindGlobalVariableNamed utility by Keno Fischer · 10 years ago
  8. 5f92a08 [ExecutionEngine] FindFunctionNamed: Skip declarations by Keno Fischer · 11 years ago
  9. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  10. 56440fd Replace OwningPtr<T> with std::unique_ptr<T>. by Ahmed Charles · 12 years ago
  11. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  12. 05c5a93 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  13. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  14. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  15. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  16. 39ddb3f MCJIT: skip some more new multi-module tests on unsupported platforms. by Tim Northover · 12 years ago
  17. 6bbb2c9 Tests for MCJIT multiple module support by Andrew Kaylor · 12 years ago