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
*
available_externall linkage is not local, this was confusing the codegenerator,
Torok Edwin
2009-05-23
1
-1
/
+2
*
Use a SmallPtrSet instead of std::set.
Dale Johannesen
2009-03-23
1
-2
/
+2
*
Clear the cached cost when removing a function in
Dale Johannesen
2009-03-19
1
-7
/
+12
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-2
/
+2
*
Enable recursive inlining. Reduce inlining threshold
Dale Johannesen
2009-01-12
1
-5
/
+5
*
Increase default inlining aggressiveness in partial
Dale Johannesen
2009-01-11
1
-2
/
+2
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
1
-0
/
+5
*
Fix error where it wasn't getting the correct caller function.
Bill Wendling
2008-11-21
1
-1
/
+2
*
If the function being inlined has a higher stack protection level than the
Bill Wendling
2008-11-21
1
-0
/
+9
*
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-05
1
-0
/
+10
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
1
-1
/
+14
*
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-29
1
-18
/
+26
*
Implement function notes as function attributes.
Devang Patel
2008-09-26
1
-1
/
+2
*
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
*
Use removeAllCalledFunctions rather than removing
Duncan Sands
2008-09-05
1
-5
/
+3
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-4
/
+4
*
Update inline threshold for current function if the notes say, optimize for s...
Devang Patel
2008-09-03
1
-2
/
+9
*
Handle "always inline" note during inline cost analysis.
Devang Patel
2008-09-03
1
-6
/
+1
*
Handle "noinline" note inside the simple inliner.
Devang Patel
2008-09-03
1
-4
/
+2
*
s/FP_AlwaysInline/FN_NOTE_AlwaysInline/g
Devang Patel
2008-09-02
1
-2
/
+2
*
respect inline=never and inline=always notes.
Devang Patel
2008-09-02
1
-1
/
+8
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+2
*
Make several variable declarations static.
Dan Gohman
2008-05-06
1
-1
/
+1
*
1. Drop default inline threshold back down to 200.
Evan Cheng
2008-04-01
1
-2
/
+2
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-4
/
+6
*
allow specified inline threshold to be negative, as the value is
Chris Lattner
2008-03-01
1
-1
/
+1
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
1
-0
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
1
-2
/
+2
*
Inliner pass header file was moved.
Tanya Lattner
2007-06-19
1
-1
/
+1
*
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
1
-3
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-1
/
+3
*
the inliner pass now passes targetdata down through the inliner api's
Chris Lattner
2007-01-30
1
-3
/
+14
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-2
/
+2
*
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-19
1
-3
/
+4
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Replace #include <iostream> with llvm_* streams.
Bill Wendling
2006-11-26
1
-10
/
+8
*
second patch to fix PR992/993.
Chris Lattner
2006-11-09
1
-4
/
+17
*
Minimal patch to fix PR992/PR993
Chris Lattner
2006-11-09
1
-2
/
+1
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+0
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
1
-2
/
+2
*
Remove some dead variables.
Chris Lattner
2006-05-12
1
-1
/
+0
*
Make iostream #inclusion explicit
Chris Lattner
2006-01-22
1
-0
/
+1
*
Let the inliner update the callgraph to reflect the changes it makes, instead
Chris Lattner
2006-01-14
1
-12
/
+2
[next]