| Commit message (Expand) | Author | Age | Files | Lines |
* | * diagnostic-core.h: New. Contents moved from diagnostic.h and | jsm28 | 2010-05-27 | 1 | -1/+1 |
* | * function.h (struct function): Add can_throw_non_call_exceptions bit. | ebotcazou | 2010-05-25 | 1 | -3/+3 |
* | * diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or | jsm28 | 2010-05-21 | 1 | -0/+1 |
* | * tree.h (memory_identifier_string): Remove. | hubicka | 2010-05-15 | 1 | -1/+1 |
* | * lto-symtab.c (lto_symtab_entry_def) Add vnode. | hubicka | 2010-04-29 | 1 | -1/+2 |
* | 2010-04-27 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-04-27 | 1 | -36/+152 |
* | * tree-pass.h (ipa_opt_pass_d): Rename function_read_summary; | hubicka | 2010-04-21 | 1 | -1/+2 |
* | * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, | steven | 2010-04-02 | 1 | -1/+2 |
* | PR objc/43061 | mrs | 2010-02-19 | 1 | -1/+1 |
* | * cgraph.h (cgraph_set_nothrow_flag, cgraph_set_readonly_flag, | jakub | 2009-12-14 | 1 | -17/+17 |
* | * matrix-reorg.c (analyze_matrix_allocation_site): Remove unused | jakub | 2009-11-28 | 1 | -5/+0 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -48/+48 |
* | 2009-11-10 Martin Jambor <mjambor@suse.cz> | jamborm | 2009-11-10 | 1 | -0/+1 |
* | PR tree-optimize/40556 ... | hubicka | 2009-10-22 | 1 | -24/+40 |
* | Merge lto branch into trunk. | dnovillo | 2009-10-03 | 1 | -8/+138 |
* | * cgraph.c (cgraph_clone_node): Add redirect_callers parameter. | hubicka | 2009-10-01 | 1 | -0/+14 |
* | Squash commit of EH in gimple | rth | 2009-09-14 | 1 | -2/+2 |
* | gcc/ChangeLog: | aoliva | 2009-09-02 | 1 | -0/+3 |
* | * gcc.dg/tree-ssa/loop-24.c: Update dump file matching; enable -O2. | hubicka | 2009-07-03 | 1 | -1/+5 |
* | * gcc.dg/tree-ssa/local-pure-const.c: New testcase. | hubicka | 2009-07-02 | 1 | -1/+11 |
* | * cfgloopanal.c (check_irred): Move into ... | hubicka | 2009-06-30 | 1 | -2/+29 |
* | gcc/ChangeLog: | ian | 2009-05-16 | 1 | -2/+2 |
* | * ipa-reference.c: Do not include c-common.h, include splay-tree.h. | steven | 2009-05-01 | 1 | -1/+0 |
* | * ipa-pure-const.c (struct funct_state_d): New fields | hubicka | 2009-04-26 | 1 | -12/+13 |
* | * cgraph.c (cgraph_create_edge, cgraph_set_call_stmt): Set proper cfun. | hubicka | 2009-04-19 | 1 | -0/+3 |
* | * cgraph.c (cgraph_make_edge, dump_cgraph_node, cgraph_set_call_stmt): | hubicka | 2009-04-18 | 1 | -18/+87 |
* | 2009-04-16 Richard Guenther <rguenther@suse.de> | rguenth | 2009-04-16 | 1 | -80/+46 |
* | 2009-04-03 Richard Guenther <rguenther@suse.de> | rguenth | 2009-04-03 | 1 | -11/+42 |
* | * gcc.dg/attr-noinline.c: Avoid pure-const optimization. | hubicka | 2009-03-28 | 1 | -438/+457 |
* | PR middle-end/37448 | hubicka | 2008-09-18 | 1 | -25/+57 |
* | * cgraph.c (first_cgraph_function_insertion_hook): New variable. | hubicka | 2008-08-21 | 1 | -0/+20 |
* | Backport from LTO branch: | hubicka | 2008-08-21 | 1 | -38/+104 |
* | 2008-07-28 Richard Guenther <rguenther@suse.de> | rguenth | 2008-07-28 | 1 | -72/+93 |
* | * cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | hubicka | 2008-07-25 | 1 | -1/+1 |
* | gcc/ | rwild | 2008-06-06 | 1 | -7/+7 |
* | 2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-07 | 1 | -30/+37 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -3/+5 |
* | 2007-11-07 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2007-11-08 | 1 | -0/+30 |
* | * ipa-pure-const.c (check_decl): Return immediately when | uros | 2007-10-26 | 1 | -1/+4 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | nickc | 2007-07-26 | 1 | -5/+4 |
* | * ipa.c (cgraph_postorder): Cast according to the coding conventions. | tneumann | 2007-06-30 | 1 | -8/+8 |
* | 2007-02-15 Sandra Loosemore <sandra@codesourcery.com> | sandra | 2007-02-15 | 1 | -10/+12 |
* | * ipa-pure-const.c (check_operand): SSA_NAME is safe. | hubicka | 2006-12-30 | 1 | -1/+2 |
* | Merge gimple-tuples-branch into mainline. | aldyh | 2006-12-05 | 1 | -3/+3 |
* | 2006-11-24 Andrew Pinski <andrew_pinski@playstation.sony.com> | pinskia | 2006-11-24 | 1 | -6/+23 |
* | 2006-06-16 Richard Guenther <rguenther@suse.de> | rguenth | 2006-06-15 | 1 | -3/+6 |
* | 2006-03-02 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2006-03-02 | 1 | -1/+2 |
* | 2006-01-31 Marcin Dalecki <martin@dalecki.de> | dalecki | 2006-01-31 | 1 | -2/+2 |
* | 2005-09-16 Richard Guenther <rguenther@suse.de> | rguenth | 2005-09-16 | 1 | -0/+3 |
* | 2005-08-31 Daniel Berlin <dberlin@dberlin.org> | dberlin | 2005-08-31 | 1 | -1/+1 |