Go to file
Lang Hames 2d789c3699 Big Kaleidoscope tutorial update.
This commit switches the underlying JIT for the Kaleidoscope tutorials from
MCJIT to a custom ORC-based JIT, KaleidoscopeJIT. This fixes a lot of the bugs
in Kaleidoscope that were introduced when we deleted the legacy JIT. The
documentation for Chapter 4, which introduces the JIT APIs, is updated to
reflect the change.

Also included are a number of C++11 modernizations and general cleanup. Where
appropriate, the docs have been updated to reflect these changes too.

llvm-svn: 246002
2015-08-26 03:07:41 +00:00
clang [Headers] Require x86-registered for r245987 codegen tests. 2015-08-25 23:42:55 +00:00
clang-tools-extra Avoid LoopConvertCheck replacements in template instantiations. 2015-08-25 15:44:00 +00:00
compiler-rt [compiler-rt] Add common interceptor for wcrtomb. 2015-08-26 00:14:08 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Mark test as XFAIL with MSAN until D12311 gets committed 2015-08-25 04:35:55 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind unwind: fix invalid memory access 2015-08-21 03:21:31 +00:00
lld COFF: Attempt to unbreak buildbots. 2015-08-26 02:52:05 +00:00
lldb Rename all functionalities/data-formatter test case with radar bug numbers in them to more meaningful names 2015-08-25 23:55:10 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm Big Kaleidoscope tutorial update. 2015-08-26 03:07:41 +00:00
openmp Fix machine topology pruning. 2015-08-25 18:44:41 +00:00
polly [Vectorizer] Detect strides in multi-dimensional arrays 2015-08-24 22:20:46 +00:00