index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
/
InlineSimple.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-1
/
+1
*
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
1
-1
/
+1
*
Use hasDefinitiveInitializer() instead of testing the same thing
Dan Gohman
2009-08-19
1
-1
/
+1
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
1
-0
/
+3
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
1
-1
/
+1
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-1
/
+1
*
Large mechanical patch.
Devang Patel
2008-09-25
1
-1
/
+1
*
Put FN_NOTE_AlwaysInline and others in FnAttr namespace.
Devang Patel
2008-09-24
1
-1
/
+1
*
Move FN_NOTE_AlwaysInline and other out of ParamAttrs namespace.
Devang Patel
2008-09-23
1
-1
/
+1
*
Use parameter attribute store (soon to be renamed) for
Devang Patel
2008-09-23
1
-1
/
+1
*
Add hasNote() to check note associated with a function.
Devang Patel
2008-09-22
1
-1
/
+1
*
Add parentheses to make code more readable.
Devang Patel
2008-09-03
1
-1
/
+1
*
Check noinline note and ignore other notes.
Devang Patel
2008-09-03
1
-1
/
+1
*
Handle "noinline" note inside the simple inliner.
Devang Patel
2008-09-03
1
-0
/
+5
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-2
/
+4
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-0
/
+3
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
1
-0
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing ...
Anton Korobeynikov
2007-11-22
1
-0
/
+4
*
Use SmallPtrSet.
Devang Patel
2007-07-27
1
-2
/
+3
*
Add BasicInliner interface.
Devang Patel
2007-07-25
1
-246
/
+6
*
fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
Chris Lattner
2007-06-25
1
-4
/
+8
*
Inliner pass header file was moved.
Tanya Lattner
2007-06-19
1
-1
/
+2
*
Formating fixes.
Tanya Lattner
2007-06-07
1
-4
/
+4
*
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-06-06
1
-1
/
+43
*
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
1
-0
/
+1
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+2
*
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
1
-3
/
+4
*
Inherit CallGraphSCCPass directly from Pass.
Devang Patel
2007-01-26
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-27
1
-6
/
+3
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+1
*
Make inlining costs more accurate.
Chris Lattner
2006-09-09
1
-3
/
+26
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
Permit inlining functions that contain dynamic allocations now that
Chris Lattner
2006-01-13
1
-27
/
+4
*
teach the inliner about coldcc and noreturn functions
Chris Lattner
2005-05-18
1
-0
/
+15
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Ignore debugger intrinsics when doing inlining size computations.
Chris Lattner
2004-11-22
1
-1
/
+2
*
Change this back so that I get stable numbers to reflect the change from the
Chris Lattner
2004-11-09
1
-1
/
+1
*
VERY large functions that are only called from one place are not really
Chris Lattner
2004-11-07
1
-1
/
+1
*
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-20
1
-1
/
+1
*
This patch makes the inliner refuse to inline functions that have alloca
Chris Lattner
2004-08-12
1
-25
/
+57
*
bug 122:
Reid Spencer
2004-07-18
1
-3
/
+2
*
Remove the "really gross hacks" that are there to deal with recursive functions.
Chris Lattner
2004-04-08
1
-7
/
+1
*
Restore old inlining heuristic. As the comment indicates, this is a nasty
Chris Lattner
2004-03-15
1
-1
/
+8
*
This change makes two big adjustments.
Chris Lattner
2004-03-13
1
-11
/
+49
[next]