aboutsummaryrefslogtreecommitdiff
path: root/gcc/java
AgeCommit message (Expand)AuthorFilesLines
2010-09-03options.texi (SeparateAlias): Document.Joseph Myers2-0/+8
2010-09-03Check "-D XXX=YYY".H.J. Lu2-1/+8
2010-09-02* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.Joseph Myers2-1/+5
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers4-20/+16
2010-08-22Makefile.in (gccspec.o, cppspec.o): Update dependencies.Joseph Myers4-269/+279
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd5-12/+17
2010-08-16common.opt: Add driver options.Joseph Myers2-3/+7
2010-08-06* class.c (build_utf8_ref): Fix code formatting from previous commit.David Daney2-1/+5
2010-08-06* class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.David Daney2-0/+5
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers2-6/+13
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers2-5/+18
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd9-49/+60
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez13-0/+28
2010-07-05re PR bootstrap/44825 (Failed to bootstrap)Nathan Froyd2-2/+7
2010-07-05constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd3-104/+138
2010-07-04gcc/Richard Sandiford1-4/+8
2010-06-28java-tree.h (struct lang_type): Change type to a VEC.Nathan Froyd4-17/+31
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher4-5/+35
2010-06-23decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...Anatoly Sokolov3-44/+27
2010-06-09fdl.texi: Move to GFDL version 1.3.Gerald Pfeifer2-2/+6
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis10-37/+71
2010-06-04darwin-driver.c (darwin_default_min_version): UseJoseph Myers2-4/+9
2010-05-29* except.c: Include tm.h.Steven Bosscher2-0/+5
2010-05-28re PR driver/15303 (When gcc sees an unrecognized option, the exit status ind...Joseph Myers2-10/+15
2010-05-28* expr.c (get_symbol_table_index): Add spaces in expression.Nathan Froyd2-1/+5
2010-05-28java-tree.h (method_entry): Declare.Nathan Froyd4-50/+54
2010-05-27Makefile.in (ALL_CFLAGS): Add file-specific CFLAGS.Steven Bosscher2-0/+8
2010-05-26java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd4-11/+21
2010-05-26class.c (utf8_decl_list): Delete.Nathan Froyd5-47/+56
2010-05-25lang.c (java_classify_record): Return RECORD_IS_INTERFACE for interfaces.Jakub Jelinek2-3/+4
2010-05-25re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek5-4/+46
2010-05-24expr.c (quick_stack): Change type to a VEC.Nathan Froyd2-45/+26
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher21-70/+57
2010-05-23jcf-parse.c: Include bitmap.h.Steven Bosscher3-3/+5
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher6-5/+4
2010-05-20re PR debug/43521 (java: "this" pointer not marked with DW_AT_artificial)Jakub Jelinek2-1/+11
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov2-9/+15
2010-05-19* expr.c (pop_arguments): Fix use of undeclared variable.Nathan Froyd2-1/+5
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd3-69/+102
2010-05-14re PR middle-end/44103 (New Java test failures)Nathan Froyd5-172/+213
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez2-2/+8
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou2-1/+6
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek3-3/+13
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-01-20* jvspec.c (lang_specific_driver): Constify two variables named "p".Joern Rennecke2-2/+4
2010-01-20jcf-parse.c (set_source_filename): Constify variable "dot".Joern Rennecke2-8/+9
2010-01-20* lang.c (java_post_options): Constify variable "dot".Joern Rennecke2-1/+5
2010-01-09gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2-2/+6
2010-01-04configure.ac: Add install-html to target_list for Make-hooks.Andrew Jenner1-2/+20
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek6-14/+17