llvm-6502/lib
Nate Begeman c24d484b78 Make SELECT illegal on PPC32, switch to using SELECT_CC, which more closely
reflects what the hardware is capable of.  This significantly simplifies
the CC handling logic throughout the ISel.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22756 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-10 20:52:09 +00:00
..
Analysis Fix an obvious oops 2005-08-10 00:59:40 +00:00
Archive
AsmParser
Bytecode
CodeGen Add new node, SELECT_CC. This node is for targets that don't natively 2005-08-10 20:51:12 +00:00
Debugger
ExecutionEngine one cannot allocate a global, until one is done initializing the global pointers 2005-08-01 17:35:40 +00:00
Linker
Support Allow tools with "consume after" options (like lli) to take more positional 2005-08-08 21:57:27 +00:00
System Fix grammar: it's == "it is". 2005-08-02 16:04:59 +00:00
Target Make SELECT illegal on PPC32, switch to using SELECT_CC, which more closely 2005-08-10 20:52:09 +00:00
Transforms remove some trickiness that broke yacr2 and some other programs last night 2005-08-10 17:15:20 +00:00
VMCore add new helper function 2005-08-08 05:21:50 +00:00
Makefile