Re-commit r124462 with fixes. Tail recursion elim will now dup ret into unconditional...
[oota-llvm.git] / test / Transforms / Inline /
2011-01-14 Chris Lattnerrelax testcase a bit.
2010-12-20 Chris Lattnerwhen eliding a byval copy due to inlining a readonly...
2010-12-20 Chris Lattnerpull byval processing out to its own helper function.
2010-12-20 Chris Lattnerfix PR8769, a miscompilation by inliner when inlining...
2010-12-20 Chris Lattnermerge two tests.
2010-12-20 Chris Lattnerfilecheckize
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-05-31 Duncan SandsFix PR7272: when inlining through a callsite with byval...
2010-05-13 Nick LewyckyActually run the test. Thanks Daniel Dunbar!
2010-05-13 Nick LewyckyAdd testcase for r103653.
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris Lattnerrename test
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-05-01 Chris LattnerThe inliner has traditionally not considered call sites
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-23 Chris Lattnerno longer xfail
2010-04-23 Chris Lattnertestcase for the bug that required a patch to be reverted.
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Chris Lattneradd a DEBUG call so that -debug lists when CGSCCPM...
2010-04-21 Chris LattnerImplement (but don't enable) PR6724 and rdar://6295824...
2010-04-21 Dan GohmanRevert r101471. For tight recursive functions which...
2010-04-16 Dan GohmanDisable inlining of recursive calls. It can complicate...
2010-04-07 Chris Lattneradd newlines at the end of files.
2010-03-25 Eric ChristopherReapply r99451 with a fix to move the NoInline check...
2010-03-24 Eric ChristopherTemporarily revert this, it's causing an issue with...
2010-03-23 Chris Lattneradd some accessors to callsite/callinst/invokeinst...
2010-01-05 Dan GohmanDelete useless trailing semicolons.
2009-11-12 Chris Lattnerimplement a nice little efficiency hack in the inliner...
2009-11-03 Kenneth UildriksMake opt default to not adding a target data string...
2009-10-27 Chris LattnerFix a pretty serious misfeature of the inliner: if...
2009-10-27 Chris Lattnerconvert to filecheck.
2009-10-24 Dan GohmanMake these tests more interesting by using
2009-10-17 Chris LattnerSimplify some code (first hunk) and fix PR5208 (second...
2009-10-09 Dale JohannesenWhen considering whether to inline Callee into Caller,
2009-09-11 Dan GohmanEliminate more redundant llvm-as calls.
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-09 Dan GohmanEliminate more uses of llvm-as and llvm-dis.
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Owen AndersonFix PR4909, patch by Jakub Staszak.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-01 Chris Lattnertestcase for PR3601
2009-08-31 Chris Lattnerfix a crash building SPASS by tolerating a callsite...
2009-08-31 Chris LattnerFix PR4834, a tricky case where the inliner would resol...
2009-08-27 Chris LattnerImplement a new optimization in the inliner: if inlinin...
2009-08-27 Chris Lattnerthe inliner shouldn't crash on this.
2009-08-25 Dan GohmanRemove obsolete -f flags.
2009-05-08 Eli FriedmanPR4123: don't crash when inlining a call which uses...
2009-04-15 Devang PatelWhile inlining, clone llvm.dbg.func.start intrinsic...
2009-04-13 Chris LattnerAdd a new "available_externally" linkage type. This...
2009-03-10 Evan ChengIf a function is marked alwaysinline, it must be inline...
2009-02-12 Chris LattnerFix a nasty bug (PR3550) where the inline pass could...
2009-02-10 Devang Patel Do not clone llvm.dbg.func.start and corresponding...
2009-02-03 Nick LewyckyRevert r63600. It didn't fix the bug, it just moved...
2009-02-03 Nick LewyckyUpdate the callgraph when replacing InvokeInst with...
2009-01-13 Dale JohannesenFix testsuite regressions from recursive inlining.
2009-01-12 Dale JohannesenEnable recursive inlining. Reduce inlining threshold
2009-01-08 Dale JohannesenDo not inline functions with (dynamic) alloca into
2008-11-05 Devang PatelAdd PR number.
2008-11-05 Devang PatelNew test case.
2008-10-30 Daniel DunbarAdd InlineCost class for represent the estimated cost...
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-23 Duncan SandsRationalize the names of passes that print information:
2008-09-02 Devang Patelrespect inline=never and inline=always notes.
2008-08-07 Matthijs KooijmanMove two tests from SRETPromotion to Inline, since...
2008-06-10 Matthijs KooijmanLet some more tests ignore expected output on stderr.
2008-05-20 Gabor GreifEliminate questionable syntax for stdin redirection...
2008-05-20 Gabor Greifsabre brings to my attention that the 'tr' suffix is...
2008-05-20 Gabor GreifRename the last test with .llx extension to .ll, resolv...
2008-05-01 Dan GohmanUpdate old-style syntax in some "not grep" tests.
2008-04-25 Nick LewyckyRemove 'unwinds to' support from mainline. This patch...
2008-04-19 Chris Lattnerrename *.llx -> *.ll, last batch.
2008-03-10 Nick LewyckyTurn unwind_to into "unwinds to".
2008-03-09 Nick LewyckyUpdate the inliner and simplifycfg to handle unwind_to.
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-01-27 Duncan SandsRevert r46393: readonly/readnone functions are no
2008-01-26 Duncan SandsInvert this test, because it is wrong if we allow
2008-01-12 Chris Lattnerwe don't have to make an explicit copy of a byval argum...
2008-01-11 Chris LattnerWhen inlining a functino with a byval argument, make...
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
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-06-29 John CriswellConvert .cvsignore files
2007-06-25 Chris Lattnernew testcase, the inliner shouldn't inline this.
2007-06-06 Tanya LattnerInstruct the inliner to obey the noinline attribute...
2007-04-28 Chris Lattnerupdate syntax
2007-04-16 Reid SpencerFor PR1319:
2007-04-15 Chris Lattnertestcase for PR1335
2007-04-15 Reid SpencerFor PR1319:
2007-04-11 Reid SpencerMake the llvm-runtest function much more amenable by...
2006-12-31 Reid SpencerFor PR950:
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2006-11-27 Reid SpencerFor PR950:
2006-11-09 Chris Lattnernew testcases for PR992/993
2006-09-15 Chris LattnerThe inliner strips dead allocas now. Add a use to...
next