summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers2010-08-224-269/+279
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-205-12/+17
* common.opt: Add driver options.Joseph Myers2010-08-162-3/+7
* * class.c (build_utf8_ref): Fix code formatting from previous commit.David Daney2010-08-062-1/+5
* * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.David Daney2010-08-062-0/+5
* coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2010-07-272-6/+13
* langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2010-07-272-5/+18
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-159-49/+60
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-0813-0/+28
* re PR bootstrap/44825 (Failed to bootstrap)Nathan Froyd2010-07-052-2/+7
* constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd2010-07-053-104/+138
* gcc/Richard Sandiford2010-07-041-4/+8
* java-tree.h (struct lang_type): Change type to a VEC.Nathan Froyd2010-06-284-17/+31
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-284-5/+35
* decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...Anatoly Sokolov2010-06-233-44/+27
* fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer2010-06-092-2/+6
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-0810-37/+71
* darwin-driver.c (darwin_default_min_version): UseJoseph Myers2010-06-042-4/+9
* * except.c: Include tm.h.Steven Bosscher2010-05-292-0/+5
* re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2010-05-282-10/+15
* * expr.c (get_symbol_table_index): Add spaces in expression.Nathan Froyd2010-05-282-1/+5
* java-tree.h (method_entry): Declare.Nathan Froyd2010-05-284-50/+54
* Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher2010-05-272-0/+8
* java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd2010-05-264-11/+21
* class.c (utf8_decl_list): Delete.Nathan Froyd2010-05-265-47/+56
* lang.c (java_classify_record): Return RECORD_IS_INTERFACE for interfaces.Jakub Jelinek2010-05-252-3/+4
* re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek2010-05-255-4/+46
* expr.c (quick_stack): Change type to a VEC.Nathan Froyd2010-05-242-45/+26
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-2321-70/+57
* jcf-parse.c: Include bitmap.h.Steven Bosscher2010-05-233-3/+5
* tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher2010-05-216-5/+4
* re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial)Jakub Jelinek2010-05-202-1/+11
* double-int.h (double_int_ior): New function.Anatoly Sokolov2010-05-202-9/+15
* * expr.c (pop_arguments): Fix use of undeclared variable.Nathan Froyd2010-05-192-1/+5
* tree.h (build_call_list): Remove.Nathan Froyd2010-05-183-69/+102
* re PR middle-end/44103 (New Java test failures)Nathan Froyd2010-05-145-172/+213
* re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2010-05-062-2/+8
* fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2010-04-182-1/+6
* tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek2010-04-073-3/+13
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* * jvspec.c (lang_specific_driver): Constify two variables named "p".Joern Rennecke2010-01-202-2/+4
* jcf-parse.c (set_source_filename): Constify variable "dot".Joern Rennecke2010-01-202-8/+9
* * lang.c (java_post_options): Constify variable "dot".Joern Rennecke2010-01-202-1/+5
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2010-01-092-2/+6
* configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner2010-01-041-2/+20
* jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek2009-11-286-14/+17
* re PR java/28474 (mangle_name.c mangles names unecessarily)Joel Dice2009-10-202-2/+15
* Merge lto branch into trunk.Diego Novillo2009-10-032-1/+5
* except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson2009-09-283-1/+10
* Squash commit of EH in gimpleRichard Henderson2009-09-145-31/+83