aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2020-10-19[Ada] Clean up support of square bracketsArnaud Charlet2-4/+9
2020-10-19[Ada] Remove useless initialization and refine type of a local variablePiotr Trojanek1-1/+1
2020-10-19[Ada] Refine type of a local variablePiotr Trojanek1-1/+1
2020-10-19[Ada] Simplify membership test for operatorsPiotr Trojanek1-3/+1
2020-10-19[Ada] Simplify repeated calls with membership testPiotr Trojanek1-2/+2
2020-10-19Handle right shifts by zero in range-ops.Aldy Hernandez2-0/+21
2020-10-19tree-optimization/97466 - remove spurious assertRichard Biener1-66/+62
2020-10-19[PATCH] fold x << (n % C) to x << (n & C-1) if C meets power2guojiufu2-1/+25
2020-10-19Simplify comparison GIMPLE IL verificationRichard Biener1-7/+2
2020-10-19Daily bump.GCC Administrator3-1/+37
2020-10-18revamp ada.numerics.auxAlexandre Oliva15-477/+598
2020-10-18PR libfortran/97063 - Wrong result for vector (step size is negative) * matrixHarald Anlauf1-0/+47
2020-10-18Daily bump.GCC Administrator2-1/+26
2020-10-17testsuite: simplify target requirements for various Power9 testcases.David Edelsohn18-19/+21
2020-10-16testsuite: Enable builtins-3-p9.c on BE targets.David Edelsohn1-1/+1
2020-10-17Daily bump.GCC Administrator6-1/+593
2020-10-16testsuite: remove explicit -m32/-m64 from testcasesDavid Edelsohn2-2/+2
2020-10-16PR fortran/95979 - ICE in get_kind, at fortran/simplify.c:129Harald Anlauf4-6/+26
2020-10-16[PATCH] Don't display ranges for dead ssa-names.Andrew MacLeod1-1/+1
2020-10-16pointer_plus [0, 0] + const foldingAndrew MacLeod1-0/+8
2020-10-16Don't invoke range_of_expr multiple times.Andrew MacLeod1-2/+11
2020-10-16Don't assert on a negative shift.Andrew MacLeod2-1/+12
2020-10-16c++: Fix nullptr deref [pr97460[Nathan Sidwell2-1/+11
2020-10-16c++: Fix null deref at EOF [PR96258]Nathan Sidwell2-4/+7
2020-10-16Fix the vxworks crtstuff handling of kernel/rtp variationsOlivier Hainque1-2/+1
2020-10-16Allow self configured definition of _WRS_VXWORKS_MAJOROlivier Hainque1-4/+16
2020-10-16arm: Fix the warning -mcpu=cortex-m55 conflicting with -march=armv8.1-m.main ...Srinath Parvathaneni2-1/+10
2020-10-16Adjust BB vectorization SLP build heuristicsRichard Biener2-6/+45
2020-10-16arm: Fix wrong code generated for mve scatter store with writeback intrinsics...Srinath Parvathaneni14-252/+32
2020-10-16Fix modref-4.c testcaseJan Hubicka1-2/+2
2020-10-16RISC-V: Handle implied extension in multilib-generatorKito Cheng1-4/+20
2020-10-16Refactor vect_get_and_check_slp_defs some moreRichard Biener1-59/+82
2020-10-16IPA: compare VRP types.Martin Liska2-1/+30
2020-10-16[Ada] Assorted style cleanupsPiotr Trojanek12-30/+27
2020-10-16[Ada] Preelaborate rules not fully enforcedArnaud Charlet1-0/+1
2020-10-16[Ada] Implement expansion of CUDA_Execute pragmaGhjuvan Lacambre5-2/+567
2020-10-16[Ada] Ada2020: parsing of qualified exprs with new agg syntaxBob Duff1-5/+10
2020-10-16[Ada] Crash in generic renaming declaration of child unitJavier Miranda1-0/+49
2020-10-16[Ada] Remove non-ASCII characterBob Duff1-1/+4
2020-10-16[Ada] Attribute Img on derived typesEd Schonberg1-2/+8
2020-10-16[Ada] Attribute Img on derived typesEd Schonberg1-12/+8
2020-10-16[Ada] Ada2020: AI12-0129 Make protected objects more protectingArnaud Charlet4-4/+34
2020-10-16[Ada] Clean up in system.ads dependencies during compiler buildArnaud Charlet2-5/+6
2020-10-16[Ada] Legal actual type with inherited discriminants rejected in instantiationGary Dismukes1-2/+59
2020-10-16[Ada] Remove obsolete workaround regarding array returnsBob Duff1-8/+1
2020-10-16[Ada] Convert from UTF_16 to UTF_8 fails for large valuesArnaud Charlet1-1/+1
2020-10-16[Ada] Avoid premature finalization of a function resultSteve Baird1-1/+6
2020-10-16[Ada] Constants no longer synchronised if they are access-to-variableChris Martin2-3/+19
2020-10-16[Ada] Finalization of uninitialized object with build in place callArnaud Charlet2-5/+13
2020-10-16[Ada] Detect qualified type names for AI12-0027Piotr Trojanek2-2/+2