llvm-6502/lib/ExecutionEngine
Michael J. Spencer ac97f5ce48 [Object][ELF] Simplify ELFObjectFile by using ELFType.
This simplifies the usage and implementation of ELFObjectFile by using ELFType
to replace:

<endianness target_endianness, std::size_t max_alignment, bool is64Bits>

This does complicate the base ELF types as they must now use template template
parameters to partially specialize for the 32 and 64bit cases. However these
are only defined once.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172515 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-15 07:44:25 +00:00
..
IntelJITEvents Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
Interpreter Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
JIT Fix More Casts 2013-01-14 21:04:44 +00:00
MCJIT Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
OProfileJIT Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
RuntimeDyld [Object][ELF] Simplify ELFObjectFile by using ELFType. 2013-01-15 07:44:25 +00:00
CMakeLists.txt Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
EventListenerCommon.h Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00
ExecutionEngine.cpp Fix Casting 2013-01-14 21:04:45 +00:00
ExecutionEngineBindings.cpp Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
LLVMBuild.txt Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
Makefile Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. 2012-03-13 08:33:15 +00:00
TargetSelect.cpp Move all of the header files which are involved in modelling the LLVM IR 2013-01-02 11:36:10 +00:00