llvm-6502/lib/CodeGen/SelectionDAG
Stuart Hastings 80d6977e90 Since I'm obliged to work with a development OS that currently doesn't
support GraphViz, I've been using the foo->dump() facility.  This
patch is a minor rewrite to the SelectionDAG dump() stuff to make it a
little more helpful.  The existing foo->dump() functionality does not
change; this patch adds foo->dumpr().  All of this is only useful when
running LLVM under a debugger.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63736 91177308-0d34-0410-b5e6-96231b3b80d8
2009-02-04 16:46:19 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp
FastISel.cpp Create DebugLoc information in FastISel. Several temporary methods were 2009-02-03 00:55:04 +00:00
LegalizeDAG.cpp Remove non-DebugLoc forms of the exotic forms 2009-02-04 02:34:38 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Check in file I forgot. 2009-02-04 01:33:20 +00:00
LegalizeTypes.cpp Fix PR3411. When replacing values, nodes are analyzed 2009-02-03 10:23:33 +00:00
LegalizeTypes.h
LegalizeTypesGeneric.cpp Fill in more omissions in DebugLog propagation. 2009-02-04 00:13:36 +00:00
LegalizeVectorTypes.cpp Fill in more omissions in DebugLog propagation. 2009-02-04 00:13:36 +00:00
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp
ScheduleDAGSDNodesEmit.cpp Propagate debug loc info during SDNode -> machine instr creation. 2009-02-03 01:02:39 +00:00
SelectionDAG.cpp Since I'm obliged to work with a development OS that currently doesn't 2009-02-04 16:46:19 +00:00
SelectionDAGBuild.cpp Remove some more non-DebugLoc versions of construction 2009-02-04 01:48:28 +00:00
SelectionDAGBuild.h Pass in something sensible for the debug location information when creating the 2009-02-03 02:20:52 +00:00
SelectionDAGISel.cpp Fill in more omissions in DebugLog propagation. 2009-02-04 00:13:36 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp