llvm-6502/lib/CodeGen/SelectionDAG
Nate Begeman cebd433d8d Teach SelectionDAG how to simplify a few more setcc-equivalent select_cc
nodes so that backends don't have to.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22999 91177308-0d34-0410-b5e6-96231b3b80d8
2005-08-24 04:57:57 +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 Teach SelectionDAG how to simplify a few more setcc-equivalent select_cc 2005-08-24 04:57:57 +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
TargetLowering.cpp For: memory operations -> stores 2005-07-19 04:52:44 +00:00