aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2022-05-19[Ada] Small housekeeping work continuedEric Botcazou1-50/+50
2022-05-19[Ada] Small housekeeping workEric Botcazou1-44/+39
2022-05-19[Ada] Do not override inlining heuristics for expression functions at -OsEric Botcazou2-7/+9
2022-05-19[Ada] Remove dead code for scope entity having E_Subprogram_Body kindPiotr Trojanek1-4/+0
2022-05-17[Ada] Use Actions field of freeze nodes for subprogramsEric Botcazou1-0/+5
2022-05-13ada: gcc-if: build proper String_Pointer for Get_External_NameAlexandre Oliva1-1/+2
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet2-249/+13
2022-05-12[Ada] Introduce hardbool Machine_Attribute for AdaAlexandre Oliva1-0/+4
2022-05-11[Ada] Proof of 'Image support for unsigned integersYannick Moy1-1/+7
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska2-3/+3
2022-03-10ada/104861 - use target_noncanonial for Target_NameRichard Biener1-1/+2
2022-01-19[Ada] Set target_cpu to x32 for x86_64-linux-gnux32H.J. Lu1-0/+7
2022-01-18Revert Ada .cc renaming renaming.Martin Liska1-32/+26
2022-01-17Manual changes for .cc renaming.Martin Liska2-3/+9
2022-01-17Change references of .c files to .cc filesMartin Liska7-46/+46
2022-01-17Rename .c files to .cc files.Martin Liska7-0/+0
2022-01-11[Ada] Relax assertion on designated types for equality operatorsEric Botcazou1-9/+14
2022-01-10[Ada] Fix bogus error on call to subprogram with incomplete profileEric Botcazou1-2/+29
2022-01-10[Ada] Fix internal error on unchecked union with component clausesEric Botcazou1-12/+17
2022-01-10[Ada] Make pragma Inspection_Point work for constantsEric Botcazou1-0/+17
2022-01-10[Ada] Reduce runtime dependencies on stage1Arnaud Charlet1-29/+26
2022-01-07[Ada] Fix inconsistent quoting in messages about compile-time errorsPiotr Trojanek2-2/+2
2022-01-05[Ada] Remove obsolete s-sopco* and s-strops unitsMarc Poulhiès1-10/+1
2021-12-09pch: Add support for relocation of the PCH data [PR71934]Jakub Jelinek1-1/+1
2021-12-02[Ada] Add warning in comment about files copied from libgnatEric Botcazou1-0/+4
2021-12-02[Ada] Remove obsolete a-assertMarc Poulhiès2-102/+0
2021-12-02[Ada] Do not back-annotate maximum size for limited typesEric Botcazou1-2/+6
2021-12-02[Ada] Fix packing for array component with discriminated partEric Botcazou3-21/+16
2021-12-02[Ada] Invalid memory access on finalization of class-wide typeJustin Squirek1-1/+4
2021-12-02[Ada] Fix oversight in minor cleanupEric Botcazou1-15/+15
2021-11-29Make etags path used by build system configurableEric Gallager1-2/+2
2021-11-15Ada, Darwin : Use DSYMUTIL_FOR_TARGET in libgnat/gnarl builds.Iain Sandoe1-2/+2
2021-11-10[Ada] Minor cleanup in translation of calls to subprogramsEric Botcazou3-65/+60
2021-11-09[Ada] Improve integration of strub with type systemsAlexandre Oliva1-0/+1
2021-11-05Darwin, aarch64 : Ada fixes for hosted tools.Iain Sandoe1-5/+13
2021-10-25[Ada] Remove gnatfind and gnatxrefArnaud Charlet2-10/+3
2021-10-22Add install-dvi Makefile targets.Eric Gallager1-2/+14
2021-10-20[Ada] Remove unnecessary call to No_Uint_To_0Bob Duff1-1/+1
2021-10-20[Ada] Rewrite tests on Convention_IntrinsicEric Botcazou2-10/+12
2021-10-15Always default to DWARF2_DEBUG if not specified, warn about deprecated STABSRichard Biener1-6/+0
2021-10-11[Ada] Fix problematic import of type-generic GCC atomic builtinEric Botcazou3-10/+142
2021-10-11[Ada] Tweak the warning about missing local raisesEric Botcazou1-3/+6
2021-10-11[Ada] Fix for atomic wrongly rejected on object of discriminated typeEric Botcazou1-12/+16
2021-10-11[Ada] Fix incorrect size for pathological pass-by-copy parametersEric Botcazou1-8/+10
2021-10-08Come up with OPTION_SET_P macro.Martin Liska1-5/+5
2021-10-05[Ada] Plug small loophole with boolean valuesEric Botcazou1-0/+1
2021-10-05[Ada] Do not unconditionally inline expression functions with -gnatd.8Eric Botcazou1-1/+1
2021-10-05[Ada] Fix latent bug in set_end_locus_from_nodeBob Duff1-1/+6
2021-10-05[Ada] Minor include directives placement adjustmentEric Botcazou2-2/+2
2021-10-05[Ada] introduce stack scrub (strub) featureAlexandre Oliva1-0/+12