llvm-6502/lib/Transforms/IPO
2006-12-13 08:04:32 +00:00
..
ArgumentPromotion.cpp
ConstantMerge.cpp
DeadArgumentElimination.cpp
DeadTypeElimination.cpp
ExtractFunction.cpp
FunctionResolution.cpp Change inferred getCast into specific getCast. Passes all tests. 2006-12-12 05:05:00 +00:00
GlobalDCE.cpp
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
Inliner.h
InlineSimple.cpp
Internalize.cpp
IPConstantPropagation.cpp
LoopExtractor.cpp
LowerSetJmp.cpp
Makefile
PruneEH.cpp
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