llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 0b1a85f110 Pull shifts by a constant through multiplies (a form of reassociation),
implementing Regression/CodeGen/X86/mul-shift-reassoc.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26440 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-01 03:44:24 +00:00
..
DAGCombiner.cpp Pull shifts by a constant through multiplies (a form of reassociation), 2006-03-01 03:44:24 +00:00
LegalizeDAG.cpp Vector ops lowering. 2006-03-01 01:09:54 +00:00
Makefile
ScheduleDAG.cpp Added an offset field to ConstantPoolSDNode. 2006-02-25 09:54:52 +00:00
ScheduleDAGList.cpp
ScheduleDAGSimple.cpp
SelectionDAG.cpp - Added VConstant as an abstract version of ConstantVec. 2006-03-01 00:51:13 +00:00
SelectionDAGISel.cpp Vector ops lowering. 2006-03-01 01:09:54 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Implement bit propagation through sub nodes, this (re)implements 2006-02-27 01:00:42 +00:00