llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 79227e2906 Modify the TargetLowering::getPackedTypeBreakdown method to also return the
unpromoted element type.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27273 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-31 00:46:36 +00:00
..
DAGCombiner.cpp When building a VVECTOR_SHUFFLE node from extract_element operations, make 2006-03-28 22:19:47 +00:00
LegalizeDAG.cpp Teach Legalize how to pack VVECTOR_SHUFFLE nodes into VECTOR_SHUFFLE nodes. 2006-03-28 20:24:43 +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 new node 2006-03-28 19:54:42 +00:00
SelectionDAGISel.cpp Bug fixes: handle constantexpr insert/extract element operations 2006-03-29 00:11:43 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00
TargetLowering.cpp Modify the TargetLowering::getPackedTypeBreakdown method to also return the 2006-03-31 00:46:36 +00:00