aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/boehm.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-2/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-3/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
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-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-1/+9
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-05-06boehm.c (mark_reference_fields): Don't update the mask when setting pointer_a...Richard Sandiford1-9/+9
2014-05-06Merge in wide-int.Kenneth Zadeck1-11/+11
2014-01-02Update copyright years in gcc/Richard Sandiford1-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-1/+1
2012-09-24Finish conversion of uses of double_int to the new API.Lawrence Crowl1-3/+3
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-1/+1
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-29system.h: Include "safe-ctype.h" instead of <safe-ctype.h>.Joseph Myers1-3/+3
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-08toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez1-0/+1
2010-06-23decl.c (java_init_decl_processing): Use double_int_to_tree instead of build_i...Anatoly Sokolov1-35/+14
2009-09-01boehm.c (mark_reference_fields): Compute % in HOST_WIDE_INT type.Jakub Jelinek1-2/+2
2007-09-06boehm.c (mark_reference_fields): Move misaligned pointer checkRoman Zippel1-7/+7
2007-09-06boehm.c: Don't use bitmap as gc_descr if pointer is misaligned.Roman Zippel1-0/+8
2007-07-31java-gimplify.c: Change copyright header to refer to version 3 of the GNU Gen...Nick Clifton1-4/+3
2006-05-05java-tree.h (uses_jv_markobj_p): Declare.Tom Tromey1-7/+25
2006-03-15lang.opt (-freduced-reflection): New option.David Daney1-3/+8
2006-02-03java-gimplify.c: Use gcc_assert and gcc_unreachable throughout.Ben Elliston1-2/+1
2005-06-25Update FSF address.Kelley Cook1-2/+2
2004-10-15boehm.c, [...]: Update copyright.Kazu Hirata1-1/+1
2004-08-25tree.h (build_int_cst): New, sign extended constant.Nathan Sidwell1-3/+3
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell1-5/+5
2004-07-24boehm.c (set_bit): Improve type safety wrt unsignedness.Mike Stump1-2/+2
2003-01-12* All Files: Convert to ISO C style function definitions.Kaveh R. Ghazi1-12/+10
2003-01-09* All Files: Remove PARAMS macro.Kaveh R. Ghazi1-10/+5
2003-01-01Make-lang.in, [...]: Replace "GNU CC" with "GCC" in the copyright header.Steven Bosscher1-5/+5
2002-12-16Merge basic-improvements-branch to trunkZack Weinberg1-0/+2
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-1/+1
2001-12-21boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Merge into ..Richard Henderson1-11/+12
2001-04-11Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi1-0/+1
2001-04-03boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco1-1/+2
2000-12-15boehm.c (mark_reference_fields): Change test to correctly detect bitmap overf...Andrew Haley1-1/+1
2000-09-05boehm.c (mark_reference_fields): Set marking bits for all words in a multiple...Hans Boehm1-3/+18
2000-05-05boehm.c (mark_reference_fields): Don't mark RawData fields.Tom Tromey1-4/+17
2000-04-23* boehm.c (mark_reference_fields): Use int_byte_position.Tom Tromey1-1/+1
2000-04-23boehm.c (mark_reference_fields): Only call byte_position on non-static fields.Tom Tromey1-1/+2
2000-04-22boehm.c (mark_reference_fields): Added `last_view_index' argument.Tom Tromey1-20/+33
2000-04-04boehm.c (mark_reference_fields, set_bit): Prototype.Kaveh R. Ghazi1-2/+12
2000-03-16decl.c (init_decl_processing): Set type of `sync_info' to be pointer to Object.Tom Tromey1-22/+50
2000-03-04Makefile.in (JAVA_OBJS): Added boehm.o.Tom Tromey1-0/+152