aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-05-29Fix typo in previous patch.Bernardo Innocenti1-1/+1
2004-05-29m68k.c (CONST_METHOD): Add MVZ, MVS.Peter Barada1-1/+17
2004-05-29m68k.h (EXTRA_CONSTRAINT): add 'U' for register offset addressing.Peter Barada2-8/+15
2004-05-28re PR target/15720 (function marked inline which is called directly isn't emi...Andrew Pinski1-0/+2
2004-05-28altivec.h (vec_ctf, [...]): Remove type checks for integral parameters and li...Ziemowit Laski1-324/+285
2004-05-28* config/arm/arm.c (arm_output_epilogue): Remove redundant code.Paul Brook1-15/+2
2004-05-28arm.c (thumb_force_lr_save): New function.Paul Brook1-7/+31
2004-05-28mips.md (extendsidi2): Tie the source and destination of the register alterna...Richard Sandiford1-6/+19
2004-05-28re PR target/13250 ([3.4 only] [SH] Gcc code for rotation clobbers the regist...Kaz Kojima1-1/+1
2004-05-28t-linux (SHLIB_MAPFILES): Use sh specific libgcc-std.ver.Kaz Kojima2-2/+218
2004-05-28except.c: Revert change of 2004-05-26.Bryce McKinlay1-13/+7
2004-05-27re PR target/14478 ([3.3 only] rs6000 geu/ltu patterns generate incorrect code)Alan Modra1-2/+5
2004-05-26rs6000.c (spe_expand_stv_builtin): New.Aldy Hernandez1-14/+48
2004-05-26i386.md (UNSPECV_EH_RETURN): Kill.Jan Hubicka1-7/+13
2004-05-25arm.c (thumb_exit, [...]): Remove pointless #ifdef.Paul Brook1-4/+0
2004-05-25re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string)Andrew Pinski1-0/+1
2004-05-25Updated AVR -mint8 option and set proper 64-bit typeSvein E. Seldal1-1/+1
2004-05-23t-rs6000: Remove the disabling -Werror.Andrew Pinski1-20/+0
2004-05-22mips.c (mips_asm_file_start): Emit a .gcc_compiled_longXX section when genera...Richard Sandiford1-0/+7
2004-05-22re PR bootstrap/15546 (Bootstrap stage3: Undefined references to basic_string)Andrew Pinski1-0/+4
2004-05-21oops - omitted from previous delta. This change is:Nick Clifton1-4/+4
2004-05-21linux64.h (OPTION_DEFAULT_SPECS): If SPARC_BI_ARCH, override sparc.h definition.Jakub Jelinek1-0/+21
2004-05-21system.h: Poison NO_RECURSIVE_FUNCTION_CSE.Ian Lance Taylor14-49/+0
2004-05-20rs6000.c (print_operand): Call mark_decl_referenced before assemble_name.Andrew Pinski1-0/+4
2004-05-20arm.md (ite_ne_zeroextractsi, [...]): Ensure we don't earlyclobber operands u...Richard Earnshaw1-4/+6
2004-05-19re PR target/15383 (__float128 function name is used for long double)H.J. Lu2-23/+53
2004-05-19Fix typos (missing closing parentheses)Nick Clifton1-3/+3
2004-05-19tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe...Mike Stump3-5/+26
2004-05-18s390.c (s390_expand_movstr, [...]): Do not use expand_start_loop and expand_e...Steven Bosscher1-6/+15
2004-05-18rs6000.md (ctrsi_internal3): Delete.Alan Modra1-98/+0
2004-05-18Makefile.def, [...]: Remove all mention of libf2c.Zack Weinberg1-3/+0
2004-05-17i386.c (construct_container): Do not produce BLKmode registers.Jan Hubicka1-2/+6
2004-05-17re PR target/15084 (-O/-O2 generate wrong code on structure modification)H.J. Lu1-7/+14
2004-05-17mips.h (MASK_DEBUG_G, [...]): Delete.Richard Sandiford2-853/+65
2004-05-17pa.md: Fix typo from last change.John David Anglin1-7/+5
2004-05-16re PR target/10982 ([arm] poor optimisation of "if (var & const)")Richard Earnshaw1-5/+104
2004-05-15lib1funcs.asm (_lshrdi3, [...]): Add ASM implementations for ARM and Thumb.Richard Earnshaw2-0/+111
2004-05-15arm.h (TARGET_APCS_32): Delete.Richard Earnshaw25-519/+117
2004-05-15rs6000.c (rs6000_va_arg <ABI_V4>): Don't use UNITS_PER_WORD to calculate gpr ...Alan Modra1-2/+10
2004-05-15basic-block.h (life_analysis, [...]): Update prototypes.Steven Bosscher3-13/+13
2004-05-14arm.md (all peephole2 patterns): Use predicates that validate register classe...Richard Earnshaw1-19/+14
2004-05-14stor-layout.c (update_alignment_for_field): Use targetm.align_anon_bitfield.Paul Brook1-0/+13
2004-05-13* config/arm/arm.h (PCC_BITFIELD_TYPE_MATTERS): Define.Paul Brook1-0/+6
2004-05-13arm.c (arm_default_short_enums): New function.Paul Brook1-0/+12
2004-05-13Merge tree-ssa-20020619-branch into mainline.Diego Novillo24-110/+92
2004-05-11spe.md (spe_evneg): Rename to negv2si2.Aldy Hernandez2-2/+2
2004-05-11Fixed problem related to vec_ld in c++ mode.Fariborz Jahanian1-0/+3
2004-05-10re PR target/14063 (conditional around vec_dss() call disappears at -O2)Andrew Pinski1-2/+2
2004-05-11altivec.md ("one_cmplv16qi2"): Change vnot to vnor.Aldy Hernandez1-3/+3
2004-05-10re PR target/15130 ([3.3/3.4][sh4-linux] miscompilation with -O2)Kaz Kojima3-16/+79