summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline
Commit message (Expand)AuthorAge
* PR4123: don't crash when inlining a call which uses its own result.Eli Friedman2009-05-08
* While inlining, clone llvm.dbg.func.start intrinsic and adjust Devang Patel2009-04-15
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* If a function is marked alwaysinline, it must be inlined (possibly for correc...Evan Cheng2009-03-10
* Fix a nasty bug (PR3550) where the inline pass could incorrectly mark Chris Lattner2009-02-12
* Do not clone llvm.dbg.func.start and corresponding llvm.dbg.region.end durin...Devang Patel2009-02-10
* Revert r63600. It didn't fix the bug, it just moved it a bit.Nick Lewycky2009-02-03
* Update the callgraph when replacing InvokeInst with CallInst when inlining.Nick Lewycky2009-02-03
* Fix testsuite regressions from recursive inlining.Dale Johannesen2009-01-13
* Enable recursive inlining. Reduce inlining thresholdDale Johannesen2009-01-12
* Do not inline functions with (dynamic) alloca intoDale Johannesen2009-01-08
* Add PR number.Devang Patel2008-11-05
* New test case.Devang Patel2008-11-05
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-30
* Implement function notes as function attributes. Devang Patel2008-09-26
* Rationalize the names of passes that print information:Duncan Sands2008-09-23
* respect inline=never and inline=always notes.Devang Patel2008-09-02
* Move two tests from SRETPromotion to Inline, since they only call opt -inline.Matthijs Kooijman2008-08-07
* Let some more tests ignore expected output on stderr.Matthijs Kooijman2008-06-10
* Eliminate questionable syntax for stdin redirection. This probably also speed...Gabor Greif2008-05-20
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* Update old-style syntax in some "not grep" tests.Dan Gohman2008-05-01
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-25
* rename *.llx -> *.ll, last batch.Chris Lattner2008-04-19
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-10
* Update the inliner and simplifycfg to handle unwind_to.Nick Lewycky2008-03-09
* Use cast instead of dyn_cast.Devang Patel2008-03-04
* Handle multiple return values.Devang Patel2008-03-04
* Remove llvm-upgrade and update test cases.Tanya Lattner2008-03-01
* Revert r46393: readonly/readnone functions are noDuncan Sands2008-01-27
* Invert this test, because it is wrong if we allowDuncan Sands2008-01-26
* we don't have to make an explicit copy of a byval argument when Chris Lattner2008-01-12
* When inlining a functino with a byval argument, make an explicit Chris Lattner2008-01-11
* When inlining through an 'nounwind' call, mark inlinedDuncan Sands2007-12-19
* Make invokes of inline asm legal. Teach codegenDuncan Sands2007-12-17
* Make instcombine promote inline asm calls to 'nounwind'Duncan Sands2007-12-16
* Convert .cvsignore filesJohn Criswell2007-06-29
* new testcase, the inliner shouldn't inline this.Chris Lattner2007-06-25
* Instruct the inliner to obey the noinline attribute. Add test case.Tanya Lattner2007-06-06
* update syntaxChris Lattner2007-04-28
* For PR1319:Reid Spencer2007-04-16
* testcase for PR1335Chris Lattner2007-04-15
* For PR1319:Reid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* For PR950:Reid Spencer2006-12-31
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-02
* For PR950:Reid Spencer2006-11-27
* new testcases for PR992/993Chris Lattner2006-11-09
* The inliner strips dead allocas now. Add a use to allow this test toChris Lattner2006-09-15