llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 5c46f74ec7 Implement the code for PowerPC/inverted-bool-compares.ll, even though it
that testcase still does not pass with the dag combiner.  This is because
not all forms of br* are folded yet.

Also, when we combine a node into another one, delete the node immediately
instead of waiting for the node to potentially come up in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23632 91177308-0d34-0410-b5e6-96231b3b80d8
2005-10-05 06:11:08 +00:00
..
DAGCombiner.cpp Implement the code for PowerPC/inverted-bool-compares.ll, even though it 2005-10-05 06:11:08 +00:00
LegalizeDAG.cpp Fix some faulty logic in the libcall inserter. 2005-10-04 02:10:55 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Reverting to version - until problem isolated. 2005-10-04 16:41:51 +00:00
SelectionDAG.cpp Add FP versions of the binary operators, keeping the int and fp worlds seperate. 2005-09-28 22:28:18 +00:00
SelectionDAGISel.cpp make sure that -view-isel-dags is the input to the isel, not the input to 2005-10-05 06:09:10 +00:00
SelectionDAGPrinter.cpp add a method 2005-10-01 00:17:07 +00:00
TargetLowering.cpp initialize new flag 2005-09-27 22:13:56 +00:00