aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-03-23mips.md (type, [...]): Change xfer instruction type to mfc and mtc, as applic...Joseph Myers13-39/+36
2007-03-23i386.c: Remove unnecessary function declarations.Richard Henderson1-606/+518
2007-03-22i386.c (ix86_function_regparm): Early exit for 64-bit...Richard Henderson3-559/+532
2007-03-22defaults.h (OUTGOING_REG_PARM_STACK_SPACE): Provide default.Kai Tietz11-11/+11
2007-03-22i386.md (cmp<mode>): Rename from cmpsf and cmpdf.Uros Bizjak1-36/+12
2007-03-21re PR target/31245 (SSE2 generation bug with 4.1.2 and -O3)Richard Henderson3-7/+11
2007-03-21vxworks.h (VXWORKS_ADDITIONAL_CPP_SPEC): Remove -D options.Richard Sandiford2-19/+22
2007-03-21rtl.h (constant_pool_reference_p): Delete.Richard Sandiford1-13/+8
2007-03-21elf.h (TARGET_ASM_DESTRUCTOR): Define.Mark Mitchell2-7/+30
2007-03-20* config/vxlib.c (tls_delete_hook): Use TCB for kernel tasks.Nathan Sidwell1-2/+14
2007-03-19builtins.c (expand_builtin_sync_operation, [...]): Care for extending CONST_I...Michael Matz1-2/+13
2007-03-19s390.md (op_type attribute): RRR instruction type added.Andreas Krebbel1-213/+382
2007-03-19s390.md: Only non-functional changes.Andreas Krebbel1-133/+133
2007-03-19s390.md (UNSPEC_COPYSIGN): New constant.Andreas Krebbel2-6/+127
2007-03-19s390.opt ("mhard-float", [...]): Bit value inverted and documentation adjusted.Andreas Krebbel3-6/+39
2007-03-19* config/cris/t-elfmulti (EXTRA_MULTILIB_PARTS): Do not define here.Hans-Peter Nilsson1-1/+0
2007-03-19re PR target/31022 ([SH4] internal compiler error with inline)Kaz Kojima1-1/+1
2007-03-19pa.c (output_deferred_plabels, [...]): Cleanup formatting of targetm calls.John David Anglin1-14/+14
2007-03-18* config/cris/cris.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define to 1.Hans-Peter Nilsson1-0/+3
2007-03-18pa.md: Add fpstore_load and store_fpload instruction types.John David Anglin2-35/+91
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