aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-12-19Add OpenACC 2.6's no_createJulian Brown22-19/+166
2019-12-18* ira.c (ira): Use simple LRA algorithm when not optimizing.Eric Botcazou2-14/+26
2019-12-18typeck.c (cxx_sizeof_or_alignof_type): Add location_t parameter and use it th...Paolo Carlini30-129/+259
2019-12-18Fix POWER dfp test case target tests.Peter Bergner88-167/+203
2019-12-18[OpenACC] Elaborate/simplify 'exit data' 'finalize' handlingThomas Schwinge5-11/+43
2019-12-18PR 86416 – improve lto1 diagnostic if a mode does not existTobias Burnus3-2/+35
2019-12-18re PR fortran/70853 (ICE on pointing to null, in gfc_add_block_to_block, at f...Harald Anlauf4-0/+26
2019-12-18[AArch64] Fixup core tuningsWilco Dijkstra2-6/+15
2019-12-18IPA-CP: Remove bogus static keyword (PR 92971)Martin Jambor4-2/+66
2019-12-18* config/avr/avr-mcus.def: Typo.Georg-Johann Lay1-21/+21
2019-12-18ipa-param-manipulation.h (get_original_index): Declare.Jan Hubicka10-2/+145
2019-12-18PR c++/12333 - X::~X() with implicit this->.Jason Merrill6-6/+30
2019-12-18Fix vect/pr65947-8.c testcase for amdgcn.Andrew Stubbs2-3/+8
2019-12-18re PR lto/92972 (gcc/lto-wrapper.c:443: identical branches ?)Jakub Jelinek2-4/+11
2019-12-18trans.c (Pragma_to_gnu): Push a diagnostics state for pragma Warnings (Off) b...Eric Botcazou4-1/+44
2019-12-18[Ada] Missing accessibility check on access discriminantsJustin Squirek2-46/+186
2019-12-18[Ada] Fix uninitialized out parameter in s-regpat.adbArnaud Charlet2-6/+9
2019-12-18[Ada] Atomic aspect on formal generic params now supported in Ada 202x modeArnaud Charlet3-2/+11
2019-12-18[Ada] Simplify Big_Integer and Big_Real interfaceArnaud Charlet5-87/+70
2019-12-18[Ada] Fix three-letter typos like "sss" in comments and docsPiotr Trojanek14-15/+24
2019-12-18[Ada] Missing accessibility actuals on calls to interface conversion functionsGary Dismukes2-0/+36
2019-12-18[Ada] AI12-0282: shared variable control aspects on formal typesEd Schonberg5-17/+172
2019-12-18[Ada] Minor housekeeping work in Create_StandardEric Botcazou2-2/+6
2019-12-18[Ada] Reserving switch d_K for known problem isssues detectionJavier Miranda2-1/+9
2019-12-18[Ada] Reject aspect specifications on number constantsGhjuvan Lacambre2-1/+8
2019-12-18[Ada] Einfo: fix typo in commentPiotr Trojanek2-1/+5
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