llvm-6502/lib
Eric Christopher 0d58122e12 Refactor address mode handling into a single struct (ala x86), this
should give allow a wider range of addressing modes.

No functional change.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119856 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-19 22:30:02 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Make isScalarToVector to return false if the node is a scalar. This will prevent 2010-11-19 19:08:12 +00:00
CompilerDriver
ExecutionEngine
Linker
MC
Object
Support Fix a use after free. Patch by Frits van Bommel. 2010-11-19 21:14:29 +00:00
System
Target Refactor address mode handling into a single struct (ala x86), this 2010-11-19 22:30:02 +00:00
Transforms When folding addressing modes in CodeGenPrepare, attempt to look through PHI nodes 2010-11-19 22:15:03 +00:00
VMCore
Makefile