aboutsummaryrefslogtreecommitdiff
path: root/test/Transforms
AgeCommit message (Expand)Author
2009-02-17Merge 64579 from mainline.Tanya Lattner
2009-02-14Merge 64364 from mainline.Tanya Lattner
2009-02-14Merge 64177 from mainline.Tanya Lattner
2009-02-04SROA CBE Fix.Tanya Lattner
2009-02-04Disable support for vicmp/vfcmp from the LLVM 2.5 release branch, like we did...Tanya Lattner
2009-02-04Merge from mainline.Tanya Lattner
2009-02-03Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky
2009-02-03Teach ConvertUsesToScalar to handle memset, allowing it to handle Chris Lattner
2009-02-03rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner
2009-02-03this test produces an undefined value, we don't careChris Lattner
2009-02-02update testChris Lattner
2009-02-02Fix a bug which caused us to miscompile a couple of AdaChris Lattner
2009-02-02reduce testcase.Chris Lattner
2009-01-31Reinstate this optimization to fold icmp of xor when possible. Don't try toNick Lewycky
2009-01-31Fix PR3452 (an infinite loop bootstrapping) by disabling the recentChris Lattner
2009-01-31now that all the pieces are in place, teach instcombine'sChris Lattner
2009-01-31make sure to set Changed=true when instcombine hacks on the code,Chris Lattner
2009-01-31Simplify and generalize the SROA "convert to scalar" transformation toChris Lattner
2009-01-28Fix some issues with volatility, move "CanConvertToScalar" check Chris Lattner
2009-01-28strengthen this test.Chris Lattner
2009-01-26Fixed optimization of combining two shuffles where the first shuffle inputsMon P Wang
2009-01-26Handle single-entry phi nodes gracefully in condprop.Chris Lattner
2009-01-26Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner
2009-01-25Actually run the test in this directory.Nick Lewycky
2009-01-25The function that does nothing but call malloc is noalias return.Nick Lewycky
2009-01-24testcase for PR3381.Torok Edwin
2009-01-24Make InstCombineStoreToCast handle aggregates more aggressively,Chris Lattner
2009-01-23fix two more cases where we could let the NLPDI cache get unsorted.Chris Lattner
2009-01-22fix a testcase.Chris Lattner
2009-01-22Fix PR3358, a really nasty bug where recursive phi translated Chris Lattner
2009-01-21Do not use host floating point types when emittingDale Johannesen
2009-01-21Disable on x86_64 until I figure out what's wrong.Dale Johannesen
2009-01-21Make special cases (0 inf nan) work for frem.Dale Johannesen
2009-01-20Calls to fmod, it turns out, are constant-folded byDale Johannesen
2009-01-20Temporarily XFAIL until this can be looked at. r62557 is what caused it to st...Bill Wendling
2009-01-20another fix for PR3354Chris Lattner
2009-01-19Fix a problem exposed by PR3354: simplifycfg was making a potentiallyChris Lattner
2009-01-19Move & restructure test per review.Dale Johannesen
2009-01-19convert this to an unfoldable potentially trapping constant expr.Chris Lattner
2009-01-19Fix PR3353, infinitely jump threading an infinite loop make from switches.Chris Lattner
2009-01-19Temporarily revert r62487. It's causing this error during a release bootstrap ofBill Wendling
2009-01-19Fix PR3016, a bug which can occur do to an invalid assumption:Chris Lattner
2009-01-18Forgot this in the previous checkin: fopen now has nocapture, realloc isNick Lewycky
2009-01-16Fix PR3335 by not turning a store to one address space into a store to another.Chris Lattner
2009-01-16Clean up previous cast optimization a bit. Also make zext elimination a bit m...Evan Cheng
2009-01-15- Teach CanEvaluateInDifferentType of this xform: sext (zext ty1), ty2 -> zex...Evan Cheng
2009-01-14Fix PR3325, a miscompilation of invokes by IPSCCP. Patch by Jay Foad!Chris Lattner
2009-01-14Fix the time regression I introduced in 464.h264ref withDale Johannesen
2009-01-14rewrite OptimizeAwayTrappingUsesOfLoads to 1) avoid a temporaryChris Lattner
2009-01-13Fix testsuite regressions from recursive inlining.Dale Johannesen