llvm-6502/lib
Sean Callanan 61dfa77fce Improved support in RuntimeDyldMachO for generating
code that will be relocated into another memory space.
Now when relocations are resolved, the address of
the relocation in the host memory (where the JIT is)
is passed separately from the address that the
relocation will be at in the target memory (where
the code will run).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@152264 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-07 23:05:25 +00:00
..
Analysis No functionality change. Type::isSized() can be expensive, so avoid calling it 2012-03-07 02:27:53 +00:00
Archive
AsmParser
Bitcode
CodeGen Cleanup VLIWPacketizer to use the updated ScheduleDAGInstrs interface. 2012-03-07 23:01:09 +00:00
DebugInfo
ExecutionEngine Improved support in RuntimeDyldMachO for generating 2012-03-07 23:05:25 +00:00
Linker
MC
Object
Support Copy the right amount of elements. 2012-03-07 22:48:42 +00:00
TableGen Fix infinite loop in nested multiclasses. 2012-03-07 16:39:35 +00:00
Target [fast-isel] ARMEmitCmp generates FMSTAT, which transfers the floating-point 2012-03-07 20:59:26 +00:00
Transforms
VMCore Switch this code to use hash_combine_range rather than incremental calls 2012-03-07 03:22:32 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile