llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman 1d4d414111 First pass at the DAG Combiner. It isn't used anywhere yet, but it should
be mostly functional.  It currently has all folds from SelectionDAG.cpp
that do not involve a condition code.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23184 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-01 00:19:25 +00:00
..
DAGCombiner.cpp First pass at the DAG Combiner. It isn't used anywhere yet, but it should 2005-09-01 00:19:25 +00:00
LegalizeDAG.cpp Allow targets to custom expand shifts that are too large for their registers 2005-08-31 19:01:53 +00:00
Makefile
ScheduleDAG.cpp Name this variable to be what it really is! 2005-08-30 01:58:51 +00:00
SelectionDAG.cpp Fix VC++ precedence warnings 2005-08-31 02:47:06 +00:00
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp Change the names of member variables per Chris' instructions, and document 2005-08-27 19:09:02 +00:00