aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2003-12-09m32r.h: Add support for m32r2 processor.Kazuhiro Inaoka4-11/+29
2003-12-09re PR target/11848 ([darwin] [no support for 128 doubles] internal compiler e...Geoffrey Keating5-304/+136
2003-12-09i386.md: Typo in split of fp-valued if_then_else.Stuart Hastings1-1/+1
2003-12-08frv.md (subdi2): Merge with _internal insn_and_split, by using match_scratch.Alexandre Oliva1-13/+27
2003-12-08arm.md: New split to transform ((X << y) - 1) into ~(~(X-1) << y) for constan...Richard Earnshaw1-0/+14
2003-12-08* i386.md (cmpstr expander): Obey TARGET_INLINE_ALL_STRINGOPSJan Hubicka1-1/+1
2003-12-06+2003-12-06 Andrew Pinski <pinskia@physics.uc.edu> + + * config/rs6000/rs6000...Andrew Pinski1-2/+2
2003-12-06varasm.c (incorporeal_function_p): New.Richard Sandiford1-3/+1
2003-12-06* arm.md (IOR (COMPARISON) (AND)): New define_splits.Richard Earnshaw1-0/+38
2003-12-06* config/ia64/ia64.h (MUST_PASS_IN_STACK): Define.Mark Mitchell1-0/+7
2003-12-05alpha.c (alpha_build_builtin_va_list): Add dummy field to suppress -Wpadded w...Richard Henderson1-1/+8
2003-12-05* config/rs6000/rs6000.md: Correct macro test of TARGET_MACHO.Stuart Hastings1-2/+2
2003-12-05re PR target/13302 (Putting a va_list in a struct causes seg fault)Stuart Menefy1-1/+1
2003-12-05alpha.c (alpha_does_function_need_gp): Return true if the function contains a...Richard Henderson1-0/+9
2003-12-05mips.c (mips_expand_call): Don't allow laziy binding for n32 & n64 abicalls.Richard Sandiford1-1/+7
2003-12-05re PR rtl-optimization/13145 (bootstrap failure on mips-linux)Richard Sandiford3-14/+58
2003-12-05d30v-protos.h [...]: Convert to ISO C90 function declarations and definitions.Steven Bosscher18-502/+484
2003-12-05re PR middle-end/11151 (__builtin_return(__builtin_apply(...)) gives wrong re...Eric Botcazou1-1/+1
2003-12-04+ PR target/11322 + * config/sh/netbsd-elf.h (NO_PROFILE_COUNTERS): Define.Andrew Pinski1-0/+2
2003-12-04re PR target/12467 (vmsumubm emitted when vmsummbm appropriate)Andrew Pinski1-1/+1
2003-12-052003-12-04 Stuart Hastings <stuart@apple.com>Stuart Hastings3-82/+142
2003-12-04i386.md (addqi3_carry): Use q not r constraints.Richard Henderson1-4/+4
2003-12-04re PR rtl-optimization/13260 (Incorrect optimisation of loop termination cond...J"orn Rennecke4-4/+71
2003-12-04sh.md (truncdiqi2): Use andi opcode for immediate.J"orn Rennecke1-13/+14
2003-12-04re PR target/13186 ([PPC] Internal compiler error in reload.c)Richard Sandiford1-2/+0
2003-12-04hpux.h (TARGET_HAVE_TLS): Define it to false.Mark Mitchell3-5/+13
2003-12-04h8300.c (push): Call gen_push_h8300hs_advanced instead of gen_push_h8300hs.Kazu Hirata3-11/+11
2003-12-04rtl.c: Fix typo.Eric Christopher1-5/+3
2003-12-03* i386.c (classify_argument): Make it 64bit clean.Jan Hubicka1-1/+1
2003-12-02mips.c (mips_output_external): Replace checks for specific builtin-in functio...Richard Sandiford1-6/+1
2003-12-02arm.c (arm_rtx_costs): Improve for xscale multiply.James Lemke1-6/+28
2003-12-01re PR target/8407 ([IA-64] ICE in simplify_gen_subreg, at simplify-rtx.c:2711...James E Wilson1-2/+3
2003-12-01Fix for aliasing problem reported by Michael Matz.James E Wilson1-1/+1
2003-12-01common.opt: Remove -fgnu-linker.Zack Weinberg2-4/+0
2003-12-01linux64.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Test target_flags directly rather ...Alan Modra1-3/+3
2003-11-30re PR c++/12727 (mipsisa64-elf -mips32 regression: g++.dg/eh/registers1.C)Richard Sandiford1-2/+6
2003-11-30s390.md ("tmdi_reg", [...]): Insns now use multiple letter constraints.Andreas Krebbel4-465/+352
2003-11-30rs6000.c (rs6000_elf_section_type_flags): Don't set SECTION_WRITE on TARGET_R...Alan Modra1-8/+2
2003-11-30* config/h8300/h8300.h (LIBCALL_VALUE): Use R0_REG.Kazu Hirata1-1/+1
2003-11-30m68k.c (MOTOROLA): Move from here...Gunther Nikl3-469/+250
2003-11-30config.gcc (m68020-*-elf*, [...]): Add tm_defines containing MOTOROLA and USE...Gunther Nikl3-14/+0
2003-11-30* config/h8300/h8300.h (WORDS_BIG_ENDIAN): Update the comment.Kazu Hirata1-3/+1
2003-11-30* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.Ulrich Weigand1-3/+3
2003-11-29s390.md ("movhi"): Do not emit extender pattern when loading from a (MEM (ADD...Ulrich Weigand1-2/+4
2003-11-29gnu.h (HURD_TARGET_OS_CPP_BUILTINS): New.Kaveh R. Ghazi25-86/+50
2003-11-28* config/h8300/h8300.md: Fix a comment typo.Kazu Hirata1-1/+1
2003-11-28h8300.md (*movsf_h8300h): Change to *movsf_h8300hs.Kazu Hirata1-7/+7
2003-11-28h8300.md (*subhi3_h8300): Remove '&' from the constraint.Kazu Hirata1-2/+2
2003-11-28rs6000.h (MASK_MFCRF): New.David Edelsohn2-27/+35
2003-11-27pa.c (hppa_profile_hook): Split gen_call_profiler into separate insns.Randolph Chung2-38/+64