Go to file
Alp Toker 568c31f236 ExecutionEngine::create(): fix interpreter fallback when JIT is unavailable
ForceInterpreter=false shouldn't disable the interpreter completely because it
can still be necessary to interpret if the target doesn't support JIT.

No obvious way to test this in LLVM, but this matches what
LLVMCreateExecutionEngineForModule() does and fixes the clang-interpreter
example in the clang source tree which uses the ExecutionEngine.

llvm-svn: 212086
2014-07-01 03:18:49 +00:00
clang driver: add link dependency on CodeGen 2014-07-01 02:42:02 +00:00
clang-tools-extra Initialize ClangTidyMessage::FileOffset field to avoid unitialized variable access when sorting errors on output. 2014-06-30 14:29:03 +00:00
compiler-rt Add the way to disable MSan unit tests for _mm_* intrinsics 2014-07-01 01:38:52 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead 2014-06-26 15:26:38 +00:00
libcxx Fix libc++ bug #20039: 'Constructing std::function from empty compatible std::function results in half-empty state' Thanks to Agustin Berge for the report, and for his and Eric Fiselier's work on a fix. 2014-06-30 21:27:51 +00:00
libcxxabi Revert the LSDA change to scan_eh_tab. 2014-06-30 12:35:29 +00:00
lld [mach-o] improve errors when mixing architectures 2014-06-30 22:57:33 +00:00
lldb Fix Windows build after llgs upstream. 2014-07-01 00:18:46 +00:00
llvm ExecutionEngine::create(): fix interpreter fallback when JIT is unavailable 2014-07-01 03:18:49 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [FIX] Don't consider reductions which are partially outside the SCoP 2014-07-01 00:32:29 +00:00