summaryrefslogtreecommitdiff
path: root/test/Transforms/Inline
Commit message (Expand)AuthorAge
* [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
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-23
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-01
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-28
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-28
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-20
* Take into account minimize size attribute in the inliner.Quentin Colombet2012-12-13
* Remove the dependent libraries feature.Bill Wendling2012-11-27
* Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov2012-11-13
* rename testNadav Rotem2012-09-19
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-19
* Fix broken check lines.Benjamin Kramer2012-08-17
* PR13095: Give an inline cost bonus to functions using byval arguments.Benjamin Kramer2012-08-07
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-07
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02