aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-19Simplify setjmp and non-local goto implementation (PR84521)Wilco Dijkstra14-291/+91
2019-06-19md.texi: Document vec_shl_<mode> pattern.Jakub Jelinek21-63/+493
2019-06-19omp-low.c (lower_rec_input_clauses): Handle references properly in inscan cla...Jakub Jelinek8-24/+468
2019-06-19* g++.dg/ubsan/pr63956.C: Adjust expected diagnostics.Jakub Jelinek2-4/+8
2019-06-19compiler: stack allocate a buffer for non-escaping string opsIan Lance Taylor3-18/+101
2019-06-19re PR fortran/89103 (Allow blank format items in format strings)Jim MacArthur10-5/+107
2019-06-19pr88834.c: Move from here...Kugan Vivekanandarajah2-1/+6
2019-06-19tree-ssa-address.c (preferred_mem_scale_factor): Handle when mem_mode is BLKm...Kugan Vivekanandarajah2-0/+9
2019-06-19Daily bump.GCC Administrator1-1/+1
2019-06-18compiler: avoid copy for string([]byte) conversion used in string concatenationCherry Zhang4-1/+33
2019-06-18xtensa: fix PR target/90922Max Filippov2-1/+9
2019-06-19[PR90921] Fortran OpenACC 'declare' directive's module handling causes duplic...Julian Brown4-1/+16
2019-06-19[PR85221] Set 'omp declare target', 'omp declare target link' attributes for ...Thomas Schwinge4-2/+63
2019-06-19[PR90859] Document status quo for "[OMP] Mappings for VLA different depending...Thomas Schwinge2-0/+6
2019-06-19Test cases to verify OpenACC 'firstprivate' mappingsThomas Schwinge3-0/+1065
2019-06-19[PR90861] Document status quo for OpenACC 'declare' not cleaning up for VLAsThomas Schwinge2-0/+24
2019-06-19[PR90868] Document status quo for duplicate OpenACC 'declare' directives for ...Thomas Schwinge3-1/+187
2019-06-19[PR90862] OpenACC 'declare' ICE when nested inside another constructThomas Schwinge5-4/+126
2019-06-18re PR c++/84698 (ICE when using noexcept(noexcept()) declaration on global fr...Marek Polacek2-0/+24
2019-06-18re PR c++/71548 (Invalid declaration involving template template param causes...Marek Polacek2-0/+17
2019-06-18i386.md (@cmp<mode>_1): Rename from cmp<mode>_1.Uros Bizjak3-165/+88
2019-06-18* constexpr.c (cxx_eval_store_expression): Delay target evaluation.Jason Merrill2-16/+37
2019-06-18Consolidate constexpr array handling.Jason Merrill5-114/+115
2019-06-18Handle constexpr conversion from and then to the same type.Jason Merrill2-2/+15
2019-06-18tree.c (build_constructor): Add MEM_STAT_DECL.Jason Merrill6-7/+15
2019-06-18[AArch64] Add a new CC mode for SVE conditionsRichard Sandiford14-70/+123
2019-06-18[AArch64] Tabify aarch64-sve.mdRichard Sandiford2-18/+22
2019-06-18[AArch64] Factor out pfalse predicate creationRichard Sandiford4-1/+17
2019-06-18[AArch64] Factor out ptrue predicate creationRichard Sandiford4-45/+65
2019-06-18[AArch64] Simplify SVE IFN_COND patternsRichard Sandiford2-133/+63
2019-06-18pr81563.c (dg-final): Check that no registers are restored from %esp.Uros Bizjak2-2/+6
2019-06-18re PR debug/90900 (ICE in copy_rtx, at rtl.c:376)Richard Biener4-1/+27
2019-06-18pr90866-2.c: Remove a pointless declaration to avoid compilation errors on ar...Martin Sebor2-1/+6
2019-06-18re PR ada/80590 (non-bootstrap build failure of Ada runtime)Arnaud Charlet2-27/+55
2019-06-18aarch64: fix gcc.target/aarch64/pcs_attribute-2.c on non-gnu targetsSzabolcs Nagy3-21/+63
2019-06-18[nvptx] Use define_insn parametrizationTom de Vries4-34/+20
2019-06-18Restore correct iv step for fully-masked loopsRichard Sandiford3-32/+37
2019-06-18Darwin - strip trailing whitespace from a file, NFC.Iain Sandoe2-127/+131
2019-06-18[Darwin] The need for FDE symbols is dependent on linker used, not OS rev.Iain Sandoe2-9/+31
2019-06-18Fix IPA-CP topological sortingMartin Jambor2-1/+6
2019-06-18[Vectorizer] Support masking fold left reductionsAlejandro Martinez9-8/+89
2019-06-18Add predict_doloop_p target hookKewen Lin8-1/+126
2019-06-18Daily bump.GCC Administrator1-1/+1
2019-06-17omp-low.c (struct omp_context): Add scan_inclusive field.Jakub Jelinek14-34/+1348
2019-06-17re PR target/62055 (missed optimization: recognize fnabs (FP negative absolut...Uros Bizjak5-1/+114
2019-06-17PR c++/83820 - excessive attribute arguments not detected.Marek Polacek4-0/+35
2019-06-17re PR bootstrap/90873 (-Wmaybe-uninitialized warning in gcc/tree-ssa-forwprop...Jan Hubicka2-1/+7
2019-06-17[nvptx] Fix missing mode warnings in nvptx.md, omp partTom de Vries4-9/+60
2019-06-17[netbsd][aarch64] add netbsd/aarch64 targetMatthew Green4-0/+114
2019-06-17[PR c++/90754] name lookup ICENathan Sidwell4-9/+31