aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/jcf-parse.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-15/+19
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+11
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-3/+3
2014-05-06Merge in wide-int.Kenneth Zadeck1-4/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22Remove macros that implicitly use input_locationDavid Malcolm1-7/+11
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
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