llvm-6502/lib/CodeGen/SelectionDAG
Chris Lattner 5c3e21d687 Add some really really simple code for computing sign-bit propagation.
This will certainly be enhanced in the future.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28145 91177308-0d34-0410-b5e6-96231b3b80d8
2006-05-06 09:27:13 +00:00
..
DAGCombiner.cpp Fold trunc(any_ext). This gives stuff like: 2006-05-05 22:56:26 +00:00
LegalizeDAG.cpp
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp Fix VC++ compilation error. 2006-05-05 01:47:05 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp
SelectionDAGISel.cpp When inserting casts, be careful of where we put them. We cannot insert 2006-05-06 09:10:37 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add some really really simple code for computing sign-bit propagation. 2006-05-06 09:27:13 +00:00