Age | Commit message (Expand) | Author | Files | Lines |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2013-01-04 | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -18/+18 |
2012-08-14 | backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html... | Diego Novillo | 1 | -2/+2 |
2012-07-11 | java-tree.h (force_evaluation_order): Remove prototype. | Steven Bosscher | 1 | -1/+0 |
2011-05-11 | split tree_type | Nathan Froyd | 1 | -1/+1 |
2011-05-07 | langhooks.h (lang_hooks_for_types): Change global_bindings_p's return type to... | Eric Botcazou | 1 | -1/+1 |
2011-04-13 | ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH... | Nathan Froyd | 1 | -1/+1 |
2010-11-17 | invoke.texi (-dy): Remove. | Joseph Myers | 1 | -1/+1 |
2010-09-29 | optc-gen.awk: Generate global_options initializer instead of individual varia... | Joseph Myers | 1 | -53/+0 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -3/+3 |
2010-06-28 | java-tree.h (struct lang_type): Change type to a VEC. | Nathan Froyd | 1 | -1/+1 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -9/+13 |
2010-05-28 | java-tree.h (method_entry): Declare. | Nathan Froyd | 1 | -8/+17 |
2010-05-26 | java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC. | Nathan Froyd | 1 | -1/+1 |
2010-05-26 | class.c (utf8_decl_list): Delete. | Nathan Froyd | 1 | -10/+0 |
2010-05-25 | re PR debug/43260 (Java static class members lack DWARF location info) | Jakub Jelinek | 1 | -1/+5 |
2010-05-18 | tree.h (build_call_list): Remove. | Nathan Froyd | 1 | -3/+3 |
2010-05-14 | re PR middle-end/44103 (New Java test failures) | Nathan Froyd | 1 | -18/+22 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -0/+3 |
2009-09-01 | tree-flow.h (mark_addressable): Move declaration ... | Richard Guenther | 1 | -1/+0 |
2009-08-12 | builtins.c (compareAndSwapInt_builtin): Use flag_use_atomic_builtins. | Andrew Haley | 1 | -0/+3 |
2009-07-17 | re PR c/40401 (ICE: verify_gimple failed) | Richard Guenther | 1 | -1/+1 |
2009-06-29 | re PR java/40590 (namespace namespace broken in CNI) | Andrew Haley | 1 | -0/+2 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -3/+3 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -18/+10 |
2008-07-28 | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 1 | -2/+2 |
2008-06-21 | tree.h (enum tree_code): Include all-tree.def, not tree.def. | Ian Lance Taylor | 1 | -9/+0 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -3/+2 |
2008-04-03 | tree-inline.c (copy_generic_body, [...]): Export. | Paolo Bonzini | 1 | -1/+0 |
2008-02-29 | expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on method. | Tom Tromey | 1 | -3/+1 |
2008-01-23 | 2008-01-23 David Daney <ddaney@avtrex.com> | David Daney | 1 | -0/+2 |
2007-09-15 | java-tree.h (struct lang_decl_func): Remove. | Tom Tromey | 1 | -6/+0 |
2007-08-17 | typeck.c (find_method_in_interfaces): Update. | Tom Tromey | 1 | -85/+1 |
2007-08-17 | tree.h (struct tree_label_decl): Removed old "java" fields. | Tom Tromey | 1 | -11/+3 |
2007-07-31 | java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen... | Nick Clifton | 1 | -4/+3 |
2007-07-26 | java-tree.h (push_labeled_block, [...]): Remove. | Tom Tromey | 1 | -12/+0 |
2007-06-11 | really remove signed(_or_unsigned)?_type langhooks | Rafael Espindola | 1 | -1/+0 |
2007-05-14 | c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of... | Rafael Avila de Espindola | 1 | -1/+0 |
2007-04-21 | tree.h (GIMPLE_TUPLE_P): Also true for PHI_NODEs. | Andrew Pinski | 1 | -1/+1 |
2007-04-03 | jvgenmain.c (main): Change main to use class$, not class$$. | Andrew Haley | 1 | -0/+1 |
2007-03-30 | typeck.c (java_signed_or_unsigned_type): Remove. | Rafael Avila de Espindola | 1 | -1/+0 |
2007-02-15 | tree.h (enum tree_code_class): Add tcc_vl_exp. | Sandra Loosemore | 1 | -11/+9 |
2007-02-07 | class.c (uncache_this_class_ref): New. | Andrew Haley | 1 | -0/+1 |
2007-02-03 | * java-tree.h, javaop.def, jcf-parse.c: Fix comment typos. | Kazu Hirata | 1 | -1/+1 |
2007-02-02 | expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r... | Andrew Haley | 1 | -0/+2 |
2007-01-15 | lang.c (dump_compound_expr): Removed case. | Tom Tromey | 1 | -55/+0 |
2007-01-11 | typeck.c (convert): Don't use flag_emit_class_files. | Tom Tromey | 1 | -9/+1 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -237/+67 |
2006-12-05 | Merge gimple-tuples-branch into mainline. | Aldy Hernandez | 1 | -3/+4 |