aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2013-09-01pa.md: Allow "const 0" operand 1 in "scc" insns.John David Anglin1-8/+8
2013-09-01darwin.h (LINK_COMMAND_SPEC_A): Revise sanitizer specs to include sanitize(un...Iain Sandoe1-1/+2
2013-08-31alpha.c (alpha_emit_conditional_move): Update "cmp" RTX before signed_compari...Uros Bizjak1-0/+1
2013-08-30Merge ubsan into trunk.Marek Polacek3-3/+4
2013-08-30arm_neon.h (__AARCH64_UINT64_C, [...]): New arm_neon.h's internal macros to s...Tejas Belagod1-183/+216
2013-08-29Revert accidental checkin.Jan Hubicka1-1/+1
2013-08-29lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P...Jan Hubicka1-1/+1
2013-08-28re PR target/58067 (ICE in GFortran recog.c:2158)Jakub Jelinek2-2/+53
2013-08-27Update Haswell processor detectionH.J. Lu1-0/+2
2013-08-27re PR target/57927 (-march=core-avx2 different than -march=native on INTEL H...Christian Widmer1-10/+18
2013-08-27arm_neon.h: Replace all inline asm implementations of vget_low_* with impleme...Tejas Belagod1-132/+79
2013-08-27Remove experimental LRA testNick Clifton1-3/+3
2013-08-27aarch64.md (unspec): Add UNSPEC_SISD_SSHL...Vidya Praveen2-5/+184
2013-08-27* config/i386/djgpp.h (ASM_DECLARE_FUNCTION_NAME): New.DJ Delorie1-0/+11
2013-08-26avr.opt (mfract-convert-truncate): New option.Joern Rennecke2-2/+200
2013-08-26avr-stdint.h (INT16_TYPE): Change default to "int".Joern Rennecke1-2/+2
2013-08-26i386.c (x86_64_elf_select_section): Put ATTRIBUTE_UNUSED into proper place.Joern Rennecke1-1/+1
2013-08-26i386.c (ix86_return_in_memory): Do not remove ATTRIBUTE_UNUSED on function ar...Uros Bizjak1-1/+1
2013-08-26i386.c (ix86_debug_options): Remove prototype.Uros Bizjak1-16/+9
2013-08-23re PR target/58218 (-mcmodel=medium cause assembler warning "ignoring incorre...Jakub Jelinek2-0/+25
2013-08-23predicates.md (ext_sse_reg_operand): New.Kirill Yukhin3-15/+16
2013-08-22linux.h (TARGET_LIBC_HAS_FUNCTION): Define as gnu_libc_has_function.Andreas Krebbel2-3/+6
2013-08-22i386-common.c (OPTION_MASK_ISA_AVX512F_SET): New.Alexander Ivchenko11-234/+576
2013-08-21Don't nest comment in gcc/config/sol2.h.Rainer Orth1-1/+1
2013-08-21sse.md (V16): Rename to...Kirill Yukhin1-8/+8
2013-08-20linux-elf.h (MULTILIB_DEFAULTS): Remove definition.Matthew Gretton-Dann2-2/+4
2013-08-20Fix LIB_SPEC for systems without libpthread.Pavel Chupin4-6/+10
2013-08-20re PR target/57865 (Broken _save64gpr and _rest64gpr usage)Alan Modra1-4/+2
2013-08-19builtins.def (BUILT_IN_FABSD32): New DFP ABS builtin.Peter Bergner1-12/+21
2013-08-19mips.c (mips_adjust_insn_length): Add checks for JUMP_P and INSN_P.Richard Sandiford1-1/+4
2013-08-19target.def (TARGET_LIBC_HAS_FUNCTION): New target hook.Alexander Ivchenko37-63/+131
2013-08-16rs6000.md (rs6000_get_timebase_ppc32): Add length attribute.David Edelsohn1-1/+2
2013-08-16re PR target/58160 (Power8 fusion support has a bug that shows up in running ...Michael Meissner4-143/+193
2013-08-16re PR target/58105 (wrong code generation for multiversioned functions)Bernd Edlinger1-1/+1
2013-08-14Remove unused variable and fieldXinliang David Li1-4/+2
2013-08-14re PR target/57949 ([powerpc64] Structure parameter alignment issue with vect...Bill Schmidt2-4/+9
2013-08-14Fix unitialized varXinliang David Li1-1/+1
2013-08-14Implement -mno-default, option documentation and code refactoringXinliang David Li4-399/+304
2013-08-14re PR target/58067 (ICE in GFortran recog.c:2158)Jakub Jelinek1-15/+25
2013-08-13sse.md (*sse2_maskmovdqu): Emit addr32 prefix when Pmode != word_mode.Uros Bizjak2-20/+17
2013-08-13rs6000.c (rs6000_legitimize_reload_address): Don't perform invalid legitimiza...Julian Brown1-3/+1
2013-08-13mips.md (prefetch): Use lw instead of ld on loongson in 32bit mode.Steve Ellcey1-2/+7
2013-08-13t-i386 (i386.o): Rename stray PIPELINE_H to PASS_MANAGER_HDavid Malcolm1-1/+1
2013-08-12i386.c (ix86_function_versions): Use error + inform.Paolo Carlini1-2/+2
2013-08-12[multiple changes]Uros Bizjak1-7/+7
2013-08-12[AArch64] Fix name of macros called in the vdup_lane Neon intrinsicsJames Greenhalgh1-8/+8
2013-08-12i386.md (floatunssi<mode>2 expand): Add new expand for QI/HImode operand to p...Yuri Rumyantsev1-0/+12
2013-08-10Implement -mmemcpy-strategy= and -mmemset-strategy= optionsXinliang David Li6-180/+521
2013-08-09[AArch64] Fixup the vget_lane RTL patterns and intrinsicsJames Greenhalgh4-125/+204
2013-08-09configure.ac: Add GAS check for LEON instructions on SPARC.Eric Botcazou4-9/+28