aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-08-16i386.md (*rep_movdi_rex64): Emit "rep" prefix on the same line as the instruc...Uros Bizjak2-33/+33
2007-08-15rs6000.c (rs6000_rtx_costs): Add CLZ, CTZ, and POPCOUNT.David Edelsohn1-0/+6
2007-08-15rs6000.c (rs6000_file_start): Output a .gnu_attribute directive for the curre...Daniel Jacobowitz1-2/+8
2007-08-15mips.c (vr4130_swap_insns_p): Use new interface to scheduler dependencies.Maxim Kuvyrkov1-6/+7
2007-08-15i386.md (subsi3_carry_zext): Remove "m" constraint for "register_operand".Rask Ingemann Lambertsen2-7/+7
2007-08-14i386.c: (legitimize_address): Move dllimported variable check infront of legi...Kai Tietz1-3/+3
2007-08-14re PR target/30315 (optimize unsigned-add overflow test on x86 to use cpu fla...Rask Ingemann Lambertsen4-11/+125
2007-08-14sched-int.h (struct _dep): Rename field 'kind' to 'type'.Maxim Kuvyrkov2-18/+29
2007-08-13Revert GPLv3 patch to arm_neon.hNick Clifton1-3/+4
2007-08-12mips.c (mips_sched_reorder): Mark cycle parameter as ATTRIBUTE_UNUSED.David Daney1-1/+1
2007-08-11rs6000.h (CC1_CPU_SPEC): Define as empty string if HAVE_LOCAL_CPU_DETECT not ...David Edelsohn1-1/+5
2007-08-11alias.h (alias_set_type): Define new type.Ian Lance Taylor7-14/+16
2007-08-11vxworks-dummy.h (TARGET_VXWORKS): Define.Richard Sandiford3-3/+17
2007-08-10predicates.md (const_call_insn_operand): Invoke SYMBOL_REF_LONG_CALL_P only o...Adam Nemet1-1/+1
2007-08-10re PR target/33042 (Bootstrap failure on ppc64)David Edelsohn1-5/+5
2007-08-10mips.c (TARGET_SCHED_INIT): Define.Sandra Loosemore1-14/+120
2007-08-10mips-protos.h (mips_address_insns): Add a boolean argument.Richard Sandiford4-19/+39
2007-08-09mips.opt (mhard-float, [...]): Make these control TARGET_HARD_FLOAT_ABI and T...Sandra Loosemore3-33/+24
2007-08-09tm.texi (CLZ_DEFINED_VALUE_AT_ZERO, [...]): Document change in interpretation...Sandra Loosemore2-3/+3
2007-08-09optabs.c (expand_widen_pattern_expr): Use optabs accestors.Jan Hubicka2-5/+5
2007-08-08x-rs6000: New file.David Edelsohn6-1/+415
2007-08-08t-crtstuff (CRTSTUFF_T_CFLAGS): Use +=.Paolo Bonzini1-1/+1
2007-08-08invoke.texi (-mcode-readable): Document.Richard Sandiford5-65/+169
2007-08-08mips-protos.h (mips_emit_move): Declare.Richard Sandiford4-65/+79
2007-08-08mips-protos.h (mips_split_symbol): Add a mode and an "rtx *" argument.Richard Sandiford4-40/+51
2007-08-08mips.c (mips_symbolic_address_p): Delete.Richard Sandiford1-66/+53
2007-08-08mips-protos.h (SYMBOL_FORCE_TO_MEM): New symbol type.Richard Sandiford2-15/+19
2007-08-08mips-protos.h (mips_symbol_context): New enumeration.Richard Sandiford3-42/+89
2007-08-08mips-protos.h (SYMBOL_GENERAL): Rename to...Richard Sandiford4-45/+48
2007-08-08gnu.h (STARTFILE_SPEC): Use gcrt0.o in profile mode, add -profile option, add...Samuel Thibault2-7/+13
2007-08-08gnu.h (CPP_SPEC): Add -pthread option.Samuel Thibault2-2/+2
2007-08-06re PR target/31868 (Non-Linux DWARF EH x86-64 targets have broken crtend.o)H.J. Lu7-12/+11
2007-08-06ia64.c (ia64_c_mode_for_suffix): New.Steve Ellcey1-0/+17
2007-08-06* config/ia64/div.md (m2subrf4_cond): Change 'g' to 'G'.Steve Ellcey1-3/+3
2007-08-06* config/ia64/ia64.h (MODES_TIEABLE_P): Fix typo.Steve Ellcey1-1/+1
2007-08-06i386.md: Check TARGET_ macros and optimize_size before checking function retu...H.J. Lu1-220/+227
2007-08-05configure.ac: Remove --enable-checking=df from default settings.Paolo Bonzini3-18/+2
2007-08-04arm.md (movsi): Add braces.Richard Sandiford1-0/+2
2007-08-03i386.c (setup_incoming_varargs_64): Tolerate 64bit preferred stack boundary.Jan Hubicka1-1/+8
2007-08-03rs6000.c (struct processor_cost): Change l1_cache_lines to l1_cache_size.David Edelsohn1-26/+50
2007-08-03spu.md (dftsv, [...]): Attach the appropriate mode to unspec expressions to s...Ben Elliston1-4/+6
2007-08-02* config/ia64/constraints.md ("U"): Make constraint vector only.Steve Ellcey1-3/+1
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton694-3362/+2688
2007-08-02s390.md ("*xordi3_cconly"): Change xr to xg.Andreas Krebbel1-1/+1
2007-08-01mips16.S (__mips16_unordsf2, [...]): New.Sandra Loosemore3-3/+42
2007-08-01invoke.texi (l1-cache-size): Update documentation.Zdenek Dvorak3-4/+42
2007-08-012007-xx-xx Nigel Stephens <nigel@mips.com> David Ung <davidu@mips.com> Thiemo...Nigel Stephens10-286/+406
2007-07-31re PR target/32847 (FAIL: tmpdir-g++.dg-struct-layout-1/t028 cp_compat_y_tst....John David Anglin1-28/+12
2007-07-31mips.h (ISA_HAS_SYNCI): Add !TARGET_MIPS16 test.Sandra Loosemore1-1/+1
2007-07-31neon.md (vec_set<mode>_internal, [...]): New define_insns.Julian Brown1-21/+35