index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
Inline
Age
Commit message (
Expand
)
Author
2013-03-22
Update test. There may be multiple catches, but those will be cleaned up.
Bill Wendling
2013-03-21
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-12
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-06
InstCombine: Don't shrink allocas when combining with a bitcast.
Jim Grosbach
2013-02-22
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-20
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-01-31
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-29
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-23
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-01
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-28
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-20
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-13
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-11-27
Remove the dependent libraries feature.
Bill Wendling
2012-11-13
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-09-19
rename test
Nadav Rotem
2012-09-19
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-08-17
Fix broken check lines.
Benjamin Kramer
2012-08-07
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-07-02
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-05-23
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-04-06
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
Actually finish this sentence in the comment the way I intended. Thanks
Chandler Carruth
2012-04-06
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-01
Add some more testing to cover the remaining two cases where
Chandler Carruth
2012-04-01
Fix a pretty scary bug I introduced into the always inliner with
Chandler Carruth
2012-04-01
Replace four tiny tests with various uses of grep and not with a single
Chandler Carruth
2012-03-31
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
Clean up the naming in this test. Someone pointed this out in review at
Chandler Carruth
2012-03-31
FileCheck-ize this test, and generally tidy it up prior to changing
Chandler Carruth
2012-03-28
Switch to WeakVHs in the value mapper, and aggressively prune dead basic
Chandler Carruth
2012-03-25
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-24
FileCheck-ize this test. Note the FIXME I've introduced here: we've
Chandler Carruth
2012-03-16
Rip out support for 'llvm.noinline'. This thing has a strange history...
Chandler Carruth
2012-03-14
Extend the inline cost calculation to account for bonuses due to
Chandler Carruth
2012-03-12
When inlining a function and adding its inner call sites to the
Chandler Carruth
2012-03-12
FileCheck-ize this test.
Chandler Carruth
2012-03-09
Undo a previous restriction on the inline cost calculation which Nick
Chandler Carruth
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-31
Remove all references to the old EH.
Bill Wendling
[next]