Test case for annotate builtin.
[oota-llvm.git] / test / Transforms /
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...
2007-11-13 Chris Lattnerupgrade test
2007-11-13 Chris LattnerImplement PR1786 by iterating between dead cycle elimin...
2007-11-09 Chris LattnerTighten up a check for folding away loads from (newly...
2007-11-08 Andrew LenharthBetter check
2007-11-08 Andrew LenharthFix PR1780
2007-11-06 Chris LattnerImplement PR1777 by detecting dependent phis that
2007-11-05 Dan GohmanFix an abort in instcombine when folding creates a...
2007-11-05 Devang PatelIf a value is incoming from outside the loop then the...
2007-11-04 Duncan SandsChange uses of getTypeSize to getABITypeSize, getTypeSt...
2007-11-01 Owen AndersonFix test/Transforms/DeadStoreElimination/PartialStore...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-StringCrash.ll by removing...
2007-11-01 Chris LattnerFix InstCombine/2007-10-31-RangeCrash.ll
2007-10-30 Dan GohmanAdd support for folding binary operators with vector...
2007-10-29 Chris Lattnerupdate testcase
2007-10-29 Chris LattnerModel stacksave and stackrestore as both writing memory...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-29 Chris LattnerFix PR1752 and LoopSimplify/2007-10-28-InvokeCrash...
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-19 Bill WendlingDon't branch fold inline asm statements.
2007-10-19 Devang PatelThis test now passes.
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-10-18 Devang PatelXFAIL for now.
2007-10-17 Devang PatelDo not raise free() call that is called through invoke...
next