aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-22ada: Add Is_Past_Self_Hiding_Point flagBob Duff16-25/+89
2023-05-22ada: Accept Assert pragmas in expression functionsSteve Baird1-1/+18
2023-05-22ada: Add warning on frontend inlining of Subprogram_VariantPiotr Trojanek1-3/+9
2023-05-22ada: Fix spurious warning on Inline_Always and contractsPiotr Trojanek1-1/+2
2023-05-22ada: Improve -gnatyx style checkArnaud Charlet6-23/+65
2023-05-22ada: Remove extra parenthesesArnaud Charlet63-187/+183
2023-05-22ada: Remove a remaining reference to ?Arnaud Charlet1-1/+1
2023-05-22ada: Remove redundant protection against empty listsPiotr Trojanek4-22/+14
2023-05-22ada: Support calls through dereferences in Find_ActualClaire Dross1-8/+38
2023-05-22ada: Remove unreferenced utility routine Is_Actual_Tagged_ParameterPiotr Trojanek2-16/+0
2023-05-22ada: Add contracts to Ada.Strings.Unbounded libraryJoffrey Huguet2-10/+22
2023-05-22ada: Fix crash on Ada.Containers with No_Dispatching_Calls restrictionEric Botcazou1-1/+5
2023-05-22ada: Implement conversions from Big_Integer to large typesEric Botcazou3-20/+98
2023-05-22ada: Fix error and crash on imported function with precondition and 'BaseEric Botcazou1-3/+4
2023-05-22ada: Reject illegal declarations in expression functionsSteve Baird1-0/+10
2023-05-22ada: Better error message if non-Ada2022 code declares No_Return functionSteve Baird1-4/+6
2023-05-22ada: Fix double finalization in conditional exit statementEric Botcazou1-2/+5
2023-05-22ada: Fix handling of constrained array declarations in declare-expressionEric Botcazou1-2/+2
2023-05-22ada: Fix traversal for the rightmost node of a pretty-printed expressionPiotr Trojanek1-46/+101
2023-05-22ada: Restrict expression pretty-printer to subexpressionsPiotr Trojanek1-19/+23
2023-05-22ada: Don't pretty-print DEL within expression imagesPiotr Trojanek1-1/+1
2023-05-22ada: Update Controlling_Argument when copying treesPiotr Trojanek2-4/+70
2023-05-22ada: update Ada_Version_Type in fe.h to match opt.adsBob Duff2-12/+20
2023-05-22ada: prevent infinite recursion in Collect_Types_In_HierarchyBob Duff2-0/+14
2023-05-22VECT: Fix bug of multiple-rgroup for length is counting elementsJu-Zhe Zhong9-19/+950
2023-05-22RISC-V: Reorganize the code of CONST_VECTOR handling in riscv.ccJuzhe-Zhong1-6/+6
2023-05-21vect: Refactor code for index == count in vect_transform_slp_perm_load_1Kewen Lin1-45/+44
2023-05-22Daily bump.GCC Administrator3-1/+98
2023-05-21target/90622: __builtin_avr_insert bits: Use BLD/BST for one bit in place.Georg-Johann Lay1-3/+6
2023-05-21nvptx: Add suppport for __builtin_nvptx_brev instrinsic.Roger Sayle6-0/+311
2023-05-21atch.pd: Ensure (op CONSTANT_CLASS_P CONSTANT_CLASS_P) is simplified [PR109505]Jakub Jelinek2-10/+22
2023-05-20Fix expand_single_bit_test for big-endianAndrew Pinski1-1/+8
2023-05-21RISC-V: Support RVV VREINTERPRET from v{u}int*_t to vbool[2-64]_tPan Li6-6/+265
2023-05-21Fix PR 109919: ICE in emit_move_insn with some bit testsAndrew Pinski2-1/+10
2023-05-21Daily bump.GCC Administrator3-1/+99
2023-05-21install.texi: Remove alpha*-*-* sectionGerald Pfeifer1-11/+0
2023-05-20Mode-Switching: Fix local array maybe uninitialized warningPan Li1-2/+2
2023-05-20target/105753: Fix ICE in add_clobbers due to extra PARALLEL in insn.Triffid Hunter2-62/+77
2023-05-20Expand directly for single bit testAndrew Pinski1-35/+28
2023-05-20Use BIT_FIELD_REF inside fold_single_bit_testAndrew Pinski1-11/+10
2023-05-20Simplify fold_single_bit_test with respect to codeAndrew Pinski1-55/+53
2023-05-20Simplify fold_single_bit_test slightlyAndrew Pinski1-12/+10
2023-05-20Use get_def_for_expr in fold_single_bit_testAndrew Pinski1-5/+6
2023-05-20Inline and simplify fold_single_bit_test_into_sign_test into fold_single_bit_...Andrew Pinski1-41/+10
2023-05-20Move fold_single_bit_test to expr.cc from fold-const.ccAndrew Pinski3-113/+113
2023-05-19Fix riscv_expand_conditional_move.Die Li3-2/+234
2023-05-19Add bext pattern for ZBSRaphael Moreira Zinsly2-0/+41
2023-05-19RISC-V: Fix CTZ unnecessary sign extension [PR #106888]Raphael Moreira Zinsly3-1/+25
2023-05-20Daily bump.GCC Administrator7-1/+153
2023-05-19Allow plugin dumpsNathan Sidwell3-1/+24