summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/Inline
Commit message (Expand)AuthorAgeFilesLines
* Revert "DI: Fold constant arguments into a single MDString"Duncan P. N. Exon Smith2014-10-022-3/+3
* DI: Fold constant arguments into a single MDStringDuncan P. N. Exon Smith2014-10-022-3/+3
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+8
* Revert r218778 while investigating buldbot breakage.Adrian Prantl2014-10-011-8/+8
* Move the complex address expression out of DIVariable and into an extraAdrian Prantl2014-10-011-8/+8
* Add functions for finding ephemeral valuesHal Finkel2014-09-071-0/+32
* Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadataHal Finkel2014-09-011-1/+1
* Fix AddAliasScopeMetadata again - alias.scope must be a complete descriptionHal Finkel2014-09-011-0/+3
* Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointersHal Finkel2014-08-301-5/+5
* Declare that musttail calls in variadic functions forward the ellipsisReid Kleckner2014-08-261-0/+22
* Copy noalias metadata from call sites to inlined instructionsHal Finkel2014-08-141-0/+84
* Add noalias metadata for general calls (not just memory intrinsics) during in...Hal Finkel2014-08-141-0/+41
* Convert noalias parameter attributes into noalias metadata during inliningHal Finkel2014-07-252-0/+173
* Add new lines to debugging information.Richard Trieu2014-07-031-0/+9
* Suppress inlining when the block address is takenGerolf Hoflehner2014-07-011-2/+3
* DebugInfo: Preserve debug location information when transforming a call into ...David Blaikie2014-06-301-0/+37
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-0/+60
* Check the alwaysinline attribute on the call as well as on the caller.Peter Collingbourne2014-05-191-0/+11
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-151-0/+36
* Revert "Don't insert lifetime.end markers between a musttail call and ret"Reid Kleckner2014-05-151-36/+0
* Don't insert lifetime.end markers between a musttail call and retReid Kleckner2014-05-151-0/+36
* Teach the inliner how to preserve musttail invariantsReid Kleckner2014-05-151-9/+140
* Revert test commit. Removed blank line.Dario Domizioli2014-05-081-1/+0
* Test commit. Added blank line.Dario Domizioli2014-05-081-0/+1
* [inliner] Significantly improve the compile time in cases like PR19499Chandler Carruth2014-04-281-0/+60
* [inline cold threshold] Command line argument for inline threshold willManman Ren2014-04-251-2/+114
* Fix PR7272 in -tailcallelim instead of the inlinerReid Kleckner2014-04-211-4/+17
* Reverse 206485.Gerolf Hoflehner2014-04-172-27/+1
* Inline a function when the always_inline attributeGerolf Hoflehner2014-04-172-1/+27
* Add lifetime markers for allocas created to hold byval arguments, make themJulien Lerouge2014-04-152-1/+28
* Handle vlas during inline cost computation if they'll be turnedEric Christopher2014-04-071-0/+38
* Set default of inlinecold-threshold to 225.Manman Ren2014-02-061-1/+1
* Inliner uses a smaller inline threshold for callees with cold attribute.Manman Ren2014-02-051-0/+88
* [inliner] Skip debug intrinsics even earlier in computing the inlineChandler Carruth2014-02-011-0/+55
* Fix known typosAlp Toker2014-01-241-1/+1
* [inliner] Fix PR18206 by preventing inlining functions that call setjmpChandler Carruth2013-12-131-14/+57
* [inliner] Completely change (and fix) how the inline cost analysisChandler Carruth2013-12-131-0/+45
* Fix spelling in comment in test: "themselve" -> "themselves"Mark Seaborn2013-12-121-1/+1
* Fix inlining to not lose the "cleanup" clause from landingpadsMark Seaborn2013-12-081-0/+39
* Fix inlining to not produce duplicate landingpad clausesMark Seaborn2013-12-082-5/+117
* The 'optnone' attribute means don't inline anything into this functionPaul Robinson2013-11-181-0/+52
* Rename testing case to use - instead of _.Manman Ren2013-11-041-0/+0
* Revert "Inliner: Handle readonly attribute per argument when adding memcpy"David Majnemer2013-11-031-23/+21
* Add comments.Manman Ren2013-11-011-0/+2
* Do not convert "call asm" to "invoke asm" in Inliner.Manman Ren2013-10-311-0/+30
* Inliner: Handle readonly attribute per argument when adding memcpyTom Stellard2013-10-241-4/+29
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-09-302-48/+38
* Handle address spaces in TargetTransformInfoMatt Arsenault2013-08-281-1/+44
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-1/+0
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-1/+1
OpenPOWER on IntegriCloud