llvm-6502/lib
Evan Cheng 19f2ffce45 - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit
immediate in small code model. The JIT cannot ensure GV's are placed in the
lower 4G.
- Some preliminary support for large code model.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32215 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-05 04:01:03 +00:00
..
Analysis Fix comment grammaro 2006-12-04 21:33:23 +00:00
Archive
AsmParser Regenerate. 2006-12-04 05:24:24 +00:00
Bytecode For PR950: Implement read/write of ICmp and FCmp constant expressions 2006-12-04 05:23:49 +00:00
CodeGen Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
Debugger
ExecutionEngine Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
Linker
Support Change inferred casts to explicit casts. 2006-12-04 02:46:44 +00:00
System
Target - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit 2006-12-05 04:01:03 +00:00
Transforms add an instcombine xform. This speeds up 462.libquantum from 9.78s to 2006-12-05 01:26:29 +00:00
VMCore Remove the last inferred casts from VMCore. 2006-12-05 03:30:09 +00:00
Makefile