llvm-6502/lib/ExecutionEngine/JIT
Chandler Carruth 3e29671cca Revert a series of commits to MCJIT to get the build working in CMake
(and hopefully on Windows). The bots have been down most of the day
because of this, and it's not clear to me what all will be required to
fix it.

The commits started with r153205, then r153207, r153208, and r153221.
The first commit seems to be the real culprit, but I couldn't revert
a smaller number of patches.

When resubmitting, r153207 and r153208 should be folded into r153205,
they were simple build fixes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153241 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-22 05:44:06 +00:00
..
CMakeLists.txt Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
Intercept.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
JIT.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
JIT.h Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
JITDwarfEmitter.cpp Add bundle aware API for querying instruction properties and switch the code 2011-12-07 07:15:52 +00:00
JITDwarfEmitter.h Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for 2011-07-18 22:29:13 +00:00
JITEmitter.cpp Convert assert(0) to llvm_unreachable 2012-02-07 05:05:23 +00:00
JITMemoryManager.cpp Revert a series of commits to MCJIT to get the build working in CMake 2012-03-22 05:44:06 +00:00
LLVMBuild.txt LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00