summaryrefslogtreecommitdiff
path: root/gcc/java
Commit message (Expand)AuthorAgeFilesLines
* cgraph.h: Flatten.Andrew MacLeod2014-10-285-1/+38
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-272-0/+13
* gengtype.h (obstack_chunk_alloc, [...]): Remove cast.Alan Modra2014-10-223-4/+10
* function.h: Flatten file.Andrew MacLeod2014-10-163-0/+19
* re PR bootstrap/63536 (bootstrap failed when configured with --with-cpu=slm)Evgeny Stupachenko2014-10-152-0/+7
* move many gc hashtab to hash_tableTrevor Saunders2014-10-127-84/+87
* * jvgenmain.c (main): Provide declarations for JvRunMain{,Name}.Marek Polacek2014-10-072-0/+8
* IPA C++ refactoring 4/NMartin Liska2014-08-252-2/+2
* IPA C++ refactoring 2/NMartin Liska2014-07-241-1/+1
* IPA C++ refactoring 1/NMartin Liska2014-07-241-1/+1
* java: Use build_qualified_type instead of build_type_variant.Mark Wielaard2014-07-093-7/+16
* Remove a layer of indirection from hash_tableTrevor Saunders2014-06-242-5/+9
* symtab.c (section_hash): New hash.Jan Hubicka2014-06-122-3/+8
* symtab.c (dump_symtab_base): Update dumping.Jan Hubicka2014-06-092-3/+9
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-179-32/+39
* rm a bunch of _stat allocation functionsTrevor Saunders2014-05-172-2/+6
* boehm.c (mark_reference_fields): Don't update the mask when setting pointer_a...Richard Sandiford2014-05-062-9/+14
* Update ChangeLogs for wide-int work.Kenneth Zadeck2014-05-061-0/+14
* Merge in wide-int.Kenneth Zadeck2014-05-063-18/+19
* Update copyright years in gcc/Richard Sandiford2014-01-0238-37/+41
* Small ChangeLog fixes.Jakub Jelinek2014-01-022-22899/+22894
* gnat_ugn.texi: Bump @copying's copyright year.Tobias Burnus2014-01-024-22894/+22904
* re PR other/59545 (Signed integer overflow issues)Jakub Jelinek2013-12-193-2/+8
* 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