aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture
AgeCommit message (Expand)AuthorFilesLines
2021-08-04testsuite: Fix duplicated content of gcc.c-torture/execute/ieee/pr29302-1.xJakub Jelinek1-6/+0
2021-07-30Move failed part of a test to a new file [PR101671]Martin Sebor1-25/+0
2021-07-30Add testcases that got lost when tree-ssa was mergedAndrew Pinski2-0/+103
2021-07-29Backwards jump threader rewrite with ranger.Aldy Hernandez1-0/+33
2021-07-28match.pd: Fix up recent __builtin_bswap16 simplifications [PR101642]Jakub Jelinek1-0/+17
2021-07-23expmed: Fix store_integral_bit_field [PR101562]Jakub Jelinek1-0/+21
2021-07-22Fix PR 10153: tail recusion for vector types.Andrew Pinski2-0/+16
2021-07-15gimplify: Fix endless recursion on volatile empty type reads/writes [PR101437]Jakub Jelinek1-0/+29
2021-06-23testsuite: add -fwrapv for 950704-1.cXi Ruoyao1-0/+1
2021-06-22testsuite: Add testcase for recently fixed PR [PR101159]Jakub Jelinek1-0/+10
2021-05-21Add '__OPTIMIZE__' DejaGnu selectorThomas Schwinge1-0/+15
2021-05-19builtins: Fix ICE with unprototyped builtin call [PR100576]Jakub Jelinek1-0/+12
2021-05-06testsuite: gcc.c-torture/execute/ieee/cdivchkld.c needs fmaxlChristophe Lyon1-0/+4
2021-05-05Fix PR target/100402Eric Botcazou1-0/+31
2021-05-02aix: Redesign section encoding and selectionDavid Edelsohn2-0/+2
2021-04-29testsuite: Remove dg-options from pr100305.c [PR100305]Jakub Jelinek1-1/+1
2021-04-28Practical improvement to libgcc complex dividePatrick McGehearty3-0/+419
2021-04-28aarch64: Fix address mode for vec_concat pattern [PR100305]Richard Sandiford1-0/+13
2021-04-27Fix target/100106 ICE in gen_movdiBernd Edlinger1-0/+11
2021-04-08arm: Various MVE vec_duplicate fixes [PR99647]Alex Coplan1-0/+5
2021-04-07testsuite/99955 - fix may_alias declaration of vectorRichard Biener1-2/+2
2021-04-07tree-optimization/98736 - use programing order preserved RPO in ldistBin Cheng1-0/+14
2021-03-31Handle CONST_POLY_INTs in CONST_VECTORs [PR97141, PR98726]Richard Sandiford2-0/+15
2021-03-30aarch64: PR target/99822 Don't allow zero register in first operand of SUBS/A...Kyrylo Tkachov1-0/+41
2021-03-29Fix pr99751.c testcaseJan Hubicka1-0/+0
2021-03-29Fix typo in merge_call_lhs_flagsJan Hubicka1-0/+20
2021-03-10Add LRA target selector.John David Anglin3-5/+3
2021-03-03c-family: Avoid ICE on va_arg [PR99324]Jakub Jelinek1-0/+19
2021-02-24fold-const: Fix up ((1 << x) & y) != 0 folding for vectors [PR99225]Jakub Jelinek1-0/+31
2021-02-18Add retain attribute to place symbols in SHF_GNU_RETAIN sectionH.J. Lu4-16/+65
2021-02-16[PR98096] inline-asm: Take inout operands into account for access to labels b...Vladimir N. Makarov1-0/+10
2021-02-15match.pd: Fix up A % (cast) (pow2cst << B) simplification [PR99079]Jakub Jelinek1-0/+18
2021-01-29arm: Fix up -mcpu=iwmmxt ICEs [PR98849]Jakub Jelinek1-0/+60
2021-01-27aarch64: Fix up *aarch64_bfxilsi_uxtw [PR98853]Jakub Jelinek2-0/+40
2021-01-26aarch64: Tighten up checks for ubfix [PR98681]Jakub Jelinek1-0/+18
2021-01-18widening_mul: Fix up signed multiplication overflow check handling [PR98727]Jakub Jelinek1-0/+20
2021-01-18Skip asm goto tests on hppa*-*-*.John David Anglin2-0/+2
2021-01-12widening_mul: Fix up ICE caused by my signed multiplication overflow pattern ...Jakub Jelinek1-0/+11
2021-01-12reassoc: Optimize in reassoc x < 0 && y < 0 to (x | y) < 0 etc. [PR95731]Jakub Jelinek1-0/+40
2021-01-05recog: Fix a constrain_operands corner case [PR97144]Richard Sandiford1-0/+24
2021-01-04Update copyright years.Jakub Jelinek5-5/+5
2020-12-31wide-int: Fix wi::to_mpz [PR98474]Jakub Jelinek1-0/+30
2020-12-21fold-const: Fix up a buffer overflow in native_encode_initializer [PR98407]Jakub Jelinek1-0/+10
2020-12-19expr: Fix up constant_byte_string bitfield handling [PR98366]Jakub Jelinek1-0/+13
2020-12-13widening_mul: Fix a > ~b to .ADD_OVERFLOW optimization [PR98256]Jakub Jelinek1-0/+9
2020-12-11expand: Fix up expand_doubleword_mod on 32-bit targets [PR98229]Jakub Jelinek1-0/+7
2020-12-09fold-const: Fix native_encode_initializer bitfield handling [PR98199]Jakub Jelinek1-0/+7
2020-12-05PR target/58901: reload: Handle SUBREG of MEM with a mode-dependent addressMatt Thomas2-0/+38
2020-12-05modulo-sched: Carefully process loop counter initialization [PR97421]Roman Zhuykov3-0/+63
2020-12-02Fix __builtin_clear_padding for empty struct.Martin Liska1-0/+14