aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/include
AgeCommit message (Expand)AuthorFilesLines
2004-04-06gcconfig.h (PREFETCH): Use __builtin_prefetch for gcc >= 3.0.H.J. Lu1-4/+4
2004-02-27configure.in: Add CCAS, CCASFLAGS for future automakes.Nathanael Nerode1-0/+2
2004-02-23configure.in: Use NCN_TARGET_NONCANONICAL and friends.Nathanael Nerode1-3/+8
2004-01-20gcconfig.h (USE_MMAP): Define for all Linux.Andrew Haley1-1/+2
2003-10-31* include/private/gcconfig.h: Re-install change of 2003-04-16.Richard Earnshaw1-3/+8
2003-10-18gcconfig.h (ALIGNMENT <powerpc linux>): Remove unsure comment.Alan Modra1-2/+1
2003-10-03configure.in: Remove NO_GETENV definition for win32.Hans Boehm1-1/+13
2003-09-21Fix arm-elf support.Anthony Green1-1/+1
2003-07-31gc.h (GC_CreateThread): Declare with WINAPI attribute.Danny Smith1-1/+1
2003-07-28Import GC 6.3alpha1.Jeff Sturm16-463/+896
2003-07-28Initial revisionJeff Sturm6-0/+571
2003-04-16* include/private/gcconfig.h: Add support for arm-netbsdelf.Richard Earnshaw1-4/+9
2003-04-10gcconfig.h (LINUX_STACKBOTTOM): Define for POWERPC.Tom Tromey1-3/+1
2003-03-22gc_locks.h [IA64]: Include ia64intrin.h.Richard Henderson1-14/+7
2003-03-04gcconfig.h (GC_data_start): declare when needed.Hans Boehm2-4/+8
2003-03-03mark_rts.c (GC_cond_register_dynamic_libraries): add.Hans Boehm2-0/+14
2003-02-11gcconfig.h: undefine MPROTECT_VDB for MACOSXAndreas Tobler1-1/+1
2002-12-31For PR libgcj/8933:Tom Tromey2-29/+12
2002-10-02* include/private/gcconfig.h (HBLKSIZE): Define for x86-64.Andreas Jaeger1-0/+1
2002-09-28gcconfig.h: Don't check for __XSCALE__.Richard Earnshaw1-1/+1
2002-09-27gcconfig: Add machine type S390.Ulrich Weigand2-3/+55
2002-09-24* include/private/gcconfig.h: Fix NetBSD/mips parameters.Jason Thorpe1-17/+8
2002-07-19Remove dead endif so x86-64 compilation works.Bo Thorsen1-1/+0
2002-07-19gcconfig.h: Add x86-64 definitions.Bo Thorsen1-1/+44
2002-06-10gc_locks.h (GC_test_and_set): Support Linux/mips.H.J. Lu2-6/+9
2002-05-19irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC.Mark Mitchell2-4/+8
2002-04-21[multiple changes]David S. Miller1-4/+4
2002-04-17gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux.Hans Boehm1-2/+1
2002-04-09gcconfig.h (DATAEND): Update comment example to match reality.Loren J. Rittle1-2/+2
2002-04-09* include/private/gcconfig.h (DATAEND): Clarify comment.Loren J. Rittle1-0/+3
2002-04-09gc_priv.h (WARN macro): Add "GC warning:" prefix.Hans Boehm1-2/+7
2002-04-04gcconfig.h: Add support for an unmapped memory hole between the end of the in...Loren J. Rittle1-0/+8
2002-03-31gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386.Bryce McKinlay1-0/+3
2002-03-29linux_threads.c (return_free_lists): Clear fl[i] unconditionally.Hans Boehm1-6/+18
2002-03-25gcconfig.h: Change all likely references to linker script synthesized symbols...Loren J. Rittle1-141/+143
2002-03-22gcconfig.h: Add unified test for FreeBSD.Loren J. Rittle1-3/+27
2002-03-10Hashtable synchronization for PowerPC.Bryce McKinlay1-0/+6
2002-02-12Imported GC 6.1 Alpha 3. Finally.Bryce McKinlay7-70/+192
2002-02-09xscale-elf supportAnthony Green1-0/+16
2002-02-07gc.h: (GC_CreateThread) This function is now exposed on all Win32 platforms.Adam Megacz1-15/+17
2002-02-022002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz1-1/+1
2002-01-25gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX.David Edelsohn2-4/+13
2001-12-17dyn_load.c: Define ElfW (if needed) for all targets, not just GNU/Linux.Jeff Sturm1-0/+2
2001-10-23solaris_threads.h: Update to use GC_SOLARIS_THREADS.Loren J. Rittle1-2/+2
2001-10-23linux_threads.c (GC_init_parallel): Do not declare as a static constructor.Bryce McKinlay2-1/+8
2001-10-17gc_pthread_redirects.h: Generalize test to use GC_PTHREADS.Loren J. Rittle2-4/+6
2001-10-16Makefile.am, [...]: Imported GC 6.1 Alpha 1 and merged local changes.Bryce McKinlay7-96/+146
2001-09-26solaris_threads.c (MAX_ORIG_STACK_SIZE): Provide special Solaris 2/Intel defi...Rainer Orth1-3/+6
2001-09-11Makefile.am: New file.Per Bothner2-0/+257
2001-08-18Makefile.am, [...]: Imported GC 6.0 and merged local changes.Tom Tromey8-173/+191