aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-05-30ada: Adjust again the implementation of storage modelsEric Botcazou1-22/+29
2023-05-30ada: Simplify the implementation of storage modelsEric Botcazou1-103/+27
2023-05-30ada: Make use of Cannot_Be_Superflat flag on N_Range nodesEric Botcazou2-3/+4
2023-05-30ada: Disable PIE mode during the build of the Ada front-endEric Botcazou1-13/+3
2023-05-30ada: Fix storage model handling for dereference as lvalue and renamingsMarc Poulhiès1-3/+21
2023-05-30ada: Small cleanups and fixes in expansion of aggregatesEric Botcazou1-62/+28
2023-05-30ada: Fix wrong expansion of array aggregate with noncontiguous choicesEric Botcazou1-20/+18
2023-05-30ada: Fix internal error on array constant in expression functionEric Botcazou1-4/+21
2023-05-30ada: Fix fallout of recent fix for missing finalizationEric Botcazou1-10/+26
2023-05-30ada: Add System.Traceback.Symbolic.Module_Name support on AArch64 LinuxJoel Brobecker1-0/+2
2023-05-30ada: Only build access-to-subprogram wrappers when expander is activePiotr Trojanek2-14/+2
2023-05-30ada: Fix minor issues in user's guideRonan Desplanques3-36/+32
2023-05-30ada: Ensure Default_Stack_Size is greater than Minimum_Stack_SizeJohannes Kliemann3-2/+13
2023-05-30ada: Fix regression of secondary stack management in return statementsEric Botcazou1-38/+31
2023-05-30ada: Use generalized loop iteration in Put_Image routinesEric Botcazou2-16/+10
2023-05-30ada: Fix visibility error with DIC or Type_Invariant aspect on generic typeEric Botcazou1-2/+17
2023-05-30ada: Fix coding style in init.cCedric Landet1-2/+2
2023-05-30Handle FMA friendly in reassoc passLili Cui3-83/+217
2023-05-30rtlanal: Change return type of predicate functions from int to boolUros Bizjak3-275/+275
2023-05-30RISC-V: Add floating-point to integer conversion RVV auto-vectorization supportJuzhe-Zhong7-1/+110
2023-05-30RISC-V: Fix warning in riscv.mdFrom: Juzhe-Zhong1-2/+2
2023-05-30RISC-V: Add RVV FNMA auto-vectorization supportJuzhe-Zhong7-0/+432
2023-05-30Daily bump.GCC Administrator3-1/+41
2023-05-29RISC-V: Optimize TARGET_XTHEADCONDMOVDie Li3-98/+42
2023-05-29i386: Also require TARGET_AVX512BW to generate truncv16hiv16qi2 [PR110021]Uros Bizjak1-1/+1
2023-05-29RISC-V: Use extension instructions instead of bitwise "and"Jivan Hakobyan4-1/+104
2023-05-29RISC-V: Refactor comments and naming of riscv-v.cc.Pan Li1-47/+49
2023-05-29Daily bump.GCC Administrator4-1/+404
2023-05-29RISC-V: Eliminate the magic number in riscv-v.ccPan Li1-31/+46
2023-05-29RISC-V: Using merge approach to optimize repeating sequence in vec_initPan Li11-6/+457
2023-05-29Fix incorrect SLOC inherited by induction variable incrementEric Botcazou1-4/+4
2023-05-29Fix artificial overflow during GENERIC foldingEric Botcazou2-0/+27
2023-05-29ada: Define sigset for systems that does not suport socketsCedric Landet1-5/+5
2023-05-29ada: Set g-spogwa as a GNATRTL_SOCKETS_OBJSCedric Landet1-2/+1
2023-05-29ada: Fix spurious error on imported generic function with preconditionEric Botcazou1-7/+1
2023-05-29ada: Fix memory leak in expression function returning Big_IntegerEric Botcazou2-16/+28
2023-05-29ada: Use Code_Address attribute to determine subprogram addressesPatrick Bernardi3-89/+48
2023-05-29ada: Call idiomatic routine in Expand_Simple_Function_ReturnEric Botcazou1-1/+1
2023-05-29ada: Fix wrong finalization for loop on indexed containerEric Botcazou1-3/+99
2023-05-29ada: Fix bogus error on conditional expression with only user-defined literalsEric Botcazou1-29/+98
2023-05-29ada: Fix crash on semi-recursive call in access-to-subprogram contractPiotr Trojanek1-2/+2
2023-05-29ada: Attach pre/post on access-to-subprogram to internal subprogram typePiotr Trojanek2-5/+13
2023-05-29ada: Remove redundant protection against empty listsPiotr Trojanek1-3/+1
2023-05-29ada: Remove extra whitespace from FOR loopsPiotr Trojanek3-6/+6
2023-05-29ada: Cleanup detection of type support subprogram entitiesPiotr Trojanek3-47/+35
2023-05-29ada: Fix wrong finalization for case expression in expression functionEric Botcazou1-2/+6
2023-05-29ada: Fix internal error with pragma Compile_Time_{Warning,Error}Eric Botcazou1-2/+7
2023-05-29ada: Fix small fallout of previous changeEric Botcazou1-4/+6
2023-05-29ada: Fix remaining failures in Roman Numbers testEric Botcazou1-2/+6
2023-05-29ada: Fix memory leak in multi-dimensional array aggregate of VectorEric Botcazou1-1/+1