summaryrefslogtreecommitdiff
path: root/boehm-gc/include
Commit message (Expand)AuthorAgeFilesLines
* gc_locks.h (GC_test_and_set): Change the constraint of the first operand to '0'.Kazu Hirata2005-09-151-1/+1
* re PR boehm-gc/23662 (Binaries generated by arm-linux-gcj segfault on executi...Tom Tromey2005-09-061-1/+1
* * include/private/gcconfig.h (sh-linux): Use LINUX_STACKBOTTOM.SUGIOKA Toshinobu2005-07-171-1/+1
* os_dep.c: Add FreeBSD/PowerPC bits.Andreas Tobler2005-06-151-0/+20
* gcconfig.h (HBLKSIZE): Define to 4096 on powerpc64-linux.Andrew Haley2005-05-251-0/+1
* os_dep.c, gc_locks.h: Import CRIS port by Simon Posnjak from gc6.4.Hans-Peter Nilsson2005-04-192-1/+46
* gcconfig.h (sparc-linux): Use LINUX_STACKBOTTOM.David S. Miller2005-04-171-3/+1
* * include/private/gcconfig.h (alpha-linux): Use LINUX_STACKBOTTOM.Richard Henderson2005-04-121-1/+1
* darwin_stop_world.c: Update for -m64 multilib.Mike Stump2005-03-241-3/+9
* Makefile.in, [...]: Regenerate.Kelley Cook2005-03-011-9/+20
* re PR libgcj/19823 (java fails with non-executable memory)Bryce McKinlay2005-02-162-0/+7
* boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay2005-01-022-0/+27
* re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)Bryce McKinlay2004-11-303-157/+150
* gc_config.h.in: Add comment.Bryce McKinlay2004-11-271-2/+6
* Fix "PACKAGE_NAME redefined" errors.Bryce McKinlay2004-11-263-150/+153
* Makefile.am: Define ACLOCAL_AMFLAGS.Kelley Cook2004-11-051-4/+3
* gc_priv.h (GC_generic_malloc_words_small_inner): Add prototype.Ulrich Weigand2004-10-191-0/+4
* Add support for M32RKazuhiro Inaoka2004-10-131-0/+21
* configure.ac: Update all AC_DEFINEs to newer style.Kelley Cook2004-09-271-0/+118
* backgraph.c, gc_priv.h (GC_traverse_back_graph, [...]): split GC_traverse_bac...Hans Boehm2004-08-281-0/+7
* aix_irix_threads.c: Move _THREADS checks after gc_priv.h include.Hans Boehm2004-08-231-0/+2
* aclocal.m4: Remove obsolete construct for old automake.Nathanael Nerode2004-08-161-11/+30
* configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay2004-08-1416-139/+292
* This commit was generated by cvs2svn to compensate for changes in r85899,Bryce McKinlay2004-08-124-6/+33
* Makefile.in: RegenerateKelley Cook2004-08-121-137/+275
* gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu2004-04-061-4/+4
* configure.in: Add CCAS, CCASFLAGS for future automakes.Nathanael Nerode2004-02-271-0/+2
* configure.in: Use NCN_TARGET_NONCANONICAL and friends.Nathanael Nerode2004-02-231-3/+8
* gcconfig.h (USE_MMAP): Define for all Linux.Andrew Haley2004-01-201-1/+2
* * include/private/gcconfig.h: Re-install change of 2003-04-16.Richard Earnshaw2003-10-311-3/+8
* gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.Alan Modra2003-10-181-2/+1
* configure.in: Remove NO_GETENV definition for win32.Hans Boehm2003-10-031-1/+13
* Fix arm-elf support.Anthony Green2003-09-211-1/+1
* gc.h (GC_CreateThread): Declare with WINAPI attribute.Danny Smith2003-07-311-1/+1
* Import GC 6.3alpha1.Jeff Sturm2003-07-2816-463/+896
* Initial revisionJeff Sturm2003-07-286-0/+571
* * include/private/gcconfig.h: Add support for arm-netbsdelf.Richard Earnshaw2003-04-161-4/+9
* gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.Tom Tromey2003-04-101-3/+1
* gc_locks.h [IA64]: Include ia64intrin.h.Richard Henderson2003-03-221-14/+7
* gcconfig.h (GC_data_start): declare when needed.Hans Boehm2003-03-042-4/+8
* mark_rts.c (GC_cond_register_dynamic_libraries): add.Hans Boehm2003-03-032-0/+14
* gcconfig.h: undefine MPROTECT_VDB for MACOSXAndreas Tobler2003-02-111-1/+1
* For PR libgcj/8933:Tom Tromey2002-12-312-29/+12
* * include/private/gcconfig.h (HBLKSIZE): Define for x86-64.Andreas Jaeger2002-10-021-0/+1
* gcconfig.h: Don't check for __XSCALE__.Richard Earnshaw2002-09-281-1/+1
* gcconfig: Add machine type S390.Ulrich Weigand2002-09-272-3/+55
* * include/private/gcconfig.h: Fix NetBSD/mips parameters.Jason Thorpe2002-09-241-17/+8
* Remove dead endif so x86-64 compilation works.Bo Thorsen2002-07-191-1/+0
* gcconfig.h: Add x86-64 definitions.Bo Thorsen2002-07-191-1/+44
* gc_locks.h (GC_test_and_set): Support Linux/mips.H.J. Lu2002-06-102-6/+9