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. 5c0ab47 Remove redundant includes from unittests. by Michael Zolotukhin · 8 years ago
  5. 9a67b07 Re-sort #include lines for unittests. This uses a slightly modified by Chandler Carruth · 8 years ago
  6. ffec81c Fix some Clang-tidy modernize warnings, other minor fixes. by Eugene Zelenko · 10 years ago
  7. 083ca9b Fix Clang-tidy modernize-use-nullptr warnings in source directories and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  8. 6f7012c [ExecutionEngine] Re-apply r241962 with fixes for ARM. by Lang Hames · 10 years ago
  9. 9d9be7d Revert "[ExecutionEngine] Use std::function rather than a function pointer for the LazyFunctionCreator." by Renato Golin · 10 years ago
  10. b7a1176 [ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a by Lang Hames · 10 years ago
  11. 78bd9e5 [ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for by Lang Hames · 10 years ago
  12. 11e086d [ExecutionEngine] Use std::function rather than a function pointer for the by Lang Hames · 10 years ago
  13. ff6409d Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only by David Blaikie · 10 years ago
  14. f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
  15. 33c9433 Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld". by Lang Hames · 11 years ago
  16. 88cc268 [ExecutionEngine] Add weak symbol support to RuntimeDyld by Keno Fischer · 11 years ago
  17. efe7e22 [MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe. by Lang Hames · 11 years ago
  18. 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
  19. 66f09ad [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  20. 96c9d95 [C++11] Replace OwningPtr::take() with OwningPtr::release(). by Ahmed Charles · 12 years ago
  21. 05c5a93 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
  22. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  23. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  24. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  25. 6bbb2c9 Tests for MCJIT multiple module support by Andrew Kaylor · 12 years ago
  26. 2e7efed Minor changes to the MCJITTest unittests to use the correct API for finalizing by David Tweed · 12 years ago
  27. 130cec2 Sort the #include lines for unittest/... by Chandler Carruth · 13 years ago
  28. 3e0f1fb Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp by Andrew Kaylor · 13 years ago
  29. 72b8629 MCJIT unit test: add calls to ensure that instruction caches are properly invalidated before code execution. by Amara Emerson · 13 years ago
  30. 5e7d792 Adding MCJIT and MemoryBuffer unit tests by Andrew Kaylor · 13 years ago