llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands 2e606cfc7a Small formatting changes. Add a sanity check.
Use NVT rather than looking it up, since we have
it to hand.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43341 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-25 12:35:51 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp Redo "last ppc long double fix" as Chris wants. 2007-10-19 20:29:00 +00:00
LegalizeDAG.cpp Another expansion for i64 multiply, suitable for PPC. 2007-10-24 22:26:08 +00:00
LegalizeDAGTypes.cpp Small formatting changes. Add a sanity check. 2007-10-25 12:35:51 +00:00
Makefile
ScheduleDAG.cpp EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like 2007-10-12 08:50:34 +00:00
ScheduleDAGList.cpp Make CalcLatency() non-recursive. 2007-10-15 21:33:22 +00:00
ScheduleDAGRRList.cpp One mundane change: Change ReplaceAllUsesOfValueWith to *optionally* 2007-10-15 06:10:22 +00:00
SelectionDAG.cpp If the value types are equal then this routine 2007-10-19 13:05:40 +00:00
SelectionDAGISel.cpp Fix comment and use the "Size" variable that's already provided. 2007-10-23 23:36:57 +00:00
SelectionDAGPrinter.cpp Add a (disabled by default) way to view the ID of a node. 2007-10-15 05:32:43 +00:00
TargetLowering.cpp