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
/
include
/
llvm
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a SmallPtrSet instead of std::set.
Dale Johannesen
2009-03-23
1
-2
/
+1
*
Clear the cached cost when removing a function in
Dale Johannesen
2009-03-19
1
-0
/
+7
*
Adjustments to last patch based on review.
Dale Johannesen
2009-01-09
1
-0
/
+5
*
Do now allow InlineAlways pass to remove dead functions.
Devang Patel
2008-11-05
1
-0
/
+4
*
Add InlineCost class for represent the estimated cost of inlining a
Daniel Dunbar
2008-10-30
1
-1
/
+2
*
Factor shouldInline method out of Inliner.
Daniel Dunbar
2008-10-29
1
-1
/
+5
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Revert 51775.
Evan Cheng
2008-05-30
1
-2
/
+2
*
Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.
Evan Cheng
2008-05-30
1
-2
/
+2
*
Increasing the inline limit from (overly conservative) 200 to 300. Given each...
Evan Cheng
2008-03-24
1
-0
/
+5
*
Allow clients to specify the inline threshold when creating
Chris Lattner
2008-01-12
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
More explicit keywords.
Dan Gohman
2007-08-01
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+64