llvm-6502/lib
Yaron Keren c45bee91b8 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



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210201 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-04 17:35:28 +00:00
..
Analysis implement missing SCEVDivision case 2014-05-29 19:44:09 +00:00
AsmParser Update comments to match reality. 2014-06-03 20:25:26 +00:00
Bitcode Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
CodeGen Add a subtarget hook: enablePostMachineScheduler. 2014-06-04 07:06:27 +00:00
DebugInfo
ExecutionEngine Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
IR Fix gcc -Wparentheses warning. 2014-06-04 11:21:11 +00:00
IRReader
LineEditor
Linker Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
LTO Allow alias to point to an arbitrary ConstantExpr. 2014-06-03 02:41:57 +00:00
MC Fix MIPS exception personality encoding. 2014-05-30 16:48:56 +00:00
Object Use an enum class. 2014-06-03 05:26:12 +00:00
Option
ProfileData Use an enum class. 2014-06-03 05:12:33 +00:00
Support GraphWriter: try gv before xdg-open 2014-06-04 04:11:12 +00:00
TableGen Fix typos in tablegen error messages 2014-05-31 05:18:52 +00:00
Target Two small enhancements for the JIT. 2014-06-04 17:35:28 +00:00
Transforms InstCombine: Improvement to check if signed addition overflows. 2014-06-04 15:39:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile