OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98cabe7
)
* tree-inline.c (eni_inlining_weights): Remove.
author
hubicka
<hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 27 Apr 2010 05:41:33 +0000
(
05:41
+0000)
committer
Masaki Muranaka
<monaka@monami-software.com>
Sun, 23 May 2010 05:36:11 +0000
(14:36 +0900)
(estimate_num_insns): Special case more builtins.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158766
138bc75d
-0d04-0410-961f-
82ee72b054a4
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index
326bae6
..
336260d
100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-1,3
+1,8
@@
+2010-04-27 Jan Hubicka <jh@suse.cz>
+
+ * tree-inline.c (eni_inlining_weights): Remove.
+ (estimate_num_insns): Special case more builtins.
+
2010-04-27 Shujing Zhao <pearly.zhao@oracle.com>
PR c/32207