1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 22:42:46 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner ff1826e850 add a new SDVTList type and new SelectionDAG::getVTList methods to streamline
the creation of canonical VTLists.

llvm-svn: 29709
2006-08-15 17:46:01 +00:00
..
DAGCombiner.cpp change internal impl of dag combiner so that calls to CombineTo never have to 2006-08-11 17:56:38 +00:00
LegalizeDAG.cpp eliminate use of getNode that takes vector of valuetypes. 2006-08-14 23:53:35 +00:00
Makefile For PR780: 2006-07-26 16:18:00 +00:00
ScheduleDAG.cpp Reverse the FlaggedNodes after scanning up for flagged preds or else the order would be reversed. 2006-08-07 22:12:12 +00:00
ScheduleDAGList.cpp Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
ScheduleDAGRRList.cpp Final polish on machine pass registries. 2006-08-02 12:30:23 +00:00
ScheduleDAGSimple.cpp Copy the liveins for the first block. PR859 2006-08-03 20:51:06 +00:00
SelectionDAG.cpp add a new SDVTList type and new SelectionDAG::getVTList methods to streamline 2006-08-15 17:46:01 +00:00
SelectionDAGCSEMap.cpp Add code to resize the CSEMap hash table. This doesn't speedup codegen of 2006-08-14 22:19:25 +00:00
SelectionDAGISel.cpp eliminate use of getNode that takes vector of valuetypes. 2006-08-14 23:53:35 +00:00
SelectionDAGPrinter.cpp For PR801: 2006-06-27 16:49:46 +00:00
TargetLowering.cpp Add some advice 2006-07-27 04:24:14 +00:00