aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2019-06-20alpha.md (@unaligned_store<mode>): Rename from unaligned_store<mode>.Uros Bizjak4-65/+49
2019-06-20[objective-c/c++, testsuite] Fix stubify tests for -fnext-runtime.Iain Sandoe5-17/+36
2019-06-20[aarch64] Refactor common errata work-around specsRichard Earnshaw7-78/+63
2019-06-20* config/sh/sh.c (sh2a_function_vector_p): Use get_attribute_name.Marek Polacek2-1/+5
2019-06-20rs6000.md (isa attribute): Add support for for a future processor.Michael Meissner2-1/+11
2019-06-20re PR c++/87512 (Error: the type ‘const auto’ of ‘constexpr’ variable...Marek Polacek2-0/+25
2019-06-20i386: Generate standard floating point scalar operation patternsH.J. Lu14-0/+268
2019-06-20tree-ssa-alias.c (aliasing_component_refs_p): Remove ref2_is_decl parameter; ...Jan Hubicka4-16/+36
2019-06-20re PR c++/89873 (internal compiler error: unexpected expression of kind impli...Marek Polacek2-0/+18
2019-06-20re PR fortran/90937 (ICE: in gfc_get_symbol_decl, at fortran/trans-decl.c:1538)Thomas Koenig4-5/+40
2019-06-20[testsuite] Add missing dg-require-effective-target global_constructorTom de Vries2-1/+7
2019-06-20[testsuite] Add missing dg-require-effective-target nonlocal_gotoTom de Vries4-0/+9
2019-06-20[testsuite] Add missing dg-require-effective-target indirect_jumpsTom de Vries5-0/+11
2019-06-20[testsuite] Add missing dg-require-effective-target label_valuesTom de Vries7-0/+15
2019-06-20[testsuite] Add missing dg-require-effective-target allocaTom de Vries21-0/+43
2019-06-20Decrease hash-table-verification-limit from 100 to 10.Martin Liska2-1/+6
2019-06-20tree-vect-stmts.c (enum scan_store_kind): New type.Jakub Jelinek2-42/+83
2019-06-20fix ARM --with-fpu option checking and error messageAlexandre Oliva2-3/+8
2019-06-20Daily bump.GCC Administrator1-1/+1
2019-06-19re PR tree-optimization/90626 (fold strcmp(a, b) == 0 to zero when one string...Martin Sebor2-2/+6
2019-06-19PR c++/60364 - noreturn after first decl not diagnosed.Marek Polacek17-30/+169
2019-06-19PR tree-optimization/90626 - fold strcmp(a, b) == 0 to zero when one string l...Martin Sebor6-9/+319
2019-06-19[Darwin, specs] Tidy some more linker options.Iain Sandoe4-27/+54
2019-06-19PR translation/90156 - add linter check suggesting to replace %<%s%> with %qsMartin Sebor4-37/+1044
2019-06-19re PR fortran/69499 ([F03] ICE-on-invalid on combining select type with wrong...Steven G. Kargl5-1/+27
2019-06-19re PR fortran/69398 ([OOP] ICE on class with duplicate dimension attribute sp...Steven G. Kargl4-0/+31
2019-06-19re PR fortran/87907 (ICE in resolve_contained_fntype, at fortran/resolve.c:587)Steven G. Kargl4-0/+37
2019-06-19[Darwin] Fix two off-by-one errors in the driver.Iain Sandoe2-2/+7
2019-06-19netbsd-elf.h (SYSARCH_ARM_SYNC_ICACHE): New definition.Maya Rashish2-1/+8
2019-06-19compiler: optimize string concatenationsIan Lance Taylor3-62/+20
2019-06-19i386.md (cmpstrnsi): Remove dead code.Uros Bizjak2-17/+13
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