llvm-6502/lib
Chris Lattner bd9f0eefb2 Codegen (Reg|imm)+&GV as an LEA, because we cannot put it into the immediate field
of an ADDri (due to current restrictions on MachineOperand :( ).  This allows
us to generate:

        leal Data+16000, %edx

instead of:

        movl $Data, %edx
        addl $16000, %edx


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19420 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-09 20:20:29 +00:00
..
Analysis Get lib/Analysis/DataStructure to compile with VC++ 2005-01-09 04:18:28 +00:00
Archive Remove potential platform portability issue with size of "int". 2004-12-29 01:20:24 +00:00
AsmParser Silence VS warnings. 2005-01-08 20:07:03 +00:00
Bytecode Remove potential platform portability issue with size of "int". 2004-12-29 01:20:24 +00:00
CodeGen Add a simple transformation. This allows us to compile one of the inner 2005-01-09 20:09:57 +00:00
Debugger Correct the comments and file header. 2004-12-23 21:16:46 +00:00
ExecutionEngine Silence warnings 2005-01-08 20:13:44 +00:00
Linker Remove un-needed #includes. 2004-12-20 04:15:44 +00:00
Support Use size_t instead of long to represent memory usage. long is 32 bits 2005-01-08 20:15:57 +00:00
System Use size_t instead of long to represent memory usage. long is 32 bits 2005-01-08 20:15:57 +00:00
Target Codegen (Reg|imm)+&GV as an LEA, because we cannot put it into the immediate field 2005-01-09 20:20:29 +00:00
Transforms Fix VS warnings 2005-01-08 19:48:40 +00:00
VMCore Allow arrays to have more than 4G elements. 2005-01-08 20:19:51 +00:00
Makefile Add the Linker library 2004-11-14 21:54:41 +00:00