Reapply 79977.
authorDevang Patel <dpatel@apple.com>
Fri, 28 Aug 2009 23:24:31 +0000 (23:24 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 28 Aug 2009 23:24:31 +0000 (23:24 +0000)
commite4b275610a7a05b7ee4c0378a906a6330e4c4ab0
treead839c82009fa9220c9934db785cfa5ee35c9d25
parente4e4ed3b56f63e9343e01bf0b2ecd7c1f45d296c
Reapply 79977.
Use MDNodes to encode debug info in llvm IR.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80406 91177308-0d34-0410-b5e6-96231b3b80d8
46 files changed:
docs/SourceLevelDebugging.html
include/llvm/Analysis/DebugInfo.h
include/llvm/AutoUpgrade.h
include/llvm/CodeGen/DwarfWriter.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/IntrinsicInst.h
include/llvm/Intrinsics.td
include/llvm/Metadata.h
include/llvm/Support/DebugLoc.h
lib/Analysis/DbgInfoPrinter.cpp
lib/Analysis/DebugInfo.cpp
lib/AsmParser/LLParser.cpp
lib/Bitcode/Reader/BitcodeReader.cpp
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/CodeGen/AsmPrinter/DwarfDebug.h
lib/CodeGen/AsmPrinter/DwarfWriter.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/Target/PIC16/PIC16DebugInfo.cpp
lib/Target/PIC16/PIC16DebugInfo.h
lib/Transforms/IPO/StripSymbols.cpp
lib/Transforms/Utils/CloneFunction.cpp
lib/Transforms/Utils/InlineFunction.cpp
lib/VMCore/AutoUpgrade.cpp
lib/VMCore/ValueTypes.cpp
test/DebugInfo/2008-11-06-Mem2Reg.ll [deleted file]
test/DebugInfo/2008-11-19-InstCombine.ll [deleted file]
test/DebugInfo/2009-01-28-ArrayType.ll [deleted file]
test/DebugInfo/2009-01-29-HeaderLocation.ll [deleted file]
test/DebugInfo/2009-01-29-MethodDeclaration.ll [deleted file]
test/DebugInfo/2009-01-30-Method.ll [deleted file]
test/DebugInfo/2009-02-23-InstCombine.ll [deleted file]
test/DebugInfo/2009-03-02-sink.ll [deleted file]
test/DebugInfo/dataOnly.ll [deleted file]
test/DebugInfo/forwardDecl.ll [deleted file]
test/DebugInfo/printdbginfo.ll [deleted file]
test/DebugInfo/printdbginfo2.ll [deleted file]
test/FrontendC++/2009-02-16-AnonTypedef-Dbg.cpp [deleted file]
test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m [deleted file]
test/Transforms/SimplifyCFG/dbginfo.ll