aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+2
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-19/+18
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-2/+2
2012-04-11jcf.h (bootstrap_method): New.Andrew Haley1-2/+2
2011-10-17Linemap infrastructure for virtual locationsTom Tromey1-1/+1
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-18fix doubled-word typos in comments and strings: e.g., s/in in/in/Jim Meyering1-2/+2
2011-04-10Remove doubled up words.Mike Stump1-1/+1
2011-03-25Changelog c-family/Kai Tietz1-4/+4
2010-12-07* config/mcore/mcore.c Don't include assert.h.Joseph Myers1-2/+1
2010-12-01common.opt (main_input_filename, [...]): New Variable entries.Joseph Myers1-1/+0
2010-11-17invoke.texi (-dy): Remove.Joseph Myers1-1/+1
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-3/+3
2010-11-03re PR bootstrap/44335 (gcc-4.6-20100529 java bootstrap failure on arm-linux-g...Joern Rennecke1-3/+4
2010-10-11decl.c (java_init_decl_processing): Use build_function_type_list instead of b...Nathan Froyd1-1/+1
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-10/+7
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-1/+1
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-6/+3
2010-05-26java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd1-3/+4
2010-05-26class.c (utf8_decl_list): Delete.Nathan Froyd1-28/+32
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-2/+0
2010-05-23jcf-parse.c: Include bitmap.h.Steven Bosscher1-0/+1
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-20double-int.h (double_int_ior): New function.Anatoly Sokolov1-9/+10
2010-01-20jcf-parse.c (set_source_filename): Constify variable "dot".Joern Rennecke1-8/+5
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-5/+0
2009-07-07c-lex.c: Replace %H by an explicit location.Manuel López-Ibáñez1-1/+1
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-3/+5
2009-06-08dwarf2.h (enum dwarf_location_atom): Add INTERNAL_DW_OP_tls_addr.Ian Lance Taylor1-4/+4
2009-04-24combine.c (record_value_for_reg): Change 0 to VOIDmode, twice.Ian Lance Taylor1-2/+2
2008-11-05re PR java/37068 (libgcj linkage failure: Incorrect library ABI version detec...Andrew Haley1-1/+27
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-29/+29
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-12/+12
2008-05-23jcf-parse.c (give_name_to_class): Call find_sourcefile to find full pathname ...Andrew Haley1-1/+1
2008-03-11langhooks-def.h (LANG_HOOKS_CLEAR_BINDING_STACK): Delete.Paolo Bonzini1-0/+2
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-44/+2
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley1-1/+1
2008-01-04re PR java/17779 (ICE: Seg fault)Andrew Haley1-5/+17
2007-12-18re PR java/27643 (ICE in java_mark_cni_decl_local compiling bytecode->native)Andrew Haley1-7/+2
2007-11-02re PR java/33765 (gcj internal compiler error when reading an empty file)Tom Tromey1-0/+4
2007-09-06* jcf-parse.c (parse_class_file): Re-enter the current file.Tom Tromey1-0/+7
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-11/+11
2007-09-03system.h (CONST_CAST2, [...]): New macros for type-specific casts.Kaveh R. Ghazi1-2/+2
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-5/+0
2007-08-10system.h (CONST_CAST): New.Kaveh R. Ghazi1-2/+2
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2007-07-25c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi1-1/+1