aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2023-01-03libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments [redo]Florian Weimer1-0/+3
2023-01-03Revert "Compute a table of DWARF register sizes at compile"Florian Weimer5-58/+75
2023-01-03Revert "Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is ...Florian Weimer3-31/+0
2023-01-03Revert "libgcc: Specialize execute_cfa_program in DWARF unwinder for alignments"Florian Weimer1-2/+0
2023-01-03tree-optimization/105043: Object Size Checking docs cleanupSiddhesh Poyarekar1-6/+14
2023-01-03Improve ix86_expand_int_movcc to allow condition (mask) sharing.Roger Sayle2-26/+41
2023-01-03PR target/108229: A minor STV compute_convert_gain tweak on x86.Roger Sayle1-0/+8
2023-01-03expr: Fix up store_expr into SUBREG_PROMOTED_* target [PR108264]Jakub Jelinek2-0/+30
2023-01-03cfgrtl: Don't try to redirect asm goto to EXIT [PR108263]Jakub Jelinek2-2/+31
2023-01-03ada: Fix unescaped quotes when combining fdiagnostics-format=json and gnatdJGhjuvan Lacambre1-2/+3
2023-01-03ada: output.adb: fix newline being inserted when buffer is fullGhjuvan Lacambre1-3/+3
2023-01-03ada: Fix GNAT.Formatted_String's handling of real valuesRonan Desplanques1-1/+2
2023-01-03ada: Fix parsing bug in GNAT.Formatted_StringRonan Desplanques1-0/+1
2023-01-03ada: Fix premature finalization of return temporaryEric Botcazou2-2/+18
2023-01-03ada: Fix format string parsing in GNAT.Formatted_StringRonan Desplanques1-31/+36
2023-01-03ada: Make Apply_Discriminant_Check.Denotes_Explicit_Dereference more robustEric Botcazou1-10/+18
2023-01-03ada: Fix calling convention of foreign functions returning limited typeEric Botcazou2-6/+9
2023-01-03ada: Adapt frontend optimization for aggregate assignmentMarc Poulhiès1-14/+92
2023-01-03ada: Another small adjustment to special resolution of membership testEric Botcazou1-7/+12
2023-01-03ada: Make Sem_Util.Is_Aliased_View predicate more robustEric Botcazou3-4/+17
2023-01-03ada: GNAT UGN: Adjust wording in "Platform-specific Information" chapterJoel Brobecker2-5/+5
2023-01-03ada: Fix detection of function calls in object declarationsEric Botcazou4-11/+37
2023-01-03ada: Simplify [Small_]Integer_Type_ForBob Duff4-55/+29
2023-01-03ada: Cannot reference ghost entity in class-wide preconditionJavier Miranda1-0/+10
2023-01-03ada: Fix support of Default_Component_Value aspect on derived typesEric Botcazou2-77/+133
2023-01-03Daily bump.GCC Administrator7-1/+109
2023-01-02i386: correct division modeling in lujiazui.mdAlexander Monakov1-28/+30
2023-01-02libgcc: Specialize execute_cfa_program in DWARF unwinder for alignmentsFlorian Weimer1-0/+2
2023-01-02Define __LIBGCC_DWARF_REG_SIZES_CONSTANT__ if DWARF register size is constantFlorian Weimer3-0/+31
2023-01-02Compute a table of DWARF register sizes at compileFlorian Weimer5-75/+58
2023-01-02Ada,Darwin: Do not link libgcc statically on Darwin 8 and 9 [PR108202].Iain Sandoe1-2/+11
2023-01-02Update copyright years.Jakub Jelinek3-5/+6
2023-01-02Update copyright years.Jakub Jelinek1551-1563/+1563
2023-01-02Update copyright dates.Jakub Jelinek21-24/+24
2023-01-02Update Copyright year in ChangeLog filesJakub Jelinek9-9/+9
2023-01-02Daily bump.GCC Administrator4-1/+24
2023-01-01Add post-reload splitter for extendditi2 on x86_64.Roger Sayle3-25/+66
2023-01-01Rotate ChangeLog files.Jakub Jelinek12-78277/+78313
2023-01-01modula2: Ensure that module registration constructors are 'extern' [PR108183].Iain Sandoe1-0/+5
2023-01-01Daily bump.GCC Administrator3-1/+17
2022-12-31modula-2: Fix building the plugin for Darwin [PR107612].Rainer Orth2-13/+26
2022-12-31Daily bump.GCC Administrator4-1/+48
2022-12-30check hash table insertionsAlexandre Oliva1-3/+60
2022-12-30regressions tests for PR103770Martin Uecker3-0/+66
2022-12-30Fix memory constraint on MVE v[ld/st][2/4] instructions [PR107714]Stam Markianos-Wright6-4/+332
2022-12-29Modify checks to avoid referencing NULL pointer.Steve Kargl4-5/+7
2022-12-30Daily bump.GCC Administrator5-1/+85
2022-12-29prevent hash set/map insertion of deleted entriesAlexandre Oliva2-4/+7
2022-12-29parloops: don't request insert that won't be completedAlexandre Oliva1-2/+5
2022-12-29hash-map: reject empty-looking insertionsAlexandre Oliva1-1/+3