llvm-6502/lib/Transforms/Utils
Duncan Sands 7ed4f94c13 Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the
wrapper returns a vector of integers when passed a vector of pointers) by having
getIntPtrType itself return a vector of integers in this case.  Outside of this
wrapper, I didn't find anywhere in the codebase that was relying on the old
behaviour for vectors of pointers, so give this a whirl through the buildbots.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166939 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-29 17:31:46 +00:00
..
AddrModeMatcher.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
BasicBlockUtils.cpp Move SplitBlockAndInsertIfThen to BasicBlockUtils. 2012-10-19 10:48:31 +00:00
BreakCriticalEdges.cpp
BuildLibCalls.cpp Add in support for getIntPtrType to get the pointer type based on the address space. 2012-10-24 15:52:52 +00:00
BypassSlowDivision.cpp
CloneFunction.cpp Add an enum for the return and function indexes into the AttrListPtr object. This gets rid of some magic numbers. 2012-10-15 07:29:08 +00:00
CloneModule.cpp
CMakeLists.txt Implement new LibCallSimplifier class 2012-10-13 16:45:24 +00:00
CmpInstAnalysis.cpp
CodeExtractor.cpp Have 'addFnAttr' take the attribute enum value. Then have it build the attribute object and add it appropriately. No functionality change. 2012-10-10 03:12:49 +00:00
DemoteRegToStack.cpp
InlineFunction.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
InstructionNamer.cpp
IntegerDivision.cpp
LCSSA.cpp Fix SCEV cache invalidation in LCSSA and LoopSimplify. 2012-10-26 17:31:43 +00:00
LLVMBuild.txt
Local.cpp Fix a compiler warning with an unused variable. 2012-10-24 22:32:26 +00:00
LoopSimplify.cpp LoopSimplify: Preserve DependenceAnalysis. 2012-10-26 17:40:50 +00:00
LoopUnroll.cpp
LoopUnrollRuntime.cpp
LowerExpectIntrinsic.cpp
LowerInvoke.cpp revert r166264 because the LTO build is still failing 2012-10-19 21:28:43 +00:00
LowerSwitch.cpp
Makefile
Mem2Reg.cpp
MetaRenamer.cpp
ModuleUtils.cpp
PromoteMemoryToRegister.cpp Fix typo. 2012-10-23 00:38:15 +00:00
SimplifyCFG.cpp Remove a wrapper around getIntPtrType added to GVN by Hal in commit 166624 (the 2012-10-29 17:31:46 +00:00
SimplifyIndVar.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
SimplifyInstructions.cpp Move TargetData to DataLayout. 2012-10-08 16:38:25 +00:00
SimplifyLibCalls.cpp Add in support for getIntPtrType to get the pointer type based on the address space. 2012-10-24 15:52:52 +00:00
SSAUpdater.cpp
UnifyFunctionExitNodes.cpp
Utils.cpp
ValueMapper.cpp