Go to file
Lang Hames bc876017c2 [ExecutionEngine] Allow JIT clients to enable/disable module verification.
Previously module verification was always enabled, with no way to turn it off.
As of this commit, module verification is on by default in Debug builds, and off
by default in release builds. The default behaviour can be overridden by calling
setVerifyModules(bool) on the JIT instance (this works for both the old JIT, and
MCJIT).

<rdar://problem/16150008>

llvm-svn: 206561
2014-04-18 06:48:23 +00:00
clang Fix a -Wmicrosoft warning on an unrepresentable enum 2014-04-18 01:21:55 +00:00
clang-tools-extra test/clang-tidy/redundant-smartptr-get*.cpp: Both of them really require shell. 2014-04-10 03:17:22 +00:00
compiler-rt [ASan] Change AddressSanitizer.LoadStoreCallbacks to use asan_malloc and asan_free. 2014-04-17 17:29:07 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Introduce M_LOG2E_F and M_LOG2E 2014-03-28 21:19:03 +00:00
libcxx Fixed a test that was attempting to use rvalue-references w/o checking to see if they were supported in the language. This resulted in a warning when testing using C++03. 2014-04-17 18:11:38 +00:00
libcxxabi Replace bzero with memset 2014-04-16 23:26:55 +00:00
lld [ELF] Fix GNU_RELRO section name. 2014-04-18 06:01:43 +00:00
lldb Add FreeBSDSignals.cpp to project file. 2014-04-17 23:29:19 +00:00
llvm [ExecutionEngine] Allow JIT clients to enable/disable module verification. 2014-04-18 06:48:23 +00:00
openmp Add the offload directory which contains the code needed to support 2014-04-09 15:40:23 +00:00
polly Ensure a scalar pointer when issuing a vector load 2014-04-17 23:13:49 +00:00