Added LLVM copyright header (for lack of a better term).
authorJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:19:47 +0000 (20:19 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Mon, 20 Oct 2003 20:19:47 +0000 (20:19 +0000)
commit6fbcc26f1460eaee4e0eb8b426fc1ff0c7af11be
tree6364f1c2b2c89aae167b00703823e0c12418d6a4
parent1fc0d67e3e0ff7220dc52a14378110ed9cf626d8
Added LLVM copyright header (for lack of a better term).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9304 91177308-0d34-0410-b5e6-96231b3b80d8
141 files changed:
include/llvm/AbstractTypeUser.h
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/AliasSetTracker.h
include/llvm/Analysis/CallGraph.h
include/llvm/Analysis/ConstantsScanner.h
include/llvm/Analysis/DSGraph.h
include/llvm/Analysis/DSGraphTraits.h
include/llvm/Analysis/DSNode.h
include/llvm/Analysis/DSSupport.h
include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DSGraph.h
include/llvm/Analysis/DataStructure/DSGraphTraits.h
include/llvm/Analysis/DataStructure/DSNode.h
include/llvm/Analysis/DataStructure/DSSupport.h
include/llvm/Analysis/DataStructure/DataStructure.h
include/llvm/Analysis/DependenceGraph.h
include/llvm/Analysis/Dominators.h
include/llvm/Analysis/Expressions.h
include/llvm/Analysis/FindUnsafePointerTypes.h
include/llvm/Analysis/FindUsedTypes.h
include/llvm/Analysis/IPModRef.h
include/llvm/Analysis/InductionVariable.h
include/llvm/Analysis/InstForest.h
include/llvm/Analysis/Interval.h
include/llvm/Analysis/IntervalIterator.h
include/llvm/Analysis/IntervalPartition.h
include/llvm/Analysis/LoadValueNumbering.h
include/llvm/Analysis/LoopInfo.h
include/llvm/Analysis/MemoryDepAnalysis.h
include/llvm/Analysis/PgmDependenceGraph.h
include/llvm/Analysis/PostDominators.h
include/llvm/Analysis/SlotCalculator.h
include/llvm/Analysis/ValueNumbering.h
include/llvm/Analysis/Verifier.h
include/llvm/Argument.h
include/llvm/Assembly/CWriter.h
include/llvm/Assembly/CachedWriter.h
include/llvm/Assembly/Parser.h
include/llvm/Assembly/PrintModulePass.h
include/llvm/Assembly/Writer.h
include/llvm/BasicBlock.h
include/llvm/Bytecode/Format.h
include/llvm/Bytecode/Primitives.h
include/llvm/Bytecode/Reader.h
include/llvm/Bytecode/WriteBytecodePass.h
include/llvm/Bytecode/Writer.h
include/llvm/CallGraphSCCPass.h
include/llvm/CodeGen/FunctionLiveVarInfo.h
include/llvm/CodeGen/InstrForest.h
include/llvm/CodeGen/InstrScheduling.h
include/llvm/CodeGen/InstrSelection.h
include/llvm/CodeGen/InstrSelectionSupport.h
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineBasicBlock.h
include/llvm/CodeGen/MachineCodeEmitter.h
include/llvm/CodeGen/MachineCodeForInstruction.h
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/MachineFrameInfo.h
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineFunctionInfo.h
include/llvm/CodeGen/MachineFunctionPass.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineInstrAnnot.h
include/llvm/CodeGen/MachineInstrBuilder.h
include/llvm/CodeGen/Passes.h
include/llvm/CodeGen/SSARegMap.h
include/llvm/CodeGen/SchedGraphCommon.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/ValueSet.h
include/llvm/CodeGen/ValueTypes.h
include/llvm/Constant.h
include/llvm/ConstantHandling.h
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/ExecutionEngine/ExecutionEngine.h
include/llvm/ExecutionEngine/GenericValue.h
include/llvm/Function.h
include/llvm/GlobalValue.h
include/llvm/GlobalVariable.h
include/llvm/InstrTypes.h
include/llvm/Instruction.def
include/llvm/Instruction.h
include/llvm/Instructions.h
include/llvm/Intrinsics.h
include/llvm/Linker.h
include/llvm/Module.h
include/llvm/ModuleProvider.h
include/llvm/Pass.h
include/llvm/PassAnalysisSupport.h
include/llvm/PassManager.h
include/llvm/PassSupport.h
include/llvm/SlotCalculator.h
include/llvm/Support/CFG.h
include/llvm/Support/CallSite.h
include/llvm/Support/ConstantRange.h
include/llvm/Support/InstIterator.h
include/llvm/Support/InstVisitor.h
include/llvm/Support/Linker.h
include/llvm/Support/Mangler.h
include/llvm/Support/PassNameParser.h
include/llvm/Support/ToolRunner.h
include/llvm/Support/ValueHolder.h
include/llvm/SymbolTable.h
include/llvm/SymbolTableListTraits.h
include/llvm/Target/MRegisterInfo.h
include/llvm/Target/TargetCacheInfo.h
include/llvm/Target/TargetData.h
include/llvm/Target/TargetFrameInfo.h
include/llvm/Target/TargetInstrInfo.h
include/llvm/Target/TargetMachine.h
include/llvm/Target/TargetMachineImpls.h
include/llvm/Target/TargetRegInfo.h
include/llvm/Target/TargetSchedInfo.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/Instrumentation.h
include/llvm/Transforms/MutateStructTypes.h
include/llvm/Transforms/Scalar.h
include/llvm/Transforms/Utils/BasicBlockUtils.h
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/DemoteRegToStack.h
include/llvm/Transforms/Utils/Linker.h
include/llvm/Transforms/Utils/Local.h
include/llvm/Transforms/Utils/PromoteMemToReg.h
include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h
include/llvm/Type.def
include/llvm/Type.h
include/llvm/Use.h
include/llvm/User.h
include/llvm/Value.h
include/llvm/iMemory.h
include/llvm/iOperators.h
include/llvm/iOther.h
include/llvm/iPHINode.h
include/llvm/iTerminators.h
lib/Bytecode/Writer/SlotCalculator.h
lib/Target/SparcV9/MachineCodeForInstruction.h
lib/Target/SparcV9/MachineFunctionInfo.h
lib/Target/SparcV9/MachineInstrAnnot.h
lib/VMCore/ConstantFold.h
lib/VMCore/ConstantFolding.h
tools/bugpoint/ToolRunner.h