aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2016-07-21Some patterns for moving one bit around by BST + BLD.Georg-Johann Lay3-1/+186
2016-07-20S/390: Remove mode size check in encode_section_info.Andreas Krebbel1-5/+2
2016-07-20avr.c (avr_legitimize_address): Force constant addresses outside [0,0xc0] int...Georg-Johann Lay1-59/+77
2016-07-20Implement attribute progmem on reduced Tiny cores by adding flash offset 0x40...Georg-Johann Lay3-4/+54
2016-07-20avr-protos.h (avr_addr_space_supported_p): New prototype.Georg-Johann Lay3-42/+55
2016-07-20nvptx: do not implicitly enable -ftoplevel-reorderAlexander Monakov1-6/+0
2016-07-19re PR target/71493 (accidental ABI change for structure return on PowerPC)Michael Meissner1-1/+2
2016-07-18S/390: Fix alignment check for literal pool references.Andreas Krebbel1-20/+15
2016-07-16pa.c (hppa_profile_hook): Allocate stack space for register parameters.John David Anglin2-42/+225
2016-07-15predicates.md (const_m255_to_m1_operand): New.Georg-Johann Lay4-15/+117
2016-07-15[PATCH/AARCH64] Add rtx_costs routine for vulcan.Virendra Pathak3-1/+178
2016-07-15i386.c (ix86_builtin_vectorization_cost): Adjust vec_construct cost.Richard Biener1-4/+1
2016-07-14arm.h (TARGET_HAVE_LDACQ): Enable for ARMv8-M Mainline.Thomas Preud'homme2-5/+10
2016-07-14[RS6000] Disparage altivec_mov gpr alternativesAlan Modra1-2/+2
2016-07-14[RS6000] -mno-vsx should force -mno-power9-dformAlan Modra1-8/+8
2016-07-13arm.h (TARGET_HAVE_CBZ): Define.Thomas Preud'homme3-11/+105
2016-07-13arm.h (TARGET_HAVE_MOVT): Include ARMv8-M as having MOVT.Thomas Preud'homme4-43/+81
2016-07-13re PR tree-optimization/68961 (Test case gcc.target/powerpc/pr60203.c fails s...Uros Bizjak1-4/+16
2016-07-12predicates.md (x86_64_immediate_operand): Remove unneeded truncation to DImode.Uros Bizjak1-5/+3
2016-07-12re PR target/71805 (incorrect code for test pr45752.c with -mcpu=power9)Michael Meissner1-18/+18
2016-07-12arm.c (arm_option_override): Set MASK_SINGLE_PIC_BASE when -mno-pic-data-is-t...Nathan Sidwell1-4/+14
2016-07-11predicates.md (x86_64_immediate_operand): Hoist common subexpressions.Uros Bizjak1-16/+19
2016-07-11rs6000.md (stfiwx): Change constraint to 'wu' to prevent generation of 'stxsi...Pat Haugen1-1/+3
2016-07-11Don't convert TImode in debug insnH.J. Lu1-0/+3
2016-07-11Convert TYPE_ALIGN_OK to a TYPE_LANG_FLAG.Bernd Edlinger2-11/+2
2016-07-11[RS6000] Don't allow combine to form doloop patternAlan Modra1-0/+9
2016-07-08FT32: apply unbias to references to RAM symbols.James Bowman2-0/+53
2016-07-08re PR target/71297 (ICE on invalid code in altivec_resolve_overloaded_builtin...Bill Schmidt1-4/+6
2016-07-08[AArch64] Use fmin/fmax for v[min|max]nm{q} intrinsicsJiong Wang2-8/+12
2016-07-08re PR target/71806 (PowerPC -mcpu=power9 enables __float128 without an explic...Michael Meissner2-11/+24
2016-07-07arm.h (TARGET_USE_MOVT): Check MOVT/MOVW availability with TARGET_HAVE_MOVT.Thomas Preud'homme4-8/+11
2016-07-07arm-protos.h: Reindent FL_FOR_* macro definitions.Thomas Preud'homme1-24/+25
2016-07-07arm-arches.def (armv8-m.base): Define new architecture.Thomas Preud'homme6-9/+38
2016-07-07elf.h: Use __ARM_ARCH_ISA_THUMB and __ARM_ARCH_ISA_ARM to decide whether to p...Thomas Preud'homme1-2/+3
2016-07-07rs6000: Make the ctr* patterns allow ints in vector regs (PR71763)Segher Boessenkool1-4/+4
2016-07-06[ARM] Add support for some ARMv8-A cores to driver-arm.cKyrylo Tkachov1-0/+6
2016-07-06This patch improves the accuracy of the Cortex-A53 integer scheduler...Wilco Dijkstra1-61/+48
2016-07-06re PR target/50739 ([avr] nameless error with -fmerge-all-constants)Senthil Kumar Selvaraj1-1/+3
2016-07-06S/390: Fix vecinit expansion.Andreas Krebbel1-5/+11
2016-07-05rs6000-protos.h (rs6000_split_signbit): New prototype.Michael Meissner3-2/+96
2016-07-05[ARM][testsuite] neon-testgen.ml removalChristophe Lyon2-2681/+0
2016-07-04[AArch64] Renaming ARMv8.1 to ARMv8.1-A in comments and documentationsJiong Wang4-6/+6
2016-07-04S/390: Add support for z13 instructions lochi and locghi.Dominik Vogt2-8/+23
2016-07-04i386.c (ix86_expand_vec_perm): Add handle one-operand permutation for TARGET_...Yuri Rumyantsev1-0/+77
2016-07-04[AArch64] Fix PR target/63874Ramana Radhakrishnan1-4/+8
2016-07-04[AArch64] ARMv8.2 command line and feature macros supportMatthew Wahab4-2/+23
2016-07-01re PR target/71720 (initialization of a vector of floats generates incorrect ...Michael Meissner1-3/+2
2016-07-01altivec.md (*altivec_vpermr_<mode>_internal): Exchange the order of the secon...Kelvin Nilsen1-1/+1
2016-07-01re PR target/71698 (ICE related to decimal float when compiling with -mcpu=po...Peter Bergner1-2/+3
2016-07-01[ARM] Delete thumb_reload_in_hKyrylo Tkachov2-8/+0