aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-05-24[ARM][2/4] Replace casts of 1 to HOST_WIDE_INT by HOST_WIDE_INT_1 and HOST_WI...Kyrylo Tkachov3-13/+13
2016-05-24[ARM] PR target/69857 Remove bogus early return false; in gen_operands_ldrd_strdKyrylo Tkachov1-8/+10
2016-05-23re PR target/71201 (PowerPC XXPERM instruction fails on ISA 3.0 system.)Michael Meissner2-58/+83
2016-05-23i386.h (IS_STACK_MODE): Enable for TARGET_MIX_SSE_I387.Uros Bizjak3-37/+35
2016-05-23[ARM, AArch64] Add missing vtst_p16 and vtstq_p16, and vtst_p{8,16} and vtstq...Christophe Lyon1-0/+12
2016-05-22revert: re PR target/70738 (Add -mgeneral-regs-only option)Uros Bizjak2-8/+1
2016-05-22sse.md (vec_set_lo_<mode><mask_name>, [...]): Add && <mask_avx512dq_condition...Jakub Jelinek1-4/+8
2016-05-22sse.md (vec_set_lo_v16hi, [...]): Add alternative with v constraint instead o...Jakub Jelinek1-20/+28
2016-05-22sse.md (i128vldq): New mode iterator.Jakub Jelinek1-11/+26
2016-05-22sse.md (avx2_vec_dupv4df): Use v instead of x constraint, use maybe_evex pref...Jakub Jelinek1-12/+12
2016-05-21avr.c (avr_expand_prologue): Add INCOMING_FRAME_SP_OFFSET to computed stack_u...Senthil Kumar Selvaraj1-1/+1
2016-05-21re PR target/71103 (avr-gcc crashes with unrecognizable insn error)Pitchumani Sivanupandi1-0/+7
2016-05-20arm.c (arm_expand_prologue): Set the stack usage to 0 for naked functions.Eric Botcazou1-2/+10
2016-05-20This patch changes some of the dejagnu options to better restrict where the...Bill Seurer1-21/+25
2016-05-20nptx.c (nvptx_option_override): Only set flag_toplevel_reorder, if not explic...Nathan Sidwell1-2/+13
2016-05-20i386.c (ix86_rtx_costs): Use IS_STACK_MODE when calculating cost of standard ...Uros Bizjak1-36/+33
2016-05-20nvptx.md (sincossf3): New pattern.Cesar Philippidis1-0/+11
2016-05-20Add -mgeneral-regs-only optionH.J. Lu2-1/+8
2016-05-20This patch adds support for the signed and unsigned int versions of the...Bill Seurer3-1/+83
2016-05-19cygming.h (DWARF2_UNWIND_INFO): Allow --disable-sjlj-exceptions for TARGET_BI...Sandra Loosemore2-9/+8
2016-05-19darn-0.c: New test.Kelvin Nilsen4-10/+215
2016-05-19[ARM] Fix costing of sign-extending load in rtx costsKyrylo Tkachov1-2/+0
2016-05-19[ARM] PR target/71056: Don't use vectorized builtins when NEON is not availableKyrylo Tkachov1-1/+5
2016-05-18re PR target/71145 (Alpha: Error: No lda !gpdisp!278 was found)Uros Bizjak1-2/+3
2016-05-18re PR target/70915 (Improve loading 0/-1 in VSX registers on PowerPC)Michael Meissner5-116/+475
2016-05-18sse.md (pbroadcast_evex_isa): New mode attr.Jakub Jelinek1-7/+17
2016-05-18sse.md (<ssse3_avx2>_palignr<mode>): Use constraint x instead of v in second ...Jakub Jelinek1-7/+8
2016-05-18sse.md (<ssse3_avx2>_pshufb<mode>3<mask_name>): Use constraint x instead of v...Jakub Jelinek1-7/+8
2016-05-18sse.md (*<ssse3_avx2>_pmulhrsw<mode>3<mask_name>): Use constraint x instead o...Jakub Jelinek1-6/+7
2016-05-18sse.md (avx2_pmaddubsw256, [...]): Add avx512bw alternative.Jakub Jelinek1-11/+13
2016-05-18i386. Extend static buffers. Fix SF mode operand constraint to `Yv' in storeh...Kirill Yukhin1-6/+6
2016-05-18AVX-512. Use `Yv' for SF mode operand in vec_concat pattern.Kirill Yukhin1-3/+3
2016-05-18Fix patterns to enable sse-14.c to compile with -masm=intel.Petr Murzin2-16/+40
2016-05-18[Patch AArch64] Simplify reduc_plus_scal_v2[sd]f sequenceJames Greenhalgh1-16/+3
2016-05-18aarch64.c (all_extensions): Removed unused static variable.Kugan Vivekanandarajah1-10/+0
2016-05-17nvptx.c (nvptx_function_arg_boundary): New.Nathan Sidwell1-0/+13
2016-05-17[AArch64, 4/4] Reimplement vmvn* intrinscis, remove inline assemblyJiong Wang1-155/+86
2016-05-17[AArch64, 3/4] Reimplement multiply by element to get rid of inline assemblyJiong Wang1-121/+68
2016-05-17[AArch64, 2/4] Extend vector mutiply by element to all supported modesJiong Wang1-8/+8
2016-05-17[AArch64, 1/4] Add the missing support of vfms_n_f32, vfmsq_n_f32, vfmsq_n_f64Jiong Wang2-20/+49
2016-05-17[AArch64] PR target/70809: Delete aarch64_vmls<mode> patternKyrylo Tkachov1-10/+0
2016-05-17[Patch AArch64] Delete ASM_OUTPUT_DEF and fallback to default .set directiveJames Greenhalgh1-9/+0
2016-05-17re PR target/71114 (Several test suite failures on x86_64-apple-darwin* after...Ilya Enkovich1-1/+7
2016-05-17[Patch obvious AArch64] Wrap SHIFT_COUNT_TRUNCATED in bracketsJames Greenhalgh1-1/+1
2016-05-17[AArch64 trivial] Don't define a macro when a variable will doJames Greenhalgh1-2/+1
2016-05-16xopintrin.h: Correct "unsinged" typo in the comments.Uros Bizjak1-4/+4
2016-05-16Enable LSA/DLSA for MSA.Robert Suchanek1-2/+4
2016-05-16Correct the latency of loads in M5100Matthew Fortune1-1/+1
2016-05-16nvptx.c (nvptx_mangle_decl_assembler_name): Revert.Nathan Sidwell1-30/+30
2016-05-16Some patterns are using '%w2' for immediate operands...Wilco Dijkstra1-8/+16