aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-03-24i386: fix -march=amd crashMartin Liska3-1/+9
2021-03-24ipa: Check that scalar types that IPA-CP comes up with are sane (PR99122)Martin Jambor2-8/+31
2021-03-24arm: Fix MVE constraints for movmisalign [PR target/99727]Christophe Lyon2-2/+15
2021-03-24Fix installation of the jit header filesMatthias Klose1-3/+3
2021-03-24arm: Fix some more vec-common.md patterns for iwmmxt [PR99724]Jakub Jelinek2-3/+35
2021-03-24run sysconf-requiring test on systems that support itAlexandre Oliva6-4/+13
2021-03-24require et feature pie for PIE testsAlexandre Oliva2-0/+2
2021-03-24tighten funcspec regexpsAlexandre Oliva2-11/+11
2021-03-24fix ssse3_pshufbv8qi3 post-reload const pool loadAlexandre Oliva3-7/+28
2021-03-24Fortran: Extend buffer, use snprintf to avoid overflows [PR99369]Tobias Burnus2-37/+137
2021-03-24Daily bump.GCC Administrator6-1/+288
2021-03-23[PR99581] Use relaxed memory for more aarch64 memory constraintsVladimir N. Makarov1-6/+6
2021-03-23Update gcc .po files.Joseph Myers19-129791/+143783
2021-03-23Darwin : Address a translation comment.Iain Sandoe1-1/+1
2021-03-23c++: Note duplicates in symbol table [PR 99283]Nathan Sidwell3-9/+40
2021-03-23fwprop: Fix single_use_p calculationIlya Leoshkevich4-41/+107
2021-03-23Add forgotten attribution on PR target/99593 testcase.Jakub Jelinek1-0/+1
2021-03-23testsuite/arm: Add arm_dsp_ok effective target and use it in arm/acle/dsp_ari...Christophe Lyon3-2/+53
2021-03-23testsuite/arm: Fix -mfloat-abi order in arm_v8_1m_mve_ok_nocache and arm_v8_1...Christophe Lyon13-9/+26
2021-03-23testsuite/arm: Fix -mfloat-abi order in arm_v8_2a_bf16_neon_ok_nocache and ar...Christophe Lyon7-8/+14
2021-03-23testsuite/arm: Add arm_hard_ok check in armv8_2-fp16-scalar-2.cChristophe Lyon1-0/+2
2021-03-23testsuite/arm: Add arm_softfp_ok or arm_hard_ok as needed.Christophe Lyon8-1/+9
2021-03-23testsuite/arm: Remove useless -mfloat-abi optionChristophe Lyon5-5/+5
2021-03-23testsuite/arm: Add arm_v8_2a_i8mm options in gcc.target/arm/simd/vmmla_1.cChristophe Lyon1-1/+2
2021-03-23testsuite/arm: Add arm_v8_2a_fp16_neon and arm_v8_2a_bf16_neon optionsChristophe Lyon3-2/+8
2021-03-23c++: Fix bogus warning in deprecated namespace [PR99318]Marek Polacek3-1/+43
2021-03-23Fortran: Fix func decl mismatch [PR93660]Tobias Burnus3-2/+37
2021-03-23aarch64: Make aarch64_add_offset work with -ftrapv [PR99540]Richard Sandiford2-1/+21
2021-03-23x86: Add __volatile__ to __cpuid and __cpuid_countH.J. Lu1-18/+18
2021-03-23c++: Over-zealous assert [PR 99239]Nathan Sidwell3-2/+25
2021-03-23tree-optimization/99721 - avoid SLP nodes we cannot scheduleRichard Biener2-1/+25
2021-03-23RISC-V: Fix riscv_subword() for big endianMarcus Comstedt1-1/+1
2021-03-23RISC-V: Fix matches against subreg with a bytenum of 0 in riscv.mdMarcus Comstedt2-35/+40
2021-03-23RISC-V: Update shift-shift-5.c testcase for big endianMarcus Comstedt1-0/+4
2021-03-23RISC-V: Fix trampoline generation on big endianMarcus Comstedt1-4/+15
2021-03-23RISC-V: Add riscv{32,64}be with big endian as defaultMarcus Comstedt7-3/+34
2021-03-23RISC-V: Support -mlittle-endian and -mbig-endianMarcus Comstedt6-2/+30
2021-03-23c++: Diagnose references to void in structured bindings [PR99650]Jakub Jelinek2-0/+25
2021-03-23cprop_hardreg: Ensure replacement reg has compatible mode [PR99221]Stefan Schulze Frielinghaus1-1/+2
2021-03-23Handle setting of 1-bit anti-ranges uniformly.Aldy Hernandez3-0/+40
2021-03-23Update gcc sv.po.Joseph Myers1-773/+240
2021-03-23Daily bump.GCC Administrator5-1/+172
2021-03-22c++: Cross-module partial specialiations [PR 99480]Nathan Sidwell3-6/+37
2021-03-22[PR99581] Define relaxed memory and use it for aarch64Vladimir N. Makarov14-39/+102
2021-03-22ubsan: Don't test for NaNs if those do not exist (PR97926)Segher Boessenkool1-2/+10
2021-03-22c++: duplicate alias templates with decltype [PR 99425]Nathan Sidwell10-69/+159
2021-03-22arm: Fix MVE ICEs with vector moves and -mpure-code [PR97252]Alex Coplan5-13/+35
2021-03-22Warn to not add debug hook targetsRichard Biener1-0/+4
2021-03-22tree-optimization/99694 - fix value-numbering PHIsRichard Biener2-0/+29
2021-03-22C++ modules: fix alloc-dealloc-mismatch ASAN issueMartin Liska1-1/+1