summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline
Commit message (Expand)AuthorAge
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-19
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-15
* Revert "Don't insert lifetime.end markers between a musttail call and ret"Reid Kleckner2014-05-15
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-15
* Teach the inliner how to preserve musttail invariantsReid Kleckner2014-05-15
* Revert test commit. Removed blank line.Dario Domizioli2014-05-08
* Test commit. Added blank line.Dario Domizioli2014-05-08
* [inliner] Significantly improve the compile time in cases like PR19499Chandler Carruth2014-04-28
* [inline cold threshold] Command line argument for inline threshold willManman Ren2014-04-25
* Fix PR7272 in -tailcallelim instead of the inlinerReid Kleckner2014-04-21
* Reverse 206485.Gerolf Hoflehner2014-04-17
* Inline a function when the always_inline attributeGerolf Hoflehner2014-04-17
* Add lifetime markers for allocas created to hold byval arguments, make themJulien Lerouge2014-04-15
* Handle vlas during inline cost computation if they'll be turnedEric Christopher2014-04-07
* Set default of inlinecold-threshold to 225.Manman Ren2014-02-06
* Inliner uses a smaller inline threshold for callees with cold attribute.Manman Ren2014-02-05
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-01
* Fix known typosAlp Toker2014-01-24
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-13
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-13
* Fix spelling in comment in test: "themselve" -> "themselves"Mark Seaborn2013-12-12
* Fix inlining to not lose the "cleanup" clause from landingpadsMark Seaborn2013-12-08
* Fix inlining to not produce duplicate landingpad clausesMark Seaborn2013-12-08
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-18
* Rename testing case to use - instead of _.Manman Ren2013-11-04
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-03
* Add comments.Manman Ren2013-11-01
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-31
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-24
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-30
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-28
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-12
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-08
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-20
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-17
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-16
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-14
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-14
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-22
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-21
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-12
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-06
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-22
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-20
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-31
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-29