aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2021-04-27Fix handling of VEC_COND_EXPR trap tests [PR100284]Richard Sandiford3-6/+13
2021-04-27Remove malformed dg-warning directives.Martin Sebor1-14/+10
2021-04-27powerpc: fix bootstrap.David Edelsohn1-0/+2
2021-04-27aix: TLS precompute register parameters (PR 94177)David Edelsohn6-2/+40
2021-04-27aarch64: Fix up last commit [PR100200]Jakub Jelinek1-1/+1
2021-04-27Fix target/100106 ICE in gen_movdiBernd Edlinger2-0/+12
2021-04-27op_by_pieces_d::run: Change a while loop to a do-while loopH.J. Lu1-23/+53
2021-04-27arm: Fix ICEs with compare-and-swap and -march=armv8-m.base [PR99977]Alex Coplan4-18/+57
2021-04-27aarch64: Fix UB in the compiler [PR100200]Jakub Jelinek3-7/+8
2021-04-27veclower: Fix up vec_shl matching of VEC_PERM_EXPR [PR100239]Jakub Jelinek2-1/+13
2021-04-27cfgcleanup: Fix -fcompare-debug issue in outgoing_edges_match [PR100254]Jakub Jelinek2-2/+103
2021-04-27tree-optimization/99912 - schedule another TODO_remove_unused_localsRichard Biener2-1/+4
2021-04-27tree-optimization/99912 - schedule DSE before SRARichard Biener5-5/+11
2021-04-27match.pd: Add some __builtin_ctz (x) cmp cst simplifications [PR95527]Jakub Jelinek4-12/+138
2021-04-27expand: Expand x / y * y as x - x % y if the latter is cheaper [PR96696]Jakub Jelinek2-58/+162
2021-04-27ipa-sra: Release dead LHS SSA_NAME when removing it (PR 99951)Martin Jambor1-0/+4
2021-04-27arm: fix UB when compiling thumb2 with PIC [PR100236]Richard Earnshaw1-3/+7
2021-04-27aarch64: Handle SVE attributes in comp_type_attributes [PR100270]Richard Sandiford4-49/+166
2021-04-27aarch64: Add +nosve to two testsRichard Sandiford2-2/+4
2021-04-27tree-optimization/100051 - disambiguate access size vs declRichard Biener2-0/+32
2021-04-27testsuite/100272 - undo PRE disabling for gcc.dg/tree-ssa/predcom-1.cRichard Biener1-4/+3
2021-04-27testsuite/100272 - fix some malformed dg directivesRichard Biener5-7/+7
2021-04-27tree-optimization/100278 - handle mismatched code in TBAA adjust of PRERichard Biener2-0/+27
2021-04-27i386: Improve [QH]Imode rotates with masked shift count [PR99405]Jakub Jelinek2-19/+42
2021-04-27tree-optimization/99776 - relax condition on vector ctor element extractRichard Biener2-5/+30
2021-04-27Synchronize Rocket Lake's processor_names and processor_cost_table with proce...Cui,Lili2-2/+2
2021-04-27Daily bump.GCC Administrator6-1/+279
2021-04-26c++: constexpr pointer indirection with negative offset [PR100209]Patrick Palka3-3/+68
2021-04-26OpenACC: Fix pattern in dg-bogus in Fortran testcases againTobias Burnus3-5/+5
2021-04-26Handle anti-ranges of MIN,MAX uniformly.Aldy Hernandez1-16/+10
2021-04-26OpenACC: Fix pattern in dg-bogus in Fortran testcasesTobias Burnus3-5/+5
2021-04-26Cache irange::num_pairs() for non-legacy code.Aldy Hernandez2-39/+9
2021-04-26Keep VR_UNDEFINED and VR_VARYING in sync (speeds up evrp by 8.47%).Aldy Hernandez2-72/+63
2021-04-26Remove irange::varying_p checks from symbolic_p and constant_p.Aldy Hernandez4-12/+7
2021-04-26Replace !irange::undefined_p checks with num_ranges > 0 for readability.Aldy Hernandez2-5/+5
2021-04-26tree-optimization/99956 - improve loop interchangeRichard Biener2-28/+85
2021-04-26testsuite/arm: Add arm_cmse_hw effective targetChristophe Lyon8-6/+33
2021-04-26aarch64: Handle V4BF V8BF modes in vwcore attributeKyrylo Tkachov1-0/+1
2021-04-26Add XFAIL for gcc.dg/pr84877.c on the SPARCEric Botcazou1-1/+1
2021-04-26Add '-Wopenacc-parallelism'Thomas Schwinge32-1/+302
2021-04-26Move gimplify_buildN API local to only remaining userRichard Biener5-74/+84
2021-04-26Remove gimplify_buildN API use from complex loweringRichard Biener1-100/+132
2021-04-26Remove gimplify_buildN API use from phioptRichard Biener1-7/+7
2021-04-26tree-optimization/99473 - more cselimRichard Biener2-3/+16
2021-04-26Simplify {gimplify_and_,}update_call_from_tree APIRichard Biener11-333/+226
2021-04-26vmsdbgout: Remove useless register keywordsJakub Jelinek1-10/+10
2021-04-26Daily bump.GCC Administrator3-1/+28
2021-04-25Add folding and remove expanders for x86 *pcmp{et,gt}* builtins [PR target/98...liuhongt5-49/+186
2021-04-25Daily bump.GCC Administrator6-1/+131
2021-04-24analyzer: fix ICE on NULL change.m_expr [PR100244]David Malcolm2-1/+23