summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
Commit message (Expand)AuthorAgeFilesLines
* PR middle-end/31490jakub2011-02-031-0/+21
* PR tree-optimization/47391jakub2011-01-211-2/+2
* * cgraph.c (ld_plugin_symbol_resolution_names): New.hubicka2010-11-201-0/+3
* * cgraph.h (+varpool_can_remove_if_no_refs): Move here from ...;hubicka2010-11-161-27/+11
* * doc/invoke.texi (-fwhopr): Merge into -flto section.hubicka2010-11-111-1/+0
* * lto-symtab.c (lto_symtab_entry_def): Add guessed field.hubicka2010-09-241-19/+26
* PR tree-optimization/45738hubicka2010-09-241-2/+2
* PR tree-optimize/45605hubicka2010-09-201-9/+30
* * gcc.dg/tree-ssa/foldconst-1.c: New testcase.hubicka2010-09-041-0/+1
* * cgraph.h (struct varpool_node): Add const_value_known.hubicka2010-09-031-0/+31
* * passes.c (rest_of_decl_compilation): Do not add local vars into varpol.hubicka2010-09-031-2/+6
* PR target/44132rth2010-07-261-11/+0
* gcc/ada:lauras2010-06-081-2/+2
* * tree-vrp.c (debug_value_range, debug_all_value_ranges,hubicka2010-05-291-1/+1
* * varpool.c (varpool_get_node): Fix lookup.hubicka2010-05-291-1/+3
* * diagnostic-core.h: New. Contents moved from diagnostic.h andjsm282010-05-271-3/+3
* * decl2.c (maybe_emit_vtables): Produce same comdat group when outputtinghubicka2010-05-221-2/+23
* PR middle-end/44197hubicka2010-05-201-1/+1
* * cgraph.h (ipa_discover_readonly_nonaddressable_vars): Declare.hubicka2010-05-141-1/+1
* * varpool.c (decide_is_variable_needed): Drop code checkinghubicka2010-05-131-7/+0
* * cgraph.h (struct varpool_node): Add aux.hubicka2010-05-121-3/+3
* * cgraphbuild.c (record_reference_ctx): Add varpool_node.hubicka2010-05-061-0/+8
* * lto-symtab.c (lto_cgraph_replace_node): Do not remove edges;hubicka2010-05-041-4/+17
* * gengtype.c (open_base_files): Add lto-streamer.hhubicka2010-04-291-2/+4
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.hubicka2010-04-291-19/+80
* * lto.c (globalize_cross_file_statics): When function has address taken,hubicka2010-04-211-0/+6
* * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, steven2010-04-021-1/+1
* PR c++/12909jason2010-03-031-0/+51
* Remove trailing white spaces.hjl2009-11-251-6/+6
* * cgraph.h (varpool_node_name): Declare.hubicka2009-11-121-7/+3
* Fix 41626 from Jan Hubickameissner2009-10-081-3/+2
* * lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones hashubicka2009-10-071-6/+30
* 2009-04-02 Rafael Avila de Espindola <espindola@google.com>espindola2009-04-021-0/+8
* PR debug/39267hubicka2009-02-281-23/+0
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+2
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-1/+1
* * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.hubicka2008-07-251-9/+5
* * cgraph.h (varpool_empty_needed_queue): Declare.hubicka2008-07-161-7/+28
* * varpool.c (dump_varpool): Use 'next', not 'next_needed' whentromey2007-11-021-2/+2
* * varpool.c (varpool_last_needed_node): Fix comment typo.tromey2007-08-241-2/+3
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-4/+3
* 2007-05-07 Razya Ladelsky <razya@il.ibm.com> razya2007-05-281-0/+26
* PR debug/29614sje2007-02-241-0/+3
* gcc/ChangeLog:aoliva2007-02-101-6/+14
* * cgraphunit.c, varpool.c: Fix comment typos.kazu2006-12-221-1/+1
* * cgraphunit.c, config/i386/i386.c, config/ia64/ia64.c, cse.c,kazu2006-12-221-1/+1
* Move all varpool routines out of cgraph/cgraphunit to varpool.chubicka2006-12-111-0/+451