1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 52a132ab18 Implement expand of BUILD_VECTOR containing variable elements.
This implements CodeGen/Generic/vector.ll:test_variable_buildvector

llvm-svn: 26852
2006-03-19 04:18:56 +00:00
..
DAGCombiner.cpp fold insertelement(buildvector) -> buildvector if the inserted element # is 2006-03-19 01:27:56 +00:00
LegalizeDAG.cpp Implement expand of BUILD_VECTOR containing variable elements. 2006-03-19 04:18:56 +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 Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow*BUILD_VECTOR to take variable inputs. 2006-03-19 00:52:58 +00:00
SelectionDAGISel.cpp implement basic support for INSERT_VECTOR_ELT. 2006-03-19 01:17:20 +00:00
SelectionDAGPrinter.cpp print arbitrary constant pool entries 2006-03-05 09:38:03 +00:00