aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2017-01-12re PR target/79004 (ICE in gcc.dg/torture/fp-int-convert-float128-ieee.c with...Michael Meissner1-4/+1
2017-01-12builtin_target.c (check_features): Check all supported __builtin_cpu_supports...Uros Bizjak1-5/+7
2017-01-12* config/i386/i386.c: Fix whitespace.Uros Bizjak1-15/+15
2017-01-12* config/i386/i386.c (PTA_SGX): Define to 1 << 63.Uros Bizjak1-1/+1
2017-01-12re PR target/79044 (ICE in insn_is_swappable_p, at config/rs6000/rs6000.c:41191)Bill Schmidt1-2/+8
2017-01-11i386.c (memory_address_length): Increase len only when rip_relative_addr_p re...Uros Bizjak1-1/+1
2017-01-11i386-common.c (OPTION_MASK_ISA_SGX_UNSET): New.Julia Koval8-12/+208
2017-01-11My previous change to the Cortex-A53 scheduler resulted in a 13% regression o...Wilco Dijkstra1-11/+26
2017-01-11arm_neon.h: Add __artificial__ and gnu_inline to all inlined functions, chang...Tamar Christina1-2254/+4508
2017-01-11[ARM] PR target/78253 Call weak function instead of strong when called throug...Christophe Lyon1-3/+13
2017-01-11[arm] Replace command-line option .def files with single definition fileRichard Earnshaw15-549/+4645
2017-01-10driver-msp430.c (msp430_mcu_data): Sync with data from TI's devices.csv file ...Joe Seymour2-8/+20
2017-01-10fuchsia-elf.h: New file.Joshua Conner2-0/+99
2017-01-10Enable AVX-512 VPOPCNTD/VPOPCNTQ instructions.Andrew Senkevich10-0/+128
2017-01-09re PR target/71017 (libgcc/config/i386/cpuinfo.c:346:17: runtime error: left ...Dominique d'Humieres1-1/+1
2017-01-09re PR translation/79019 (translatable string typo in cif-code.def:141)Jakub Jelinek13-18/+24
2017-01-09aarch64-cores.def: Add thunderx2t99.Andrew Pinski4-13/+14
2017-01-06re PR target/57583 (large switches with jump tables are horribly broken on m68k)Mikael Pettersson6-5/+41
2017-01-06Make MicroBlaze support DWARF EH (old Xilinx patch, needed for glibc build).Edgar E. Iglesias4-4/+50
2017-01-06[ARM] Implement support for ACLE Coprocessor MCRR and MRRC intrinsicsAndre Vieira7-0/+120
2017-01-06[ARM] Implement support for ACLE Coprocessor MCR and MRC intrinsicsAndre Vieira7-0/+115
2017-01-06[ARM] Implement support for ACLE Coprocessor LDC and STC intrinsicsAndre Vieira9-0/+210
2017-01-06[ARM] Implement support for ACLE Coprocessor CDP intrinsicsAndre Vieira11-24/+131
2017-01-06[ARM] Move CRC builtins to refactored frameworkAndre Vieira2-69/+110
2017-01-06[ARM] Refactor NEON builtin framework to work for other builtinsAndre Vieira1-57/+72
2017-01-05Introduce RTL function readerDavid Malcolm2-0/+263
2017-01-05i386.md (*testqi_ext_3): No need to handle memory operands in a special way.Uros Bizjak1-21/+15
2017-01-05S/390: Unroll mvc loop for memcpy with small constant lengths.Andreas Krebbel1-3/+18
2017-01-05S/390: Unroll mvc/xc loop for memset with small constantAndreas Krebbel1-22/+34
2017-01-05S/390: memset: Avoid overlapping MVC operands between iterations.Andreas Krebbel1-31/+64
2017-01-05re PR target/71977 (powerpc64: Use VSR when operating on float and integer)Michael Meissner6-35/+578
2017-01-04re PR target/78056 (build failure on Power7)Kelvin Nilsen1-1/+80
2017-01-04i386.md (HI/SImode test with imm to QImode splitters): Use gen_int_mode inste...Uros Bizjak2-7/+7
2017-01-04re PR target/78900 (ICE in gcc.target/powerpc/signbit-3.c)Michael Meissner3-18/+33
2017-01-03invoke.texi (SPARC options): Document -mlra as the default.Eric Botcazou1-0/+4
2017-01-02darwin-driver.c (darwin_driver_init): Const-correctness fixes for first_perio...Jeff Law1-2/+2
2017-01-02re PR target/78967 (inserts are not effective)Uros Bizjak1-7/+63
2017-01-01Update copyright years.Jakub Jelinek1345-1359/+1359
2016-12-30i386.md (*testqi_ext_3): Merge insn pattern and corresponding splitter to def...Uros Bizjak1-34/+22
2016-12-30predicates.md (ext_register_operand): Do not reject registers without upper p...Uros Bizjak2-19/+21
2016-12-30* config/i386/i386.md (divmodqi4): Use lowpart_subreg.Uros Bizjak1-3/+2
2016-12-29re PR target/78904 (zero-extracts are not effective)Uros Bizjak1-28/+2
2016-12-29rs6000.c (altivec_expand_builtin): Fix typos in error messages.Michael Meissner1-2/+2
2016-12-28re PR target/78904 (zero-extracts are not effective)Uros Bizjak3-1/+36
2016-12-27predicates.md (const_0_to_12_operand): Rename predicate and change test from ...Michael Meissner4-14/+14
2016-12-27i386.c (ix86_secondary_reload): Require QImode intermediate for QImode mask r...Uros Bizjak1-13/+8
2016-12-27i386.md (VI_512): Remove.Uros Bizjak1-14/+8
2016-12-27re PR translation/78922 (Comment submitted for translation in stringop.opt)Jakub Jelinek1-31/+0
2016-12-27re PR target/78904 (zero-extracts are not effective)Uros Bizjak2-11/+17
2016-12-27i386.md (andqi_ext_1): Use general_operand predicate for operand 2.Uros Bizjak1-11/+12