| Commit message (Expand) | Author | Age | Files | Lines |
* | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | tbsaunde | 2013-11-18 | 4 | -10/+14 |
* | Time profiler introduced. | marxin | 2013-11-11 | 1 | -0/+7 |
* | Automated part of renaming of symtab_node_base to symtab_node. | dmalcolm | 2013-10-31 | 4 | -47/+86 |
* | Split symtab_node declarations onto multiple lines | dmalcolm | 2013-10-30 | 2 | -3/+14 |
* | Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C. | bviyer | 2013-10-29 | 2 | -0/+10 |
* | Autogenerated fixes of "->symbol." to "->" | dmalcolm | 2013-10-29 | 4 | -216/+260 |
* | * tree-outof-ssa.h: Remove include files. | amacleod | 2013-10-29 | 3 | -0/+7 |
* | Fix up ChangeLog entries (name, e-mail, formatting, otherwise). | gerald | 2013-10-23 | 1 | -9/+9 |
* | Re-factor inclusion of tree.h. | dnovillo | 2013-10-21 | 1 | -0/+1 |
* | * tree-cfg.h: Rename from tree-flow.h. Remove #includes. | amacleod | 2013-10-18 | 2 | -1/+4 |
* | 2013-10-15 Richard Biener <rguenther@suse.de> | rguenth | 2013-10-15 | 2 | -45/+103 |
* | 2013-10-14 Richard Biener <rguenther@suse.de> | rguenth | 2013-10-14 | 2 | -27/+28 |
* | 2013-10-14 Richard Biener <rguenther@suse.de> | rguenth | 2013-10-14 | 2 | -1086/+18 |
* | 2013-10-14 Richard Biener <rguenther@suse.de> | rguenth | 2013-10-14 | 3 | -33/+468 |
* | libgomp/ | jakub | 2013-10-11 | 2 | -0/+10 |
* | * Make-lang.in (LTO_H, LINKER_PLUGIN_API_H, LTO_TREE_H) | tromey | 2013-09-25 | 2 | -29/+7 |
* | 2013-09-06 Richard Biener <rguenther@suse.de> | rguenth | 2013-09-06 | 6 | -2/+685 |
* | * lto.c (mentions_vars_p_field_decl, lto_fixup_prevailing_decls): | hubicka | 2013-09-02 | 2 | -2/+7 |
* | * lto.c (tree_with_vars): Turn into vector. | hubicka | 2013-09-01 | 2 | -140/+210 |
* | * lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state. | hubicka | 2013-08-30 | 2 | -0/+7 |
* | * lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P, | hubicka | 2013-08-29 | 2 | -1/+13 |
* | * lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, | hubicka | 2013-08-28 | 2 | -13/+12 |
* | * lto-partition.c (lto_balanced_map): Always base order on | hubicka | 2013-08-28 | 2 | -19/+19 |
* | * cgraph.c (cgraph_get_body): New function based on lto.c | hubicka | 2013-08-06 | 2 | -32/+7 |
* | * lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into | hubicka | 2013-08-03 | 3 | -4/+11 |
* | Introduce beginnings of a pass_manager class. | dmalcolm | 2013-07-30 | 3 | -2/+14 |
* | Fix typos. | mrs | 2013-07-21 | 2 | -2/+6 |
* | * lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder | hubicka | 2013-07-19 | 2 | -1/+8 |
* | * lto-cgraph.c (input_symtab): Do not set cgraph state. | hubicka | 2013-06-20 | 2 | -9/+5 |
* | * cgraph.h (const_value_known_p): Replace by ... | hubicka | 2013-06-19 | 2 | -1/+6 |
* | 2013-06-18 Richard Biener <rguenther@suse.de> | rguenth | 2013-06-18 | 2 | -29/+63 |
* | 2013-06-17 Richard Biener <rguenther@suse.de> | rguenth | 2013-06-17 | 3 | -440/+976 |
* | * cgraph.c (verify_edge_corresponds_to_fndecl): Be lax about | hubicka | 2013-06-12 | 2 | -0/+5 |
* | * lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable. | hubicka | 2013-06-12 | 2 | -23/+30 |
* | * c-family/c-common.c (handle_alias_ifunc_attribute): Do not set | hubicka | 2013-06-11 | 2 | -15/+15 |
* | 2013-06-05 Richard Biener <rguenther@suse.de> | rguenth | 2013-06-05 | 2 | -1/+12 |
* | * lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ... | hubicka | 2013-06-01 | 2 | -9/+10 |
* | * cgraph.h (symtab_node_base): Add definition, alias and analyzed | hubicka | 2013-05-29 | 3 | -11/+18 |
* | * lto-partition.c (privatize_symbol_name): Return true when | hubicka | 2013-05-17 | 2 | -7/+16 |
* | * Makefile.in (LLINKER): New variable. | jason | 2013-05-16 | 2 | -1/+5 |
* | 2013-05-15 Martin Jambor <mjambor@suse.cz> | jamborm | 2013-05-15 | 2 | -2/+9 |
* | PR lto/57038 | hubicka | 2013-05-15 | 2 | -10/+21 |
* | Jan Hubicka <jh@suse.cz> | hubicka | 2013-05-09 | 4 | -55/+166 |
* | Fix lto report names | ak | 2013-04-23 | 1 | -2/+2 |
* | Print lto report at the right place | ak | 2013-04-23 | 1 | -0/+6 |
* | Add -flto-report-wpa | ak | 2013-04-23 | 1 | -2/+2 |
* | 2013-02-08 Richard Biener <rguenther@suse.de> | rguenth | 2013-02-08 | 2 | -3/+5 |
* | PR bootstrap/56227 | uros | 2013-02-07 | 2 | -2/+7 |
* | 2013-02-04 Richard Guenther <rguenther@suse.de> | rguenth | 2013-02-04 | 2 | -8/+20 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 13 | -15/+13 |