aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-03-17arm.c, [...]: Fix comment typos.Kazu Hirata4-4/+4
2007-03-16pa.c (attr_length_call): Partially revert change of 2007-03-09.John David Anglin1-3/+3
2007-03-16vxworks.h (SUPPORTS_INIT_PRIORITY): Define.Richard Sandiford1-0/+4
2007-03-16vx-common.h (WINT_TYPE, [...]): Define.Richard Sandiford1-0/+6
2007-03-16i386.c (override_options): Add PTA_NO_SAHF to k8...Uros Bizjak1-7/+11
2007-03-15predicates.md (minmax_operator): Don't check operands here.DJ Delorie1-6/+0
2007-03-15i386.md (x86_sahf_1): Correctly handle HAVE_AS_IX86_SAHF.Uros Bizjak1-1/+7
2007-03-15re PR target/31167 (ICE wnen using __int128_t on x86_64)Uros Bizjak1-6/+6
2007-03-14Fix 31018 -- move TARGET_xxx in i386.md to tuning optionsMichael Meissner3-19/+62
2007-03-14configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether the configured...Uros Bizjak1-1/+1
2007-03-13pa.md (vdepi_ior): Don't allow zero length deposit.John David Anglin1-3/+3
2007-03-13i386.opt (mcx16, msahf): New options.Uros Bizjak4-16/+26
2007-03-13darwin-fallback.c: Compile file only on powerpc.Geoffrey Keating2-7/+17
2007-03-12alpha.c (alpha_elf_section_type_flags): New.Richard Henderson1-0/+18
2007-03-12darwin.c (machopic_reloc_rw_mask): New.Richard Henderson3-0/+9
2007-03-12i386.md (fixuns_trunc<mode>hi2): Implement from fixuns_truncsfhi2 and fixuns_...Uros Bizjak1-54/+18
2007-03-11* Fix a typo in my previous commit.Uros Bizjak1-1/+1
2007-03-11i386.md (frndintxf2): Rename to ...Uros Bizjak1-104/+39
2007-03-10darwin.h (DARWIN_MINVERSION_SPEC): Add missing quotation mark.Tobias Schlüter2-3/+2
2007-03-10i386.md (UNSPEC_C2_FLAG): New constant.Uros Bizjak2-2/+12
2007-03-10sh.c (sh_insn_length_adjustment): Adjust for the change of decode_asm_operands.Kaz Kojima1-1/+1
2007-03-10pa.c (attr_length_call): Revise condition for long pc-relative branch.John David Anglin1-6/+9
2007-03-10gcc.c: Document %{, in big comment at top.Geoffrey Keating8-12/+18
2007-03-09re PR target/26090 (IA-64 creates DT_TEXTREL binaries)Richard Henderson8-96/+62
2007-03-09* config/m32c/t-m32c (m32c-pragma.o): Add TM_H dependency to m32c-pragma.oDJ Delorie1-1/+1
2007-03-09extend.texi (MIPS DSP Built-in Functions): Document the DSP REV 2.Chao-ying Fu5-24/+825
2007-03-09altivec.md: Fix vcond patterns using if_then_else.Sa Liu1-56/+49
2007-03-09i386.h (override_options): Conditionally disable x86_sahf for 64bit targets o...Uros Bizjak1-1/+1
2007-03-08re PR objc/31013 (objc PCH is broken on powerpc-darwin again)Geoffrey Keating1-1/+1
2007-03-08i386.h (TARGET_SAHF): New define.Uros Bizjak3-28/+38
2007-03-07libunwind.S: Add .arch/.object_arch for armv4 builds.Joseph Myers2-1/+169
2007-03-07vxworks.h (vxworks_override_options): Declare.Richard Sandiford3-7/+19
2007-03-07s390.c (override_options): Don't emit an error when -mstack-size is used with...Andreas Krebbel1-15/+39
2007-03-07i386.c (output_set_got): Add a GOT initialization sequence for VxWorks PIC.Richard Sandiford3-9/+53
2007-03-07vxworks.h (VXWORKS_GOTT_BASE, [...]): Undefine before defining.Richard Sandiford3-4/+37
2007-03-06avr.c (avr_mcu_types): Add support for ATmega325P...Anatoly Sokolov3-4/+22
2007-03-06att.h (ASM_OUTPUT_ASCII, [...]): Undefine before redefining.Richard Sandiford1-0/+2
2007-03-06reg-stack.c (reg_to_stack): Large models don't allow NAN to be loaded for con...Jan Hubicka5-44/+140
2007-03-06i386.c (x86_use_leave, [...]): Merge into ...Richard Henderson2-290/+437
2007-03-06configure.ac: Allow tm_file to contain build-directory files.Richard Sandiford2-0/+89
2007-03-06m68k.h (PIC_OFFSET_TABLE_REGNUM): Use the REGNO of pic_offset_table_rtx if re...Richard Sandiford2-51/+87
2007-03-06m68k.c (m68k_save_reg): Save the PIC register in functions that call eh_return.Richard Sandiford1-0/+4
2007-03-06m68k.c (m68k_save_reg): Save the PIC register in functions that need a consta...Richard Sandiford1-0/+7
2007-03-06re PR target/28181 (ICE in reload_cse_simplify_operands, at postreload.c:393 ...Richard Sandiford3-39/+72
2007-03-06m68k.c (m68k_save_reg): Remove special case for leaf functions.Richard Sandiford1-4/+1
2007-03-06m68k-protos.h (output_sibcall): Declare.Richard Sandiford4-8/+99
2007-03-06m68k.md (movsf_cf_soft): Provide the same non-mov3q alternatives as movsi_cf.Richard Sandiford1-2/+4
2007-03-06200x-xx-xx Kazu Hirata <kazu@codesourcery.com> Richard Sandiford <richard@cod...Kazu Hirata4-455/+645
2007-03-06re PR target/23482 ([ColdFire] ICE in in final_scan_insn)Richard Sandiford3-368/+460
2007-03-06pa.md: In unamed move patterns...John David Anglin1-23/+33