llvm-6502/lib/Transforms/IPO
Chris Lattner 0c1963099f Disable an xform we've had for a long time, pow(x,0.5) -> sqrt.
This is not safe for all inputs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49458 91177308-0d34-0410-b5e6-96231b3b80d8
2008-04-10 02:07:51 +00:00
..
ArgumentPromotion.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
ConstantMerge.cpp Don't include <map> in Pass.h, which doesn't need it. This requires 2008-03-21 23:51:57 +00:00
DeadArgumentElimination.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
DeadTypeElimination.cpp
ExtractGV.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
GlobalDCE.cpp
GlobalOpt.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
IndMemRemoval.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Inliner.cpp 1. Drop default inline threshold back down to 200. 2008-04-01 23:59:29 +00:00
InlineSimple.cpp Increasing the inline limit from (overly conservative) 200 to 300. Given each BB costs 20 and each instruction costs 5, 200 means a 4 BB function + 24 instructions (actually less because caller's size also contributes to it). 2008-03-24 06:37:48 +00:00
Internalize.cpp
IPConstantPropagation.cpp Incorporate feedback. 2008-03-20 18:30:32 +00:00
LoopExtractor.cpp
LowerSetJmp.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
Makefile
PruneEH.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
RaiseAllocations.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00
SimplifyLibCalls.cpp Disable an xform we've had for a long time, pow(x,0.5) -> sqrt. 2008-04-10 02:07:51 +00:00
StripDeadPrototypes.cpp
StripSymbols.cpp
StructRetPromotion.cpp API changes for class Use size reduction, wave 1. 2008-04-06 20:25:17 +00:00