llvm-6502/lib
Chris Lattner 7cf7e3f33f Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the
CC out of the SetCC operation, making SETCC a standard ternary operation and
CC's a standard DAG leaf.  This will make it possible for other node to use
CC's as operands in the future...


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22728 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-09 20:20:18 +00:00
..
Analysis * Unbreak optimized build (noticed by Eric van Riet Paap) 2005-08-04 14:16:48 +00:00
Archive
AsmParser
Bytecode Eliminate all remaining tabs and trailing spaces. 2005-07-27 06:12:32 +00:00
CodeGen Eliminate the SetCCSDNode in favor of a CondCodeSDNode class. This pulls the 2005-08-09 20:20:18 +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 Minor cleanup patch, no functionality changes. Written by Jim Laskey. 2005-08-09 18:29:55 +00:00
Transforms SCEVAddExpr::get() of an empty list is invalid. 2005-08-09 01:13:47 +00:00
VMCore add new helper function 2005-08-08 05:21:50 +00:00
Makefile