llvm-6502/lib/ExecutionEngine/JIT
Reid Kleckner 10b4fc552f Re-committing r76828 with the JIT memory manager changes now that the build
bots like the BumpPtrAllocator changes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76902 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 21:46:56 +00:00
..
CMakeLists.txt Add a --with-oprofile flag to configure, which uses OProfile's agent 2009-07-10 21:08:20 +00:00
Intercept.cpp Convert more assert(0)+abort() -> LLVM_UNREACHABLE, 2009-07-11 13:10:19 +00:00
JIT.cpp Get rid of the Pass+Context magic. 2009-07-22 00:24:57 +00:00
JIT.h Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). 2009-07-18 00:42:18 +00:00
JITDwarfEmitter.cpp llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. 2009-07-14 16:55:14 +00:00
JITDwarfEmitter.h First patch in the direction of splitting MachineCodeEmitter in two subclasses: 2009-05-30 20:51:52 +00:00
JITEmitter.cpp Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
JITMemoryManager.cpp Re-committing r76828 with the JIT memory manager changes now that the build 2009-07-23 21:46:56 +00:00
MacOSJITEventListener.cpp Add a JITEventListener interface that gets called back when a new function is 2009-06-25 02:04:04 +00:00
Makefile Removed trailing whitespace from Makefiles. 2009-01-09 16:44:42 +00:00
OProfileJITEventListener.cpp Add line numbers to OProfile. To do this, I added a processDebugLoc() 2009-07-16 21:07:26 +00:00
TargetSelect.cpp Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create(). 2009-07-18 00:42:18 +00:00