This project is mirrored from git://gcc.gnu.org/git/gcc.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 06 Sep, 2004 6 commits
-
-
No Author authored
'gcc_3_4_2_release'. From-SVN: r87129
-
Mark Mitchell authored
From-SVN: r87128
-
Mark Mitchell authored
From-SVN: r87127
-
Mark Mitchell authored
PR bootstrap/17325 Backport from mainline 2004-06-23 Wu Yongwei <adah@sh163.net> * gthr-win32.h (__GTHREAD_MUTEX_INIT_DEFAULT): Adjust. (__gthr_i486_lock_cmp_xchg): New inline assembly function. (__GTHR_W32_InterlockedCompareExchange): New macro to choose a suitable function for interlocked compare-and-exchange. (__gthread_mutex_trylock): Use __GTHR_W32_InterlockedCompareExchange. (__gthread_mutex_init_function, __gthread_mutex_lock, __gthread_mutex_trylock, __gthread_mutex_unlock): Adjust the initial counter value to work correctly under Windows 95. * config/i386/gthr-win32.c: Adjust include order. Define __GTHREAD_I486_INLINE_LOCK_PRIMITIVES before including gthr-win32.h. (__gthr_win32_mutex_init_function, __gthr_win32_mutex_lock, __gthr_win32_mutex_trylock, __gthr_win32_mutex_unlock): Adjust to match inline versions in gthr-win32.h. 2004-04-27 Wu Yongwei <adah@sh163.net> * gthr-win32.h (__gthread_mutex_t): Change typedef to new structure. (__GTHREAD_MUTEX_INIT_DEFAULT): Adjust. (__gthread_mutex_init_function): Replace CreateMutex with initialization of custom mutex using CreateSemaphore. (__gthread_mutex_lock): Use InterlockedIncrement. (__gthread_mutex_trylock): Use InterlockedCompareExchange. (__gthread_mutex_unlock): Use InterlockedDecrement and ReleaseSemaphore to unlock * config/i386/gthr-win32.c (__gthread_mutex_init_function, __gthread_mutex_lock, __gthread_mutex_trylock, __gthread_mutex_unlock): Adjust to match inline versions in gthr-win32.h. From-SVN: r87111
-
Mark Mitchell authored
From-SVN: r87110
-
GCC Administrator authored
From-SVN: r87106
-
- 05 Sep, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r87092
-
- 04 Sep, 2004 1 commit
-
-
GCC Administrator authored
From-SVN: r87067
-
- 03 Sep, 2004 2 commits
-
-
Kaz Kojima authored
PR target/17303 Backport from mainline: 2004-08-31 Kaz Kojima <kkojima@gcc.gnu.org> * config/sh/sh.c (output_branch): Check the insn length possibly in the delayed slot. From-SVN: r87028
-
GCC Administrator authored
From-SVN: r87003
-
- 02 Sep, 2004 2 commits
-
-
Eric Botcazou authored
PR fortran/17180 * malloc.c (MALLOC_ALIGNMENT): Rename into MAX_ALIGNMENT and use a host-based heuristics to determine it. (ROUNDED_AREA_SIZE): Adjust. From-SVN: r86966
-
GCC Administrator authored
From-SVN: r86946
-
- 01 Sep, 2004 11 commits
-
-
Zdenek Dvorak authored
PR rtl-optimization/16408 * gcse.c (replace_store_insn): Fix LIBCALL/RETVAL notes. From-SVN: r86929
-
Laurent GUERBY authored
2004-09-01 Laurent GUERBY <laurent@guerby.net> * Make-lang.in (bldtools): revert previous commit since it breaks parallel builds. From-SVN: r86925
-
Richard Henderson authored
* config/ns32k/ns32k.h (TRANSFER_FROM_TRAMPOLINE): Remove. (TRAMPOLINE_TEMPLATE): Merge code from __trampoline inline. From-SVN: r86923 -
Jakub Jelinek authored
From-SVN: r86920
-
Mark Mitchell authored
From-SVN: r86916
-
Jakub Jelinek authored
* fold-const.c (operand_equal_p): Require equal sign also for FIX_{CEIL,TRUNC,FLOOR,ROUND}_EXPR. * gcc.c-torture/execute/20040831-1.c: New test. From-SVN: r86908 -
No Author authored
'gcc-3_4-branch'. From-SVN: r86907
-
Laurent GUERBY authored
Make-lang.in (bldtools): force rebuild of runtime with no optimization for bltools to workaround a code... 2004-09-01 Laurent GUERBY <laurent@guerby.net> * Make-lang.in (bldtools): force rebuild of runtime with no optimization for bltools to workaround a code generation bug in 3.4.2. From-SVN: r86881 -
Eric Botcazou authored
PR fortran/17180 * malloc.c (MALLOC_ALIGNMENT): New constant. (ROUNDED_AREA_SIZE): Likewise. (malloc_kill_area_): Use ROUNDED_AREA_SIZE. (malloc_find_inpool_): Likewise. (malloc_new_inpool_): Likewise. (malloc_resize_inpool_): Likewise. From-SVN: r86877
-
Jeff Law authored
gcse.c (remove_reachable_equiv_notes): Scan loops where the store expression is killed for REG_EQUAL/REG_EQUIV notes... * gcse.c (remove_reachable_equiv_notes): Scan loops where the store expression is killed for REG_EQUAL/REG_EQUIV notes that need to be removed. From-SVN: r86873 -
GCC Administrator authored
From-SVN: r86853
-
- 31 Aug, 2004 2 commits
-
-
Mark Mitchell authored
Revert: 2004-08-29 Mark Mitchell <mark@codesourcery.com> PR rtl-optimization/16590 * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes. * g++.dg/opt/loop1.C: XFAIL. From-SVN: r86819
-
GCC Administrator authored
From-SVN: r86812
-
- 30 Aug, 2004 2 commits
-
-
Benjamin Kosnik authored
2004-08-30 Benjamin Kosnik <bkoz@redhat.com> * include/ext/pool_allocator.h: Rename __pool_base to __pool_alloc_base. * src/allocator.cc: Same. * config/linker-map.gnu: Same. From-SVN: r86790 -
GCC Administrator authored
From-SVN: r86743
-
- 29 Aug, 2004 2 commits
-
-
Mark Mitchell authored
PR rtl-optimization/16590 * gcse.c (pre_delete): Do not create invalid REG_EQUAL notes. PR rtl-optimization/16590 * g++.dg/opt/loop1.C: New test. From-SVN: r86731
-
GCC Administrator authored
From-SVN: r86704
-
- 28 Aug, 2004 3 commits
-
-
Paolo Carlini authored
2004-08-28 Paolo Carlini <pcarlini@suse.de> PR libstdc++/17038 (partial) * include/bits/locale_facets.tcc (time_put<>::do_put): Increase __maxlen to 128. * config/locale/generic/time_members.cc (_M_put): Always null terminate __s. * config/locale/gnu/time_members.cc (_M_put): Likewise. * testsuite/22_locale/time_put/put/char/17038.cc: New. * testsuite/22_locale/time_put/put/wchar_t/17038.cc: New. From-SVN: r86700
-
No Author authored
'gcc-3_4-branch'. From-SVN: r86699
-
GCC Administrator authored
From-SVN: r86680
-
- 27 Aug, 2004 4 commits
-
-
Matthias Klose authored
2004-08-27 Matthias Klose <doko@debian.org> * configure.host: For mips*-*-linux* update cpu_include_dir after atomicity_dir is set. From-SVN: r86674 -
Matthias Klose authored
2004-08-27 Matthias Klose <doko@debian.org> * config/abi/arm-linux-gnu/baseline_symbols.txt: New. * config/abi/mips-linux-gnu/baseline_symbols.txt: Update to 3.4.0. * configure.host: Set abi_baseline_pair for arm*-*-linux* and mips*-*-linux*. From-SVN: r86673 -
GCC Administrator authored
From-SVN: r86645
-
Richard Henderson authored
* config/alpha/alpha.h (HARD_REGNO_MODE_OK): Allow complex float modes. From-SVN: r86643
-
- 26 Aug, 2004 4 commits
-
-
Matthias Klose authored
2004-08-26 Matthias Klose <doko@debian.org> * texi2pod.pl: keep references of the form @ref{...}, print them bold. From-SVN: r86634 -
Kazuhiro Inaoka authored
PR target/17119. * config/m32r.c (gen_compare): Use reg_or_int16_operand when checking for a valid constant, regardless of sign. From-SVN: r86618
-
Richard Henderson authored
PR target/16974 * config/alpha/alpha.md (adddi_fp_hack): Don't rely on splitting if the constant satisfies add_operand. From-SVN: r86612 -
Richard Henderson authored
PR debug/10695 * config/alpha/alpha.c (emit_frame_store_1, emit_frame_store): New. (alpha_expand_prologue): Handle >32-bit frames. Generate proper unwind info for >16-bit frames. From-SVN: r86609
-