llvm-6502/lib
Bill Schmidt 53b0b0e754 Large code model support for PowerPC.
Large code model is identical to medium code model except that the
addis/addi sequence for "local" accesses is never used.  All accesses
use the addis/ld sequence.

The coding changes are straightforward; most of the patch is taken up
with creating variants of the medium model tests for large model.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175767 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-21 17:12:27 +00:00
..
Analysis Formatting. 2013-02-20 23:57:30 +00:00
Archive
AsmParser
Bitcode
CodeGen Revert r175688 - It broke a test case (see PR15320). 2013-02-21 17:01:59 +00:00
DebugInfo
ExecutionEngine Formatting, grammar 2013-02-20 18:24:34 +00:00
IR Add and remove the attribute from the correct slot. 2013-02-20 23:04:11 +00:00
Linker
MC MCParser: Update method names per coding guidelines. 2013-02-20 22:21:35 +00:00
Object
Option
Support Provide a "None" value for convenience when using Optional<T>() 2013-02-21 00:27:28 +00:00
TableGen
Target Large code model support for PowerPC. 2013-02-21 17:12:27 +00:00
Transforms Update a comment that looks to have been accidentally deleted many moons ago. 2013-02-20 20:15:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile