aboutsummaryrefslogtreecommitdiff
path: root/gcc/varpool.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-18lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka1-61/+105
2011-06-03varpool.c (varpool_extra_name_alias): Return NULL, not false.Jack Howarth1-1/+1
2011-02-03re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek1-0/+21
2011-01-21re PR tree-optimization/47391 (read from const volatile incorrectly eliminated)Jakub Jelinek1-2/+2
2010-11-20cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka1-0/+3
2010-11-16cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka1-27/+11
2010-11-11invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka1-1/+0
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-19/+26
2010-09-24re PR middle-end/45738 (ICE: tree check: expected var_decl, have debug_expr_d...Jan Hubicka1-2/+2
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-9/+30
2010-09-04foldconst-1.c: New testcase.Jan Hubicka1-0/+1
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-0/+31
2010-09-03passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka1-2/+6
2010-07-26re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson1-11/+0
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-2/+2
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-1/+1
2010-05-29* varpool.c (varpool_get_node): Fix lookup.Jan Hubicka1-1/+3
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka1-2/+23
2010-05-20re PR middle-end/44197 ([4.6 Regresssion] varpool SEGV)Jan Hubicka1-1/+1
2010-05-14cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka1-1/+1
2010-05-13varpool.c (decide_is_variable_needed): Drop code checking TREE_SYMBOL_REFEREN...Jan Hubicka1-7/+0
2010-05-12cgraph.h (struct varpool_node): Add aux.Jan Hubicka1-3/+3
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-0/+8
2010-05-04lto-symtab.c (lto_cgraph_replace_node): Do not remove edges; node will be rem...Jan Hubicka1-4/+17
2010-04-29gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka1-2/+4
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-19/+80
2010-04-21lto.c (globalize_cross_file_statics): When function has address taken, it nee...Jan Hubicka1-0/+6
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+51
2009-11-25Remove trailing white spaces.H.J. Lu1-6/+6
2009-11-12cgraph.h (varpool_node_name): Declare.Jan Hubicka1-7/+3
2009-10-08Fix 41626 from Jan HubickaJan Hubicka1-3/+2
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-6/+30
2009-04-02[multiple changes]Rafael Avila de Espindola1-0/+8
2009-02-28re PR debug/39267 (gdb testsuite regressions)Jan Hubicka1-23/+0
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek1-1/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1/+1
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-9/+5
2008-07-16cgraph.h (varpool_empty_needed_queue): Declare.Jan Hubicka1-7/+28
2007-11-02varpool.c (dump_varpool): Use 'next', not 'next_needed' when traversing pool.Tom Tromey1-2/+2
2007-08-24varpool.c (varpool_last_needed_node): Fix comment typo.Tom Tromey1-2/+3
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-05-28matrix-reorg.c: New file.Razya Ladelsky1-0/+26
2007-02-24re PR debug/29614 (DWARF information for function static variable is missing ...Steve Ellcey1-0/+3
2007-02-10Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson1-6/+14
2006-12-22* cgraphunit.c, varpool.c: Fix comment typos.Kazu Hirata1-1/+1
2006-12-22cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2006-12-11Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka1-0/+451