aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou3-13/+31
2019-12-18[Ada] Document the introduction of the Object_Size attribute in Ada 2020Eric Botcazou3-17/+29
2019-12-18[Ada] Wrong error on hidden must-override primitiveBob Duff2-2/+16
2019-12-18[Ada] Bad "already use-visible" warning re: use in private partBob Duff2-6/+12
2019-12-18Daily bump.GCC Administrator1-1/+1
2019-12-17PR c++/61339 - add warning for mismatch between struct and classMartin Sebor11-14/+932
2019-12-17Generate PADDI to add large constants if -mcpu=future.Michael Meissner3-8/+14
2019-12-17Use PLI to load up 32-bit SImode constants if -mcpu=future.Michael Meissner2-8/+10
2019-12-17Use PLI to load up large constants if -mcpu=future.Michael Meissner3-6/+18
2019-12-17PR c++/79592 - missing explanation of invalid constexpr.Jason Merrill3-8/+39
2019-12-17PR c++/92576 - redeclaration of variable template.Jason Merrill4-12/+17
2019-12-17* name-lookup.c (get_std_name_hint): Add std::byte.Jason Merrill3-0/+9
2019-12-17re PR c++/59655 (incorrect diagnostic on templatized function with lambda par...Jakub Jelinek5-2/+45
2019-12-17re PR target/92841 (Optimize -fstack-protector-strong code generation a bit)Jakub Jelinek4-2/+130
2019-12-17Revert "Fix vector testcases for amdgcn."Andrew Stubbs4-12/+4
2019-12-17Fix vector testcases for amdgcn.Andrew Stubbs4-4/+12
2019-12-17symtab.c (symtab_node::get_partitioning_class): Aliases of external symbols a...Jan Hubicka2-0/+10
2019-12-17[ARM] Add support for -mpure-code in thumb-1 (v6m)Christophe Lyon12-30/+192
2019-12-17Add pointer to PR92772Andrew Stubbs2-1/+9
2019-12-17Add extract_last for amdgcnAndrew Stubbs4-1/+54
2019-12-17Add clz and ctz for amdgcnAndrew Stubbs3-2/+42
2019-12-17re PR target/92962 (Documentation: x86 Options - znver2 missing RDPID and WBN...Jakub Jelinek3-12/+24
2019-12-17Add abs pattern to handle {si,di} mode abs to avoid pmax/cmove conversion.Hongyu Wang6-0/+75
2019-12-17Use add for a = a + b and a = b + a when possible.H.J. Lu4-9/+41
2019-12-17Daily bump.GCC Administrator1-1/+1
2019-12-16PR c++/91165 - verify_gimple ICE with cached constexpr.Jason Merrill3-16/+35
2019-12-16PR middle-end/92952 - gfortran.dg/lto/pr87689 FAILs at -O2Martin Sebor2-0/+15
2019-12-16Add pp_write_text_as_html_like_dot_to_streamDavid Malcolm3-0/+57
2019-12-16rs6000: Use symbolic names for the CR fields in more casesSegher Boessenkool2-2/+8
2019-12-16MSP430: Add new msp430-elfbare targetJozef Lawrynowicz12-9/+89
2019-12-16[Ada] Suppress unused warnings in the presence of errorsBob Duff2-0/+13
2019-12-16[Ada] Minor: improve commentsBob Duff3-3/+11
2019-12-16[Ada] Minor comment fixBob Duff2-1/+5
2019-12-16[Ada] Check for "size for" in Special_Msg_DeleteBob Duff3-1/+19
2019-12-16[Ada] Do not set a bogus Esize on subtype built for Component_Size clauseEric Botcazou2-1/+7
2019-12-16[Ada] Fix warning on _REENTRANTArnaud Charlet2-0/+6
2019-12-16[Ada] Mark Deallocator as Favor_Top_LevelArnaud Charlet2-0/+5
2019-12-16[Ada] AI12-0234/321 atomic operationsArnaud Charlet11-2/+620
2019-12-16[Ada] Remove new strict-alignment check added by AI12-0001Eric Botcazou2-16/+19
2019-12-16[Ada] Crash on constrained container in generalized indexing operationEd Schonberg2-1/+13
2019-12-16[Ada] Prototype implementastion of Ada2020 Map-reduce constructEd Schonberg10-5/+371
2019-12-16[Ada] AI12-0001: Independence and Representation clauses for atomic objectsEric Botcazou13-272/+398
2019-12-16[Ada] Fully propagate representation aspects through renamingEric Botcazou5-134/+216
2019-12-16[Ada] Syntax error on improperly indented imported subprogramBob Duff13-187/+232
2019-12-16[Ada] Fix couple of oversights in the implementation of AI12-0128Eric Botcazou4-143/+203
2019-12-16[Ada] Export the Ada version through the C interfaceEric Botcazou3-2/+22
2019-12-16[Ada] Minor reformatting and U.S. spelling adjustmentGary Dismukes3-12/+16
2019-12-16[Ada] Better error message for "is null" subunitBob Duff2-0/+20
2019-12-16[Ada] Expand renamings of subcomponents of an atomic or VFA objectEric Botcazou2-5/+25
2019-12-16[Ada] Crash on conversion in branch of if-expressionEd Schonberg2-1/+26