llvm-6502/lib
Chris Lattner 939274fcfd Prefer to allocate V2-V5 before V0,V1. This lets us generate code like this:
vspltisw v2, -12
        vrlw v2, v2, v2

instead of:

        vspltisw v0, -12
        vrlw v2, v0, v0

when a function is returning a value.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27771 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-17 21:19:12 +00:00
..
Analysis Implement value #'ing for vector operations, implementing 2006-04-14 05:10:20 +00:00
Archive
AsmParser Make sure CVS versions of yacc and lex files get distributed. 2006-04-12 20:57:05 +00:00
Bytecode
CodeGen Codegen insertelement with constant insertion points as scalar_to_vector 2006-04-17 19:21:01 +00:00
Debugger Add the README files to the distribution. 2006-04-13 06:39:24 +00:00
ExecutionEngine
Linker
Support
System Add checks for __OpenBSD__. 2006-04-17 17:55:41 +00:00
Target Prefer to allocate V2-V5 before V0,V1. This lets us generate code like this: 2006-04-17 21:19:12 +00:00
Transforms Fix a bug in the 'shuffle(undef,x,mask) -> shuffle(x, undef,mask')' xform 2006-04-16 00:51:47 +00:00
VMCore Move these ctors out of line 2006-04-14 22:20:32 +00:00
Makefile