llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 4352cc9e21 * Add supprot for SCALAR_TO_VECTOR operations where the input needs to be
promoted/expanded (e.g. SCALAR_TO_VECTOR from i8/i16 on PPC).
* Add support for targets to request that VECTOR_SHUFFLE nodes be promoted
  to a canonical type, for example, we only want v16i8 shuffles on PPC.
* Move isShuffleLegal out of TLI into Legalize.
* Teach isShuffleLegal to allow shuffles that need to be promoted.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27399 91177308-0d34-0410-b5e6-96231b3b80d8
2006-04-04 17:23:26 +00:00
..
DAGCombiner.cpp Add a missing check, this fixes UnitTests/Vector/sumarray.c 2006-04-03 17:29:28 +00:00
LegalizeDAG.cpp * Add supprot for SCALAR_TO_VECTOR operations where the input needs to be 2006-04-04 17:23:26 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp fix spello 2006-03-24 07:15:07 +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 Constant fold bitconvert(undef) 2006-04-04 01:02:22 +00:00
SelectionDAGISel.cpp Intrinsics that just load from memory can be treated like loads: they don't 2006-04-02 03:41:14 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp relax assertion 2006-04-02 06:19:46 +00:00