aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
AgeCommit message (Expand)AuthorFilesLines
2006-01-25darwin_stop_world.c: Change inline asm instruction to ld as ldz is wrong.Andreas Tobler2-1/+4
2006-01-25Makefile.am (asm_libgcjgc_sources): Rename to asm_libgcjgc_sources.Andreas Tobler3-8/+23
2006-01-25gcconfig.h: Revert to GC 6.6 version, removing all local changes.Bryce McKinlay2-12/+17
2006-01-25Remove svn:executable property.Bryce McKinlay1-0/+0
2006-01-25Import Boehm GC version 6.6.Bryce McKinlay48-1098/+847
2006-01-24re PR libobjc/13946 (ObjC configured --with-objc-gc needs external Boehm gc)David Ayers2-2/+7
2005-11-02gc_priv.h: Increase MAX_ROOT_SETS to 1024.Bryce McKinlay2-11/+7
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-09-15gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2-1/+6
2005-09-06re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey2-1/+7
2005-07-17* include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu2-1/+5
2005-06-15os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler3-2/+28
2005-05-25gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley2-0/+6
2005-05-10* configure: Regenerate.Mike Stump2-1/+5
2005-04-19os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson4-2/+57
2005-04-17gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller3-3/+17
2005-04-13* configure: Regenerate.Mike Stump2-1/+66
2005-04-12* include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson2-1/+5
2005-03-24darwin_stop_world.c: Update for -m64 multilib.Mike Stump4-13/+37
2005-03-01Makefile.in, [...]: Regenerate.Kelley Cook3-11/+27
2005-02-26dyn_load.c: On NetBSD...Richard Earnshaw2-0/+10
2005-02-16re PR libgcj/19823 (java fails with non-executable memory)Bryce McKinlay6-0/+36
2005-02-09allchblk.c (GC_allochblk_nth): Dont overlook available space if GC disabled...Hans Boehm6-61/+125
2005-01-02boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay5-2/+37
2004-12-13configure: Regenerate.Kelley Cook2-9/+6
2004-11-30re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay6-162/+166
2004-11-29libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case from CVS libto...Kelley Cook2-9/+6
2004-11-27gc_config.h.in: Add comment.Bryce McKinlay2-2/+10
2004-11-26Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay6-152/+167
2004-11-25libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.Kelley Cook2-2/+13
2004-11-24libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case from CVS libtool ...Kelley Cook2-9/+6
2004-11-22configure.ac (machdep): Use sparc_mach_dep.lo on sparc64-sun-solaris2.* too.Eric Botcazou3-5/+12
2004-11-22re PR target/18444 (Multithreading broken on Unix95-class platforms)Eric Botcazou3-3/+8
2004-11-05Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook8-50/+24
2004-10-19gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand2-0/+9
2004-10-13Add support for M32RKazuhiro Inaoka2-0/+25
2004-09-27configure.ac: Update all AC_DEFINEs to newer style.Kelley Cook4-101/+273
2004-08-28backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm7-40/+77
2004-08-23aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm4-1/+11
2004-08-23win32_threads.c: Move GC_WIN32_THREADS check after gc_priv.h include.Bryce McKinlay2-2/+8
2004-08-21misc.c (GC_init): Replace lhs cast with rhs cast.Danny Smith2-2/+7
2004-08-17specific.c: Check GC_LINUX_THREADS before including private/specific.h.Bryce McKinlay2-1/+7
2004-08-16aclocal.m4: Remove obsolete construct for old automake.Nathanael Nerode7-102/+89
2004-08-16solaris_threads.c: Remove ifdef around #include "private/gc_priv.h" since the...Andreas Tobler3-7/+9
2004-08-15re PR target/14931 (ASM file in GCC for PPC darwin should use the new stub st...Andreas Tobler2-3/+8
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay65-770/+2208
2004-08-12This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay10-237/+546
2004-08-12Initial revisionBryce McKinlay3-0/+287
2004-08-12Makefile.in: RegenerateKelley Cook2-137/+279
2004-07-06os-dep.c (GC_task_self): Declare as static and remove the second declaration.Andrew Pinski2-3/+6