aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2019-11-11[ARC] Fix legitimize pic address.Claudiu Zissulescu1-0/+16
2019-11-11[PR87833] x86: Put -fPIC and -shared the last to create offload imageH.J. Lu1-2/+3
2019-11-11rs6000: Refine small loop unroll in loop_unroll_adjust hookJiufu Guo2-19/+32
2019-11-11[rs6000] Make load cost a bit more in vectorization costKewen Lin1-33/+37
2019-11-10[Darwin, machopic 11/n] A flag to indicate synbols should be linker-visible.Iain Sandoe1-0/+7
2019-11-10rs6000: Allow any CC mode in movccSegher Boessenkool1-7/+9
2019-11-09[Darwin, machopic 10/n] Rework X86 mcount stub code.Iain Sandoe2-11/+16
2019-11-08[Darwin] Add include guard to darwin-protos.hIain Sandoe1-0/+5
2019-11-08rs6000: Fix branch_comparison_operatorSegher Boessenkool1-4/+8
2019-11-08re PR target/92095 (internal error with -O1 -mcpu=niagara2 -fPIE)Eric Botcazou3-50/+77
2019-11-08re PR target/92055 ([avr] Support 64-bit double)Georg-Johann Lay1-2/+2
2019-11-08[AArch64] Remove unused mode iteratorsRichard Sandiford1-6/+0
2019-11-08[AArch64] Don't handle bswap in aarch64_builtin_vectorized_functionRichard Sandiford1-23/+0
2019-11-08[C] Opt out of GNU vector extensions for built-in SVE typesRichard Sandiford1-0/+1
2019-11-08Generalise gather and scatter optabsRichard Sandiford2-13/+17
2019-11-08[rs6000]Fix PR92132 by adding vec_cmp and vcond_mask supportsKewen Lin3-11/+269
2019-11-08Fix inefficient vector constructor.Hongtao Liu1-78/+52
2019-11-08pa.md (memory_barrier): Revise to use ldcw barriers.John David Anglin2-10/+50
2019-11-08rs6000: Remove no longer correct assertSegher Boessenkool1-8/+0
2019-11-07Allow MODE_PARTIAL_INT modes for integer constant input operands.Peter Bergner1-2/+1
2019-11-07IBM Z: Add pattern for load truth value of comparison into regAndreas Krebbel1-0/+15
2019-11-07[arm][6/X] Add support for __[us]sat16 intrinsicsKyrylo Tkachov6-1/+63
2019-11-07[arm][5/X] Implement Q-bit-setting SIMD32 intrinsicsKyrylo Tkachov5-1/+120
2019-11-07[arm][4/X] Add initial support for GE-setting SIMD32 intrinsicsKyrylo Tkachov11-14/+215
2019-11-07[arm][3/X] Implement __smla* intrinsics (Q-setting)Kyrylo Tkachov5-2/+189
2019-11-07[arm][2/X] Implement __qadd, __qsub, __qdbl intrinsicsKyrylo Tkachov4-0/+56
2019-11-07[arm][1/X] Add initial support for saturation intrinsicsKyrylo Tkachov11-29/+379
2019-11-07Support 64-bit double and 64-bit long double configurations.Georg-Johann Lay8-56/+207
2019-11-06vsx.md (xxswapd_<mode>): Add support for V2DF and V2DI modes.Kelvin Nilsen1-0/+11
2019-11-06[ARC] Don't split ior/mov predicated insns.Claudiu Zissulescu2-8/+21
2019-11-06[ARC] Update mea option documentationClaudiu Zissulescu1-1/+1
2019-11-06[ARC] Cleanup sign/zero extend patternsClaudiu Zissulescu1-49/+56
2019-11-06[PATCH] [ARC] Add builtins for identifying floating point supportVineet Gupta1-0/+10
2019-11-05[aarch64] Allocate space for err_str in aarch64_handle_attr_branch_protectionMatthew Malcomson1-1/+1
2019-11-05IBM Z: Use tree_fits_uhwi_p in vector_alignment hookAndreas Krebbel1-1/+7
2019-11-05[Aarch64] Fix vec_perm cost for thunderx2t99Anton Youdkevitch1-1/+1
2019-11-05Really add gcc/config/gcn/t-omp-deviceTobias Burnus1-0/+4
2019-11-04Add gcc/config/gcn/t-omp-device for OpenMP declare variant kind/arch/isaTobias Burnus1-0/+32
2019-11-04MSP430: Add -mtiny-printf optionJozef Lawrynowicz3-1/+12
2019-11-04MSP430: Add new methods of finding external MCU data fileJozef Lawrynowicz5-5/+178
2019-11-02re PR bootstrap/92314 (missing omp-device-properties', needed by 's-omp-devic...Jakub Jelinek4-12/+10
2019-11-01[rs6000] vector conversion RTL pattern update for diff unit sizeKewen Lin2-31/+87
2019-11-01[rs6000] vector conversion RTL pattern update for same unit sizeKewen Lin1-77/+28
2019-11-01[rs6000] Replace vsx_xvcdpsp by vsx_xvcvdpspKewen Lin2-11/+2
2019-10-31[AArch64] Fix build for non-default languagesRichard Sandiford1-2/+2
2019-10-31[arm] Avoid using negative offsets for 'immediate' addresses when compiling f...Richard Earnshaw1-7/+10
2019-10-31[arm] Pattern match insns for a + ~b + CarryRichard Earnshaw1-0/+35
2019-10-31configure.ac: Compute and substitute omp_device_properties and omp_device_pro...Jakub Jelinek6-99/+210
2019-10-31Remove missing usage of cgraph_local_info in arm,bfin and c6x.Martin Liska3-18/+18
2019-10-30msp430.c (msp430_expand_helper): Support expansion of calls to __mspabi_mpy* ...Jozef Lawrynowicz2-14/+101