llvm-6502/lib
Jakob Stoklund Olesen a4e1ba53dd Add a new target independent COPY instruction and code to lower it.
The COPY instruction is intended to replace the target specific copy
instructions for virtual registers as well as the EXTRACT_SUBREG and
INSERT_SUBREG instructions in MachineFunctions. It won't we used in a selection
DAG.

COPY is lowered to native register copies by LowerSubregs.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107529 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-02 22:29:50 +00:00
..
Analysis
Archive
AsmParser Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00
Bitcode Implement the "linker_private_weak" linkage type. This will be used for 2010-07-01 21:55:59 +00:00
CodeGen Add a new target independent COPY instruction and code to lower it. 2010-07-02 22:29:50 +00:00
CompilerDriver
ExecutionEngine
Linker
MC MC: Fix some stray hunks I didn't intend to commit. 2010-07-01 20:48:51 +00:00
Support
System
Target - Add support for the rest of AVX SSE3 instructions 2010-07-02 22:06:54 +00:00
Transforms MDString is already checked earlier. 2010-07-02 21:13:23 +00:00
VMCore IndirectBr is not safe to speculatively execute (!) 2010-07-02 00:35:34 +00:00
Makefile