aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Replace flag_enable_cilkplus with flag_cilkplus.Balaji V. Iyer2-1/+6
2014-01-09lto.c (gimple_canonical_types_compatible_p): Fix comment.Richard Biener2-1/+5
2014-01-09re PR fortran/45586 (ICE non-trivial conversion at assignment)Richard Biener2-17/+8
2014-01-02Update copyright years in gcc/Richard Sandiford15-14/+18
2013-12-17Time profile-based function reordering (phase 2).Martin Liska2-4/+31
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo4-9/+15
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek2-0/+46
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek2-8/+23
2013-11-22gimple.h: Remove all includes.Andrew MacLeod6-5/+32
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo4-0/+11
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders4-10/+14
2013-11-11Time profiler introduced.Martin Liska1-0/+7
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm4-47/+86
2013-10-30Split symtab_node declarations onto multiple linesDavid Malcolm2-3/+14
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer2-0/+10
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm4-216/+260
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod3-0/+7
2013-10-23Fix up ChangeLog entries (name, e-mail, formatting, otherwise).Gerald Pfeifer1-9/+9
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-0/+1
2013-10-18tree-cfg.h: Rename from tree-flow.h.Andrew Macleod2-1/+4
2013-10-15lto.c (hash_canonical_type): Split out from ...Richard Biener2-45/+103
2013-10-14lto.c (gimple_canonical_types): Move out-of GC space.Richard Biener2-27/+28
2013-10-14lto.c (gimple_types, [...]): Remove old merging code and statistics.Richard Biener2-1086/+18
2013-10-14gimple.c (gimple_canonical_types, [...]): Move to lto/lto.cRichard Biener3-33/+468
2013-10-11target.c: New file.Jakub Jelinek2-0/+10
2013-09-25* Make-lang.in (LTO_H, LINKER_PLUGIN_API_H, LTO_TREE_H)Tom Tromey2-29/+7
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener6-2/+685
2013-09-02lto.c (mentions_vars_p_field_decl, [...]): DECL_FIELD_OFFSET can contain an r...Jan Hubicka2-2/+7
2013-09-01lto.c (tree_with_vars): Turn into vector.Jan Hubicka2-140/+210
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka2-0/+7
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka2-1/+13
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka2-13/+12
2013-08-28lto-partition.c (lto_balanced_map): Always base order on source file order.Jan Hubicka2-19/+19
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2-32/+7
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka3-4/+11
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm3-2/+14
2013-07-21Fix typos.Ondřej Bílka2-2/+6
2013-07-19lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder partitioning of...Jan Hubicka2-1/+8
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka2-9/+5
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2-1/+6
2013-06-18tree-streamer.h (streamer_tree_cache_create): Adjust prototype.Richard Biener2-29/+63
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener3-440/+976
2013-06-12cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about decl has when in s...Jan Hubicka2-0/+5
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2-23/+30
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2-15/+15
2013-06-05tree-streamer.c (streamer_tree_cache_insert_1): Update the index associated w...Richard Biener2-1/+12
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2-9/+10
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka3-11/+18
2013-05-17lto-partition.c (privatize_symbol_name): Return true when privatizing happened.Jan Hubicka2-7/+16
2013-05-16Makefile.in (LLINKER): New variable.Jason Merrill2-1/+5