llvm-6502/lib/Transforms/IPO
Chris Lattner 5a30a8574c make the prototypes for CreateMalloc and CreateFree more consistent. Patch
by Hans Vandierendonck from PR7605


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108116 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 00:57:28 +00:00
..
ArgumentPromotion.cpp
CMakeLists.txt
ConstantMerge.cpp
DeadArgumentElimination.cpp Make bugpoint dead-argument-hacking actually work, and actually test it. 2010-06-07 20:20:33 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp
FunctionAttrs.cpp
GlobalDCE.cpp
GlobalOpt.cpp make the prototypes for CreateMalloc and CreateFree more consistent. Patch 2010-07-12 00:57:28 +00:00
InlineAlways.cpp Teach the always inliner to release its inline cost estimates, like the basic 2010-05-15 04:26:25 +00:00
Inliner.cpp Avoid swap when a copy suffices. 2010-05-31 12:50:41 +00:00
InlineSimple.cpp Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort 2010-05-12 21:48:15 +00:00
Internalize.cpp
IPConstantPropagation.cpp
IPO.cpp
LoopExtractor.cpp
LowerSetJmp.cpp use ArgOperand API and CallSite for arg range 2010-06-24 14:13:36 +00:00
Makefile
MergeFunctions.cpp Rename "Release" builds as "Release+Asserts"; rename "Release-Asserts" 2010-07-07 07:48:00 +00:00
PartialInlining.cpp Use ValueMap instead of DenseMap. 2010-06-24 00:33:28 +00:00
PartialSpecialization.cpp Use ValueMap instead of DenseMap. 2010-06-24 00:33:28 +00:00
PruneEH.cpp
StripDeadPrototypes.cpp
StripSymbols.cpp Debugging infomration is encoded in llvm IR using metadata. This is designed 2010-07-01 19:49:20 +00:00
StructRetPromotion.cpp Use pre-increment instead of post-increment when the result is not used. 2010-06-22 15:08:57 +00:00