index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
Transforms
/
Inline
Commit message (
Expand
)
Author
Age
Files
Lines
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
2
-48
/
+38
*
Handle address spaces in TargetTransformInfo
Matt Arsenault
2013-08-28
1
-1
/
+44
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
*
Disable inlining between sanitized and non-sanitized functions.
Evgeniy Stepanov
2013-08-08
1
-0
/
+112
*
Have InlineCost check constant fcmps
Matt Arsenault
2013-07-20
1
-0
/
+31
*
Fix comparisons of alloca alignment in inliner merging
Hal Finkel
2013-07-17
1
-0
/
+33
*
When the inliner merges allocas, it must keep the larger alignment
Hal Finkel
2013-07-16
2
-0
/
+187
*
Fixup to r186268 and r186269: don't append -LABEL to CHECK-NOT. No functional...
Stephen Lin
2013-07-14
2
-3
/
+3
*
Catch more CHECK that can be converted to CHECK-LABEL in Transforms for easie...
Stephen Lin
2013-07-14
5
-8
/
+8
*
Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...
Stephen Lin
2013-07-14
16
-43
/
+43
*
Update test. There may be multiple catches, but those will be cleaned up.
Bill Wendling
2013-03-22
1
-0
/
+5
*
Update some EH tests that were violating the new EH model.
Bill Wendling
2013-03-21
2
-3
/
+11
*
Revert the test moves from 176733. Use "REQUIRES: asserts" instead.
Jan Wen Voung
2013-03-12
2
-4
/
+1
*
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
2
-0
/
+4
*
InstCombine: Don't shrink allocas when combining with a bitcast.
Jim Grosbach
2013-03-06
1
-1
/
+1
*
Use references to attribute groups on the call/invoke instructions.
Bill Wendling
2013-02-22
1
-1
/
+6
*
Modify the LLVM assembly output so that it uses references to represent funct...
Bill Wendling
2013-02-20
1
-16
/
+21
*
Remove the AttrBuilder form of the Attribute::get creators.
Bill Wendling
2013-01-31
1
-19
/
+19
*
Convert getAttributes() to return an AttributeSetNode.
Bill Wendling
2013-01-29
1
-10
/
+10
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-0
/
+155
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
1
-2
/
+5
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2013-01-01
4
-5
/
+5
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
1
-1
/
+1
*
Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...
Dmitri Gribenko
2012-12-30
8
-9
/
+9
*
Fix a stunning oversight in the inline cost analysis. It was never
Chandler Carruth
2012-12-28
1
-0
/
+38
*
Teach the inline cost analysis about calls that can be simplified and
Chandler Carruth
2012-12-28
1
-0
/
+38
*
Add a new attribute, 'noduplicate'. If a function contains a noduplicate call...
James Molloy
2012-12-20
1
-0
/
+45
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-0
/
+232
*
Remove the dependent libraries feature.
Bill Wendling
2012-11-27
2
-2
/
+0
*
Figure out <size> argument of llvm.lifetime intrinsics at the moment they are...
Alexey Samsonov
2012-11-13
2
-11
/
+56
*
rename test
Nadav Rotem
2012-09-19
1
-0
/
+0
*
Prevent inlining of callees which allocate lots of memory into a recursive ca...
Nadav Rotem
2012-09-19
1
-0
/
+38
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
1
-1
/
+0
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
1
-0
/
+193
*
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
1
-0
/
+62
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
3
-3
/
+3
*
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
1
-2
/
+2
*
Convert all tests using TCL-style quoting to use shell-style quoting.
Chandler Carruth
2012-07-02
4
-5
/
+5
*
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
1
-0
/
+33
*
Sink the collection of return instructions until after *all*
Chandler Carruth
2012-04-06
1
-0
/
+37
*
Tweak this test to ensure the inliner did indeed fire. Thanks to Richard
Chandler Carruth
2012-04-06
1
-0
/
+1
*
Actually finish this sentence in the comment the way I intended. Thanks
Chandler Carruth
2012-04-06
1
-1
/
+1
*
Sink the return instruction collection until after we're done deleting
Chandler Carruth
2012-04-06
1
-0
/
+37
*
Add some more testing to cover the remaining two cases where
Chandler Carruth
2012-04-01
1
-0
/
+45
*
Fix a pretty scary bug I introduced into the always inliner with
Chandler Carruth
2012-04-01
1
-0
/
+38
*
Replace four tiny tests with various uses of grep and not with a single
Chandler Carruth
2012-04-01
5
-46
/
+42
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
5
-55
/
+153
*
Clean up the naming in this test. Someone pointed this out in review at
Chandler Carruth
2012-03-31
1
-3
/
+3
*
FileCheck-ize this test, and generally tidy it up prior to changing
Chandler Carruth
2012-03-31
1
-21
/
+26
[next]