1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Chris Lattner 64f7f0beac Make -view-isel-dags show the dag before instruction selecting, in case
the target isel crashes due to unimplemented features like calls :)

llvm-svn: 22997
2005-08-24 00:34:29 +00:00
..
LegalizeDAG.cpp Teach Legalize how to turn setcc into select_cc 2005-08-23 04:29:48 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
ScheduleDAG.cpp Add a fast-path for register values. Add support for constant pool entries, 2005-08-22 01:04:32 +00:00
SelectionDAG.cpp Fix optimization of select_cc seteq X, 0, 1, 0 -> srl (ctlz X), log2 X size 2005-08-24 00:21:28 +00:00
SelectionDAGISel.cpp Make -view-isel-dags show the dag before instruction selecting, in case 2005-08-24 00:34:29 +00:00
SelectionDAGPrinter.cpp Print physreg register nodes with target names (e.g. F1) instead of numbers 2005-08-19 21:21:16 +00:00