aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline
Commit message (Expand)AuthorAgeFilesLines
* Update test. There may be multiple catches, but those will be cleaned up.Bill Wendling2013-03-221-0/+5
* Update some EH tests that were violating the new EH model.Bill Wendling2013-03-212-3/+11
* Revert the test moves from 176733. Use "REQUIRES: asserts" instead.Jan Wen Voung2013-03-122-4/+1
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-0/+4
* InstCombine: Don't shrink allocas when combining with a bitcast.Jim Grosbach2013-03-061-1/+1
* Use references to attribute groups on the call/invoke instructions.Bill Wendling2013-02-221-1/+6
* Modify the LLVM assembly output so that it uses references to represent funct...Bill Wendling2013-02-201-16/+21
* Remove the AttrBuilder form of the Attribute::get creators.Bill Wendling2013-01-311-19/+19
* Convert getAttributes() to return an AttributeSetNode.Bill Wendling2013-01-291-10/+10
* Add the IR attribute 'sspstrong'.Bill Wendling2013-01-231-0/+155
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-011-2/+5
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2013-01-014-5/+5
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-301-1/+1
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-308-9/+9
* Fix a stunning oversight in the inline cost analysis. It was neverChandler Carruth2012-12-281-0/+38
* Teach the inline cost analysis about calls that can be simplified andChandler Carruth2012-12-281-0/+38
* Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...James Molloy2012-12-201-0/+45
* Take into account minimize size attribute in the inliner.Quentin Colombet2012-12-131-0/+232
* Remove the dependent libraries feature.Bill Wendling2012-11-272-2/+0
* Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...Alexey Samsonov2012-11-132-11/+56
* rename testNadav Rotem2012-09-191-0/+0
* Prevent inlining of callees which allocate lots of memory into a recursive ca...Nadav Rotem2012-09-191-0/+38
* Fix broken check lines.Benjamin Kramer2012-08-171-1/+0
* PR13095: Give an inline cost bonus to functions using byval arguments.Benjamin Kramer2012-08-071-0/+193
* Fix PR13412, a nasty miscompile due to the interleavedChandler Carruth2012-08-071-0/+62
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-023-3/+3
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-021-2/+2
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-024-5/+5
* Fix the inliner so that the optsize function attribute don't alter thePatrik Hägglund2012-05-231-0/+33
* Sink the collection of return instructions until after *all*Chandler Carruth2012-04-061-0/+37
* Tweak this test to ensure the inliner did indeed fire. Thanks to RichardChandler Carruth2012-04-061-0/+1
* Actually finish this sentence in the comment the way I intended. ThanksChandler Carruth2012-04-061-1/+1
* Sink the return instruction collection until after we're done deletingChandler Carruth2012-04-061-0/+37
* Add some more testing to cover the remaining two cases whereChandler Carruth2012-04-011-0/+45
* Fix a pretty scary bug I introduced into the always inliner withChandler Carruth2012-04-011-0/+38
* Replace four tiny tests with various uses of grep and not with a singleChandler Carruth2012-04-015-46/+42
* Initial commit for the rewrite of the inline cost analysis to operateChandler Carruth2012-03-315-55/+153
* Clean up the naming in this test. Someone pointed this out in review atChandler Carruth2012-03-311-3/+3
* FileCheck-ize this test, and generally tidy it up prior to changingChandler Carruth2012-03-311-21/+26
* Switch to WeakVHs in the value mapper, and aggressively prune dead basicChandler Carruth2012-03-281-10/+0
* Teach the function cloner (and thus the inliner) to simplify PHINodesChandler Carruth2012-03-251-3/+33
* Move the instruction simplification of callsite arguments in the inlinerChandler Carruth2012-03-251-0/+45
* FileCheck-ize this test. Note the FIXME I've introduced here: we'veChandler Carruth2012-03-241-4/+14
* Rip out support for 'llvm.noinline'. This thing has a strange history...Chandler Carruth2012-03-161-46/+0
* Extend the inline cost calculation to account for bonuses due toChandler Carruth2012-03-141-0/+56
* When inlining a function and adding its inner call sites to theChandler Carruth2012-03-121-0/+75
* FileCheck-ize this test.Chandler Carruth2012-03-121-10/+10
* Undo a previous restriction on the inline cost calculation which NickChandler Carruth2012-03-091-0/+41
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Remove all references to the old EH.Bill Wendling2012-01-311-4/+0