Fix PR3913, patch by Jakub Staszak!
[oota-llvm.git] / test / Transforms / Inline /
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...
2006-09-13 Chris Lattnernew testcase
2006-07-12 Chris Lattnertestcase for PR827
2006-06-01 Chris Lattnertestcase for the recent inliner improvement.
2006-05-27 Chris LattnerNew testcase: check that the inliner constant folds...
2006-04-12 Tanya LattnerAdded the ability to xfail based on llvmgcc version
2006-03-23 Reid SpencerTired of wading through cvs's list ? files that are...
2006-01-14 Chris LattnerNew testcase for a regression last night: the -inline...
2006-01-13 Chris LattnerNew testcase that functions with dynamic allocas can...
2005-05-13 Chris LattnerFix buggy test
2005-05-06 Chris LattnerMake sure to not accidentally get a bogus tail marker
2004-11-19 Tanya LattnerAdding srcdir arg
2004-11-13 Tanya LattnerAdding subdirectory dg.exp files in order to be able...
2004-10-17 Chris LattnerNew testcase that crashes the inliner
2004-08-02 John CriswellUse the new prcontext script.
2004-04-20 Chris LattnerNew testcase, distilled from PR324
2004-04-15 Chris LattnerNew testcase that Brian provided which crashes the...
2003-12-09 Chris LattnerImprove portability with Mac OS/X
2003-10-27 Chris LattnerNew testcase.
2003-10-14 Chris LattnerNew testcase which the inliner breaks
2003-10-08 Chris LattnerCheckin an old bug, which appears to be fixed
2003-09-22 Chris Lattnernew testcase, reduced by bugpoint
2003-09-22 Chris Lattnernew testcase which crashes the inliner, thanks Bugpoint!
2003-09-16 Misha BrukmanRenamed `as' => `llvm-as', `dis' => `llvm-dis', `link...
2003-09-15 John CriswellRemoving Makefiles. Regression tests are now run by...
2003-09-15 Chris LattnerNew testcase
2003-08-24 Chris LattnerFix grep
2003-08-24 Chris LattnerFix typeos and add descriptions
2003-08-24 Chris LattnerNew testcases for inlining invoke instructions
2003-08-24 Chris LattnerNew testcase
2003-08-24 Chris Lattnernew testcase
2003-05-29 Chris LattnerChange tests to use testrunner
2002-06-24 Chris LattnerBasic test of the inlinr