This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f891cd3 [SPARC] Fix 8 and 16-bit atomic load and store. new 5d82919 [Kaleidoscope] Add an initial "Building an ORC JIT" tutorial [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/tutorial/BuildingAJIT1.rst | 281 +++++++++++++++++++++ docs/tutorial/index.rst | 10 + examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 1 + .../Chapter1}/CMakeLists.txt | 4 +- .../Chapter1}/KaleidoscopeJIT.h | 73 ++---- .../{Chapter7 => BuildingAJIT/Chapter1}/toy.cpp | 28 +- examples/Kaleidoscope/CMakeLists.txt | 1 + 7 files changed, 321 insertions(+), 77 deletions(-) create mode 100644 docs/tutorial/BuildingAJIT1.rst create mode 100644 examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt copy examples/Kaleidoscope/{Chapter5 => BuildingAJIT/Chapter1}/CMakeLists.txt (63%) copy examples/Kaleidoscope/{include => BuildingAJIT/Chapter1}/KaleidoscopeJIT.h (53%) copy examples/Kaleidoscope/{Chapter7 => BuildingAJIT/Chapter1}/toy.cpp (97%)