| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/private/gcconfig.h (HBLKSIZE): Define for x86-64. | Andreas Jaeger | 2002-10-02 | 2 | -21/+25 |
* | gcconfig.h: Don't check for __XSCALE__. | Richard Earnshaw | 2002-09-28 | 2 | -1/+6 |
* | gcconfig: Add machine type S390. | Ulrich Weigand | 2002-09-27 | 3 | -3/+61 |
* | Fixed misformatted ChangeLog entry | Adam Megacz | 2002-09-25 | 1 | -1/+1 |
* | * include/private/gcconfig.h: Fix NetBSD/mips parameters. | Jason Thorpe | 2002-09-24 | 2 | -17/+12 |
* | 2002-08-23 Adam Megacz <adam@xwt.org> | Adam Megacz | 2002-09-24 | 2 | -3/+4 |
* | Makefile.am (all-multi): Fix multilib parallel build. | Kaveh R. Ghazi | 2002-09-23 | 3 | -2/+6 |
* | configure, configure: Rebuilt. | Alexandre Oliva | 2002-08-14 | 1 | -82/+115 |
* | Remove dead endif so x86-64 compilation works. | Bo Thorsen | 2002-07-19 | 1 | -1/+0 |
* | gcconfig.h: Add x86-64 definitions. | Bo Thorsen | 2002-07-19 | 5 | -16/+69 |
* | mach_dep.c (GC_push_regs): Remove the unused Linux/mips code. | H.J. Lu | 2002-07-18 | 2 | -17/+4 |
* | configure.in (machdep): Don't add mips_sgi_mach_dep.lo for Linux/mips. | H.J. Lu | 2002-07-18 | 3 | -84/+82 |
* | * win32_threads.c (GC_push_all_stacks): Tolerate bad sp. | Hans Boehm | 2002-06-29 | 2 | -2/+14 |
* | gc_locks.h (GC_test_and_set): Support Linux/mips. | H.J. Lu | 2002-06-10 | 3 | -6/+21 |
* | irix_threads.cc (GC_pthread_detach): Do not use REAL_FUNC. | Mark Mitchell | 2002-05-19 | 4 | -7/+22 |
* | Makefile.in: Allow for PWDCMD to override hardcoded pwd. | Rainer Orth | 2002-05-16 | 4 | -5/+11 |
* | configure.in (ORIGINAL_LD_FOR_MULTILIBS): Preserve LD at script entry, and se... | Alexandre Oliva | 2002-05-08 | 3 | -74/+105 |
* | Makefile.am (toolexeclib_LTLIBRARIES): Remove. | Jeff Sturm | 2002-04-23 | 3 | -112/+40 |
* | [multiple changes] | David S. Miller | 2002-04-21 | 2 | -4/+14 |
* | gcconfig.h: Use LINUX_STACKBOTTOM for SPARC Linux. | Hans Boehm | 2002-04-17 | 2 | -2/+6 |
* | gcconfig.h (DATAEND): Update comment example to match reality. | Loren J. Rittle | 2002-04-09 | 2 | -2/+7 |
* | * include/private/gcconfig.h (DATAEND): Clarify comment. | Loren J. Rittle | 2002-04-09 | 2 | -0/+7 |
* | gc_priv.h (WARN macro): Add "GC warning:" prefix. | Hans Boehm | 2002-04-09 | 6 | -12/+68 |
* | gcconfig.h: Add support for an unmapped memory hole between the end of the in... | Loren J. Rittle | 2002-04-04 | 2 | -0/+14 |
* | gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386. | Bryce McKinlay | 2002-03-31 | 2 | -0/+20 |
* | linux_threads.c (return_free_lists): Clear fl[i] unconditionally. | Hans Boehm | 2002-03-29 | 5 | -19/+78 |
* | os_dep.c (GC_init_linux_data_start): Fix references to __data_start and _end. | Richard Henderson | 2002-03-27 | 2 | -8/+13 |
* | gcconfig.h: Change all likely references to linker script synthesized symbols... | Loren J. Rittle | 2002-03-25 | 2 | -141/+149 |
* | * linux_threads.c (GC_get_nprocs): Close file descriptor. | Jeff Sturm | 2002-03-25 | 2 | -0/+12 |
* | gcconfig.h: Add unified test for FreeBSD. | Loren J. Rittle | 2002-03-22 | 3 | -9/+40 |
* | Makefile.am: Make target library a convenience library. | Bryce McKinlay | 2002-03-17 | 3 | -33/+126 |
* | Address mingw32 issues. | Anthony Green | 2002-03-15 | 4 | -6/+19 |
* | dyn_load.c: Renamed GC_win32s to GC_no_win32_dlls. | Adam Megacz | 2002-03-12 | 6 | -23/+38 |
* | Hashtable synchronization for PowerPC. | Bryce McKinlay | 2002-03-10 | 2 | -0/+11 |
* | Makefile.am: Added win32_threads.c to sources list. | Adam Megacz | 2002-02-25 | 4 | -60/+20 |
* | Makefile.am: Re-add SUBDIRS parameter which was lost in merge. | Bryce McKinlay | 2002-02-20 | 3 | -23/+109 |
* | Import bugfix. | Mike Stump | 2002-02-15 | 1 | -1/+1 |
* | Removed .s files. | Bryce McKinlay | 2002-02-14 | 2 | -108/+0 |
* | dbg_mlc.c (GC_debug_generic_malloc): Removed. | Bryce McKinlay | 2002-02-13 | 6 | -33/+122 |
* | configure.in: Re-apply 2001-06-26 configure change. | Richard Henderson | 2002-02-12 | 3 | -22/+25 |
* | * sparc_mach_dep.S: Delete incorrectly named file. | Bryce McKinlay | 2002-02-12 | 2 | -67/+2 |
* | Imported GC 6.1 Alpha 3. Finally. | Bryce McKinlay | 2002-02-12 | 40 | -510/+1285 |
* | configure.in: support for win32, saner cross-compile options | Adam Megacz | 2002-02-11 | 3 | -17/+21 |
* | xscale-elf support | Anthony Green | 2002-02-09 | 4 | -54/+89 |
* | gc.h: (GC_CreateThread) This function is now exposed on all Win32 platforms. | Adam Megacz | 2002-02-07 | 4 | -16/+46 |
* | 2002-02-01 Adam Megacz <adam@xwt.org> | Adam Megacz | 2002-02-02 | 2 | -1/+6 |
* | This commit was generated by cvs2svn to compensate for changes in r49361, | Bryce McKinlay | 2002-01-31 | 3 | -352/+555 |
* | Initial revision | Bryce McKinlay | 2002-01-31 | 3 | -0/+589 |
* | gc.h (GC_INIT): Add DATASTART and DATAEND roots on AIX. | David Edelsohn | 2002-01-25 | 4 | -6/+32 |
* | dyn_load.c: Define ElfW (if needed) for all targets, not just GNU/Linux. | Jeff Sturm | 2001-12-17 | 3 | -19/+29 |