llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 947c28935d Fold X+Y -> X|Y when safe. This implements:
Regression/CodeGen/PowerPC/and_add.ll

a case that occurs with dynamic allocas of constant size.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26727 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-13 06:51:27 +00:00
..
DAGCombiner.cpp Fold X+Y -> X|Y when safe. This implements: 2006-03-13 06:51:27 +00:00
LegalizeDAG.cpp For targets with FABS/FNEG support, lower copysign to an integer load, 2006-03-13 06:08:38 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Move some simple-sched-specific instance vars to the simple scheduler. 2006-03-10 07:42:02 +00:00
ScheduleDAGList.cpp Don't advance the hazard recognizer when there are no hazards and no instructions 2006-03-12 09:01:41 +00:00
ScheduleDAGSimple.cpp Move simple-selector-specific types to the simple selector. 2006-03-10 07:51:18 +00:00
SelectionDAG.cpp Don't depend on the C99 copysign function, implement it ourselves. 2006-03-05 23:57:58 +00:00
SelectionDAGISel.cpp Added a parameter to control whether Constant::getStringValue() would chop 2006-03-10 23:52:03 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp I can't convince myself that this is safe, remove the recursive call. 2006-03-13 06:42:16 +00:00