aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lang.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-912/+0
2016-09-29[Patch] Remove all uses of TARGET_FLT_EVAL_METHOD_NON_DEFAULT and poison itJames Greenhalgh1-2/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+3
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-2/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-15re PR bootstrap/63536 (bootstrap failed when configured with --with-cpu=slm)Evgeny Stupachenko1-0/+1
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-14/+10
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-10-14Introduce gcc::dump_manager classDavid Malcolm1-1/+2
2013-03-22* lang.c (put_decl_node): Don't iterate over end_params_node.Kai Tietz1-1/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-01-23lang.c (java_init_options_struct): Set frontend_set_flag_trapping_math.Andreas Schwab1-1/+2
2011-11-23lang.c (java_init_options_struct): Disable optimizations which assume a NULL ...Jeffrey A Law1-0/+4
2011-03-21ChangeLog gcc/Kai Tietz1-2/+2
2010-12-15decl.c (java_init_decl_processing): Initialise integer_three_node.Dave Korn1-1/+3
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-12Makefile.in (OPTS_H): Define.Joseph Myers1-2/+2
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-2/+2
2010-10-13Centralize knowledge of eh personality routines.Richard Henderson1-5/+1
2010-10-08Makefile.in (TM_H): Include $(FLAGS_H) instead of options.h.Joseph Myers1-8/+17
2010-09-28Hookize TARGET_UNWIND_INFO et al.Richard Henderson1-1/+2
2010-09-02re PR driver/44076 (-MT <target> behaves different as -MT<target> (w/o space))Joseph Myers1-1/+0
2010-07-27coretypes.h (struct cl_option_handlers): Declare.Joseph Myers1-6/+8
2010-07-27langhooks-def.h (lhd_init_options, [...]): New.Joseph Myers1-5/+12
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-1/+0
2010-05-25lang.c (java_classify_record): Return RECORD_IS_INTERFACE for interfaces.Jakub Jelinek1-3/+1
2010-05-25re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek1-1/+3
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-3/+1
2010-05-06re PR c/40989 (-Werror= and #pragma diagnostics do not work with group flags)Manuel López-Ibáñez1-2/+3
2010-01-20* lang.c (java_post_options): Constify variable "dot".Joern Rennecke1-1/+1
2009-09-28except.h (struct eh_region_d): Add use_cxa_end_cleanup.Richard Henderson1-0/+3
2009-09-13langhooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.Richard Guenther1-0/+20
2009-09-03[multiple changes]Diego Novillo1-1/+1
2009-09-01tree-flow.h (mark_addressable): Move declaration ...Richard Guenther1-2/+0
2009-08-11re PR debug/40990 (bad .debug_pubnames entry from gcj)Dodji Seketeli1-16/+34
2009-04-22hashtab.h: Update GTY annotations to new syntaxTaras Glek1-2/+1
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers1-0/+7
2008-09-17re PR objc/37460 (NeXT runtime ICEs)Andrew Pinski1-54/+0
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-1/+1
2008-08-08re PR c/28875 ("-Wextra -Wno-unused-parameter -Wall" doesn't work as expected)Manuel López-Ibáñez1-1/+1
2008-07-29flags.h (flag_really_no_inline): Remove.Jan Hubicka1-4/+0
2008-07-25cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka1-2/+0