public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/sphinx] Merge branch 'master' into devel/sphinx
2022-08-01 3:54 UTC
[gcc/devel/sphinx] (66 commits) Merge branch 'master' into devel/sphinx
2022-08-01 3:53 UTC
[gcc r12-8647] Daily bump
2022-08-01 0:19 UTC
[gcc r11-10184] Daily bump
2022-08-01 0:19 UTC
[gcc r10-10922] Daily bump
2022-08-01 0:18 UTC
[gcc r13-1908] Daily bump
2022-08-01 0:17 UTC
[gcc r13-1907] Add rotl64ti2_doubleword pattern to i386.md
2022-07-31 20:53 UTC
[gcc r13-1906] PR target/106450: Tweak timode_remove_non_convertible_regs on x86_64
2022-07-31 20:47 UTC
[gcc r13-1905] Fortran: detect blanks within literal constants in free-form mode [PR92805]
2022-07-31 18:49 UTC
[gcc r13-1904] Fortran: fix invalid rank error in ASSOCIATED when rank is remapped [PR77652]
2022-07-31 18:49 UTC
[gcc r13-1903] c++: Fix location for -Wunused-macros [PR66290]
2022-07-31 12:13 UTC
[gcc r13-1902] PR bootstrap/106472: Add libgo depends on libbacktrace to Makefile.def
2022-07-31 7:14 UTC
[gcc r13-1901] c++: constexpr, empty base after non-empty [PR106369]
2022-07-31 6:05 UTC
[gcc r12-8646] Daily bump
2022-07-31 0:19 UTC
[gcc r11-10183] Daily bump
2022-07-31 0:18 UTC
[gcc r10-10921] Daily bump
2022-07-31 0:18 UTC
[gcc r13-1900] Daily bump
2022-07-31 0:17 UTC
[gcc r13-1899] libgo: use SYS_timer_settime32
2022-07-30 17:35 UTC
[gcc r12-8645] openmp: Fix up handling of non-rectangular simd loops with pointer type iterators [PR106449]
2022-07-30 9:34 UTC
[gcc r12-8644] cgraphunit: Don't emit asm thunks for -dx [PR106261]
2022-07-30 9:34 UTC
[gcc r12-8643] wide-int: Fix up wi::shifted_mask [PR106144]
2022-07-30 9:34 UTC
[gcc r13-1898] xtensa: Fix conflicting hard regno between indirect sibcall fixups and EH_RETURN_STACKADJ_RTX
2022-07-30 4:14 UTC
[gcc r13-1897] xtensa: Add RTX costs for if_then_else
2022-07-30 4:14 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-30 2:18 UTC
[gcc(refs/users/meissner/heads/work095)] Merge commit 'refs/users/meissner/heads/work095' of git+ssh://gcc.gnu.org/git/gcc into me/work095
2022-07-30 2:17 UTC
[gcc(refs/users/meissner/heads/work095)] Make __float128 use a different type from long double
2022-07-30 2:17 UTC
[gcc(refs/users/meissner/heads/work095)] Make __float128 use a different type from long double
2022-07-30 2:15 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-30 1:34 UTC
[gcc(refs/users/meissner/heads/work095)] Allow __ibm128 even if IEEE 128-bit floating point is not supported
2022-07-30 1:32 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-30 1:30 UTC
[gcc(refs/users/meissner/heads/work095)] Revert patches
2022-07-30 1:29 UTC
[gcc(refs/vendors/microsoft/heads/releases/gcc-11)] Fix gcc 11 version, remove version hard-coding
2022-07-30 0:30 UTC
[gcc(refs/vendors/microsoft/heads/main)] Fix gcc 11 version, remove version hard-coding
2022-07-30 0:29 UTC
[gcc r12-8642] Daily bump
2022-07-30 0:19 UTC
[gcc r11-10182] Daily bump
2022-07-30 0:18 UTC
[gcc r10-10920] Daily bump
2022-07-30 0:17 UTC
[gcc r13-1896] Daily bump
2022-07-30 0:17 UTC
[gcc(refs/vendors/microsoft/heads/releases/gcc-11)] Add the contents of .github folder
2022-07-29 22:43 UTC
[gcc(refs/vendors/microsoft/heads/main)] Add error checking to checkout-refs-error-checking.sh
2022-07-29 22:38 UTC
[gcc] Created branch 'microsoft/heads/releases/gcc-11' in namespace 'refs/vendors'
2022-07-29 20:38 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-29 19:30 UTC
[gcc(refs/users/meissner/heads/work095)] Mangle __ibm128 into u8__ibm128
2022-07-29 19:29 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-29 17:57 UTC
[gcc(refs/users/meissner/heads/work095)] Make __ibm128 and __float128 separate types from long double
2022-07-29 17:53 UTC
[gcc(refs/users/meissner/heads/work095)] Allow __ibm128 even if IEEE 128-bit floating point is not supported
2022-07-29 16:33 UTC
[gcc/devel/modula-2] Merge branch 'master' into devel/modula-2
2022-07-29 16:23 UTC
[gcc/devel/modula-2] (67 commits) Merge branch 'master' into devel/modula-2
2022-07-29 16:23 UTC
[gcc/devel/rust/master] Merge #1421
2022-07-29 14:45 UTC
[gcc/devel/rust/master] Merge #1402
2022-07-29 14:44 UTC
[gcc/devel/rust/master] expand: further improves the handling of recursive macros
2022-07-29 14:44 UTC
[gcc/devel/rust/master] CI: fix remark installation pre-condition
2022-07-29 14:44 UTC
[gcc(refs/users/meissner/heads/work095)] Revert patches
2022-07-29 14:27 UTC
[gcc r13-1895] amdgcn: 64-bit vector shifts
2022-07-29 12:04 UTC
[gcc r13-1894] amdgcn: 64-bit not
2022-07-29 12:04 UTC
[gcc/devel/omp/gcc-12] Add libgomp.c-c++-common/pr106449-2.c
2022-07-29 10:45 UTC
[gcc/devel/omp/gcc-12] OpenMP/Fortran: Permit assumed-size arrays in uniform clause
2022-07-29 10:45 UTC
[gcc r13-1893] Add libgomp.c-c++-common/pr106449-2.c
2022-07-29 10:42 UTC
[gcc/devel/modula-2] Topological sort implemented for -fscaffold-static
2022-07-29 10:41 UTC
[gcc r13-1892] OpenMP/Fortran: Permit assumed-size arrays in uniform clause
2022-07-29 10:36 UTC
[gcc r13-1891] tree-optimization/105679 - disable backward threading of unlikely entry
2022-07-29 10:05 UTC
[gcc/devel/omp/gcc-12] openmp: Reject invalid forms of C++ #pragma omp atomic compare [PR106448]
2022-07-29 9:16 UTC
[gcc r13-1890] libstdc++: Tweak common_iterator::operator-> return type [PR104443]
2022-07-29 9:11 UTC
[gcc r13-1889] tree-optimization/106422 - verify block copying in forward threading
2022-07-29 8:47 UTC
[gcc r13-1888] openmp: Reject invalid forms of C++ #pragma omp atomic compare [PR106448]
2022-07-29 8:00 UTC
[gcc r13-1887] openmp: Fix up handling of non-rectangular simd loops with pointer type iterators [PR106449]
2022-07-29 7:54 UTC
[gcc r13-1886] openmp: Simplify fold_build_pointer_plus callers in omp-expand
2022-07-29 7:48 UTC
[gcc r13-1885] LoongArch: Define the macro ASM_PREFERRED_EH_DATA_FORMAT by checking the assembler's support for eh_
2022-07-29 6:59 UTC
[gcc/aoliva/heads/testme] (3 commits) silence warnings
2022-07-29 6:35 UTC
[gcc/aoliva/heads/strub] (1741 commits) silence warnings
2022-07-29 6:34 UTC
[gcc r13-1884] Use CONVERT_EXPR_CODE_P
2022-07-29 6:29 UTC
[gcc r13-1883] Avoid vect_get_vector_types_for_stmt
2022-07-29 6:29 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-29 5:58 UTC
[gcc(refs/users/meissner/heads/work095)] Make __float128 and __ibm128 use different types from long double
2022-07-29 5:57 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-29 1:57 UTC
[gcc(refs/users/meissner/heads/work095)] Allow __ibm128 even if IEEE 128-bit floating point is not supported
2022-07-29 1:56 UTC
[gcc(refs/users/meissner/heads/work095)] Revert patch
2022-07-29 1:49 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-29 1:47 UTC
[gcc(refs/users/meissner/heads/work095)] Make __float128 and __ibm128 use different types from long double
2022-07-29 1:44 UTC
[gcc(refs/users/meissner/heads/work095)] Revert patches
2022-07-29 0:51 UTC
[gcc r12-8641] Daily bump
2022-07-29 0:19 UTC
[gcc r11-10181] Daily bump
2022-07-29 0:19 UTC
[gcc r10-10919] Daily bump
2022-07-29 0:18 UTC
[gcc r13-1882] Daily bump
2022-07-29 0:16 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-28 22:58 UTC
[gcc(refs/users/meissner/heads/work095)] Mangle __ibm128 into u8__ibm128
2022-07-28 22:46 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-28 22:31 UTC
[gcc(refs/users/meissner/heads/work095)] Enable using overload built-ins for 128-bit floating point
2022-07-28 22:30 UTC
[gcc r13-1881] analyzer: new warning: -Wanalyzer-putenv-of-auto-var [PR105893]
2022-07-28 21:25 UTC
[gcc r13-1880] analyzer: add CWE identifier URLs to docs
2022-07-28 21:25 UTC
[gcc r13-1879] analyzer: expand the comment in region.h
2022-07-28 21:25 UTC
[gcc r13-1878] jit: update docs to reflect .c to .cc renaming
2022-07-28 21:25 UTC
[gcc(refs/users/meissner/heads/work095)] Update ChangeLog.meissner
2022-07-28 20:59 UTC
[gcc(refs/users/meissner/heads/work095)] Make __float128 and __ibm128 use different types from long double
2022-07-28 20:57 UTC
[gcc/devel/rust/master] Merge #1415
2022-07-28 20:47 UTC
[gcc/devel/rust/master] unsafe: Use StackedContexts class
2022-07-28 20:47 UTC
[gcc(refs/vendors/microsoft/heads/main)] Set up mirroring for gcc-11 branch
2022-07-28 19:59 UTC
[gcc/devel/rust/master] Merge #1416
2022-07-28 18:03 UTC
[gcc/devel/rust/master] unsafe: Add checks for union field accesses
2022-07-28 18:02 UTC
[gcc/devel/rust/master] Merge #1419
2022-07-28 15:35 UTC
[gcc/devel/rust/master] unsafe: Take references on mappings and name resolver instead of copies
2022-07-28 15:35 UTC
[gcc/devel/rust/master] const: Add basic const context checking
2022-07-28 15:35 UTC
[gcc/devel/rust/master] hir: Add mappings to ArrayElems
2022-07-28 15:35 UTC
[gcc/devel/rust/master] util: Add StackedContext class
2022-07-28 15:35 UTC
[gcc/devel/omp/gcc-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
2022-07-28 13:29 UTC
[gcc/devel/omp/gcc-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
2022-07-28 13:29 UTC
[gcc/devel/omp/gcc-12] libgomp: Add tailing \n to gomp_debug
2022-07-28 13:29 UTC
[gcc/devel/omp/gcc-12] (93 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
2022-07-28 13:29 UTC
[gcc r13-1877] doc: Clarify FENV_ACCESS pragma semantics WRT `-ftrapping-math'
2022-07-28 13:20 UTC
[gcc r13-1876] RISC-V: Split unordered FP comparisons into individual RTL insns
2022-07-28 13:20 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] fixme: use temporary Intersphinx URL
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: fix cross manual references
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] Add --with-sphinx-build
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use proper lexers for target macros
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx,ada: port to Sphinx
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx, jit: port libgccjit to shared Sphinx
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: remove texinfo files
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: add tm.rst.in
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: support Sphinx in build system
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use tm.rst.in file in target macros
2022-07-28 13:19 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: port .def files to RST
2022-07-28 13:18 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: update baseconf.py file
2022-07-28 13:18 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: copy files from texi2rst-generated
2022-07-28 13:18 UTC
[gcc/marxin/heads/sphinx-v7] (13 commits) fixme: use temporary Intersphinx URL
2022-07-28 13:18 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: fix cross manual references
2022-07-28 12:40 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] fixme: use temporary Intersphinx URL
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] Add --with-sphinx-build
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use proper lexers for target macros
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx,ada: port to Sphinx
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] fixme: use temporary Intersphinx URL
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx, jit: port libgccjit to shared Sphinx
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: fix cross manual references
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: remove texinfo files
2022-07-28 12:39 UTC
[gcc/marxin/heads/sphinx-v7] (2 commits) fixme: use temporary Intersphinx URL
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: add tm.rst.in
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: support Sphinx in build system
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use tm.rst.in file in target macros
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: port .def files to RST
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: update baseconf.py file
2022-07-28 12:39 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: copy files from texi2rst-generated
2022-07-28 12:39 UTC
[gcc/marxin/heads/sphinx-v7] (13 commits) sphinx: fix cross manual references
2022-07-28 12:38 UTC
[gcc r13-1875] middle-end/106457 - improve array_at_struct_end_p for array objects
2022-07-28 12:35 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: fix cross manual references
2022-07-28 12:24 UTC
[gcc/marxin/heads/sphinx-v7] sphinx: fix cross manual references
2022-07-28 12:24 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: fix cross manual references
2022-07-28 12:23 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] fixme: use temporary Intersphinx URL
2022-07-28 12:23 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] Add --with-sphinx-build
2022-07-28 12:23 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use proper lexers for target macros
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx,ada: port to Sphinx
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx, jit: port libgccjit to shared Sphinx
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: remove texinfo files
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: add tm.rst.in
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: support Sphinx in build system
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: use tm.rst.in file in target macros
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: port .def files to RST
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: update baseconf.py file
2022-07-28 12:22 UTC
[gcc(refs/users/marxin/heads/sphinx-v7)] sphinx: copy files from texi2rst-generated
2022-07-28 12:22 UTC
[gcc/marxin/heads/sphinx-v7] (29 commits) sphinx: fix cross manual references
2022-07-28 12:22 UTC
[gcc/devel/sphinx] gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106099]
2022-07-28 12:12 UTC
[gcc/devel/sphinx] jit,docs: shorten assembly output
2022-07-28 12:12 UTC
[gcc/devel/sphinx] contrib: use sphinx-build from a venv
2022-07-28 12:12 UTC
[gcc/devel/sphinx] jit,docs: remove :ref:`modindex`
2022-07-28 12:12 UTC
[gcc/devel/sphinx] jit, docs: use :expr:`type *` for pointers to a type
2022-07-28 12:11 UTC
[gcc/devel/sphinx] jit,docs: use list-table instead of fixed table
2022-07-28 12:11 UTC
[gcc/devel/sphinx] jit,docs: compact function declarations
2022-07-28 12:11 UTC
[gcc/devel/sphinx] jit,docs: various fixes
2022-07-28 12:11 UTC
[gcc/devel/sphinx] jit, docs: replace c:type:`int_type` with :expr:`int_type`
2022-07-28 12:11 UTC
[gcc/devel/sphinx] jit,docs: use enum directive for enumeral types
2022-07-28 12:11 UTC
[gcc/devel/sphinx] Daily bump
2022-07-28 12:11 UTC
[gcc/devel/sphinx] preprocessor: Set input_location to the most recently seen token
2022-07-28 12:11 UTC
[gcc/devel/sphinx] MAINTAINERS: Add myself as CTF and BTF reviewer
2022-07-28 12:11 UTC
[gcc/devel/sphinx] docs: Fix outdated reference to LOOPS_HAVE_MARKED_SINGLE_EXITS
2022-07-28 12:11 UTC
[gcc/devel/sphinx] analyzer: add get_meaning_for_state_change vfunc to fd_diagnostic in sm-fd.cc [PR106286]
2022-07-28 12:11 UTC
[gcc/devel/sphinx] LoongArch: document -m[no-]explicit-relocs
2022-07-28 12:11 UTC
[gcc/devel/sphinx] RISC-V: Remove duplicate backslashes from `stack_protect_set_<mode>'
2022-07-28 12:10 UTC
[gcc/devel/sphinx] RISC-V: Add RTX costs for `if_then_else' expressions
2022-07-28 12:10 UTC
[gcc/devel/sphinx] cgraphunit: Don't emit asm thunks for -dx [PR106261]
2022-07-28 12:10 UTC
[gcc/devel/sphinx] opts: Add an assertion to help static analyzers [PR106332]
2022-07-28 12:10 UTC
[gcc/devel/sphinx] testsuite: Add -Wno-psabi to pr94920 tests [PR94920]
2022-07-28 12:10 UTC
[gcc/devel/sphinx] testsuite: Add extra ia32 options so that -fprefetch-loop-arrays works [PR106397]
2022-07-28 12:10 UTC
[gcc/devel/sphinx] Fix Rogers e-mail in MAINTAINERS
2022-07-28 12:10 UTC
[gcc/devel/sphinx] LoongArch: adjust the default of -mexplicit-relocs by checking gas feature
2022-07-28 12:10 UTC
[gcc/devel/sphinx] Daily bump
2022-07-28 12:10 UTC
[gcc/devel/sphinx] libstdc++: Minor codegen improvement for atomic wait spinloop
2022-07-28 12:10 UTC
[gcc/devel/sphinx] analyzer: fix false +ves from -Wanalyzer-va-arg-type-mismatch on int promotion [PR106319]
2022-07-28 12:10 UTC
[gcc/devel/sphinx] analyzer: fix stray get_element decls
2022-07-28 12:10 UTC
[gcc/devel/sphinx] Fortran: error recovery from calculation of storage size of a symbol [PR103504]
2022-07-28 12:09 UTC
[gcc/devel/sphinx] c: Handle initializations of opaque types [PR106016]
2022-07-28 12:09 UTC
[gcc/devel/sphinx] LoongArch: Modify the output message string of the warning
2022-07-28 12:09 UTC
[gcc r13-1874] gimple, internal-fn: Add IFN_TRAP and use it for __builtin_unreachable [PR106099]
2022-07-28 10:43 UTC
[gcc r13-1873] jit,docs: shorten assembly output
2022-07-28 10:41 UTC
[gcc r13-1872] contrib: use sphinx-build from a venv
2022-07-28 10:41 UTC
[gcc r13-1871] jit,docs: remove :ref:`modindex`
2022-07-28 10:41 UTC
[gcc r13-1870] jit,docs: use :expr:`type *` for pointers to a type
2022-07-28 10:41 UTC
[gcc r13-1869] jit,docs: use list-table instead of fixed table
2022-07-28 10:41 UTC
[gcc r13-1868] jit,docs: compact function declarations
2022-07-28 10:41 UTC
[gcc r13-1867] jit,docs: various fixes
2022-07-28 10:41 UTC
[gcc r13-1866] jit, docs: replace c:type:`int_type` with :expr:`int_type`
2022-07-28 10:41 UTC
[gcc r13-1865] jit,docs: use enum directive for enumeral types
2022-07-28 10:41 UTC
[gcc/devel/rust/master] Merge #1417
2022-07-28 7:53 UTC
[gcc/devel/rust/master] unsafe: Forbid use of certain static values outside of unsafe contexts
2022-07-28 7:53 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).