1. ede8818 [Kaleidoscope] Fix symbol resolver to search in reverse order. by Lang Hames · 6 years ago
  2. ff5877f Fix compilation of examples after 13680223b9d8 / r352827 by James Y Knight · 6 years ago
  3. 9ec60d7 [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 6 years ago
  4. 5be828a Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." by James Y Knight · 6 years ago
  5. 8e4d96d [opaque pointer types] Add a FunctionCallee wrapper type, and use it. by James Y Knight · 6 years ago
  6. 74d260d Fix some warnings on MSVC by Alexandre Ganea · 6 years ago
  7. 6b54768 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
  8. 60ccceb Python compat - print statement by Serge Guelton · 6 years ago
  9. 44410ed Fix build break from r347239 by Paul Robinson · 7 years ago
  10. 1ee147e Add bracket that was lost in rL346727 and has been causing buildbot failures for some time. by Simon Pilgrim · 7 years ago
  11. f2e7b94 [BuildingAJIT] Fixing the build by inserting a forgotten paren. by George Karpenkov · 7 years ago
  12. 30b44ff [BuildingAJIT] Clang-format chapters 1 and 2. by Lang Hames · 7 years ago
  13. 94419b4 [BuildingAJIT] Update chapter 2 to use the ORCv2 APIs. by Lang Hames · 7 years ago
  14. 009a762 [BuildingAJIT] Update the Ch1 KaleidoscopeJIT class to expose errors to clients. by Lang Hames · 7 years ago
  15. 73405ef [BuildingAJIT] Update chapter 1 to use the ORCv2 APIs. by Lang Hames · 7 years ago
  16. 582b119 [ORC] Rename ORC layers to make the "new" ORC layers the default. by Lang Hames · 7 years ago
  17. cd626d1 [ORC] Fix BuildingAJIT tutorial examples that were broken by r343059. by Lang Hames · 7 years ago
  18. 543cda4 [ORC] Update JITCompileCallbackManager to support multi-threaded code. by Lang Hames · 7 years ago
  19. 6b4e03b Test Commit Access - Removed Whitespace by Luke Geeson · 7 years ago
  20. 8cc89d0 Unbreak kaleidoscope example. by Peter Collingbourne · 7 years ago
  21. bb60b65 [ORC] Rewrite the VSO symbol table yet again. Update related utilities. by Lang Hames · 7 years ago
  22. 63033d3 s/LLVM_ON_WIN32/_WIN32/, llvm by Nico Weber · 7 years ago
  23. 1f03921 Fix build breaks in examples due to moving stuff from Scalar.h to InstCombine.h by David Blaikie · 7 years ago
  24. b5b7fce InstCombine: Fix layering by not including Scalar.h in InstCombine by David Blaikie · 7 years ago
  25. 73bcd8b [ORC] Create a new SymbolStringPool by default in ExecutionSession constructor. by Lang Hames · 7 years ago
  26. 49ca55e Transforms: Introduce Transforms/Utils.h rather than spreading the declarations amongst Scalar.h and IPO.h by David Blaikie · 7 years ago
  27. 6531c31 [ORC] Re-apply r327566 with a fix for test-global-ctors.ll. by Lang Hames · 7 years ago
  28. d1e7e3c Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods." by Reid Kleckner · 7 years ago
  29. 96ae7f8 [ORC] Switch from shared_ptr to unique_ptr for addModule methods. by Lang Hames · 7 years ago
  30. 8115e01 [ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a by Lang Hames · 7 years ago
  31. 4fe1287 Update examples for API change. NFC. by Rafael Espindola · 7 years ago
  32. 8c824db [ORC] Remove Layer handles from the layer concept. by Lang Hames · 7 years ago
  33. 9319f6d Add OrcJIT dependency for Kaleidoscope Chapter 9. by Lang Hames · 7 years ago
  34. 35ca32d [ORC] Start migrating ORC layers to use the new ORC Core.h APIs. by Lang Hames · 7 years ago
  35. 86e7a05 PR35705: Fix Chapter 9 example code for API changes to DIBuilder by David Blaikie · 7 years ago
  36. 4a6bb53 [CMake] Use PRIVATE in target_link_libraries for executables by Shoaib Meenai · 8 years ago
  37. 30b4738 Fix broken links to the Itanium CXX ABI by Vlad Tsyrklevich · 8 years ago
  38. 30e9aa6 [ORC] Refactor OrcRemoteTarget code to expose its RPC API, reduce by Lang Hames · 8 years ago
  39. a794030 [ORC] Add an Error return to the JITCompileCallbackManager::grow method. by Lang Hames · 8 years ago
  40. a7007af [ORC][Kaleidoscope] Update Chapter 1 of BuildingAJIT to incorporate recent ORC by Lang Hames · 8 years ago
  41. 56819a8 Defeat another -Wunused-but-set-variable warning by Hans Wennborg · 8 years ago
  42. ff281e5 fix typos in comments and error messges; NFC by Hiroshi Inoue · 8 years ago
  43. a817935 [ORC] Errorize the ORC APIs. by Lang Hames · 8 years ago
  44. 966d9eb [Orc] Remove the memory manager argument to addModule, and de-templatize the by Lang Hames · 8 years ago
  45. 72786af [ORC] Re-apply r306166 and r306168 with fix for regression test. by Lang Hames · 8 years ago
  46. 51e4b46 This reverts commit r306166 and r306168. by Rafael Espindola · 8 years ago
  47. a5b1998 [ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the by Lang Hames · 8 years ago
  48. 08ef6db [ORC] Switch the object layer API from addObjectSet to addObject (singular), and by Lang Hames · 8 years ago
  49. 19ca2b0 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
  50. f9ebd61 [Examples] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  51. 2c224bc [Kaleidoscope] toy.cpp use after move fix by Peter Szecsi · 8 years ago
  52. 9d54400 Module::getOrInsertFunction is using C-style vararg instead of variadic templates. by Serge Guelton · 8 years ago
  53. 674da3c llvm/examples/Kaleidoscope/BuildingAJIT: More fixup corresponding to r295636. by NAKAMURA Takumi · 8 years ago
  54. 19dff40 llvm/examples/Kaleidoscope/include/KaleidoscopeJIT.h: Fixup corresponding to r295636. by NAKAMURA Takumi · 8 years ago
  55. f92e231 Kaleidoscope-Ch7: Add TranformUtils for llvm::createPromoteMemoryToRegisterPass() added in r294870. by NAKAMURA Takumi · 8 years ago
  56. e0ae1ed Update Kaleidoscope tutorial and improve Windows support by Mehdi Amini · 8 years ago
  57. a61fc42 [CMake] Fix pthread handling for out-of-tree builds by Eric Fiselier · 8 years ago
  58. d6da5db Use print() instead of dump() in code by Matthias Braun · 8 years ago
  59. 82579da Chapter3/KaleidoscopeJIT.h: Fix a warning. [-Wunused-lambda-capture] by NAKAMURA Takumi · 8 years ago
  60. d81b538 BrainF example: fixing output buffering issue by Boris Ulasevich · 8 years ago
  61. 0eeb59d BrainF example: fixing segfault caused by outdated code with missing MCJIT dependency by Boris Ulasevich · 8 years ago
  62. c3e85bf Prune unused libdeps. by NAKAMURA Takumi · 8 years ago
  63. 802a1be ExceptionDemo: remove some undefined behaviour by Saleem Abdulrasool · 9 years ago
  64. 308b046 ExceptionDemo: prefer headers over redeclarations by Saleem Abdulrasool · 9 years ago
  65. 38ccacb [Examples] Fix some Clang-tidy modernize-use-default and Include What You Use warnings; other minor fixes. by Eugene Zelenko · 9 years ago
  66. 2322de6 [Orc] Update the BuildingAJIT Chapter 5 server class for the recent RPC changes. by Lang Hames · 9 years ago
  67. 085827f [ORC] Re-apply 286620 with fixes for the ErrorSuccess class. by Lang Hames · 9 years ago
  68. b35b701 [ORC] Revert r286620 while I investigate a bot failure. by Lang Hames · 9 years ago
  69. d8314f0 [ORC] Refactor the ORC RPC utilities to add some new features. by Lang Hames · 9 years ago
  70. 895b529 Fix examples files to reflect header split in r286566. by Teresa Johnson · 9 years ago
  71. 4c12732 Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  72. 207b6ab [BuildingAJIT] Use the remote target triple to construct the TargetMachine in by Lang Hames · 9 years ago
  73. b5046ba [BuildingAJIT] Make the chapter 5 server export symbols. by Lang Hames · 9 years ago
  74. 4cd6605 [Kaleidoscope] Make Chapter 2 use llvm::make_unique, rather than a helper. by Lang Hames · 9 years ago
  75. dd7c4ea [ORC] Update examples for header changes in r281171. by Lang Hames · 9 years ago
  76. 7092439 Fix singlton -> singleton typo. by Eric Christopher · 9 years ago
  77. 7d7a23e Replace a few more "fall through" comments with LLVM_FALLTHROUGH by Justin Bogner · 9 years ago
  78. 975248e Use the range variant of find instead of unpacking begin/end by David Majnemer · 9 years ago
  79. 075c1e2 [ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol. by Lang Hames · 9 years ago
  80. 8e1c20f [Kaleidoscope][BuildingAJIT] Start filling in text for chapter 3. by Lang Hames · 9 years ago
  81. f9c643b New Kaleidoscope chapter: Creating object files by Wilfred Hughes · 9 years ago
  82. df424f7 [MCJIT] Update MCJIT and get the fibonacci example working again. by Lang Hames · 9 years ago
  83. 1fa1983 [Orc] Add conversion to/from RuntimeDyld::SymbolInfo for JITSymbol. by Lang Hames · 9 years ago
  84. 9aaeb83 [Kaleidoscope][BuildingAJIT] Don't build Chapter 5 on Windows for now. by Lang Hames · 9 years ago
  85. 203f697 [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing. by Lang Hames · 9 years ago
  86. fe7405c [Kaleidoscope][Orc] Remove the reference to the Orc directory that was removed by Lang Hames · 9 years ago
  87. 7a21775 [Kaleidoscope] Remove the old Kaleidoscope/ORC tutorial series. by Lang Hames · 9 years ago
  88. b0acadc [Kaleidoscope][BuildingAJIT] Add code for chapter 4. by Lang Hames · 9 years ago
  89. dfc9470 [Kaleidoscope][BuildingAJIT] Remove leftover debugging output statements. by Lang Hames · 9 years ago
  90. ffdfc78 [Kaleidoscope][BuildingAJIT] Add explicit dependence on TransformUtils to Chapter3. by Lang Hames · 9 years ago
  91. e0c3007 [Kaleidoscope][BuildingAJIT] Add code for Chapter 3. by Lang Hames · 9 years ago
  92. 67faeed [Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver in Chapter2. by Lang Hames · 9 years ago
  93. fd4178f [Kaleidoscope][BuildingAJIT] Make the optimizeModule method for Chapter2 by Lang Hames · 9 years ago
  94. 1ab5787 [Kaleidoscope][BuildingAJIT] Add code for the 2nd chapter of the BuildingAJIT by Lang Hames · 9 years ago
  95. f4f40d8 [Kaleidoscope][BuildingAJIT] Delete trailing whitespace. by Lang Hames · 9 years ago
  96. ba9118a [Kaleidoscope][BuildingAJIT] Add a description of the KaleidoscopeJIT addModule by Lang Hames · 9 years ago
  97. 578a1d2 Fix some Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago
  98. 5d82919 [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial chapter. by Lang Hames · 9 years ago
  99. 60e94e8 [Kaleidoscope] Fix static global ordering to prevent crash on exit. by Lang Hames · 9 years ago
  100. efac554 Fix some Clang-tidy modernize-use-bool-literals and Include What You Use warnings in examples; other minor fixes. by Eugene Zelenko · 9 years ago