aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/Inline
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-1810-19/+113
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-0941-702/+621
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2315-89/+637
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0211-14/+488
* Update LLVM for rebase to r212749.Stephen Hines2014-07-213-2/+49
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-299-35/+523
* Update to LLVM 3.5a.Stephen Hines2014-04-247-7/+301
* Merging r197216:Bill Wendling2013-12-151-14/+57
* Merging r197215:Bill Wendling2013-12-151-0/+45
* 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
* Disable inlining between sanitized and non-sanitized functions.Evgeniy Stepanov2013-08-081-0/+112
* Have InlineCost check constant fcmpsMatt Arsenault2013-07-201-0/+31
* Fix comparisons of alloca alignment in inliner mergingHal Finkel2013-07-171-0/+33
* When the inliner merges allocas, it must keep the larger alignmentHal Finkel2013-07-162-0/+187
* Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...Stephen Lin2013-07-142-3/+3
* Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...Stephen Lin2013-07-145-8/+8
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-1416-43/+43
* 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