aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms/IndVarsSimplify
AgeCommit message (Expand)Author
2009-02-16Rename IndVarsSimplify to IndVarSimplify, to be consistent withDan Gohman
2009-02-14Extend the IndVarSimplify support for promoting induction variables:Dan Gohman
2009-02-12Teach IndVarSimplify to optimize code using the C "int" type forDan Gohman
2008-11-25convertToSignExtendedInteger should return opInvalidOp instead of asserting i...Evan Cheng
2008-11-18Give SIToFPInst preference over UIToFPInst because it is faster on platforms ...Devang Patel
2008-11-17While handling floating point IVs lift restrictions on initial value and incr...Devang Patel
2008-11-03Turn floating point IVs into integer IVs where possible.Devang Patel
2008-10-04Allow the construction of SCEVs with SCEVCouldNotCompute operands, byNick Lewycky
2008-09-09if loop induction variable is always sign or zero extended then Devang Patel
2008-06-15Fix PR2434. When scanning for exising binary operator to reuse don't Wojciech Matyjewicz
2008-05-23Remove lingering references to .llx and .tr in the tests.Dan Gohman
2008-05-20sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif
2008-05-20Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif
2008-05-16Use loop deletion instead of ADCE for removing loops.Owen Anderson
2008-05-01Update old-style syntax in some "not grep" tests.Dan Gohman
2008-04-19rename *.llx -> *.ll, last batch.Chris Lattner
2008-03-09Remove llvm-upgrade and update tests.Tanya Lattner
2008-03-01Remove llvm-upgrade and update test cases.Tanya Lattner
2007-11-25Add new SCEV, SCEVSMax. This allows LLVM to analyze do-while loops.Nick Lewycky
2007-11-23Fix a bug where we'd try to find a scev value for a bitcast operand,Chris Lattner
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-07-19For PR1553:Reid Spencer
2007-07-02Test case for recent patch for IndVarSimplify.cppZhou Sheng
2007-06-29Convert .cvsignore filesJohn Criswell
2007-06-06new testcase for PR1487Nick Lewycky
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1319:Reid Spencer
2007-04-16For PR1336:Reid Spencer
2007-04-15For PR1336:Reid Spencer
2007-04-15For PR1319:Reid Spencer
2007-04-11Make the llvm-runtest function much more amenable by eliminating all theReid Spencer
2007-03-28Remove use of implementation keyword.Reid Spencer
2007-03-04New testcases for PR1179/PR1232.Chris Lattner
2007-01-30For PR411:Reid Spencer
2007-01-26For PR761:Reid Spencer
2007-01-13For PR1043:Reid Spencer
2007-01-08testcase for PR1097Chris Lattner
2007-01-07Simplify the testcaseChris Lattner
2007-01-07Testcase for PR1015Chris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19Back out last revision, a bit premature, its not an upgrade-only change.Reid Spencer
2006-12-19For PR950:Reid Spencer
2006-12-11testcase for a regression introduced by the recent cast patchChris Lattner
2006-12-02Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer
2006-09-21new testcaseChris Lattner
2006-06-17new testcase that crashes indvarsChris Lattner
2006-04-26new testcaseChris Lattner
2006-04-12Added the ability to xfail based on llvmgcc versionTanya Lattner