Fix for pr2093: direct operands aren't necessarily addresses, so don't
[oota-llvm.git] / test / Transforms /
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...
2008-01-08 Chris LattnerImplement PR1795, an instcombine hack for forming GEPs...
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2008-01-06 Duncan SandsWhen transforming a call to a bitcast function into
2008-01-05 Chris Lattnerremove a couple more unsafe xforms in the face of overflow.
2008-01-04 Chris LattnerFix PR1896
2008-01-03 Chris Lattnerdon't hoist FP additions into unconditional adds +...
2008-01-01 Bill WendlingUpdate this testcase. The output needs to be disabled...
2007-12-29 Chris Lattnerdead calls to llvm.stacksave can be deleted, even thoug...
2007-12-29 Chris Lattnerupgrade this test
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-28 Owen AndersonAdd a testcase for my recent InstCombine fix, written...
2007-12-22 Chris Lattnerimplement InstCombine/shift-trunc-shift.ll. This allows
2007-12-22 Devang PatelIf succ has succ itself as one of the predecessors...
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-20 Christopher LambImplement review feedback, including additional transforms
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-18 Christopher LambRemove an orthogonal transformation of the selection...
2007-12-18 Christopher LambFix typos.
2007-12-18 Christopher LambFold certain additions through selects (and their compa...
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-03 Devang PatelIf ExitValue operand is also defined in Loop header...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-25 Chris LattnerImplement PR1822
2007-11-25 Duncan SandsFix PR1816. If a bitcast of a function only exists...
2007-11-23 Chris LattnerFix PR1816, by correcting the broken definition of...
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-23 Chris LattnerFix a bug where we'd try to find a scev value for a...
2007-11-22 Chris LattnerFix PR1817.
2007-11-22 Duncan SandsTurn invokes of nounwind functions into ordinary calls.
2007-11-22 Duncan SandsReadonly/readnone functions are allowed to throw
2007-11-16 Chris LattnerFix PR1800 by correcting mistaken logic.
2007-11-14 Chris LattnerImplement PR1796 and Transforms/SimplifyCFG/noreturn...
next