aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2020-05-07AArch32: fix bootstrap failureAlex Coplan1-2/+2
2020-05-07alpha: Implement the PR94780 fix for alpha.Uros Bizjak1-4/+4
2020-05-06x86: Fix vextract* masked patterns [PR93069]Jakub Jelinek2-190/+201
2020-05-06i386: Use ADD to implement compares with negated operand [PR94913]Uros Bizjak2-0/+38
2020-05-06aarch64: fix conflicting declarationsAndreas Schwab1-4/+1
2020-05-06Enable TARGET_TSXLDTRK for GCC support.liuhongt10-2/+70
2020-05-06riscv: Fix up riscv_atomic_assign_expand_fenv [PR94950]Jakub Jelinek1-2/+2
2020-05-06Enable GCC support for SERIALIZEliuhongt10-2/+80
2020-05-05Delete changes meant for a private branch.Michael Meissner4-180/+38
2020-05-05RTEMS: Improve GCC specificationSebastian Huber4-8/+27
2020-05-05PRU: Remove TARGET_HARD_REGNO_CALL_PART_CLOBBEREDDimitar Dimitrov1-34/+0
2020-05-05PRU: Fix R3.w0 register classDimitar Dimitrov1-3/+8
2020-05-05PRU: Simplify machine descriptionDimitar Dimitrov2-34/+16
2020-05-05PRU: Fix comment to avoid fall through warningDimitar Dimitrov1-1/+1
2020-05-05Patch ieee128-lib-patch009bMichael Meissner2-0/+51
2020-05-05Patch ieee128-lib-patch007bMichael Meissner1-5/+13
2020-05-05Patch ieee128-lib-patch005bMichael Meissner1-7/+23
2020-05-05Patch ieee128-lib-patch004bMichael Meissner1-51/+90
2020-05-05Patch ieee128-lib-patch002bMichael Meissner1-1/+27
2020-05-05Patch ieee128-lib-patch001bMichael Meissner1-3/+5
2020-05-05i386: Use "clobber (scratch)" in expandersUros Bizjak1-19/+19
2020-05-05Silence warning in LTO mode on VxWorksEric Botcazou1-0/+8
2020-05-05aarch64: eliminate redundant zero extend after bitwise negationAlex Coplan1-0/+9
2020-05-05x86: Fix *vec_dupv4hi constraints [PR94942]Jakub Jelinek1-2/+2
2020-05-05i386: Use int_nonimmediate_operand moreUros Bizjak1-15/+8
2020-05-05add vec_info * parameters where neededRichard Biener4-14/+22
2020-05-05i386: Simplify {,v}ph{add,sub{,s}{w,d} insn patterns [PR94460]Jakub Jelinek1-185/+73
2020-05-04rs6000: AIX long double builtins for 64 bit long double.David Edelsohn1-4/+22
2020-05-04i386: Use SBB more [PR94650]Uros Bizjak1-3/+41
2020-05-04i386: Use SHR to compare with large power-of-two constants [PR94650]Uros Bizjak2-0/+69
2020-05-03i386: Use plus_constant instead of gen_rtx_PLUSUros Bizjak3-33/+32
2020-05-02Darwin: Fix a diagnostic spelling [PR93861]Iain Sandoe1-1/+1
2020-05-02tilegx: Unbreak buildJakub Jelinek1-1/+1
2020-05-01Darwin: Fix bootstrap break from libsanitizer changes.Iain Sandoe1-4/+3
2020-05-01gcc: Enable bits for sanitizer support on FreeBSD x86_64Andreas Tobler5-3/+39
2020-04-30rs6000, Fix header comment for intrinsic function _mm_movemask_epi8Carl Love1-1/+2
2020-04-30[AArch64] Make -moutline-atomics on by defaultKyrylo Tkachov2-1/+6
2020-04-30aarch64: don't emit bti j after NOTE_INSN_DELETED_LABEL [PR94748]Szabolcs Nagy1-6/+2
2020-04-30--with-{documentation,changes}-root-url tweaksJakub Jelinek4-11/+8
2020-04-30arm: Remove duplicate entries in isr_attribute_args [PR target/57002]Christophe Lyon1-2/+0
2020-04-30IBM Z: vec_store_len_r/vec_load_len_r fixAndreas Krebbel3-15/+63
2020-04-29diagnostics: Add %{...%} pretty-format support for URLs and use it in -Wpsabi...Jakub Jelinek4-14/+30
2020-04-29s390: Fix up -Wpsabi diagnostics + [[no_unique_address]] empty member fix [PR...Jakub Jelinek1-16/+40
2020-04-29x86: Fix -O0 remaining intrinsic macros [PR94832]Jakub Jelinek6-30/+30
2020-04-29x86: Fix -O0 intrinsic *gather*/*scatter* macros [PR94832]Jakub Jelinek4-473/+516
2020-04-29 Fix some testsuite failures for H8/SX multilibs where short branches wher...Jeff Law1-2/+2
2020-04-29rs6000: Fix rs6000_atomic_assign_expand_fenv [PR94826]Jakub Jelinek1-12/+17
2020-04-29x86: Allow -fcf-protection with external thunkH.J. Lu1-0/+4
2020-04-29arm: Extend the PR94780 fix to armRichard Sandiford1-4/+5
2020-04-29arm: Fix parameter passing for [[no_unique_address]]Richard Sandiford1-28/+80