aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/expr.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Makefile.def: Remove libjava.Andrew Haley1-3760/+0
2016-08-12re PR c/7652 (-Wswitch-break : Warn if a switch case falls through)Marek Polacek1-1/+1
2016-08-02expr.c (push_value): Only call flush_quick_stack for non-constant arguments.Roger Sayle1-46/+73
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-5/+4
2015-07-15opth-gen.awk: Check for UNKNOWN_LOCATION rather than GCC_TM_H, don't include ...Andrew MacLeod1-6/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-1/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-1/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-4/+0
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-2/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+11
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-19/+14
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-3/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-2/+2
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