aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2014-01-22i386-interix.h (i386_pe_unique_section): Don't use PARAMS.Tom Tromey2-2/+2
2014-01-21mips.c (mips_move_to_gpr_cost): Add M16_REGS case.Richard Sandiford1-0/+2
2014-01-21re PR target/59003 (profiledbootstrap miscompiles gcc during stagefeedback --...Jakub Jelinek1-6/+14
2014-01-20rl78.c (rl78_propogate_register_origins): Verify that CLOBBERs are REGs befor...DJ Delorie1-2/+4
2014-01-20re PR target/59685 (ICE: in output_2305, at config/i386/sse.md:8919 with -mar...Uros Bizjak1-0/+3
2014-01-20[AArch64] Disable vec_perm patterns for aarch64_be.Alex Velenko1-1/+1
2014-01-20i386.c (ix86_avoid_lea_for_addr): Return false for SImode_address_operand ope...Uros Bizjak2-8/+7
2014-01-20[AArch64] Define BE loader name.Marcus Shawcroft1-2/+3
2014-01-20[AArch64] Relax CANNOT_CHANGE_MODE_CLASSTejas Belagod3-6/+40
2014-01-20[AArch64] Fix behaviour of -mcpu option to match ARM.James Greenhalgh1-10/+19
2014-01-20re PR bootstrap/59496 (Bootstrap fails on powerpc-apple-darwin9 after r205685)Jan-Benedict Glaw1-10/+13
2014-01-20[AArch64] Make -mcpu, -march and -mtune case-insensitive.Alan Lawrence1-3/+3
2014-01-20re PR target/59880 (ix86_avoid_lea_for_addr is buggy)Jakub Jelinek1-1/+12
2014-01-19pa.c (pa_attr_length_millicode_call): Correct length of long non-pic millicod...John David Anglin1-1/+1
2014-01-19Since started...Jan-Benedict Glaw1-1/+1
2014-01-19re PR target/59379 (gomp_init_num_threads is compiled into an infinite loop w...Uros Bizjak1-2/+7
2014-01-18i386.c (ix86_adjust_cost): Reorder PROCESSOR_K8 and PROCESSOR_ATHLON to simpl...Uros Bizjak2-16/+16
2014-01-18re PR target/58944 (bogus -Wunused-macros warnings when compiling Libreoffice)Jakub Jelinek1-0/+9
2014-01-17Fix a comment typo in ix86_split_lea_for_addrH.J. Lu1-1/+1
2014-01-18pa.c (pa_attr_length_indirect_call): Don't output a short call to $$dyncall w...John David Anglin1-1/+2
2014-01-17re PR target/59462 (c-c++-common/cilk-plus/AN/builtin_func_double2.c fails on...Andrew Pinski1-1/+1
2014-01-17Use TARGET_XXX and !TARGET_XXX in i386.cH.J. Lu1-7/+5
2014-01-17Add X86_TUNE_AVOID_LEA_FOR_ADDRH.J. Lu4-32/+135
2014-01-17i386.c (ix86_data_alignment): For compatibility with (incorrect) GCC 4.8 and ...Jakub Jelinek1-5/+20
2014-01-17msp430.opt: (mcpu): New option.Nick Clifton6-282/+58
2014-01-17arm.c (arm_v7m_tune): Set max_insns_skipped to 2.Zhenqiang Chen1-6/+6
2014-01-16re PR target/59839 (i686 AVX2 gather intrinsic not compiling with -O0 on ming...Jakub Jelinek1-1/+3
2014-01-16[ARM] Make -mcpu, -march and -mtune case-insensitiveAlan Lawrence1-3/+3
2014-01-16re PR target/59780 (ICE in aarch64_split_128bit_move)Richard Earnshaw1-67/+59
2014-01-16re PR target/59844 (Powerpc64le cannot bootstrap with -O3/-mcpu=power8)Michael Meissner1-5/+5
2014-01-16i386.c (ix86_hard_regno_mode_ok): Use VALID_AVX256_REG_OR_OI_MODE.Uros Bizjak2-4/+4
2014-01-15rs6000.c (rs6000_output_function_prologue): Check if current procedure should...Pat Haugen1-1/+1
2014-01-15aarch64.c (aarch64_register_move_cost): Correct cost of moving from/to the ST...Andrew Pinski1-0/+10
2014-01-15altivec.md (mulv8hi3): Explicitly generate vmulesh and vmulosh rather than ca...Bill Schmidt1-43/+92
2014-01-15re PR target/59695 (bad code generation on aarch64 in aarch64_output_mi_thunk)Matthew Gretton-Dann1-1/+1
2014-01-15s390.c (s390_preferred_reload_class): Don't return ADDR_REGS for invalid symr...Andreas Krebbel1-4/+11
2014-01-14aarch64-protos.h (tune_params): Add issue_rate.Andrew Pinski2-2/+15
2014-01-14re PR target/59787 ([ARM] mmx-2.c causes ICE when GCC is configured for corte...Vladimir Makarov1-1/+1
2014-01-14Consolidate ABI warning into type_natural_modeH.J. Lu1-69/+35
2014-01-14avx512erintrin.h (_mm_rcp28_round_sd): New.Kirill Yukhin6-26/+133
2014-01-13rs6000-c.c (altivec_resolve_overloaded_builtin): Implement -maltivec=be for v...Bill Schmidt1-2/+24
2014-01-13msp430.md (call_internal): Don't allow memory references with SP as the base ...DJ Delorie3-4/+19
2014-01-13re PR tree-optimization/59617 ([vectorizer] ICE in vectorizable_mask_load_sto...Jakub Jelinek1-4/+0
2014-01-13arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.Kyrylo Tkachov1-1/+1
2014-01-13sh-mem.cc (sh_expand_cmpnstr): Unroll small sizes and optimized non constant ...Christian Bruel1-85/+118
2014-01-11rs6000.c (rs6000_expand_mtfsf_builtin): Remove target parameter.David Edelsohn1-2/+2
2014-01-11re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)David Edelsohn4-6/+99
2014-01-10rs6000-builtin.def: Fix pasto for VPKSDUS.Bill Schmidt1-1/+1
2014-01-10re PR c++/9744 (Explicit parameterization of templated return value fails wit...Richard Earnshaw3-5/+22
2014-01-10s390.c (s390_expand_tbegin): Remove jump over CC extraction in good case.Andreas Krebbel1-31/+10