summaryrefslogtreecommitdiff
path: root/gcc/java/decl.c
Commit message (Expand)AuthorAgeFilesLines
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-061-1/+15
* Reverted erroneous checkinTom Tromey2002-11-021-9/+1
* re PR java/6388 (Integer.MIN_VALUE == 0x80000000 optimized to false on powerpc)Tom Tromey2002-11-021-1/+9
* ChangeLog: Follow spelling conventions.Kazu Hirata2002-09-211-1/+1
* Make-lang.in (java-tree-inline.o): New.Andrew Haley2002-08-161-6/+46
* tree.h: Modify builtin_function interface to take an extra argument ATTRS...Roger Sayle2002-07-011-26/+30
* mangle.c (integer_type_codes): Const-ify.Kaveh R. Ghazi2002-06-211-1/+1
* Merge from pch-branch up to tag pch-commit-20020603.Geoffrey Keating2002-06-041-72/+4
* tree.h: Forward-declare struct realvaluetype.Zack Weinberg2002-05-281-0/+1
* class.c (make_class_data): Set DECL_ALIGN on static class data, for hash sync...Bryce McKinlay2002-04-181-4/+0
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+1
* Makefile.in (ggc-common.o): Update.Neil Booth2002-03-261-1/+1
* c-decl.c (maybe_build_cleanup): Remove.Neil Booth2002-03-251-11/+0
* Makefile.in: Update.Neil Booth2002-03-201-1/+1
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-101-0/+5
* attribs.c (init_attributes, [...]): Use ARRAY_SIZE in lieu of explicit sizeof...Kaveh R. Ghazi2002-03-031-2/+1
* Makefile.in (integrate.o): Update.Neil Booth2002-02-281-5/+12
* c-common.c, [...]: Delete code implementing -traditional mode.Zack Weinberg2002-02-271-2/+0
* decl.c (java_init_decl_processing): Use add_predefined_file.Tom Tromey2002-01-221-18/+13
* decl.c (java_init_decl_processing): Don't initialize finit_leg_identifier_node.Bryce McKinlay2001-12-201-5/+0
* decl.c (java_init_decl_processing): Build otable_type correctly.Bryce McKinlay2001-12-161-5/+4
* java-tree.h (otable_methods, [...]): New field/global tree definitions.Bryce McKinlay2001-12-151-1/+34
* class.c (get_dispatch_table): Fix java vtable layout for TARGET_VTABLE_USES_D...Hans Boehm2001-12-141-0/+6
* Restore support for static class initialization optimization.Per Bothner2001-12-061-1/+1
* decl.c (complete_start_java_method): Now generate TRY_FINALLY_EXPR instead of...Per Bothner2001-12-031-6/+3
* c-common.c: Include c-lex.h.Neil Booth2001-11-151-1/+1
* re PR java/4360 (libjava fails to compile on i686-pc-linux-gnu (AttributedStr...Alexandre Petit-Bianco2001-09-221-3/+5
* decl.c (init_decl_processing): Add `throws' field to method descriptor.Tom Tromey2001-08-241-0/+1
* [multiple changes]Alexandre Petit-Bianco2001-08-171-0/+10
* expr.h: Split out optab- and libfunc-related code to...Zack Weinberg2001-08-131-1/+1
* check-init.c (flags.h): IncludeAlexandre Petit-Bianco2001-08-081-36/+3
* *** empty log message ***Alexandre Petit-Bianco2001-07-311-1/+1
* decl.c (create_primitive_vtable): Don't call make_decl_rtl.Jeff Sturm2001-06-101-1/+0
* call.c: NULL_PTR -> NULL.Kaveh R. Ghazi2001-05-021-25/+22
* decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay2001-04-251-0/+1
* Fixes to compile multiple .class files at once.Per Bothner2001-04-201-2/+0
* IA-64 ABI Exception Handling.Richard Henderson2001-03-281-13/+11
* java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson2001-03-281-15/+6
* decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.Richard Henderson2001-03-281-9/+0
* bb-reorder.c, [...]: Rename asynchronous_exceptions to flag_non_call_exceptions.Richard Henderson2001-03-271-4/+4
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-3/+3
* * decl.c (clear_binding_level): Fix initializer (broke 03-15).Per Bothner2001-03-171-1/+1
* Remove junk from when gcc/java was created (by copying from C/C++).Per Bothner2001-03-151-30/+2
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-2/+2
* Fix a problem where rest_of_decl_compilation applied to class_dtable_decl cau...Per Bothner2001-03-051-6/+0
* xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg2001-03-021-2/+2
* c-decl.c (set_block): Set NAMES and BLOCKS from BLOCK.Richard Kenner2001-02-231-0/+4
* decl.c (classdollar_identifier_node): Initialize.Alexandre Petit-Bianco2001-02-131-0/+1
* diagnostic.h (set_internal_error_function): Renamed.Richard Kenner2001-02-041-3/+4
* java-tree.h: Remove JTI_INTEGER_NEGATIVE_ONE_NODE.Bryce McKinlay2001-01-301-1/+1