1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 07:22:55 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner bc0a6be68a Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't
break control dependence.

llvm-svn: 24437
2005-11-20 22:56:56 +00:00
..
DAGCombiner.cpp Fix operator precedence bug caught by VC++. 2005-11-12 00:59:01 +00:00
LegalizeDAG.cpp Legalize MERGE_VALUES, expand READCYCLECOUNTER correctly, so it doesn't 2005-11-20 22:56:56 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Switch the allnodes list from a vector of pointers to an ilist of nodes.This eliminates the vector, allows constant time removal of a node froma graph, and makes iteration over the all nodes list stable when adding 2005-11-09 23:47:37 +00:00
SelectionDAG.cpp Add some method variants, patch by Evan Cheng 2005-11-19 01:44:53 +00:00
SelectionDAGISel.cpp Unbreak codegen of bools. This should fix the llc/jit/llc-beta failures 2005-11-19 18:40:42 +00:00
SelectionDAGPrinter.cpp more progress towards bug 291 being finished. Patch by Owen Anderson, 2005-11-20 03:45:52 +00:00