aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2007-06-12bfin.md (UNSPEC_NOP): New constant.Bernd Schmidt2-21/+82
2007-06-12* config/m68k/m68k-devices.def (52221, 52223, 5253): New.Nathan Sidwell1-0/+3
2007-06-11Merge dataflow branch into mainlineDaniel Berlin53-820/+1054
2007-06-11i386.md ("*movtf_internal): Penalize moves to and from integer registers.Uros Bizjak1-56/+57
2007-06-11arm.c (arm_output_dwarf_dtprel, [...]): New.Joseph Myers1-0/+17
2007-06-11bfin.md (movdi_insn, [...]): Don't allow constant to memory moves.Bernd Schmidt1-7/+7
2007-06-11re PR target/32280 (_mm_srli_si128, heinous code for some shifts)Uros Bizjak2-26/+32
2007-06-10tree-data-ref.c (dr_analyze_alias): Handle case smt is NULL.Zdenek Dvorak3-1/+41
2007-06-08lib1funcs.asm (__udivsi3): Use hardware divide instructions if they are suppo...Bob Wilson2-0/+90
2007-06-08i386.c (override_options): Merge TARGET_SSE4_2 and TARGET_ABM handling of x86...Uros Bizjak1-7/+4
2007-06-08re PR target/29953 ([SH-4] Perfomance regression in loops. cmp/eq used instea...Christian Bruel1-0/+46
2007-06-08constraints.md: New file.Kaz Kojima5-273/+296
2007-06-08darwin.h (STACK_BOUNDARY): Define.Geoffrey Keating1-0/+6
2007-06-07Index: ChangeLogGeoffrey Keating4-14/+176
2007-06-07i386.md (standard sse constant splitter): Handle TFmode.Uros Bizjak3-135/+252
2007-06-07* config/xtensa/lib1funcs.asm: Clean up whitespace.Bob Wilson1-26/+26
2007-06-06config.gcc (i?86-*-darwin*): Remove arch parameter.Eric Christopher1-0/+13
2007-06-06i386.c (override_options): Move handling of TARGET_SUBTARGET* earlier.Eric Christopher1-27/+27
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