Go to file
Yaron Keren 2207190cd5 Two small enhancements for the JIT.
When JITting a large project such as Boost it's quite hard to figure out the problematic inline asm without debug location. This patch provides debug location printout before the JIT aborts due to inline asm. printDebugLoc() was exposed from MachineInstr.cpp and reused here.

If the JIT run with debug info, don't bomb on DBG_VALUE but ignore them.

http://reviews.llvm.org/D3416

llvm-svn: 210201
2014-06-04 17:35:28 +00:00
clang MS-ABI: Mangle empty template parameter packs correctly 2014-06-04 16:46:32 +00:00
clang-tools-extra clang-tidy: Make use-override tests stricter. 2014-06-04 08:47:25 +00:00
compiler-rt [sanitizer] Make LSan/MSan/TSan honor the "color" flag. 2014-06-04 16:57:03 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Fix build broken by LLVM commit r209103 2014-06-03 15:43:57 +00:00
libcxx Make meta.trans.other/aligned_storage.pass.cpp pass on arm. 2014-06-04 16:25:58 +00:00
libcxxabi Add test case for inherited exceptions 2014-06-03 21:50:11 +00:00
lld Initial set of Makefiles 2014-06-04 09:54:07 +00:00
lldb Added gdb-remote $qMemoryRegionInfo tests for heap and stack. 2014-06-04 16:42:12 +00:00
llvm Two small enhancements for the JIT. 2014-06-04 17:35:28 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Adjust multidim test cases to not access out-of-bound memory 2014-06-04 11:47:54 +00:00