Age | Commit message (Expand) | Author | Files | Lines |
2011-01-21 | re PR bootstrap/47215 (Failed to bootstrap) | Kai Tietz | 1 | -15/+0 |
2011-01-11 | re PR bootstrap/47215 (Failed to bootstrap) | Kai Tietz | 1 | -0/+2 |
2011-01-07 | re PR bootstrap/47215 (Failed to bootstrap) | Kai Tietz | 1 | -1/+1 |
2011-01-07 | decl.c (java_init_decl_processing): Setup va_list_type_node. | Kai Tietz | 1 | -0/+13 |
2010-12-15 | decl.c (java_init_decl_processing): Initialise integer_three_node. | Dave Korn | 1 | -0/+1 |
2010-10-11 | decl.c (java_init_decl_processing): Use build_function_type_list instead of b... | Nathan Froyd | 1 | -92/+69 |
2010-07-15 | tree.h (DECL_CHAIN): Define. | Nathan Froyd | 1 | -18/+18 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-06-23 | decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i... | Anatoly Sokolov | 1 | -9/+3 |
2010-06-08 | utils.c (init_gnat_to_gnu): Use typed GC allocation. | Laurynas Biveinis | 1 | -2/+2 |
2010-05-25 | re PR debug/43260 (Java static class members lack DWARF location info) | Jakub Jelinek | 1 | -1/+5 |
2010-05-23 | java-gimplify.c: Do not include tm.h, toplev.h. | Steven Bosscher | 1 | -6/+0 |
2010-05-21 | tree.h: Include real.h and fixed-value.h as basic datatypes. | Steven Bosscher | 1 | -1/+0 |
2010-05-20 | re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial) | Jakub Jelinek | 1 | -1/+5 |
2010-04-18 | fold-const.c (fold_comparison): Use ssizetype. | Eric Botcazou | 1 | -1/+1 |
2009-09-14 | Squash commit of EH in gimple | Richard Henderson | 1 | -8/+2 |
2009-09-13 | langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define. | Richard Guenther | 1 | -11/+1 |
2009-08-03 | re PR middle-end/40867 (FAIL: StackTrace2 output - source compiled test) | Andrew Haley | 1 | -7/+39 |
2009-07-17 | re PR c/40401 (ICE: verify_gimple failed) | Richard Guenther | 1 | -2/+36 |
2009-06-12 | java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt. | Aldy Hernandez | 1 | -98/+180 |
2009-04-22 | hashtab.h: Update GTY annotations to new syntax | Taras Glek | 1 | -2/+2 |
2008-09-09 | decl.c (build_result_decl): Remove no longer applicable promotion. | Richard Guenther | 1 | -4/+0 |
2008-07-25 | cgraphbuild.c (record_reference): Drop non-unit-at-a-time code. | Jan Hubicka | 1 | -17/+7 |
2008-06-24 | jcf-path.c (jcf_path_init): Don't name variable 'try'. | Tom Tromey | 1 | -3/+3 |
2008-06-20 | collect2.c (main, [...]): Fix for -Wc++-compat. | Kaveh R. Ghazi | 1 | -3/+3 |
2008-05-07 | [multiple changes] | Kenneth Zadeck | 1 | -3/+3 |
2008-04-03 | tree-inline.c (copy_generic_body, [...]): Export. | Paolo Bonzini | 1 | -12/+0 |
2008-02-26 | system.h (USE_MAPPED_LOCATION): Poison. | Tom Tromey | 1 | -6/+1 |
2007-12-18 | re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native) | Andrew Haley | 1 | -6/+15 |
2007-11-26 | PR 34081/C++ | Andreas Krebbel | 1 | -1/+1 |
2007-09-11 | decl.c (java_expand_body): Kill. | Jan Hubicka | 1 | -8/+0 |
2007-09-05 | Add target hook invoked when cfun changes. | Sandra Loosemore | 1 | -1/+1 |
2007-09-04 | decl.c (java_init_decl_processing): Call "__cxa_end_cleanup" when using the A... | Andrew Haley | 1 | -1/+4 |
2007-08-17 | typeck.c (find_method_in_interfaces): Update. | Tom Tromey | 1 | -1/+0 |
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 | -35/+0 |
2007-02-02 | expr.c (expand_byte_code): Call cache_this_class_ref() and cache_cpool_data_r... | Andrew Haley | 1 | -16/+0 |
2007-01-13 | jcf-dump.c (main): Updated call to find_class. | Tom Tromey | 1 | -126/+1 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 1 | -12/+5 |
2006-10-23 | decl.c: Include langhooks.h. | Rafael Ávila de Espíndola | 1 | -115/+88 |
2006-08-22 | decl.c (java_add_stmt): Give the statement list a type. | Andrew Haley | 1 | -0/+1 |
2006-06-23 | java-tree.h (update_aliases): Remove | Andrew Haley | 1 | -88/+9 |
2006-05-26 | re PR java/27756 (ICE in update_aliases, at java/decl.c:192) | Andrew Haley | 1 | -1/+3 |
2006-05-24 | decl.c (java_add_stmt): Use a STATEMENT_LIST rather than a COMPOUND_EXPR. | Andrew Haley | 1 | -7/+26 |
2006-04-24 | lang.c (java_init): Handle flag_indirect_classes. | Andrew Haley | 1 | -0/+8 |
2006-02-04 | decl.c (java_init_decl_processing): Create char_type_node as a regular INTEGE... | Roger Sayle | 1 | -1/+3 |
2006-02-03 | java-gimplify.c: Use gcc_assert and gcc_unreachable throughout. | Ben Elliston | 1 | -13/+6 |
2006-02-01 | opts.c (no_unit_at_a_time_default): New global variable. | Jan Hubicka | 1 | -1/+0 |
2005-12-08 | java-tree.h (enum java_tree_index): Add JTI_SOFT_NOSUCHFIELD_NODE. | Andrew Haley | 1 | -0/+9 |
2005-11-29 | re PR java/18278 (JNI functions cannot return a weak reference) | Tom Tromey | 1 | -0/+6 |