summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
Commit message (Expand)AuthorAgeFilesLines
* re PR middle-end/31490 (Compile error section type conflict)Jakub Jelinek2011-02-031-0/+21
* re PR tree-optimization/47391 (read from const volatile incorrectly eliminated)Jakub Jelinek2011-01-211-2/+2
* cgraph.c (ld_plugin_symbol_resolution_names): New.Jan Hubicka2010-11-201-0/+3
* cgraph.h (+varpool_can_remove_if_no_refs): Move here from ......Jan Hubicka2010-11-161-27/+11
* invoke.texi (-fwhopr): Merge into -flto section.Jan Hubicka2010-11-111-1/+0
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-19/+26
* re PR middle-end/45738 (ICE: tree check: expected var_decl, have debug_expr_d...Jan Hubicka2010-09-241-2/+2
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-9/+30
* foldconst-1.c: New testcase.Jan Hubicka2010-09-041-0/+1
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+31
* passes.c (rest_of_decl_compilation): Do not add local vars into varpol.Jan Hubicka2010-09-031-2/+6
* re PR target/44132 (emutls is broken under a range of circumstances.)Richard Henderson2010-07-261-11/+0
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-2/+2
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-1/+1
* * varpool.c (varpool_get_node): Fix lookup.Jan Hubicka2010-05-291-1/+3
* diagnostic-core.h: New.Joseph Myers2010-05-271-3/+3
* decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka2010-05-221-2/+23
* re PR middle-end/44197 ([4.6 Regresssion] varpool SEGV)Jan Hubicka2010-05-201-1/+1
* cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.Jan Hubicka2010-05-141-1/+1
* varpool.c (decide_is_variable_needed): Drop code checking TREE_SYMBOL_REFEREN...Jan Hubicka2010-05-131-7/+0
* cgraph.h (struct varpool_node): Add aux.Jan Hubicka2010-05-121-3/+3
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-0/+8
* lto-symtab.c (lto_cgraph_replace_node): Do not remove edges; node will be rem...Jan Hubicka2010-05-041-4/+17
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-2/+4
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-19/+80
* lto.c (globalize_cross_file_statics): When function has address taken, it nee...Jan Hubicka2010-04-211-0/+6
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-0/+51
* Remove trailing white spaces.H.J. Lu2009-11-251-6/+6
* cgraph.h (varpool_node_name): Declare.Jan Hubicka2009-11-121-7/+3
* Fix 41626 from Jan HubickaJan Hubicka2009-10-081-3/+2
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-6/+30
* [multiple changes]Rafael Avila de Espindola2009-04-021-0/+8
* re PR debug/39267 (gdb testsuite regressions)Jan Hubicka2009-02-281-23/+0
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-9/+5
* cgraph.h (varpool_empty_needed_queue): Declare.Jan Hubicka2008-07-161-7/+28
* varpool.c (dump_varpool): Use 'next', not 'next_needed' when traversing pool.Tom Tromey2007-11-021-2/+2
* varpool.c (varpool_last_needed_node): Fix comment typo.Tom Tromey2007-08-241-2/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* matrix-reorg.c: New file.Razya Ladelsky2007-05-281-0/+26
* re PR debug/29614 (DWARF information for function static variable is missing ...Steve Ellcey2007-02-241-0/+3
* Makefile.in (libgcc-support, [...]): Add emutls.c.Richard Henderson2007-02-101-6/+14
* * cgraphunit.c, varpool.c: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* cgraphunit.c, [...]: Fix comment typos.Kazu Hirata2006-12-221-1/+1
* Move all varpool routines out of cgraph/cgraphunit to varpool.cJan Hubicka2006-12-111-0/+451