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
/
lib
/
Transforms
/
IPO
/
Inliner.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix comparisons of alloca alignment in inliner merging
Hal Finkel
2013-07-17
1
-3
/
+12
*
When the inliner merges allocas, it must keep the larger alignment
Hal Finkel
2013-07-16
1
-2
/
+16
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-10
/
+35
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
1
-7
/
+14
*
Make this parameter be named consistently with most other
Chandler Carruth
2012-12-27
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-9
/
+9
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-2
/
+4
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-9
/
+9
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-2
/
+2
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-6
/
+7
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
1
-6
/
+6
*
Fix an 80 char line limit.
Nadav Rotem
2012-09-13
1
-1
/
+2
*
Make MemoryBuiltins aware of TargetLibraryInfo.
Benjamin Kramer
2012-08-29
1
-1
/
+3
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
1
-8
/
+11
*
Add two statistics to help track how we are computing the inline cost.
Chandler Carruth
2012-04-11
1
-0
/
+6
*
Belatedly address some code review from Chris.
Chandler Carruth
2012-04-01
1
-1
/
+1
*
Remove a bunch of empty, dead, and no-op methods from all of these
Chandler Carruth
2012-03-31
1
-8
/
+0
*
Initial commit for the rewrite of the inline cost analysis to operate
Chandler Carruth
2012-03-31
1
-30
/
+23
*
Make a seemingly tiny change to the inliner and fix the generated code
Chandler Carruth
2012-03-27
1
-1
/
+1
*
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
1
-36
/
+1
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
1
-17
/
+23
*
Change where we enable the heuristic that delays inlining into functions
Chandler Carruth
2012-03-14
1
-7
/
+14
*
When inlining a function and adding its inner call sites to the
Chandler Carruth
2012-03-12
1
-1
/
+35
*
Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These
Chad Rosier
2012-02-25
1
-6
/
+7
*
Refactor code from inlining and globalopt that checks whether a function defi...
Eli Friedman
2011-10-20
1
-4
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Remove unused STL header includes.
Jay Foad
2011-04-23
1
-1
/
+0
*
Improve the accuracy of the inlining heuristic looking for the
Dale Johannesen
2011-01-04
1
-9
/
+14
*
Fix PR8735, a really terrible problem in the inliner's "alloca merging"
Chris Lattner
2010-12-06
1
-3
/
+19
*
improve -debug output and comments a little.
Chris Lattner
2010-12-06
1
-3
/
+5
*
Let the -inline-threshold command line argument take precedence over the
Jakob Stoklund Olesen
2010-11-02
1
-1
/
+2
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
1
-4
/
+4
*
Grammar.
Eric Christopher
2010-07-13
1
-1
/
+1
*
Avoid swap when a copy suffices.
Benjamin Kramer
2010-05-31
1
-1
/
+1
*
revert r102831. We already delete dead readonly calls in
Chris Lattner
2010-05-01
1
-8
/
+1
*
Disable the call-deletion transformation introduced in r86975. Without
Owen Anderson
2010-05-01
1
-1
/
+8
*
rename InlineInfo.DevirtualizedCalls -> InlinedCalls to
Chris Lattner
2010-05-01
1
-4
/
+4
*
The inliner has traditionally not considered call sites
Chris Lattner
2010-05-01
1
-9
/
+48
*
remove #if 1's.
Chris Lattner
2010-04-25
1
-2
/
+0
*
enable my inliner change: add newly devirtualized call sites to
Chris Lattner
2010-04-23
1
-1
/
+1
*
switch InlineInfo.DevirtualizedCalls's list to be of WeakVH.
Chris Lattner
2010-04-23
1
-2
/
+4
*
disable my previous inliner patch, it appears to be busting self-host.
Chris Lattner
2010-04-23
1
-0
/
+2
*
The inliner was choosing to not consider call sites
Chris Lattner
2010-04-22
1
-1
/
+7
*
refactor the interface to InlineFunction so that most of the in/out
Chris Lattner
2010-04-22
1
-7
/
+6
[next]