1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib/ExecutionEngine
Argyrios Kyrtzidis 422f3a0037 Allow the JIT ExecutionEngine to report details about the generated machine code.
Introduce a new class (MachineCodeInfo) that the JIT can fill in with details. Right now, just the address and the size of the machine code are reported.

Patch by Evan Phoenix!

llvm-svn: 72040
2009-05-18 21:06:40 +00:00
..
Interpreter Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
JIT Allow the JIT ExecutionEngine to report details about the generated machine code. 2009-05-18 21:06:40 +00:00
CMakeLists.txt
ExecutionEngine.cpp Rename PaddedSize to AllocSize, in the hope that this 2009-05-09 07:06:46 +00:00
ExecutionEngineBindings.cpp Fix the JIT bindings for ocaml. 2009-04-30 00:43:39 +00:00
Makefile