Options: explicit handling of --
[oota-llvm.git] / test / Transforms / Inline /
2013-08-12 Tim NorthoverFix FileCheck --check-prefix lines.
2013-08-08 Evgeniy StepanovDisable inlining between sanitized and non-sanitized...
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-17 Hal FinkelFix comparisons of alloca alignment in inliner merging
2013-07-16 Hal FinkelWhen the inliner merges allocas, it must keep the large...
2013-07-14 Stephen LinFixup to r186268 and r186269: don't append -LABEL to...
2013-07-14 Stephen LinCatch more CHECK that can be converted to CHECK-LABEL...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-03-22 Bill WendlingUpdate test. There may be multiple catches, but those...
2013-03-21 Bill WendlingUpdate some EH tests that were violating the new EH...
2013-03-12 Jan Wen VoungRevert the test moves from 176733. Use "REQUIRES:...
2013-03-08 Jan Wen VoungDisable statistics on Release builds and move tests...
2013-03-06 Jim GrosbachInstCombine: Don't shrink allocas when combining with...
2013-02-22 Bill WendlingUse references to attribute groups on the call/invoke...
2013-02-20 Bill WendlingModify the LLVM assembly output so that it uses referen...
2013-01-31 Bill WendlingRemove the AttrBuilder form of the Attribute::get creators.
2013-01-29 Bill WendlingConvert getAttributes() to return an AttributeSetNode.
2013-01-23 Bill WendlingAdd the IR attribute 'sspstrong'.
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-28 Chandler CarruthFix a stunning oversight in the inline cost analysis...
2012-12-28 Chandler CarruthTeach the inline cost analysis about calls that can...
2012-12-20 James MolloyAdd a new attribute, 'noduplicate'. If a function conta...
2012-12-13 Quentin ColombetTake into account minimize size attribute in the inliner.
2012-11-27 Bill WendlingRemove the dependent libraries feature.
2012-11-13 Alexey SamsonovFigure out <size> argument of llvm.lifetime intrinsics...
2012-09-19 Nadav Rotemrename test
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-08-17 Benjamin KramerFix broken check lines.
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-05-23 Patrik HägglundFix the inliner so that the optsize function attribute...
2012-04-06 Chandler CarruthSink the collection of return instructions until after...
2012-04-06 Chandler CarruthTweak this test to ensure the inliner did indeed fire...
2012-04-06 Chandler CarruthActually finish this sentence in the comment the way...
2012-04-06 Chandler CarruthSink the return instruction collection until after...
2012-04-01 Chandler CarruthAdd some more testing to cover the remaining two cases...
2012-04-01 Chandler CarruthFix a pretty scary bug I introduced into the always...
2012-04-01 Chandler CarruthReplace four tiny tests with various uses of grep and...
2012-03-31 Chandler CarruthInitial commit for the rewrite of the inline cost analy...
2012-03-31 Chandler CarruthClean up the naming in this test. Someone pointed this...
2012-03-31 Chandler CarruthFileCheck-ize this test, and generally tidy it up prior...
2012-03-28 Chandler CarruthSwitch to WeakVHs in the value mapper, and aggressively...
2012-03-25 Chandler CarruthTeach the function cloner (and thus the inliner) to...
2012-03-25 Chandler CarruthMove the instruction simplification of callsite argumen...
2012-03-24 Chandler CarruthFileCheck-ize this test. Note the FIXME I've introduced...
2012-03-16 Chandler CarruthRip out support for 'llvm.noinline'. This thing has...
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-12 Chandler CarruthWhen inlining a function and adding its inner call...
2012-03-12 Chandler CarruthFileCheck-ize this test.
2012-03-09 Chandler CarruthUndo a previous restriction on the inline cost calculat...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-25 Nick LewyckySupport pointer comparisons against constants, when...
2012-01-20 Nick LewyckyFix CountCodeReductionForAlloca to more accurately...
2011-12-18 Joerg SonnenbergerAllow inlining of functions with returns_twice calls...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-10-21 Eli FriedmanRemap blockaddress correctly when inlining a function...
2011-09-19 Bill WendlingReplace more uses of 'unwind' in the tests with calls...
2011-09-19 Bill WendlingThis testcase is dead. It doesn't inline even if I...
2011-09-02 Bill WendlingTry to eliminate the use of the 'unwind' instruction.
2011-09-02 Bill WendlingUpdate to new EH scheme.
2011-09-01 Bill WendlingUpdate to new EH scheme.
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnerremove parser support for the obsolete "multiple return...
2011-06-09 John McCallSplitCriticalEdge can sometimes split the edge from...
2011-06-01 John McCallFirst, do no harm -- even if we can't find a selector...
2011-05-30 John McCallAdd the test case for phis in the outer landing pad...
2011-05-28 John McCallImplement and document the llvm.eh.resume intrinsic...
2011-05-27 John McCallFix the inliner to maintain the current de facto invoke...
2011-05-22 Nick LewyckyCommit test change, forgotten as part of r131838.
2011-05-22 Nick LewyckyTeach the inliner to emit llvm.lifetime.start/end,...
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
next