aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-11-09re PR target/50911 (assertion failure in expand_vec_perm_interleave2 with -msse)Jakub Jelinek1-0/+4
2011-11-09function.h (requires_stack_frame_p): New prototype.Jakub Jelinek1-4/+60
2011-11-09sparc.c (output_v8plus_shift): Take INSN parameter first and adjust head comm...Eric Botcazou3-26/+68
2011-11-09Matthew Gretton-Dann <matthew.gretton-dann@arm.com>Matthew Gretton-Dann4-1/+6
2011-11-09vector.md (vcondv4sfv4si, [...]): New patterns.Jakub Jelinek2-2/+64
2011-11-08tm.texi.in (MODE_CODE_BASE_REG_CLASS): Add address space argument.Ulrich Weigand5-14/+16
2011-11-08i386.c (ix86_preferred_simd_mode): Even for TARGET_AVX if not TARGET_PREFER_A...Jakub Jelinek1-4/+4
2011-11-08sse.md (*avx_vperm2f128<mode>3_nozero): Emit mask 0x12 and 0x20 as vinsert[fi...Jakub Jelinek1-0/+4
2011-11-08Merge from transactional-memory branch.Aldy Hernandez2-1/+202
2011-11-07i386-bultin-types.def (V8SI_FTYPE_V4DF_V4DF): Add.Jakub Jelinek2-3/+12
2011-11-08constraints.md: New file.Anatoly Sokolov4-173/+204
2011-11-07i386.c (ix86_builtin_vectorized_function): Handle BUILT_IN_IRINT, BUILT_IN_IR...Uros Bizjak2-2/+6
2011-11-07avr.c (output_reload_in_const): Can handle CONSTANT_P now, not only CONST_INT...Georg-Johann Lay1-106/+50
2011-11-07constraints.md (Cm2): New constraint for int -2.Georg-Johann Lay2-6/+21
2011-11-07i386.c (ix86_expand_builtin): If gather mask argument is known to have all hi...Jakub Jelinek3-3/+112
2011-11-07re PR tree-optimization/50789 (Gather vectorization)Jakub Jelinek3-68/+188
2011-11-07f16cintrin: Remove extra _X86INTRIN_H_INCLUDED check.Uros Bizjak1-5/+3
2011-11-07config.gcc (*-*-*vms*): Set c_target_objs, cxx_target_objs.Tristan Gingold4-0/+260
2011-11-07vms.h (TARGET_OBJECT_SUFFIX, [...]): Move to config/vms/vms.hTristan Gingold5-115/+85
2011-11-07re PR target/50962 (Additional opportunity for AGU stall avoidance optimizati...Enkovich Ilya3-1/+30
2011-11-07alpha-common.c (alpha_option_init_struct): New function.Tristan Gingold1-0/+8
2011-11-07Fix r180999, update ChangeLogQuentin Neill1-3/+3
2011-11-07config.gcc (arm*-*-rtemseabi*): New target.Sebastian Huber2-0/+37
2011-11-06Get rid of sparc's UNSPEC_SHORT_LOAD.David S. Miller1-11/+22
2011-11-07re PR target/30282 (Optimization flag -O1 -fschedule-insns2 cause red zone to...Alan Modra1-1/+1
2011-11-07cygwin.h (LIBGCJ_SONAME): Updated to match recent libgcj version bump.Dave Korn2-2/+2
2011-11-06pa.c (pa_hpux_init_libfuncs): Rename to pa_init_libfuncs.John David Anglin1-45/+50
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod2-130/+333
2011-11-06Remove unwanted svn:executable properties that svn add had decided to add.Joern Rennecke8-0/+0
2011-11-05More improvements to sparc VIS vec_init code generation.David S. Miller2-99/+363
2011-11-05config.gcc (epiphany-*-*): New architecture.Joern Rennecke13-0/+7258
2011-11-05re PR tree-optimization/50693 (Loop optimization restricted by GOTOs)Jakub Jelinek2-2/+28
2011-11-05rtems.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Extend rs6000_spe handling.Peter Dufault1-0/+4
2011-11-05t-rtems: Add -mcpu=8540/-mfloat-gprs=double multilib.Ralf Corsepius2-18/+35
2011-11-05Piledriver f16cintrin.h fix.Quentin Neill2-59/+98
2011-11-04Fix sparc regression due to recent movcc pattern changes.David S. Miller1-6/+7
2011-11-04config.gcc (bfin*-rtems*): Add newlib-stdint.h.Ralf Corsepius1-0/+21
2011-11-04re PR target/50979 (architecture mismatch: "mul32" not enabled for "smul" or ...Eric Botcazou1-0/+1
2011-11-04re PR rtl-optimization/38644 (Optimization flag -O1 -fschedule-insns2 causes ...Jiangning Liu1-0/+2
2011-11-04re PR target/50931 ([avr] Support a 24-bit scalar integer mode)Georg-Johann Lay6-93/+1227
2011-11-04re PR target/50980 (arm-rtems multilib not matching for -mfpu=vfp -mfloat-abi...Thomas Doerfler2-4/+39
2011-11-04vms.h (ASM_OUTPUT_DEF): Do not switch section.Tristan Gingold1-9/+10
2011-11-04i386.c (ix86_expand_vector_convert_uns_vsivsf): New function.Jakub Jelinek3-23/+43
2011-11-04i386.c (ix86_expand_adjust_ufix_to_sfix_si): Add XORP argument.Jakub Jelinek3-25/+57
2011-11-04alpha.c (alpha_write_linkage): Remove fundecl argument.Tristan Gingold3-203/+58
2011-11-03i386.md (lround<X87MODEF:mode><SWI248x:mode>2, [...]): Use operands[N] instea...Uros Bizjak1-11/+11
2011-11-03Restore arm-eabi bootstrap (PR target/50978)Rainer Orth1-0/+1
2011-11-03i386.md: Use {} for multi-line preparation statements.Uros Bizjak1-59/+89
2011-11-03sparc.md (movtf_insn_sp32_no_fpu): Consolidate into...Eric Botcazou2-37/+12
2011-11-03vms.c (vms_patch_builtins): Fix typo.Tristan Gingold1-4/+4