summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* gimple.h: Remove all includes.Andrew MacLeod2013-11-222-0/+9
* Remove macros that implicitly use input_locationDavid Malcolm2013-11-224-9/+23
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-1912-0/+45
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-183-5/+10
* cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford2013-11-183-3/+8
* gimplify-be.h: New file.Andrew MacLeod2013-11-142-1/+6
* cfgrtl.c (can_fallthru): Reorder code to move tablejump check up.Steven Bosscher2013-11-131-1/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-122-1/+5
* invoke.texi (-fisolate-erroneous-paths): Document.Jeff Law2013-11-072-1/+7
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-292-1/+10
* Introduce gcc::dump_manager classDavid Malcolm2013-10-142-1/+7
* Make-lang.in (jvspec.o): Remove.Tom Tromey2013-09-252-70/+19
* Makefile.in (DRIVER_DEFINES): Use $(and), not shell code, to add -DENABLE_SHA...Tom Tromey2013-09-252-2/+5
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-052-1/+6
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-292-1/+5
* jvspec.c (jvgenmain_spec): Add %I to cc1 call.Matthias Klose2013-05-222-1/+5
* Makefile.in (LLINKER): New variable.Jason Merrill2013-05-162-1/+5
* re PR libgcj/57074 (libgcj regression on 32bit Power architecture)Jakub Jelinek2013-05-062-3/+20
* gcj.texi (Configure-time Options): Refer to GCC, not gcc.Gerald Pfeifer2013-04-142-5/+11
* expr.c (build_java_binop): Pass a type to build_int_cst.Richard Biener2013-04-092-1/+5
* * lang.c (put_decl_node): Don't iterate over end_params_node.Kai Tietz2013-03-222-1/+6
* Update copyright years in gcc/Richard Sandiford2013-01-1041-79/+41
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-0423-24/+27
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2013-01-032-2/+7
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-1710-164/+176
* builtins.c (define_builtin): Accept ECF flags and use set_call_expr_flags.Jan Hubicka2012-11-142-26/+27
* Change hash_table to support a comparator type different from the value type ...Lawrence Crowl2012-10-251-5/+7
* Change more non-GTY hash tables to use the new type-safe template hash table.Lawrence Crowl2012-10-093-19/+37
* Finish conversion of uses of double_int to the new API.Lawrence Crowl2012-09-244-6/+13
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-102-6/+6
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-144-9/+9
* gengtype.c (adjust_field_type): Diagnose duplicate "length" option applicatio...Laurynas Biveinis2012-07-302-2/+7
* system.h (dump_file): Do not define.Steven Bosscher2012-07-163-2/+7
* java-tree.h (force_evaluation_order): Remove prototype.Steven Bosscher2012-07-113-77/+5
* expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher2012-07-116-5/+9
* alias.h: Do not include coretypes.h in header files.Steven Bosscher2012-07-083-2/+7
* re PR fortran/53449 (fortran fails to build with LTO bootstrap)Uros Bizjak2012-07-052-4/+6
* output.h (merge_weak, [...]): Move protos from here...Steven Bosscher2012-06-041-1/+1
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-313-2/+5
* re PR java/52815 (class.c:2815:53: error: 'JCR_SECTION_NAME' was not declared...John David Anglin2012-05-212-6/+12
* lto-symtab.c (lto_varpool_replace_node): Do not merge needed flags.Jan Hubicka2012-04-222-1/+4
* lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka2012-04-202-1/+4
* Fix java bootstrap on 32-bit targetsRainer Orth2012-04-112-5/+12
* jcf-reader.c (jcf_parse_bootstrap_methods): Add ATTRIBUTE_UNUSED.Andrew Haley2012-04-112-1/+6
* jcf.h (bootstrap_method): New.Andrew Haley2012-04-117-2/+178
* Fix .jcr alignmentRainer Orth2012-04-022-1/+7
* re PR java/52730 (Java front end emits assembly)Steven Bosscher2012-03-292-44/+83
* lang.c (java_init_options_struct): Set frontend_set_flag_trapping_math.Andreas Schwab2012-01-232-62/+68
* gcc.c (process_command): Update copyright notice dates.Jakub Jelinek2012-01-012-2/+6
* expr.c (SPECIAL_WIDE): Fix typo in message.Matthias Klose2011-12-032-1/+5