aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2015-02-04[AArch64] Add support for -mcpu=cortex-a72Matthew Wahab2-1/+3
2015-02-04fpmath-sf.S (__rl78_int_pack_a_r8): Fix edge case rounding up the fraction.Nick Clifton1-134/+234
2015-02-04[AArch64] Use std::swap instead of manually swapping in aarch64-ldpstp.mdKyrylo Tkachov1-120/+48
2015-02-04[AArch64] Use std::swap instead of manually swappingKyrylo Tkachov1-7/+2
2015-02-04[AArch64] Rid the world of NAMED_PARAM James Greenhalgh1-142/+100
2015-02-04re PR target/64408 (fr30-elf ICE in extract_insn, at recog.c:2202)Nick Clifton1-2/+2
2015-02-04[ARM] Add support for -mcpu=cortex-a72 and -mcpu=cortex-a72.cortex-a53Matthew Wahab5-2/+16
2015-02-04msp430.c (msp430_use_f5_series_hwmult): Add more prefixes of known F5 using M...Nick Clifton1-1/+6
2015-02-04[AArch64] Use target builtin instead of __builtin_sqrt for vsqrt_f64Kyrylo Tkachov2-2/+2
2015-02-03re PR target/64660 ([SH] Convert atomic_fetch_<op> to atomic_<op>_fetch)Oleg Endo1-21/+312
2015-02-03arm.c (thumb2_reorg): Test UNARY_P and BINARY_P instead of OBJECT_P.Richard Sandiford1-1/+1
2015-02-03re PR target/62631 (gcc.dg/tree-ssa/ivopts-lt-2.c FAILs)Eric Botcazou2-16/+14
2015-02-02PR jit/64810: fix for arm_option_overrideDavid Malcolm1-0/+4
2015-02-02re PR target/64231 (SIGSEGV building glibc on aarch64-linux-gnu from r217852)Tejas Belagod1-2/+2
2015-02-02rs6000.c (rs6000_call_aix): Use unspec rather than mem for toc_restore.Alan Modra2-11/+15
2015-02-01re PR target/64047 (ICE: Segmentation fault when compiling gcc.dg/torture/pr5...David Edelsohn1-2/+2
2015-02-01re PR target/64851 ([SH] Add atomic not)Oleg Endo1-0/+226
2015-01-31re PR target/64882 (ICE on valid code at -O3 with -g enabled in simplify_subr...Uros Bizjak2-6/+11
2015-01-30Always pass explicit location to fatal_error.Joseph Myers14-36/+52
2015-01-30re PR target/64580 (very high rs6000_stack_info() usage during LTO Firefox bu...Segher Boessenkool1-4/+16
2015-01-29[ARM][cleanup] Simplify some expressions in some epilogue-related functionsKyrylo Tkachov1-9/+4
2015-01-29i386.c (ix86_mode_after): Make static.Uros Bizjak1-1/+1
2015-01-29i386-protos.h (ix86_use_pseudo_pic_reg): New.Ilya Enkovich3-14/+8
2015-01-29Committing VTV Cygwin patch for Patrick WollgastCaroline Tice3-3/+24
2015-01-29re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka1-1/+1
2015-01-29cygwin.h (LIBGCJ_SONAME): Set libgcj version to -16.Bernd Edlinger2-2/+2
2015-01-28re PR target/64659 ([SH] Immedate values not used for atomic ops)Oleg Endo2-200/+238
2015-01-28nvptx mkoffload.Thomas Schwinge3-1/+928
2015-01-28[Patch AArch64] Make integer vabs intrinsics UNSPECsJames Greenhalgh3-1/+16
2015-01-28Prohibit vector modes in accumulators.Robert Suchanek1-0/+2
2015-01-28* config/arm/thumb1.md (*thumb1_movpc_insn): New insn pattern.Terry Guo1-0/+10
2015-01-27extend.texi: s/390: Update documentation of hotpatch attribute.Dominik Vogt2-107/+132
2015-01-27[AArch64] Improve bit-test-branch pattern to avoid unnecessary register clobberJiong Wang2-12/+27
2015-01-27s390.c (s390_memory_move_cost): Increase costs for memory accesses.Andreas Krebbel1-1/+1
2015-01-27s390.c (s390_register_move_cost): Increase costs for FPR->GPR moves.Andreas Krebbel1-8/+21
2015-01-27rl78.c (rl78_expand_prologue): In G10 mode push the BC, DE and HL registers d...Nick Clifton1-27/+58
2015-01-27Move Solaris/x86 CRT_GET_RFIB_DATA definition to libgccRainer Orth1-13/+0
2015-01-26rl78.c (move_elim_pass): Don't optimize away volatile memory references.DJ Delorie1-1/+6
2015-01-26re PR target/49263 (SH Target: underutilized "TST #imm, R0" instruction)Oleg Endo2-4/+8
2015-01-26Revert the last P_POPCNT order changeH.J. Lu1-1/+1
2015-01-26re PR target/64795 (too many memory references for `lea')Uros Bizjak1-2/+4
2015-01-26rs6000-cpus.def (POWERPC_MASKS): Add OPTION_MASK_QUAD_MEMORY_ATOMIC.Jakub Jelinek1-0/+1
2015-01-26[AARCH64]Fix TLS local exec model addressing code generation inconsistency.Renlin Li2-3/+3
2015-01-26arm.c (arm_file_start): Update the assignment of Tag_ABI_HardFP_use.Terry Guo1-2/+3
2015-01-26[ARM] Wire up the new scheduler description for the ARM Cortex-A57 processorJames Greenhalgh2-3/+4
2015-01-25* config/i386/i386.c (get_builtin_code_for_version): Revert unwanted change.Uros Bizjak1-1/+1
2015-01-25i386.c (get_builtin_code_for_version): Add support for BMI and BMI2 multivers...Allan Sandfeld Jensen1-4/+13
2015-01-24Support new Intel processor model numbersH.J. Lu2-1/+17
2015-01-24re PR target/49263 (SH Target: underutilized "TST #imm, R0" instruction)Oleg Endo4-491/+1652
2015-01-24i386.opt (prefetch_sse): New targetsave.Jan Hubicka2-0/+13