aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-11 22:41:34 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-11 22:41:34 +0000
commitd0fde30ce850b78371fd1386338350591f9ff494 (patch)
tree83bb73e83f54fc8e1e474d116250ae2779562f7e
parent0d723acf15b0326e2df09ecb614b02a617f536e4 (diff)
Put all LLVM code into the llvm namespace, as per bug 109.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9903 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--autoconf/configure.ac1
-rw-r--r--examples/ModuleMaker/ModuleMaker.cpp2
-rw-r--r--examples/ModuleMaker/tools/ModuleMaker/ModuleMaker.cpp2
-rw-r--r--include/Support/Annotation.h4
-rw-r--r--include/Support/BitSetVector.h3
-rw-r--r--include/Support/Casting.h4
-rw-r--r--include/Support/CommandLine.h3
-rw-r--r--include/Support/DOTGraphTraits.h4
-rw-r--r--include/Support/Debug.h4
-rw-r--r--include/Support/DepthFirstIterator.h3
-rw-r--r--include/Support/DynamicLinker.h4
-rw-r--r--include/Support/EquivalenceClasses.h4
-rw-r--r--include/Support/FileUtilities.h4
-rw-r--r--include/Support/GraphTraits.h4
-rw-r--r--include/Support/GraphWriter.h4
-rw-r--r--include/Support/LeakDetector.h5
-rw-r--r--include/Support/MallocAllocator.h3
-rw-r--r--include/Support/MathExtras.h4
-rw-r--r--include/Support/PostOrderIterator.h4
-rw-r--r--include/Support/SCCIterator.h4
-rw-r--r--include/Support/STLExtras.h4
-rw-r--r--include/Support/SetOperations.h4
-rw-r--r--include/Support/Signals.h5
-rw-r--r--include/Support/Statistic.h4
-rw-r--r--include/Support/StringExtras.h4
-rw-r--r--include/Support/SystemUtils.h5
-rw-r--r--include/Support/Timer.h4
-rw-r--r--include/Support/Tree.h3
-rw-r--r--include/Support/TypeInfo.h4
-rw-r--r--include/Support/VectorExtras.h4
-rw-r--r--include/Support/ilist6
-rw-r--r--include/llvm/ADT/BitSetVector.h3
-rw-r--r--include/llvm/ADT/DepthFirstIterator.h3
-rw-r--r--include/llvm/ADT/EquivalenceClasses.h4
-rw-r--r--include/llvm/ADT/GraphTraits.h4
-rw-r--r--include/llvm/ADT/PostOrderIterator.h4
-rw-r--r--include/llvm/ADT/SCCIterator.h4
-rw-r--r--include/llvm/ADT/STLExtras.h4
-rw-r--r--include/llvm/ADT/SetOperations.h4
-rw-r--r--include/llvm/ADT/Statistic.h4
-rw-r--r--include/llvm/ADT/StringExtras.h4
-rw-r--r--include/llvm/ADT/Tree.h3
-rw-r--r--include/llvm/ADT/VectorExtras.h4
-rw-r--r--include/llvm/ADT/ilist6
-rw-r--r--include/llvm/AbstractTypeUser.h4
-rw-r--r--include/llvm/Analysis/AliasAnalysis.h5
-rw-r--r--include/llvm/Analysis/AliasSetTracker.h5
-rw-r--r--include/llvm/Analysis/CallGraph.h5
-rw-r--r--include/llvm/Analysis/ConstantsScanner.h5
-rw-r--r--include/llvm/Analysis/DSGraph.h5
-rw-r--r--include/llvm/Analysis/DSGraphTraits.h4
-rw-r--r--include/llvm/Analysis/DSNode.h4
-rw-r--r--include/llvm/Analysis/DSSupport.h12
-rw-r--r--include/llvm/Analysis/DataStructure.h4
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraph.h5
-rw-r--r--include/llvm/Analysis/DataStructure/DSGraphTraits.h4
-rw-r--r--include/llvm/Analysis/DataStructure/DSNode.h4
-rw-r--r--include/llvm/Analysis/DataStructure/DSSupport.h12
-rw-r--r--include/llvm/Analysis/DataStructure/DataStructure.h4
-rw-r--r--include/llvm/Analysis/DependenceGraph.h4
-rw-r--r--include/llvm/Analysis/Dominators.h4
-rw-r--r--include/llvm/Analysis/Expressions.h4
-rw-r--r--include/llvm/Analysis/FindUnsafePointerTypes.h4
-rw-r--r--include/llvm/Analysis/FindUsedTypes.h5
-rw-r--r--include/llvm/Analysis/IPModRef.h4
-rw-r--r--include/llvm/Analysis/InductionVariable.h5
-rw-r--r--include/llvm/Analysis/InstForest.h4
-rw-r--r--include/llvm/Analysis/Interval.h4
-rw-r--r--include/llvm/Analysis/IntervalIterator.h4
-rw-r--r--include/llvm/Analysis/IntervalPartition.h4
-rw-r--r--include/llvm/Analysis/LoadValueNumbering.h4
-rw-r--r--include/llvm/Analysis/LoopInfo.h4
-rw-r--r--include/llvm/Analysis/MemoryDepAnalysis.h4
-rw-r--r--include/llvm/Analysis/PgmDependenceGraph.h5
-rw-r--r--include/llvm/Analysis/PostDominators.h4
-rw-r--r--include/llvm/Analysis/SlotCalculator.h5
-rw-r--r--include/llvm/Analysis/ValueNumbering.h5
-rw-r--r--include/llvm/Analysis/Verifier.h4
-rw-r--r--include/llvm/Argument.h4
-rw-r--r--include/llvm/Assembly/AsmAnnotationWriter.h5
-rw-r--r--include/llvm/Assembly/CWriter.h5
-rw-r--r--include/llvm/Assembly/CachedWriter.h4
-rw-r--r--include/llvm/Assembly/Parser.h4
-rw-r--r--include/llvm/Assembly/PrintModulePass.h4
-rw-r--r--include/llvm/Assembly/Writer.h5
-rw-r--r--include/llvm/BasicBlock.h4
-rw-r--r--include/llvm/Bytecode/Format.h5
-rw-r--r--include/llvm/Bytecode/Primitives.h4
-rw-r--r--include/llvm/Bytecode/Reader.h4
-rw-r--r--include/llvm/Bytecode/WriteBytecodePass.h4
-rw-r--r--include/llvm/Bytecode/Writer.h4
-rw-r--r--include/llvm/CallGraphSCCPass.h4
-rw-r--r--include/llvm/CodeGen/FunctionLiveVarInfo.h4
-rw-r--r--include/llvm/CodeGen/InstrForest.h11
-rw-r--r--include/llvm/CodeGen/InstrScheduling.h4
-rw-r--r--include/llvm/CodeGen/InstrSelection.h4
-rw-r--r--include/llvm/CodeGen/InstrSelectionSupport.h5
-rw-r--r--include/llvm/CodeGen/LiveVariables.h4
-rw-r--r--include/llvm/CodeGen/MachineBasicBlock.h4
-rw-r--r--include/llvm/CodeGen/MachineCodeEmitter.h5
-rw-r--r--include/llvm/CodeGen/MachineCodeForInstruction.h4
-rw-r--r--include/llvm/CodeGen/MachineConstantPool.h5
-rw-r--r--include/llvm/CodeGen/MachineFrameInfo.h9
-rw-r--r--include/llvm/CodeGen/MachineFunction.h4
-rw-r--r--include/llvm/CodeGen/MachineFunctionInfo.h5
-rw-r--r--include/llvm/CodeGen/MachineFunctionPass.h4
-rw-r--r--include/llvm/CodeGen/MachineInstr.h4
-rw-r--r--include/llvm/CodeGen/MachineInstrAnnot.h3
-rw-r--r--include/llvm/CodeGen/MachineInstrBuilder.h4
-rw-r--r--include/llvm/CodeGen/Passes.h4
-rw-r--r--include/llvm/CodeGen/SSARegMap.h4
-rw-r--r--include/llvm/CodeGen/SchedGraphCommon.h4
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h5
-rw-r--r--include/llvm/CodeGen/ValueSet.h5
-rw-r--r--include/llvm/CodeGen/ValueTypes.h5
-rw-r--r--include/llvm/Constant.h4
-rw-r--r--include/llvm/ConstantHandling.h6
-rw-r--r--include/llvm/Constants.h4
-rw-r--r--include/llvm/DerivedTypes.h4
-rw-r--r--include/llvm/ExecutionEngine/ExecutionEngine.h5
-rw-r--r--include/llvm/ExecutionEngine/GenericValue.h4
-rw-r--r--include/llvm/Function.h6
-rw-r--r--include/llvm/GlobalValue.h5
-rw-r--r--include/llvm/GlobalVariable.h4
-rw-r--r--include/llvm/InstrTypes.h4
-rw-r--r--include/llvm/Instruction.def2
-rw-r--r--include/llvm/Instruction.h4
-rw-r--r--include/llvm/Intrinsics.h11
-rw-r--r--include/llvm/Linker.h5
-rw-r--r--include/llvm/Module.h5
-rw-r--r--include/llvm/ModuleProvider.h4
-rw-r--r--include/llvm/Pass.h5
-rw-r--r--include/llvm/PassAnalysisSupport.h4
-rw-r--r--include/llvm/PassManager.h4
-rw-r--r--