aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2018-03-19RISC-V: Fix bootstrap failure.Jim Wilson2-8/+8
2018-03-19re PR target/84711 (AArch32 big-endian fails when taking subreg of a vector m...Tamar Christina1-2/+2
2018-03-18[NDS32] Fix wrong MAX_REGS_PER_ADDRESS value.Chung-Ju Wu1-1/+1
2018-03-18[NDS32] Define LOGICAL_OP_NON_SHORT_CIRCUIT.Chung-Ju Wu1-0/+4
2018-03-18[NDS32] Define CLZ_DEFINED_VALUE_AT_ZERO.Chung-Ju Wu1-0/+5
2018-03-17[NDS32] Implment ADJUST_REG_ALLOC_ORDER for performance requirement.Chung-Ju Wu3-0/+40
2018-03-17[NDS32] Use HOST_WIDE_INT_PRINT_DEC instead of %ld or %d.Kito Cheng1-9/+13
2018-03-17[NDS32] Optimize nds32_register_priority.Chung-Ju Wu1-3/+18
2018-03-17re PR target/84902 (549.fotonik3d_r from SPEC2017 fails verification with -Of...Jakub Jelinek1-8/+9
2018-03-15nios2.md (movsi_internal): Fix thinko in split predicate.Sandra Loosemore1-3/+4
2018-03-15i386: Don't generate alias for function return thunkH.J. Lu1-60/+35
2018-03-15Enable Intel ENCLV support.Olga Makhotina1-9/+62
2018-03-15rs6000: Fix for the previous abi_v4_pass_in_fpr changeSegher Boessenkool1-2/+2
2018-03-15re PR target/84711 (AArch32 big-endian fails when taking subreg of a vector m...Tamar Christina1-2/+2
2018-03-15re PR target/68256 (Defining TARGET_USE_CONSTANT_BLOCKS_P causes go bootstrap...Vladimir Mezentsev1-5/+3
2018-03-15Add builtin_cpu for cannonlake and new isa features.Julia Koval1-1/+11
2018-03-14re PR target/83451 (FAIL: gfortran.dg/matmul_10.f90 -O3 -fomit-frame-pointe...John David Anglin1-12/+8
2018-03-14re PR target/84422 (ICE on various builtin test functions when compiled with ...Carl Love3-18/+18
2018-03-14rs6000-c.c: Add macro definitions for ALTIVEC_BUILTIN_VEC_PERMXOR.Carl Love5-0/+38
2018-03-14Split-up -march=icelake on -march=icelake-server and -march=icelake-clientJulia Koval4-54/+89
2018-03-14re PR target/84844 (ICE in extract_constrain_insn_cached, at recog.c:2217 (er...Jakub Jelinek2-6/+5
2018-03-13RISC-V: Add and document the "-mno-relax" optionPalmer Dabbelt2-0/+10
2018-03-13re PR target/84743 (default widths for parallel reassociation now hurt rather...Aaron Sawdey1-1/+1
2018-03-13[SLP/AArch64] Fix unpack handling for big-endian SVERichard Sandiford2-40/+85
2018-03-13[AArch64] Add a tlsdesc call pattern for SVERichard Sandiford1-3/+77
2018-03-13[AArch64] Add SVE mul_highpart patternsRichard Sandiford2-1/+35
2018-03-13re PR target/84827 (ICE in extract_insn, at recog.c:2311)Jakub Jelinek1-1/+2
2018-03-13re PR target/84786 ([miscompilation] vunpcklpd accessing xmm16-22 targeting KNL)Jakub Jelinek1-3/+3
2018-03-12[PATCH][AARCH64]Fix immediate alternative of movhf_aarch64 pattern.Renlin Li1-1/+1
2018-03-12rs6000: sysv: Don't pass SFmode in varargs in FPRsSegher Boessenkool1-6/+6
2018-03-12[NDS32] Implement TARGET_MD_ASM_ADJUST hook.Chung-Ju Wu1-0/+14
2018-03-12[NDS32] Refine prologue and epilogue code generation.Monk Chiang3-309/+238
2018-03-11[NDS32] Add new option -mvh.Kito Cheng2-0/+6
2018-03-11[NDS32] Add new function nds32_cpu_cpp_builtins and use it for TARGET_CPU_CPP...Kito Cheng3-32/+53
2018-03-11[NDS32] Implement strlensi pattern.Kito Cheng3-0/+77
2018-03-11[NDS32] Add intrinsic function for ffb, ffmism and flmism.Monk Chiang4-0/+60
2018-03-10i386: Fix a typo: Enforcment -> EnforcementH.J. Lu1-3/+3
2018-03-09re PR target/83969 (ICE in final_scan_insn, at final.c:2997 (error: could not...Peter Bergner2-12/+11
2018-03-09re PR target/84772 (powerpc-spe: Spurious "is used uninitialized" warning, or...Jakub Jelinek2-0/+2
2018-03-09[arm] PR target/83193: Do not print arch/cpu hints twice on invalid -march/-mcpuKyrylo Tkachov1-2/+2
2018-03-09re PR target/84763 (ICE in i386_pe_seh_cold_init)Eric Botcazou1-4/+20
2018-03-08[AArch64] PR target/84748: Mark *compare_cstore<mode>_insn as clobbering CC regKyrylo Tkachov1-1/+2
2018-03-07rs6000: -mreadonly-in-sdata (PR82411)Segher Boessenkool2-0/+9
2018-03-07re PR target/84277 (A lot of new acats testsuite failures)Eric Botcazou4-13/+117
2018-03-07re PR target/84565 (ICE in extract_insn, at recog.c:2304 on aarch64)Jakub Jelinek1-1/+1
2018-03-07pa.h (ASM_GENERATE_INTERNAL_LABEL): Revise to use sprint_ul.John David Anglin2-6/+26
2018-03-06[ARC] Cleanup unused functions.Claudiu Zissulescu3-473/+4
2018-03-06rs6000-builtin.def (rs6000_speculation_barrier): Rename to ppc_speculation_ba...Bill Schmidt2-2/+2
2018-03-05rs6000: Don't align tiny loops to 32 bytes for POWER9Segher Boessenkool1-2/+1
2018-03-05re PR target/84564 (error: unable to find a register to spill with -mforce-in...Jakub Jelinek1-2/+3