llvm-6502/lib/Transforms/IPO
Matt Arsenault cf16bae9fe Use type form of getIntPtrType
This doesn't change anything since malloc always returns
address space 0.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190498 91177308-0d34-0410-b5e6-96231b3b80d8
2013-09-11 07:29:40 +00:00
..
ArgumentPromotion.cpp Clean up some of this code a tiny bit, no functionality change. 2013-07-18 22:32:32 +00:00
BarrierNoopPass.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp DeadArgumentElimination: keep return value on functions that have a live argument with the 'returned' attribute (rather than generate invalid IR); however, if both can be eliminated, both will be 2013-06-30 20:26:21 +00:00
ExtractGV.cpp
FunctionAttrs.cpp Declare missing dependency on AliasAnalysis. Patch by Liu Xin! 2013-09-05 08:19:58 +00:00
GlobalDCE.cpp
GlobalOpt.cpp Use type form of getIntPtrType 2013-09-11 07:29:40 +00:00
InlineAlways.cpp
Inliner.cpp Fix comparisons of alloca alignment in inliner merging 2013-07-17 14:32:41 +00:00
InlineSimple.cpp
Internalize.cpp Rename some variables to match the style guide. 2013-09-04 20:08:46 +00:00
IPConstantPropagation.cpp
IPO.cpp
LLVMBuild.txt
LoopExtractor.cpp
Makefile
MergeFunctions.cpp
PartialInlining.cpp
PassManagerBuilder.cpp Enable late-vectorization by default. 2013-09-03 21:33:17 +00:00
PruneEH.cpp PruneEH: Only merge attribute sets when used. No functionality change. 2013-06-15 10:55:39 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp Fixed typo. 2013-08-27 04:43:03 +00:00