aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-09expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener1-1/+1
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-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-45/+45
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-07-11java-tree.h (force_evaluation_order): Remove prototype.Steven Bosscher1-76/+0
2011-12-03expr.c (SPECIAL_WIDE): Fix typo in message.Matthias Klose1-1/+1
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-5/+9
2011-08-182011-08-18 Peter Collingbourne <peter@pcc.me.uk>Peter Collingbourne1-2/+2
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-10/+4
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-2/+2
2011-05-30re PR middle-end/46500 (target.h includes tm.h)Joern Rennecke1-1/+7
2011-05-26make TS_BLOCK a substructure of TS_BASENathan Froyd1-1/+0
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-4/+4
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-1/+1
2010-11-06re PR middle-end/46314 (frontends use ASM_GENERATE_INTERNAL_LABEL)Joern Rennecke1-2/+3
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-6/+6
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-1/+1
2010-05-28* expr.c (get_symbol_table_index): Add spaces in expression.Nathan Froyd1-1/+1
2010-05-28java-tree.h (method_entry): Declare.Nathan Froyd1-25/+13
2010-05-24expr.c (quick_stack): Change type to a VEC.Nathan Froyd1-45/+18
2010-05-23java-gimplify.c: Do not include tm.h, toplev.h.Steven Bosscher1-6/+0
2010-05-21tree.h: Include real.h and fixed-value.h as basic datatypes.Steven Bosscher1-1/+0
2010-05-19* expr.c (pop_arguments): Fix use of undeclared variable.Nathan Froyd1-1/+1
2010-05-18tree.h (build_call_list): Remove.Nathan Froyd1-66/+80
2010-04-07tree-ssa-pre.c (my_rev_post_order_compute): Remove set but not used count var...Jakub Jelinek1-1/+2
2009-11-28jvspec.c (lang_specific_driver): Remove unused saw_verbose_flag variable.Jakub Jelinek1-4/+3
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-13/+16
2008-10-16re PR c++/35483 (GCC on AIX doesn't support dollar in symbols name.)David Edelsohn1-0/+1
2008-09-22expr.c (rules): Add new rule for gnu.java.lang.VMCPStringBuilder.toString.Andrew Haley1-9/+22
2008-09-17re PR middle-end/18071 (-Winline does not respect -fno-default-inline)Jan Hubicka1-2/+2
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-2/+13
2008-06-24jcf-path.c (jcf_path_init): Don't name variable 'try'.Tom Tromey1-11/+12
2008-06-20collect2.c (main, [...]): Fix for -Wc++-compat.Kaveh R. Ghazi1-2/+2
2008-04-23tree-cfg.c (verify_expr): Check with is_gimple_address.Paolo Bonzini1-1/+0
2008-02-29expr.c (expand_byte_code): Set DECL_FUNCTION_LAST_LINE on method.Tom Tromey1-0/+5
2008-02-26system.h (USE_MAPPED_LOCATION): Poison.Tom Tromey1-5/+1
2007-11-26expr.c (build_jni_stub): Use the computed jni func type for variable meth.Alexandre Oliva1-21/+27
2007-11-26expr.c (type_assertion_hash): Hash type uids rather than tree pointers.Alexandre Oliva1-2/+21
2007-09-06tree-cfg.c (remove_bb): Only warn if line is non-zero.Tom Tromey1-1/+1
2007-08-17typeck.c (find_method_in_interfaces): Update.Tom Tromey1-25/+4
2007-08-17tree.h (struct tree_label_decl): Removed old "java" fields.Tom Tromey1-7/+14
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-2/+2
2007-07-12expr.c (expand_java_return): RETURN_EXPR has void type.Richard Guenther1-6/+13
2007-06-15[multiple changes]Andrew Pinski1-10/+9
2007-05-14c-common.c (warnings_for_convert_and_check): Use unsigned_type_for instead of...Rafael Avila de Espindola1-1/+1