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
Nate Begeman be2fa8f86f First pass at the DAG Combiner. It isn't used anywhere yet, but it should
be mostly functional.  It currently has all folds from SelectionDAG.cpp
that do not involve a condition code.

llvm-svn: 23184
2005-09-01 00:19:25 +00:00
..
DAGCombiner.cpp First pass at the DAG Combiner. It isn't used anywhere yet, but it should 2005-09-01 00:19:25 +00:00
LegalizeDAG.cpp Allow targets to custom expand shifts that are too large for their registers 2005-08-31 19:01:53 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Name this variable to be what it really is! 2005-08-30 01:58:51 +00:00
SelectionDAG.cpp Fix VC++ precedence warnings 2005-08-31 02:47:06 +00:00
SelectionDAGISel.cpp Disable this code, which broke many tests last night 2005-08-27 16:16:51 +00:00
SelectionDAGPrinter.cpp Change ConstantPoolSDNode to actually hold the Constant itself instead of 2005-08-26 17:15:30 +00:00