llvm-6502/lib/CodeGen/SelectionDAG
Evan Cheng 05a2d568c6 * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS,
and SRL_PARTS.
* Fix a bug that caused *_PARTS to be custom lowered twice.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25157 91177308-0d34-0410-b5e6-96231b3b80d8
2006-01-09 18:31:59 +00:00
..
DAGCombiner.cpp Revert the previous check-in. Leave shl x, 1 along for target to deal with. 2006-01-06 01:56:02 +00:00
LegalizeDAG.cpp * Allow custom lowering of ADD_PARTS, SUB_PARTS, SHL_PARTS, SRA_PARTS, 2006-01-09 18:31:59 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp purity++ 2005-12-29 05:59:19 +00:00
SelectionDAG.cpp New getNode() variants. 2006-01-09 18:29:18 +00:00
SelectionDAGISel.cpp Applied some recommend changes from sabre. The dominate one beginning "let the 2006-01-04 22:28:25 +00:00
SelectionDAGPrinter.cpp Added an index field to GlobalAddressSDNode so it can represent X+12, etc. 2005-11-30 02:04:11 +00:00
TargetLowering.cpp Lefted out TargetLowering:: 2005-12-21 23:14:54 +00:00