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 .
- 25 Jul, 2002 5 commits
-
-
No Author authored
'gcc_3_1_1_release'. From-SVN: r55766
-
Mark Mitchell authored
From-SVN: r55765
-
Mark Mitchell authored
From-SVN: r55764
-
Gerald Pfeifer authored
* gennews (files): Add proper files for the GCC 3.1 release series. Simplify and reformat introductory wording. From-SVN: r55751
-
GCC Administrator authored
From-SVN: r55739
-
- 24 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55697
-
- 23 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55670
-
- 22 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55639
-
- 21 Jul, 2002 2 commits
-
-
Nick Clifton authored
2002-03-18 Bernd Schmidt <bernds@redhat.com> * config/arm/arm.c (arm_gen_movstrqi): Use gen_lowpart instead of gen_rtx_SUBREG. (arm_reload_out_hi): Use gen_lowpart instead of gen_rtx_SUBREG to access QImode components. * config/arm/arm.md: Disable zero_extend split for QImode subregs in BIG_ENDIAN mode. (storehi_bigend): Match use of least significant byte. (storeinthi): Remove extraneous SUBREG. Add missing construction of operands[2]. (movhi): Use gen_lowpart in place of gen_rtx_SUBREG. (movqi): Use gen_lowpart in place of gen_rtx_SUBREG. Replace gen_rtx (SUBREG) with gen_rtx_SUBREG. From-SVN: r55623 -
GCC Administrator authored
From-SVN: r55619
-
- 20 Jul, 2002 2 commits
-
-
GCC Administrator authored
From-SVN: r55605
-
Phil Edwards authored
2002-07-20 Phil Edwards <pme@gcc.gnu.org> Bulk documentation merge (copy) from trunk. * docs/doxygen/TODO, docs/doxygen/run_doxygen, docs/doxygen/tables.html, docs/doxygen/user.cfg.in, docs/html/Makefile, docs/html/documentation.html, docs/html/17_intro/porting.html, docs/html/17_intro/porting.texi, docs/html/23_containers/howto.html, docs/html/ext/howto.html, docs/html/ext/lwg-active.html, docs/html/ext/lwg-defects.html, docs/html/faq/index.html, docs/html/faq/index.txt: Merge from trunk. From-SVN: r55603
-
- 19 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55580
-
- 18 Jul, 2002 2 commits
-
-
Richard Henderson authored
* ifcvt.c (noce_get_condition): Make certain that the condition is valid at JUMP. From-SVN: r55559 -
GCC Administrator authored
From-SVN: r55549
-
- 17 Jul, 2002 2 commits
-
-
GCC Administrator authored
From-SVN: r55510
-
Hans-Peter Nilsson authored
* config/cris/linux.h (CRIS_LINK_SUBTARGET_SPEC): Don't --gc-sections if -r. From-SVN: r55506
-
- 16 Jul, 2002 4 commits
-
-
Andreas Schwab authored
* libsupc++/new (set_new_handler): Declare to not throw any exceptions. * libsupc++/new_handler.cc (set_new_handler): Likewise. From-SVN: r55494
-
GCC Administrator authored
From-SVN: r55476
-
Eric Botcazou authored
PR optimization/7153 * regmove.c (optimize_reg_copy_3): Don't optimize if the register dies in more than one insn. From-SVN: r55473 -
Jason Thorpe authored
From-SVN: r55471
-
- 15 Jul, 2002 7 commits
-
-
No Author authored
'gcc-3_1-branch'. From-SVN: r55469
-
Rainer Orth authored
* config/os/solaris/solaris2.5/bits/ctype_base.h (ctype_base): Fix print to match vendor <ctype.h>. From-SVN: r55464
-
John David Anglin authored
* bb-reorder.c (make_reorder_chain_1): Search harder for the vax casesi fallthru edge. * cfgrtl.c (force_nonfallthru_and_redirect): Place redirection block after ADDR_VEC. * vax.md (casesi): Use emit_jump_insn. Remove unused constraints. From-SVN: r55460
-
GCC Administrator authored
From-SVN: r55453
-
Jakub Jelinek authored
PR middle-end/7245 * config/i386/i386.c (const_int_1_31_operand): New. * config/i386/i386.h (PREDICATE_CODES): Add it. * config/i386/i386.md (ashlsi3_cmp, ashlsi3_cmp_zext, ashlhi3_cmp, ashlqi3_cmp, ashrsi3_cmp, ashrsi3_cmp_zext, ashrhi3_cmp, ashrqi3_cmp, lshrsi3_cmp, lshrsi3_cmp_zext, lshrhi3_cmp, lshrqi3_cmp): Use it. * gcc.c-torture/compile/20020710-1.c: New test. From-SVN: r55450
-
Andreas Schwab authored
2002-06-11 Andreas Schwab <schwab@suse.de> * config/m68k/m68k.h (PREDICATE_CODES): Define. From-SVN: r55449
-
Alan Modra authored
PR target/7282 * config/rs6000/rs6000.md (floatsidf2): Enable for POWERPC64. (floatunssidf2): Likewise. (floatsidf_ppc64): New insn_and_split. (floatunssidf_ppc64): Likewise. From-SVN: r55448
-
- 14 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55439
-
- 13 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55432
-
- 12 Jul, 2002 5 commits
-
-
Jesse Rosenstock authored
2002-07-12 Jesse Rosenstock <jmr@fulcrummicro.com> For PR libgcj/7292: * java/lang/Character.java (toString(char)): Now static. From-SVN: r55428
-
Stephane Carrez authored
* config/m68hc11/m68hc11.md ("zero_extendsidi2"): Use D_REG only for the scratch register. ("*movhi2_push"): Accept Z_REG because a split pattern can make use of it, forbid reload to use it. From-SVN: r55426 -
Marek Michalkiewicz authored
avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, return value was truncated to 32 bits. * config/avr/avr.c (test_hard_reg_class): Fix TEST_HARD_REG_BIT usage on 64-bit hosts, return value was truncated to 32 bits. From-SVN: r55422
-
Mark Mitchell authored
From-SVN: r55420
-
GCC Administrator authored
From-SVN: r55414
-
- 11 Jul, 2002 4 commits
-
-
Mark Mitchell authored
PR c++/7224 * class.c (add_method): Simplify. PR c++/7224 * g++.dg/overload/error1.C: New test. From-SVN: r55408
-
Jason Merrill authored
PR c++/7279 * tree.c (cp_copy_res_decl_for_inlining): Also copy TREE_ADDRESSABLE. From-SVN: r55406 -
John David Anglin authored
* pa.md (adddi3): Change predicate of operand 2 to adddi3_operand. Remove comment. Change predicate of 32-bit adddi3 insn pattern to arith11_operand. * pa-protos.h (adddi3_operand): Add prototype. * pa.c (cint_ok_for_move): Fix comment. (adddi3_operand): New function. (emit_move_sequence): Don't directly split DImode constants on 32-bit targets. From-SVN: r55399
-
GCC Administrator authored
From-SVN: r55391
-
- 10 Jul, 2002 1 commit
-
-
GCC Administrator authored
From-SVN: r55360
-