aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/Local.cpp
AgeCommit message (Expand)Author
2004-09-01Changes For Bug 352Reid Spencer
2004-06-23Use new IsNAN() wrapper.Brian Gaeke
2004-06-21Comment out the isnan stuff until we get a proper autoconf test for itChris Lattner
2004-06-17I love the smell of a freshly broken PowerPC build in the morning.Brian Gaeke
2004-06-17Fix compilation problem on freebsd. Problem noted by Vladimir Merzliakov inChris Lattner
2004-06-15Um, did someone make a typo or something?Brian Gaeke
2004-06-15Remove support for the isnan intrinsicChris Lattner
2004-06-14Quick hack to get this file compiling again on Mac OS X. The right thing to doBrian Gaeke
2004-06-13Add constant folding capabilities to the isunordered intrinsic.Alkis Evlogimenos
2004-06-11Constant fold the isnan intrinsicChris Lattner
2004-05-27Implement constant folding of fmod, which is used a lot in povrayChris Lattner
2004-05-27Restructure call constant folding code a bit to make it simplerChris Lattner
2004-04-21Include cerrno (gcc-3.4 fix)Alkis Evlogimenos
2004-04-16Add support for evaluation of exp/log/log10/powChris Lattner
2004-04-16Include <cmath> for compatibility with gcc 3.0.x (the system compiler onBrian Gaeke
2004-04-13Add a simple call constant propagation interface.Chris Lattner
2004-03-12Add constant folding wrapper support for select instructions.Chris Lattner
2004-01-12Clean up #includesChris Lattner
2004-01-12Remove use of ConstantExpr::getShiftChris Lattner
2004-01-12Remove use of ConstantHandlingChris Lattner
2004-01-12Move llvm::ConstantFoldInstruction from VMCore to here, next to ConstantFoldT...Chris Lattner
2003-12-19Add new functionChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-23Implement SimplifyCFG/2003-08-17-FoldSwitch.ll:test5Chris Lattner
2003-08-17Implement folding of switch instructions.Chris Lattner
2003-08-17Fix bug: SimplifyCFG/2003-08-17-BranchFoldOrdering.llChris Lattner
2003-08-17The fixme is irrelevant: if that happens, the LLVM bytecode is malformed.Chris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-02-24Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner
2002-06-25*** empty log message ***Chris Lattner
2002-05-26Simplify the interface to local DCE and Constant propChris Lattner
2002-05-21Simplify interface to ConstantFoldTerminatorChris Lattner
2002-05-07Add code pulled out of TransformInternals.cpp, ConstProp.cpp, and DCE.cppChris Lattner