Add contexts to some of the MVT APIs. No functionality change yet, just the infrastr...
authorOwen Anderson <resistor@mac.com>
Wed, 12 Aug 2009 00:36:31 +0000 (00:36 +0000)
committerOwen Anderson <resistor@mac.com>
Wed, 12 Aug 2009 00:36:31 +0000 (00:36 +0000)
commit23b9b19b1a5a00faa9fce0788155c7dbfd00bfb1
tree54bd83953a63347f013ce92ebb0dd716323d12ca
parent45563ba9e3667678abf68cdc9e9a536c1df2a43a
Add contexts to some of the MVT APIs.  No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78759 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/llvm/CodeGen/ValueTypes.h
include/llvm/Target/TargetLowering.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/LegalizeFloatTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeTypes.h
lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/PIC16/PIC16ISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.cpp
lib/Transforms/Scalar/CodeGenPrepare.cpp
lib/VMCore/ValueTypes.cpp
lib/VMCore/Verifier.cpp
utils/TableGen/CallingConvEmitter.cpp
utils/TableGen/TGValueTypes.cpp