llvm-6502/lib/Transforms/IPO
Chris Lattner 95ca3a453a when inserting a dummy argument to work-around the CBE not supporting
zero arg vararg functions, pass undef instead of 'int 0', which is cheaper.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32634 91177308-0d34-0410-b5e6-96231b3b80d8
2006-12-16 21:21:53 +00:00
..
ArgumentPromotion.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
ConstantMerge.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
DeadArgumentElimination.cpp when inserting a dummy argument to work-around the CBE not supporting 2006-12-16 21:21:53 +00:00
DeadTypeElimination.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
ExtractFunction.cpp llvm-extract should remove module-level asm 2006-10-20 21:35:41 +00:00
FunctionResolution.cpp Change inferred getCast into specific getCast. Passes all tests. 2006-12-12 05:05:00 +00:00
GlobalDCE.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
GlobalOpt.cpp Replace inferred getCast(V,Ty) calls with more strict variants. 2006-12-12 23:36:14 +00:00
IndMemRemoval.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
Inliner.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
Inliner.h Remove trailing whitespace 2005-04-21 23:48:37 +00:00
InlineSimple.cpp For PR950: 2006-11-27 01:05:10 +00:00
Internalize.cpp Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
IPConstantPropagation.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LoopExtractor.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
LowerSetJmp.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
Makefile DONT_BUILD_RELINKED is gone and implied by BUILD_ARCHIVE now 2005-10-24 02:26:13 +00:00
PruneEH.cpp Detemplatize the Statistic class. The only type it is instantiated with 2006-12-06 17:46:33 +00:00
RaiseAllocations.cpp Replace CastInst::createInferredCast calls with more accurate cast 2006-12-13 00:50:17 +00:00
SimplifyLibCalls.cpp Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1 2006-12-13 08:04:32 +00:00
StripSymbols.cpp eliminate RegisterOpt. It does the same thing as RegisterPass. 2006-08-27 22:42:52 +00:00