Ignoring per-user file.
[oota-llvm.git] / test / Transforms /
2008-03-24 Evan ChengTransform (zext (or (icmp), (icmp))) to (or (zext ...
2008-03-22 Owen AndersonUse normal naming convention for test.
2008-03-22 Chris Lattnerimplement an initial hack at a straight-line store...
2008-03-21 Chris LattnerTeach masked value is zero about add and sub, and use...
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-19 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-18 Tanya LattnerUpgrade tests to not use llvm-upgrade.
2008-03-14 Bill WendlingThe inst combining of inttoptr into GEP with one index...
2008-03-13 Owen AndersonFix a bug in GVN that Duncan noticed, where we potentia...
2008-03-12 Owen AndersonImprove the return slot optimization to be both more...
2008-03-12 Devang PatelFix attribute handling.
2008-03-11 Devang PatelHandle multiple ret values.
2008-03-11 Dan GohmanCheck to see if a two-entry PHI block can be simplified
2008-03-11 Dan GohmanMake this test more challenging to help it avoid being
2008-03-11 Devang PatelInitial multiple return values support.
2008-03-11 Dan GohmanUpgrade this test.
2008-03-10 Devang PatelSimplify
2008-03-10 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Tanya LattnerRemove llvm-upgrade and update tests.
2008-03-09 Nick LewyckyFirstly, having a BranchInst isn't exclusive with havin...
2008-03-09 Nick LewyckyA BB that unwind_to an "unwind" inst is that same as...
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
2008-03-09 Nick LewyckyPrune the unwind_to labels on BBs that don't need them...
2008-03-07 Devang PatelUpdate inliner to handle functions that return multiple...
2008-03-07 Devang PatelPlace for sret promotion tests.
2008-03-06 Nick LewyckyCommit the testcase too.
2008-03-06 Nick LewyckyDon't try to simplify urem and srem using arithmetic...
2008-03-04 Devang PatelUse cast instead of dyn_cast.
2008-03-04 Devang PatelHandle multiple return values.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2008-02-29 Chris Lattnerfix a bug Anders ran into where scalarrepl would crash...
2008-02-29 Chris LattnerFolding or(fcmp,fcmp) only works if the operands of...
2008-02-26 Owen AndersonAdd PR number to testcase.
2008-02-26 Owen AndersonFix an issue where GVN had the sizes of the two memcpy...
2008-02-26 Chris Lattnerfix this test so that the fn name doesn't match the...
2008-02-26 Gabor GreifReally feed llvm-as with the testcase, do not let it...
2008-02-25 Owen AndersonFix an issue where GVN was performing the return slot...
2008-02-25 Owen AndersonFix an issue where GVN would try to use an instruction...
2008-02-23 Zhou ShengTestcase for Revision 47478.
2008-02-18 Nick LewyckyCorrectly fold divide-by-constant, even when faced...
2008-02-18 Chris Lattnermake this just a bit more strict.
2008-02-18 Owen AndersonAdd support to GVN for performing sret return slot...
2008-02-18 Chris Lattneroptimize away stackrestore calls that have no interveni...
2008-02-18 Chris Lattnerupgrade this test.
2008-02-17 Chris LattnerFold (-x + -y) -> -(x+y) which promotes better associat...
2008-02-17 Chris LattnerSplit up subtracts into add+negate if they have a reass...
2008-02-17 Chris Lattnerupgrade and simplify this test.
2008-02-16 Duncan SandsRemove any 'nest' parameter attributes if the function
2008-02-14 Devang PatelIf loop header is also loop exiting block then OrigPN...
2008-02-14 Chris LattnerFix PR2029
2008-02-14 Nick LewyckyTestcase for PR2032.
2008-02-13 Devang PatelA loop latch phi node may have uses inside loop, not...
2008-02-13 Devang PatelWhile moving exit condition, do not drop loop latch...
2008-02-13 Devang PatelKeep track of exit value operand number when operands...
2008-02-13 Eli FriedmanAdd a note pointing to PR1996.
2008-02-13 Eli FriedmanAdd test for PR1996. (This is my first time adding...
2008-02-12 Owen AndersonRe-apply the patch to improve the optimizations of...
2008-02-08 Devang PatelFix PR 1995.
2008-02-06 Bill WendlingTemporarily reverting:
2008-02-05 Chris LattnerFix a bug compiling PR1978 (perhaps not the only one...
2008-02-04 Owen AndersonMake this test more aggressive, to cover recent improve...
2008-02-04 Owen AndersonAllow GVN to hack on memcpy's, making them open to...
2008-02-03 Nick LewyckyTag this test with the PR reference.
2008-02-03 Nick LewyckyThere are some cases where icmp(add) can be folded...
2008-02-01 Duncan SandsDon't drop function/call return attributes like 'nounwind'.
2008-01-30 Owen AndersonMake DSE much more aggressive by performing DCE earlier...
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...
2008-01-29 Owen AndersonAdd a testcase for eliminating memcpy's at the end...
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2008-01-28 Chris Lattnerthis test is now compiled into the right thing.
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2008-01-27 Nick LewyckyBe more careful modifying the use_list while also itera...
2008-01-27 Duncan SandsRevert r46393: readonly/readnone functions are no
2008-01-27 Bill WendlingThe CorrelatedExpressions pass is now no more.
2008-01-27 Chris LattnerFold fptrunc(add (fpextend x), (fpextend y)) -> add...
2008-01-26 Duncan SandsInvert this test, because it is wrong if we allow
2008-01-25 Owen AndersonDeadStoreElimination can treat byval parameters as...
2008-01-22 Nick LewyckyMultiply can be evaluated in a different type, so long...
2008-01-17 Evan ChengTest case for varargs parameter attribute issue I just...
2008-01-17 Chris LattnerFix arg promotion to propagate the correct attrs on...
2008-01-16 Devang PatelDo not strip llvm.used values.
2008-01-15 Chris Lattneradd a test to ensure that argpromote of one argument...
2008-01-14 Duncan SandsI noticed that the trampoline straightening transformat...
2008-01-14 Chris LattnerFix the miscompilation of MiBench/consumer-lame that...
2008-01-14 Chris LattnerTurn a memcpy from a double* into a load/store of doubl...
2008-01-13 Chris LattnerFix PR1907, a nasty miscompilation because instcombine...
2008-01-13 Duncan SandsWhen turning a call to a bitcast function into a direct...
2008-01-12 Chris Lattnerwe don't have to make an explicit copy of a byval argum...
2008-01-11 Duncan SandsWhen DAE drops the varargs part of a function, ensure any
2008-01-11 Chris LattnerTeach argpromote to ruthlessly hack small byval structs...
2008-01-11 Chris LattnerWhen inlining a functino with a byval argument, make...
next