summaryrefslogtreecommitdiff
path: root/gcc/java/boehm.c
Commit message (Expand)AuthorAgeFilesLines
* boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT type.Jakub Jelinek2009-09-011-2/+2
* boehm.c (mark_reference_fields): Move misaligned pointer checkRoman Zippel2007-09-061-7/+7
* boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.Roman Zippel2007-09-061-0/+8
* java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton2007-07-311-4/+3
* java-tree.h (uses_jv_markobj_p): Declare.Tom Tromey2006-05-051-7/+25
* lang.opt (-freduced-reflection): New option.David Daney2006-03-151-3/+8
* java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston2006-02-031-2/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* boehm.c, [...]: Update copyright.Kazu Hirata2004-10-151-1/+1
* tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell2004-08-251-3/+3
* tree.h (build_int_cst): New.Nathan Sidwell2004-08-151-5/+5
* boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump2004-07-241-2/+2
* * All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi2003-01-121-12/+10
* * All Files: Remove PARAMS macro.Kaveh R. Ghazi2003-01-091-10/+5
* Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher2003-01-011-5/+5
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-1/+1
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..Richard Henderson2001-12-211-11/+12
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-0/+1
* boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco2001-04-031-1/+2
* boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...Andrew Haley2000-12-151-1/+1
* boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm2000-09-051-3/+18
* boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey2000-05-051-4/+17
* * boehm.c (mark_reference_fields): Use int_byte_position.Tom Tromey2000-04-231-1/+1
* boehm.c (mark_reference_fields): Only call byte_position on non-static fields.Tom Tromey2000-04-231-1/+2
* boehm.c (mark_reference_fields): Added `last_view_index' argument.Tom Tromey2000-04-221-20/+33
* boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi2000-04-041-2/+12
* decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey2000-03-161-22/+50
* Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey2000-03-041-0/+152