- 17 Dec, 2002 1 commit
-
-
From-SVN: r60190
Loren J. Rittle committed
-
- 16 Dec, 2002 8 commits
-
-
* mips.h (ASM_OUTPUT_ADDR_DIFF_ELT): Do not use qpword on API_N32/not gas * mips.md (tablejump insn): Likewise. From-SVN: r60188
Jan Hubicka committed -
* doc/include/gcc-common.texi: Change version number to 3.4. * gcj.texi: Change version number to 3.4. * root.texi: Change version number to 3.4. From-SVN: r60183
Mark Mitchell committed -
From-SVN: r60182
Jason Merrill committed -
From-SVN: r60178
Bruce Korb committed -
From-SVN: r60176
Bruce Korb committed -
From-SVN: r60174
Zack Weinberg committed -
* sh.h (EXTRA_CONSTRAINT_Z): New macro. (EXTRA_CONSTRAINT): Use it. * sh.md (anddi3): Use 'Z' constraint for alternative 2. From-SVN: r60173
J"orn Rennecke committed -
From-SVN: r60172
GCC Administrator committed
-
- 15 Dec, 2002 5 commits
-
-
From-SVN: r60159
Geert Bosch committed -
* sem_ch6.adb (Analyze_Subprogram_Body): Recognize additional case of a body created for a Renaming_As_Body, on which conformance checks are not performed. Fixes PR ada/5690. From-SVN: r60158
Geert Bosch committed -
From-SVN: r60157
Richard Sandiford committed -
From-SVN: r60156
Richard Sandiford committed -
From-SVN: r60154
GCC Administrator committed
-
- 14 Dec, 2002 3 commits
-
-
From-SVN: r60125
GCC Administrator committed -
* pa.c (output_millicode_call): Correct typo. (output_call): Likewise. From-SVN: r60115
John David Anglin committed -
From-SVN: r60111
Dale Johannesen committed
-
- 13 Dec, 2002 11 commits
-
-
* config/mn10300/mn10300.c (print_operand) <case N>: Check operand's range. Print value directly, without aid from output_address. <case U>: New. <case S>: Make sure argument to fprintf has the right type. * config/mn10300/mn10300.h (OK_FOR_T): New macro. (EXTRA_CONSTRAINT): Adjust. * config/mn10300/mn10300.md: Add new all-QImode pattern for bclr. Use %U for immediate operands of bset and bclr. (iorqi3): New expand, with insns for AM33 and mn10300. From-SVN: r60109
Alexandre Oliva committed -
PR C++/8031 * cvt.c (convert_to_pointer_force): Don't try comparing against erronous type. From-SVN: r60106
Gabriel Dos Reis committed -
* cp-tree.h: Have the multiple-include guards around the entire file. From-SVN: r60104
Geoffrey Keating committed -
From-SVN: r60103
J"orn Rennecke committed -
From-SVN: r60102
Devang Patel committed -
* doc/extend.texi (Complex Numbers): Update info on debug info. From-SVN: r60101
Jim Wilson committed -
* config/h8300/h8300.md (addhi3_h8300): Remove the last alternative. From-SVN: r60098
Kazu Hirata committed -
From-SVN: r60096
GCC Administrator committed -
From-SVN: r60088
Devang Patel committed -
Fix for PR 1621. * dbxout.c (dbxout_fptype_value): New. (dbxout_type, case COMPLEX_TYPE): Call it. Use 'R' instead of 'r'. From-SVN: r60087
Jim Wilson committed -
* c-decl.c: Fix a comment typo. * cfg.c: Likewise. * cfgcleanup.c: Likewise. * cfglayout.c: Likewise. * cfgrtl.c: Likewise. * c-typeck.c: Likewise. * dominance.c: Likewise. * dwarf2asm.c: Likewise. * dwarfout.c: Likewise. * expmed.c: Likewise. * expr.c: Likewise. * final.c: Likewise. * flow.c: Likewise. * function.c: Likewise. * gcc.c: Likewise. * genautomata.c: Likewise. * integrate.c: Likewise. * loop.c: Likewise. * loop.h: Likewise. * output.h: Likewise. * profile.c: Likewise. * ra.h: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * sched-rgn.c: Likewise. * stmt.c: Likewise. * tree.h: Likewise. * vmsdbgout.c: Likewise. From-SVN: r60085
Kazu Hirata committed
-
- 12 Dec, 2002 12 commits
-
-
From-SVN: r60082
Kazu Hirata committed -
gcc *doc/invoke.texi: Document Darwin linker options, -bundle -bind_at_load, -all_load and -arch_errors_fatal testsuite * gcc.dg/darwin-ld-1.c: New test. * gcc.dg/darwin-ld-2.c: New test. * gcc.dg/darwin-ld-3.c: New test. * gcc.dg/darwin-ld-4.c: New test. * gcc.dg/darwin-ld-5.c: New test. From-SVN: r60081
Devang Patel committed -
* config/h8300/h8300.md (a peephole2): Accept a constant that's accepted by CONST_OK_FOR_J. From-SVN: r60080
Kazu Hirata committed -
* config/h8300/h8300.h (CONST_OK_FOR_J): New. (CONST_OK_FOR_LETTER_P): Use CONST_OK_FOR_J. * config/h8300/h8300.md (*addhi_h8300): Add a new alternative. (*addhi_h8300hs): Likewise. From-SVN: r60079
Kazu Hirata committed -
* sh.c (reg_class_from_letter): No longer const. Add 'e' entry. (sh_register_move_cost): Add clause for SImode fp-fp moves. Increase cost for moves involving multiple general purpose registers. * sh.h (OVERRIDE_OPTIONS): Set reg_class_from_letter['e'] according to TARGET_FMOVD. (HARD_REGNO_MODE_OK): Allow V2SFmode and V4SFmode in general purpose registers, and SImode in fp registers, for ! TARGET_SHMEDIA. (enum reg_class reg_class_from_letter): No longer const. (SECONDARY_OUTPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG / REGCLASS_HAS_GENERAL_REG. Handle SImode moves from/to fp registers. ! TARGET_SHMEDIA && TARGET_FMOVD. (SECONDARY_INPUT_RELOAD_CLASS): Use REGCLASS_HAS_FP_REG. * sh.md (movsi_ie): Add alternatives to move from / to fp regisyters. From-SVN: r60076
J"orn Rennecke committed -
Wed Dec 11 19:05:05 2002 J"orn Rennecke <joern.rennecke@superh.com> * sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60075
Joern Rennecke committed -
* sh.h (REG_CLASS_HAS_FP_REG): New. (REGISTER_MOVE_COST) Use it. Put body into a function and move it into: * sh.c (sh_register_move_cost). * sh-protos.h (sh_register_move_cost): Declare. * sh.c (sh_expand_builtin): Abort for unexpected nop values. (sh_adjust_cost): Always return a value. From-SVN: r60074
Joern Rennecke committed -
* config/ia64/ia64.c (ia64_hpux_asm_file_end): Fix typo in last change and some warnings. From-SVN: r60073
Andreas Schwab committed -
From-SVN: r60072
Kazu Hirata committed -
2002-12-12 Eric Botcazou <ebotcazou@libertysurf.fr> * gcc.c-torture/compile/20021212-1.c: New test. From-SVN: r60068
Eric Botcazou committed -
From-SVN: r60067
Eric Botcazou committed -
From-SVN: r60066
GCC Administrator committed
-