aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-03-15* config/arm/arm.c (thumb_expand_prologue): Tie prologue insns to fp.Paul Brook1-0/+6
2004-03-14* arm.h (EXTRA_CONSTRAINT_STR_ARM): Update comment.Richard Earnshaw1-1/+3
2004-03-13re PR target/14533 (s390x internal compiler error: in legitimize_pic_address,...Jakub Jelinek1-4/+3
2004-03-13arm.c (arm_legitimate_address_p): New argument, OUTER.Richard Earnshaw5-189/+89
2004-03-13rs6000.c (rs6000_va_arg): Replace SPLIT_COMPLEX_ARGS with targetm version.Alan Modra1-1/+1
2004-03-13re PR target/14567 ([3.4 only] long double and va_arg complex args)Alan Modra2-62/+139
2004-03-13re PR target/14047 (__progmem__ attribute doesn't work)Dean Ferreyra2-4/+4
2004-03-12rs6000-protos.h (rs6000_output_dwarf_dtprel): Add prototype.Jakub Jelinek3-0/+29
2004-03-12host-darwin.c (darwin_rs6000_gt_pch_use_address): Use ret instead of result.Andrew Pinski1-3/+3
2004-03-12winnt.c (i386_pe_strip_name_encoding_full): Strip leading '@' on fastcall sym...Danny Smith1-1/+6
2004-03-12* config/i386/i386.c (ix86_split_ashrdi): Optimize shift by 63.Roger Sayle1-1/+8
2004-03-12Enabled linkonce support for Darwin.Matt Austern3-11/+194
2004-03-12re PR target/14547 (Passing _Complex long double does not follow the ABI)Richard Henderson6-16/+23
2004-03-11alpha.c (xfloating_ops, [...]): New.Richard Henderson2-80/+64
2004-03-11re PR target/14539 (128-bit long double improperly aligned)Richard Henderson1-1/+1
2004-03-11re PR target/14496 (ICE at recog.c:2083 building libgcc2.c)Richard Sandiford1-2/+4
2004-03-11hpux.h (TARGET_INIT_LIBFUNCS): Add undef.Steve Ellcey3-0/+21
2004-03-12arm.md (is_xscale): Comment this attribute and move it a bit further up in th...Ben Elliston1-1/+3
2004-03-11host-solaris.c (sol_gt_pch_use_address): Add missing terminating marker to co...Eric Botcazou1-1/+1
2004-03-11mips.md: Use move_operand in splitters for 64-bit moves.Richard Sandiford2-96/+68
2004-03-11c-typeck.c, [...]: Fix comment typos and formatting.Kazu Hirata19-38/+38
2004-03-10c-pch.c (c_common_no_more_pch): Update for gt_pch_use_address extra arguments.Richard Henderson5-9/+242
2004-03-10optabs.h (enum optab_index): Add new OTI_exp10 and OTI_exp2.Uros Bizjak1-0/+131
2004-03-10aix.h (TARGET_OS_CPP_BUILTINS): Rename to ...David Edelsohn6-72/+41
2004-03-10rs6000-c.c (rs6000_cpu_cpp_builtins): Define __LONGDOUBLE128 on AIX.David Edelsohn1-1/+5
2004-03-10ia64.md (divsi3, udivsi3): Remove unused variable twon34_r.Andreas Schwab1-2/+0
2004-03-09re PR bootstrap/12371 ([m68k-linux] bootstrap error in make compare)Roman Zippel2-7/+34
2004-03-10ia64.md (divsi3): Fix algorithm.Steve Ellcey1-9/+11
2004-03-10system.h (SUNOS4_SHARED_LIBRARIES): Poison.Ian Lance Taylor3-24/+1
2004-03-09hpux.h (MULTILIB_DEFAULTS): Define.Zack Weinberg1-1/+3
2004-03-09* config/m32r/m32r.md: Remove all define_peephole's.Kazu Hirata1-58/+0
2004-03-09* config/rs6000/rs6000.md: Remove trailing whitespace.Alan Modra1-52/+52
2004-03-09re PR target/14480 (gcc/config/rs6000/t-rtems is missing)Joel Sherrill1-0/+86
2004-03-08s390.md ("*extendqidi2_short_displ"): Add CC clobber.Ulrich Weigand1-2/+4
2004-03-08pdp11.c (comparison_operator_index): Remove.Kazu Hirata2-51/+0
2004-03-08rs6000.c: Formatting fix.Alan Modra1-2/+3
2004-03-08rs6000.c (rs6000_override_options): Don't override -msoft-float by -mcpu.Alan Modra1-16/+5
2004-03-08rs6000.md (ashrdi3): Do not call ashrdi3_no_power for little endian.Aldy Hernandez1-3/+4
2004-03-08re PR target/14471 (Workaround for errata regarding multiplication bug)Hans-Peter Nilsson4-19/+98
2004-03-07rs6000.c (rs6000_parse_abi_options): SPE and AltiVec abi cannot co-exist.Aldy Hernandez2-3/+7
2004-03-07m68hc11.md ("*lshrsi3_const"): Disable for 68HC12.Stephane Carrez2-17/+40
2004-03-07defaults.h (LEGITIMIZE_ADDRESS): Provide a default definition.Kazu Hirata12-132/+0
2004-03-07mips.c (mips_in_small_data_p): Return false if TARGET_ABICALLS.Richard Sandiford1-0/+5
2004-03-07m68hc11.c (m68hc11_gen_movhi): Use 2,-sp to push the stack register.Stephane Carrez1-4/+10
2004-03-06* config/alpha/alpha.c (alpha_in_small_data_p): False for functions.Richard Henderson1-0/+4
2004-03-07ns32k-protos.h: Add a prototype for ns32k_notice_update_cc.Kazu Hirata3-45/+73
2004-03-07s390.md ("load_multiple", [...]): Allow only if reload_completed.Ulrich Weigand1-6/+9
2004-03-06vax-protos.h: Add a prototype for vax_notice_update_cc.Kazu Hirata3-55/+71
2004-03-06pa.md (icacheflush): Reorder operands to make match_scratch operand last.John David Anglin2-8/+5
2004-03-06alpha.h (MASK_LONG_DOUBLE_128): New.Richard Henderson3-8/+30