summaryrefslogtreecommitdiff
path: root/gcc/varpool.c
Commit message (Expand)AuthorAgeFilesLines
* * cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.chubicka2012-04-301-38/+6
* * cgraphunit.c: Update toplevel comment.hubicka2012-04-251-11/+0
* * lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.hubicka2012-04-221-265/+128
* * lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.hubicka2012-04-201-4/+4
* * lto-symtab.c (lto_cgraph_replace_node): Update.hubicka2012-04-181-5/+5
* * cgraph.c (cgraph_node_name): Remove.hubicka2012-04-181-26/+3
* * cgraph.c (cgraph_hash, assembler_name_hash): Remove.hubicka2012-04-171-62/+6
* * cgraph.h (symtab_node_base): Add next and previous pointers.hubicka2012-04-161-34/+2
* * cgraph.h (FOR_EACH_VARIABLE, FOR_EACH_VARIABLE, FOR_EACH_FUNCTION):hubicka2012-04-161-3/+3
* * cgraph.h: Update copyrights;hubicka2012-04-141-98/+101
* * cgraph.h: Remove misledaing comment on ipa-ref.h.hubicka2012-04-101-0/+1
* PR lto/51663hubicka2012-03-251-5/+5
* PR middle-end/51998hubicka2012-02-021-0/+10
* PR c++/51832jason2012-01-221-0/+1
* * gcc.target/i386/sw-1.c: Force rep;movsb.hubicka2011-11-141-0/+14
* * cgraphunit.c (handle_alias_pairs): Also handle wekref with destinationhubicka2011-10-191-2/+4
* * lto-symtab.c (lto_varpool_replace_node): Remove code handlinghubicka2011-06-181-61/+105
* 2011-06-03 Jack Howarth <howarth@bromo.med.uc.edu>mrs2011-06-031-1/+1
* 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