mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-17 18:10:31 +00:00
071c62fad0
1. MachineJumpTableInfo is now created lazily for a function the first time it actually makes a jump table instead of for every function. 2. The encoding of jump table entries is now described by the MachineJumpTableInfo::JTEntryKind enum. This enum is determined by the TLI::getJumpTableEncoding() hook, instead of by lots of code scattered throughout the compiler that "knows" that jump table entries are always 32-bits in pic mode (for example). 3. The size and alignment of jump table entries is now calculated based on their kind, instead of at machinefunction creation time. Future work includes using the EntryKind in more places in the compiler, eliminating other logic that "knows" the layout of jump tables in various situations. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94470 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
Intercept.cpp | ||
JIT.cpp | ||
JIT.h | ||
JITDebugRegisterer.cpp | ||
JITDebugRegisterer.h | ||
JITDwarfEmitter.cpp | ||
JITDwarfEmitter.h | ||
JITEmitter.cpp | ||
JITMemoryManager.cpp | ||
Makefile | ||
OProfileJITEventListener.cpp | ||
TargetSelect.cpp |