summaryrefslogtreecommitdiff
path: root/gcc/java/class.c
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-64/+63
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-3/+4
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-4/+4
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-111-1/+0
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+1
* re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared...John David Anglin2012-05-211-6/+6
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-221-1/+0
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-201-1/+0
* Fix .jcr alignmentRainer Orth2012-04-021-1/+2
* re PR java/52730 (Java front end emits assembly)Steven Bosscher2012-03-291-44/+75
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-1/+1
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-10/+9
* system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers2010-11-291-6/+0
* re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke2010-11-061-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-7/+5
* * class.c (build_utf8_ref): Fix code formatting from previous commit.David Daney2010-08-061-1/+1
* * class.c (build_utf8_ref): Make decl DECL_USER_ALIGN.David Daney2010-08-061-0/+1
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-14/+14
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* re PR bootstrap/44825 (Failed to bootstrap)Nathan Froyd2010-07-051-2/+2
* constants.c (build_constants_constructor): Use build_constructor instead of b...Nathan Froyd2010-07-051-82/+95
* java-tree.h (struct lang_type): Change type to a VEC.Nathan Froyd2010-06-281-13/+18
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-12/+7
* java-tree.h (method_entry): Declare.Nathan Froyd2010-05-281-17/+13
* java-tree.h (struct lang_decl_func): Change type of throws_list field to a VEC.Nathan Froyd2010-05-261-7/+8
* class.c (utf8_decl_list): Delete.Nathan Froyd2010-05-261-4/+0
* re PR debug/43260 (Java static class members lack DWARF location info)Jakub Jelinek2010-05-251-1/+20
* java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher2010-05-231-6/+1
* re PR middle-end/44103 (New Java test failures)Nathan Froyd2010-05-141-144/+155
* cgraphunit.c: Replace %J by an explicit location.Manuel López-Ibáñez2009-07-071-1/+2
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-38/+63
* re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn2008-10-161-0/+1
* re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka2008-09-171-4/+3
* class.c (make_class_data): Don't add field_index when flag_reduced_reflection...David Daney2008-08-211-0/+2
* class.c (build_utf8_ref): Set DECL_SIZE and DECL_SIZE_UNIT from ctype's sizes.Jakub Jelinek2008-07-291-0/+2
* class.c (build_utf8_ref): Pad initializer string to utf8const_type's alignment.Jakub Jelinek2008-07-291-5/+7
* jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey2008-06-241-34/+36
* collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi2008-06-201-12/+12
* re PR java/36247 (Segfault with -findirect-dispatch and --jni)Tom Tromey2008-06-141-1/+7
* tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini2008-04-231-8/+0
* system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey2008-02-261-5/+1
* 2008-01-23 David Daney <ddaney@avtrex.com>David Daney2008-01-231-7/+7
* * class.c (JAVA_TREEHASHHASH_H): Use TYPE_UID.Alexandre Oliva2007-11-261-1/+1
* re PR java/33639 (gcj generates assembler errors)Andrew Haley2007-10-031-2/+55
* typeck.c (find_method_in_interfaces): Update.Tom Tromey2007-08-171-42/+17
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-4/+3
* c-common.c (fname_as_string, [...]): Constify.Kaveh R. Ghazi2007-07-251-3/+5
* re PR target/32462 (Linking libgcj.so fails on Solaris 10/x86)Rainer Orth2007-07-161-1/+3
* re PR bootstrap/32617 (explow.c references DECL_ALIGN of a FUNCTION_DECL)Geoffrey Keating2007-07-101-0/+8
* [multiple changes]Andrew Pinski2007-06-151-5/+5