| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -3/+1 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -1/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -6/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -5/+0 |
* | dojump.h: New header file. | Prathamesh Kulkarni | 2015-01-15 | 1 | -0/+14 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -0/+11 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 2014-10-29 | 1 | -4/+4 |
* | java: Use build_qualified_type instead of build_type_variant. | Mark Wielaard | 2014-07-09 | 1 | -3/+5 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+2 |
* | invoke.texi (-fisolate-erroneous-paths): Document. | Jeff Law | 2013-11-07 | 1 | -1/+3 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags. | Jan Hubicka | 2012-11-14 | 1 | -26/+21 |
* | Allow libcalls to be installed for legacy __sync optabs. | Richard Henderson | 2011-11-07 | 1 | -15/+9 |
* | Convert standard builtin functions from being arrays to using a functional in... | Michael Meissner | 2011-10-11 | 1 | -14/+12 |
* | tree.h (fold_build_pointer_plus_loc): New helper function. | Richard Guenther | 2011-07-19 | 1 | -4/+1 |
* | cosmetic. Add sync_ to all the expand_builtin defines which do not match the ... | Andrew MacLeod | 2011-06-21 | 1 | -11/+13 |
* | system.h: Include "safe-ctype.h" instead of <safe-ctype.h>. | Joseph Myers | 2010-11-29 | 1 | -1/+0 |
* | decl.c (java_init_decl_processing): Use build_function_type_list instead of b... | Nathan Froyd | 2010-10-11 | 1 | -12/+13 |
* | gcc/ | Richard Sandiford | 2010-07-04 | 1 | -4/+8 |
* | Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS. | Steven Bosscher | 2010-05-27 | 1 | -0/+3 |
* | java-gimplify.c: Do not include tm.h, toplev.h. | Steven Bosscher | 2010-05-23 | 1 | -1/+3 |
* | tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var... | Jakub Jelinek | 2010-04-07 | 1 | -2/+5 |
* | jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable. | Jakub Jelinek | 2009-11-28 | 1 | -2/+1 |
* | except.h (struct eh_region_d): Add use_cxa_end_cleanup. | Richard Henderson | 2009-09-28 | 1 | -1/+1 |
* | Squash commit of EH in gimple | Richard Henderson | 2009-09-14 | 1 | -1/+1 |
* | builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins. | Andrew Haley | 2009-08-12 | 1 | -3/+10 |
* | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 2009-06-12 | 1 | -2/+3 |
* | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 2009-04-27 | 1 | -28/+44 |
* | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 2009-04-22 | 1 | -4/+2 |
* | i386.md (cmpcc): New. | Paolo Bonzini | 2009-04-09 | 1 | -8/+4 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp... | Richard Guenther | 2009-01-16 | 1 | -3/+4 |
* | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 2007-07-31 | 1 | -5/+4 |
* | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 2007-02-15 | 1 | -110/+89 |
* | [multiple changes] | Andrew Haley | 2007-01-24 | 1 | -2/+17 |
* | typeck.c (convert): Don't use flag_emit_class_files. | Tom Tromey | 2007-01-11 | 1 | -2/+2 |
* | Merged gcj-eclipse branch to trunk. | Tom Tromey | 2007-01-09 | 1 | -2/+309 |
* | builtins.c (check_for_builtin): If a builtin could result in a direct call be... | Bryce McKinlay | 2006-07-13 | 1 | -0/+5 |
* | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 2006-06-13 | 1 | -0/+4 |
* | re PR java/22578 (should inline floatToIntBits et al) | Tom Tromey | 2006-02-08 | 1 | -0/+12 |
* | re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java) | Tom Tromey | 2006-02-04 | 1 | -4/+14 |
* | Fixes java/PR9861 | Terry Laurenzo | 2005-12-11 | 1 | -13/+13 |
* | builtins.c (max_builtin, [...]): Use fold_buildN. | James A. Morrison | 2005-09-18 | 1 | -11/+9 |
* | builtins.c (define_builtin): Accept new flags parameter. | Jan Hubicka | 2005-06-25 | 1 | -19/+38 |
* | Update FSF address. | Kelley Cook | 2005-06-25 | 1 | -2/+2 |
* | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 2005-05-24 | 1 | -1/+0 |
* | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 2005-04-29 | 1 | -1/+9 |