Age | Commit message (Expand) | Author | Files | Lines |
2009-11-28 | jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable. | Jakub Jelinek | 1 | -2/+1 |
2009-09-28 | except.h (struct eh_region_d): Add use_cxa_end_cleanup. | Richard Henderson | 1 | -1/+1 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -1/+1 |
2009-08-12 | builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins. | Andrew Haley | 1 | -3/+10 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -2/+3 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -28/+44 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -4/+2 |
2009-04-09 | i386.md (cmpcc): New. | Paolo Bonzini | 1 | -8/+4 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-16 | re PR tree-optimization/38835 (field-insensitive PTA causes libstdc++ miscomp... | Richard Guenther | 1 | -3/+4 |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -5/+4 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -110/+89 |
2007-01-24 | [multiple changes] | Andrew Haley | 1 | -2/+17 |
2007-01-11 | typeck.c (convert): Don't use flag_emit_class_files. | Tom Tromey | 1 | -2/+2 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -2/+309 |
2006-07-13 | builtins.c (check_for_builtin): If a builtin could result in a direct call be... | Bryce McKinlay | 1 | -0/+5 |
2006-06-13 | re PR java/1305 ([JSR133] GCJ ignores volatile modifier) | Andrew Haley | 1 | -0/+4 |
2006-02-08 | re PR java/22578 (should inline floatToIntBits et al) | Tom Tromey | 1 | -0/+12 |
2006-02-04 | re PR java/25676 (Use of MIN_EXPR/MAX_EXPR is wrong for java) | Tom Tromey | 1 | -4/+14 |
2005-12-11 | Fixes java/PR9861 | Terry Laurenzo | 1 | -13/+13 |
2005-09-18 | builtins.c (max_builtin, [...]): Use fold_buildN. | James A. Morrison | 1 | -11/+9 |
2005-06-25 | builtins.c (define_builtin): Accept new flags parameter. | Jan Hubicka | 1 | -19/+38 |
2005-06-25 | Update FSF address. | Kelley Cook | 1 | -2/+2 |
2005-05-24 | builtins.c (define_builtin): Don't call make_decl_rtl. | Richard Henderson | 1 | -1/+0 |
2005-04-29 | re PR java/19285 (Interfaces not initialized by static field access) | Andrew Haley | 1 | -1/+9 |
2005-02-12 | builtins.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-02-09 | builtins.c (DEF_BUILTIN): Add COND argument. | Richard Henderson | 1 | -0/+2 |
2004-10-15 | boehm.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2004-08-05 | re PR c/14516 (-fleading-underscore does not work correctly for file static v... | Geoffrey Keating | 1 | -1/+1 |
2004-07-18 | builtins.c (max_builtin, [...]): Replace calls to build with buildN. | Roger Sayle | 1 | -8/+8 |
2004-05-13 | Merge tree-ssa-20020619-branch into mainline. | Diego Novillo | 1 | -1/+1 |
2004-04-30 | builtins.c (java_builtins): Add acos, asin, ceil and floor. | Roger Sayle | 1 | -0/+12 |
2004-03-30 | gengtype.c (create_option): New function. | Zack Weinberg | 1 | -1/+1 |
2003-10-05 | * builtins.c, jcf.h, jvspec.c: Remove PARAMS macros. | Kelley Cook | 1 | -1/+1 |
2003-09-03 | builtins.c (enum builtin_type): Delete unused enumeration. | Roger Sayle | 1 | -27/+0 |
2003-06-08 | builtins.c (define_builtin_type, [...]): Delete. | Roger Sayle | 1 | -101/+42 |
2003-05-29 | builtins.c (cos_builtin, [...]): Delete. | Roger Sayle | 1 | -53/+34 |
2003-03-02 | re PR c++/9367 (error: nonnull argument with extern "C" snprintf prototype) | Roger Sayle | 1 | -2/+6 |
2003-01-24 | builtins.c (DEF_BUILTIN): Accept 10 arguments. | Jan Hubicka | 1 | -4/+7 |
2003-01-17 | builtins.c (java_build_function_call_expr): Renamed from build_function_call_... | Kaveh R. Ghazi | 1 | -5/+5 |
2003-01-12 | * All Files: Convert to ISO C style function definitions. | Kaveh R. Ghazi | 1 | -24/+14 |
2003-01-09 | * All Files: Remove PARAMS macro. | Kaveh R. Ghazi | 1 | -13/+11 |
2003-01-01 | Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header. | Steven Bosscher | 1 | -5/+5 |
2002-12-16 | Merge basic-improvements-branch to trunk | Zack Weinberg | 1 | -0/+2 |
2002-07-11 | builtins.def: Make the argument types of abort and exit independent of the fr... | Roger Sayle | 1 | -2/+0 |
2002-07-06 | re PR c++/7099 (G++ doesn't set the noreturn attribute on std::exit and std::... | Roger Sayle | 1 | -1/+3 |
2002-06-04 | Merge from pch-branch up to tag pch-commit-20020603. | Geoffrey Keating | 1 | -10/+10 |
2002-03-29 | Makefile.in (convert.o, [...]): Update. | Neil Booth | 1 | -1/+1 |
2002-03-18 | re PR java/5876 (jc1 crashes when targeting mingw32) | Alexandre Petit-Bianco | 1 | -1/+1 |
2002-03-05 | builtins.c (cos_builtin): method_return_type ATTRIBUTE_UNUSED | David Billinghurst | 1 | -3/+3 |