[llvm-commits] [PATCH] update getPointerTo to handle multiple address spaces
Micah Villmow
villmow at gmail.com
Tue Oct 30 13:30:06 PDT 2012
Added the required asserts and fixed all the code locations that were calling getIntPtrTy with the wrong types.
http://llvm-reviews.chandlerc.com/D85
CHANGE SINCE LAST DIFF
http://llvm-reviews.chandlerc.com/D85?vs=230&id=232#toc
Files:
lib/Transforms/Vectorize/LoopVectorize.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
lib/Transforms/Instrumentation/ProfilingUtils.cpp
lib/Transforms/Instrumentation/ThreadSanitizer.cpp
lib/Transforms/Instrumentation/GCOVProfiling.cpp
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/IndVarSimplify.cpp
lib/Transforms/Scalar/LoopIdiomRecognize.cpp
lib/Transforms/Scalar/SROA.cpp
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/Analysis/Lint.cpp
lib/ExecutionEngine/ExecutionEngine.cpp
lib/VMCore/Instructions.cpp
lib/VMCore/Verifier.cpp
lib/VMCore/DataLayout.cpp
lib/VMCore/Type.cpp
examples/ExceptionDemo/ExceptionDemo.cpp
include/llvm/Instructions.h
include/llvm/Type.h
include/llvm/InstrTypes.h
include/llvm/DataLayout.h
tools/clang/lib/CodeGen/CodeGenModule.cpp
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
tools/clang/lib/CodeGen/CGExpr.cpp
tools/clang/lib/CodeGen/CGClass.cpp
tools/clang/lib/CodeGen/CodeGenTypes.cpp
tools/clang/lib/CodeGen/CGExprCXX.cpp
tools/clang/lib/CodeGen/CGCall.cpp
tools/clang/lib/CodeGen/CGBlocks.cpp
tools/clang/lib/CodeGen/CGObjCRuntime.cpp
tools/clang/lib/CodeGen/CGObjCMac.cpp
tools/clang/lib/CodeGen/CGExprScalar.cpp
tools/clang/lib/CodeGen/CGVTables.cpp
tools/clang/lib/CodeGen/CGBuiltin.cpp
tools/clang/lib/CodeGen/CGDecl.cpp
tools/clang/lib/CodeGen/CGCXXABI.cpp
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
tools/clang/lib/CodeGen/CGException.cpp
tools/clang/lib/CodeGen/CGCXX.cpp
tools/clang/lib/CodeGen/CGObjC.cpp
tools/dragonegg/src/ConstantConversion.cpp
tools/dragonegg/src/x86/Target.cpp
tools/dragonegg/src/Convert.cpp
tools/dragonegg/src/DefaultABI.cpp
tools/dragonegg/src/Backend.cpp
tools/dragonegg/src/TypeConversion.cpp
tools/lldb/source/Expression/IRForTarget.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85.3.patch
Type: text/x-patch
Size: 73835 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121030/bf35a5c8/attachment.bin>
More information about the llvm-commits
mailing list