aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-06-06i386.c (enum pta_flags): Move out of struct scope...Thomas Neumann1-467/+473
2007-06-06sse.md (sse4_2_pcmpestr_cconly): Prefer pcmpestrm as flags setting insn.Uros Bizjak2-140/+93
2007-06-05rs6000.h (FIXED_SCRATCH): Use r0 as a scratch register on SPE targets.Nathan Froyd2-102/+186
2007-06-05constraints.md ("Y2"): Replaced by ...H.J. Lu4-41/+41
2007-06-05constraints.md ("z"): Replaced by ...H.J. Lu2-14/+15
2007-06-05i386.c (override_options): Use TARGET_SUBTARGET32_ISA_DEFAULT to select defau...Uros Bizjak1-1/+1
2007-06-05md (reg_not_xmm0_operand): New predicate.Uros Bizjak5-53/+47
2007-06-03m68k.c (override_options): Don't override REAL_MODE_FORMAT.Andreas Schwab2-8/+6
2007-06-03re PR target/32163 (Compiling with stack protector causes reigster spill fail...Kaz Kojima1-0/+14
2007-06-03m68k.c (m68k_attribute_table): Add "interrupt".Kazu Hirata1-3/+9
2007-06-02revert: sse.md ("sse4_1_blendvpd"): Require "z" class XMM register for operan...Uros Bizjak3-24/+42
2007-06-02i386.md ("sse4_1_blendvpd"): Require "z" class XMM register for operand[3].Uros Bizjak2-54/+46
2007-06-02i386.h (enum reg_class): New.H.J. Lu7-9/+618
2007-06-02mips.c (mips_output_mi_thunk): Only load gp if not LOADGP_ABSOLUTE and not bi...David Daney1-2/+6
2007-06-01darwin.h (LINK_SPEC): Pass -fpie through to the linker.Geoffrey Keating1-0/+1
2007-06-01sh.c (fpscr_set_from_mem): Call get_free_reg only after no_new_pseudos.Kaz Kojima1-1/+2
2007-05-31i386.c: Correct coments on -mno-sse4.H.J. Lu1-1/+1
2007-05-31config.gcc (i[34567]86-*-*): Add nmmintrin.h to extra_headers.H.J. Lu7-68/+580
2007-05-30* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Undef before define.Uros Bizjak1-0/+1
2007-05-30config.gcc (arm-wrs-vxworks): Remove dbxelf.h from tm_file.Richard Sandiford9-145/+293
2007-05-30genrecog.c: Include regs.h in generated file.Eric Christopher5-114/+150
2007-05-30i386.h (MASK_64BIT, [...]): Remove defines.Uros Bizjak3-691/+632
2007-05-30re PR middle-end/32152 (omp lowering creates mismatched types)Richard Guenther1-4/+4
2007-05-30i386.h (TARGET_ABM): New define.Uros Bizjak5-217/+289
2007-05-30re PR target/31975 (segfault in try_split on mips during bootstrap)David Daney1-0/+3
2007-05-29i386.c (ix86_function_regparm): Added checking of ix86_force_align_arg_pointe...Hui-May Chang1-1/+2
2007-05-29re PR target/29498 (FTZ/DAZ for SSE should be ported to mingw32)Zuxy Meng2-0/+8
2007-05-29constraints.md: New file.John David Anglin7-143/+181
2007-05-28i386.c (ix86_expand_vector_move): Expand unaligned memory access via x86_expa...Uros Bizjak1-1/+1
2007-05-27rs6000.c (rs6000_emit_prologue): Update sp_offset depending on stack size.Eric Christopher1-3/+11
2007-05-26re PR target/32065 (Many dfp testsuite failures for -msse targets)Uros Bizjak1-0/+2
2007-05-26i386-protos.h (ix86_expand_sse4_unpack): New.H.J. Lu3-12/+98
2007-05-26i386.c, [...]: Fix comment typos.Kazu Hirata3-3/+3
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata3-4/+4
2007-05-25mips.c (mips_attribute_table): Add "near" and "far" function attributes, "far...Sandra Loosemore2-8/+54
2007-05-26config.gcc: Add i386/t-fprules-softfp64 and soft-fp/t-softfp to x86-darwin co...Eric Christopher3-0/+13
2007-05-25cfglayout.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-05-26re PR target/32065 (Many dfp testsuite failures for -msse targets)Uros Bizjak1-1/+31
2007-05-25sse.md (*vec_extractv2di_1_sse2): Do not calculate "memory" attribute for "ss...Uros Bizjak1-0/+1
2007-05-25i386.c (__builtin_ia32_vec_ext_v2df): Mark it with MASK_SSE2.H.J. Lu1-6/+6
2007-05-25sse.md (*vec_extractv2di_1_sse2): Correct shift.H.J. Lu1-1/+1
2007-05-25arm-protos.h (arm_encode_call_attribute): Delete.Richard Sandiford5-176/+69
2007-05-24spu.md (smulsi3_highpart): Unshare the rtl chain.Andrew Pinski1-2/+4
2007-05-24darwin.h (LINK_COMMAND_SPEC): Add .cxx/.cp for dsymutil handling as well.Mike Stump2-2/+2
2007-05-24i386.c (ix86_handle_option): Handle SSE4.1 for -msse/-msse2/-msse3.H.J. Lu1-6/+9
2007-05-24i386.c (ix86_init_mmx_sse_builtins): Mark __builtin_ia32_vec_set_v2di with MA...H.J. Lu1-1/+1
2007-05-24re PR target/27067 (Compile errors with multiple inheritance where the stdcal...Danny Smith3-35/+66
2007-05-23Fix up MIPS16 hard float and add support for complex.Sandra Loosemore6-555/+649
2007-05-23re PR target/30987 (Problem while compiling gcc for score)Chen Liqin4-48/+3
2007-05-22hard-reg-set.h (GO_IF_HARD_REG_SUBSET, [...]): Delete in favor of...Richard Sandiford1-23/+7