Create a new #include "Support/..." directory structure to move things
authorChris Lattner <sabre@nondot.org>
Tue, 27 Nov 2001 00:03:19 +0000 (00:03 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Nov 2001 00:03:19 +0000 (00:03 +0000)
commitcee8f9ae67104576b2028125b56e9ba4856a1d66
treec09d4ff10492acc211b36238768e14ccfd32d750
parent360e17eaf1a2abda82b02235dc57d26d8f83c937
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.

Move files and fix #includes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1400 91177308-0d34-0410-b5e6-96231b3b80d8
99 files changed:
docs/CommandLine.html
include/Support/CommandLine.h [new file with mode: 0644]
include/Support/DepthFirstIterator.h [new file with mode: 0644]
include/Support/GraphTraits.h [new file with mode: 0644]
include/Support/HashExtras.h [new file with mode: 0644]
include/Support/MathExtras.h [new file with mode: 0644]
include/Support/NonCopyable.h [new file with mode: 0644]
include/Support/PostOrderIterator.h [new file with mode: 0644]
include/Support/STLExtras.h [new file with mode: 0644]
include/Support/StringExtras.h [new file with mode: 0644]
include/Support/Tree.h [new file with mode: 0644]
include/llvm/ADT/DepthFirstIterator.h [new file with mode: 0644]
include/llvm/ADT/GraphTraits.h [new file with mode: 0644]
include/llvm/ADT/HashExtras.h [new file with mode: 0644]
include/llvm/ADT/PostOrderIterator.h [new file with mode: 0644]
include/llvm/ADT/STLExtras.h [new file with mode: 0644]
include/llvm/ADT/StringExtras.h [new file with mode: 0644]
include/llvm/ADT/Tree.h [new file with mode: 0644]
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/InstForest.h
include/llvm/BasicBlock.h
include/llvm/CodeGen/InstrForest.h
include/llvm/CodeGen/InstrScheduling.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/RegAllocCommon.h
include/llvm/Support/CommandLine.h [new file with mode: 0644]
include/llvm/Support/DepthFirstIterator.h [deleted file]
include/llvm/Support/GraphTraits.h [deleted file]
include/llvm/Support/HashExtras.h [deleted file]
include/llvm/Support/MathExtras.h [new file with mode: 0644]
include/llvm/Support/NonCopyable.h [deleted file]
include/llvm/Support/PostOrderIterator.h [deleted file]
include/llvm/Support/STLExtras.h [deleted file]
include/llvm/Support/StringExtras.h [deleted file]
include/llvm/Support/Tree.h [deleted file]
include/llvm/Target/TargetFrameInfo.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetRegInfo.h
include/llvm/Type.h
lib/Analysis/IPA/CallGraph.cpp
lib/Analysis/IPA/FindUnsafePointerTypes.cpp
lib/Analysis/IntervalPartition.cpp
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/Analysis/LoopDepth.cpp
lib/Analysis/LoopInfo.cpp
lib/Analysis/ModuleAnalyzer.cpp
lib/Analysis/PostDominators.cpp
lib/AsmParser/ParserInternals.h
lib/AsmParser/llvmAsmParser.y
lib/Bytecode/Writer/SlotCalculator.cpp
lib/CodeGen/InstrSched/InstrScheduling.cpp
lib/CodeGen/InstrSched/SchedGraph.cpp
lib/CodeGen/InstrSched/SchedGraph.h
lib/CodeGen/InstrSched/SchedPriorities.cpp
lib/CodeGen/InstrSelection/InstrForest.cpp
lib/CodeGen/InstrSelection/InstrSelection.cpp
lib/CodeGen/RegAlloc/RegAllocCommon.h
lib/ExecutionEngine/Interpreter/Execution.cpp
lib/Support/CommandLine.cpp
lib/Target/SparcV9/InstrSched/InstrScheduling.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.cpp
lib/Target/SparcV9/InstrSched/SchedGraph.h
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
lib/Target/SparcV9/InstrSelection/InstrForest.cpp
lib/Target/SparcV9/InstrSelection/InstrSelection.cpp
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/RegAlloc/RegAllocCommon.h
lib/Target/SparcV9/SparcV9AsmPrinter.cpp
lib/Target/SparcV9/SparcV9InstrSelection.cpp
lib/Transforms/ExprTypeConvert.cpp
lib/Transforms/IPO/GlobalDCE.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/Transforms/LevelRaise.cpp
lib/Transforms/Scalar/ADCE.cpp
lib/Transforms/Scalar/DCE.cpp
lib/Transforms/Scalar/InductionVars.cpp
lib/Transforms/Scalar/SCCP.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstPoolVals.cpp
lib/VMCore/Dominators.cpp
lib/VMCore/Module.cpp
lib/VMCore/SlotCalculator.cpp
lib/VMCore/SymbolTable.cpp
lib/VMCore/Type.cpp
support/lib/Support/CommandLine.cpp
support/lib/Support/StringExtras.cpp [deleted file]
tools/analyze/analyze.cpp
tools/as/as.cpp
tools/dis/dis.cpp
tools/gccas/gccas.cpp
tools/link/link.cpp
tools/llc/llc.cpp
tools/lli/lli.cpp
tools/llvm-as/as.cpp
tools/llvm-as/llvm-as.cpp
tools/llvm-dis/dis.cpp
tools/llvm-dis/llvm-dis.cpp
tools/llvm-link/llvm-link.cpp
tools/opt/opt.cpp