Progress towards shepherding debug info through SelectionDAG.
authorDale Johannesen <dalej@apple.com>
Wed, 10 Mar 2010 22:13:47 +0000 (22:13 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 10 Mar 2010 22:13:47 +0000 (22:13 +0000)
commitbfdf7f38523bd38ae0538861a2bfd8bdc46e5c33
tree93ff5897edbba90849c2d923a1a23eabb835689f
parent6663670359428183427b7601f3eb9916c08e6068
Progress towards shepherding debug info through SelectionDAG.
No functional effect yet.  This is still evolving and should
not be viewed as final.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98195 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/ScheduleDAG.h
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/ScheduleDAGInstrs.cpp
lib/CodeGen/ScheduleDAGInstrs.h
lib/CodeGen/SelectionDAG/InstrEmitter.cpp
lib/CodeGen/SelectionDAG/InstrEmitter.h
lib/CodeGen/SelectionDAG/SDDbgValue.h
lib/CodeGen/SelectionDAG/ScheduleDAGSDNodes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/X86/X86ISelLowering.cpp