public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/modula-2] Merge branch 'master' into devel/modula-2
 2022-11-15 23:00 UTC 

[gcc/devel/modula-2] Revert autogenerated files before merge and doc files
 2022-11-15 23:00 UTC 

[gcc/devel/modula-2] (241 commits) Rebuilt generated files post merge
 2022-11-15 23:00 UTC 

[gcc r13-4077] c++: Disable -Wignored-qualifiers for template args [PR107492]
 2022-11-15 22:44 UTC 

[gcc r13-4076] RISC-V: Zihintpause: add __builtin_riscv_pause
 2022-11-15 22:11 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Update ChangeLog.meissner
 2022-11-15 21:24 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Allow for inline code for memcpy to move more than 16 bytes
 2022-11-15 21:22 UTC 

[gcc/devel/modula-2] Bugfix -fm2-whole-program linking
 2022-11-15 19:13 UTC 

[gcc r13-4075] bpf: avoid possible use of uninitialized variable
 2022-11-15 19:04 UTC 

[gcc r13-4074] analyzer: add warnings relating to sockets [PR106140]
 2022-11-15 18:59 UTC 

[gcc r13-4073] c, analyzer: support named constants in analyzer [PR106302]
 2022-11-15 18:59 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Update ChangeLog.meissner
 2022-11-15 18:55 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Add parameter for memcpy inline code moves
 2022-11-15 18:54 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Revert patch
 2022-11-15 18:43 UTC 

[gcc r13-4072] demangler: Templated lambda demangling
 2022-11-15 18:35 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Update ChangeLog.meissner
 2022-11-15 17:29 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Add parameter for memcpy inline code moves
 2022-11-15 17:27 UTC 

[gcc r13-4071] diagnostics: Remove null-termination requirement for json::string
 2022-11-15 16:23 UTC 

[gcc r13-4070] diagnostics: Use an inline function rather than hardcoding <built-in> string
 2022-11-15 16:22 UTC 

[gcc r13-4069] diagnostics: Fix macro tracking for ad-hoc locations
 2022-11-15 16:22 UTC 

[gcc r13-4068] libsanitizer: update LOCAL_PATCHES
 2022-11-15 15:46 UTC 

[gcc r13-4067] asan: update expected format based on ASAN
 2022-11-15 15:46 UTC 

[gcc r13-4066] libsanitizer: Apply local patches
 2022-11-15 15:46 UTC 

[gcc r13-4065] libsanitizer: merge from upstream ae59131d3ef311fb4b1e50627c6457be00e60dc9
 2022-11-15 15:46 UTC 

[gcc r13-4064] libatomic: Add support for LSE and LSE2
 2022-11-15 15:08 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Add support for strlen inline expansion
 2022-11-15 15:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Use by-pieces to do overlapping accesses in block_move_straight
 2022-11-15 15:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Move riscv_block_move_loop to separate file
 2022-11-15 15:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Enable overlap-by-pieces via tune param
 2022-11-15 15:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: bitmanip/zbb: Add prefix/postfix and enable visiblity
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Handle "(a & twobits) == singlebit" in branches using Zbs
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext + addi
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Zihintpause: add __builtin_riscv_pause
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Use .p2align for code-alignment
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] ifcvt: add if-conversion to conditional-zero instructions
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Ventana-VT1 supports XVentanaCondOps
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Support immediates in XVentanaCondOps
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Add instruction fusion (for ventana-vt1)
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Add basic support for the Ventana-VT1 core
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Recognize bexti in negated if-conversion
 2022-11-15 15:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Recognize sign-extract + and cases for XVentanaCondOps
 2022-11-15 14:59 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Support noce_try_store_flag_mask as vt.maskc<n>
 2022-11-15 14:59 UTC 

[gcc/vrull/heads/for-upstream] (18 commits) riscv: Add support for strlen inline expansion
 2022-11-15 14:59 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] asan: update expected format based on ASAN
 2022-11-15 14:45 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] libsanitizer: Apply local patches
 2022-11-15 14:45 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] libsanitizer: merge from upstream ae59131d3ef311fb4b1e50627c6457be00e60dc9
 2022-11-15 14:45 UTC 

[gcc/marxin/heads/merge-libsanitizer-v7] (8 commits) asan: update expected format based on ASAN
 2022-11-15 14:44 UTC 

[gcc r13-4063] c++: remove i_c_e_p parm from tsubst_copy_and_build
 2022-11-15 14:32 UTC 

[gcc r13-4062] c++: remove function_p parm from tsubst_copy_and_build
 2022-11-15 14:32 UTC 

[gcc r13-4061] libstdc++: Fix std::format test for strict -std=c++20 mode
 2022-11-15 14:29 UTC 

[gcc r13-4060] libstc++: std::formattable concept should not be defined for C++20
 2022-11-15 14:29 UTC 

[gcc r13-4059] libstdc++: Fix detection of std::format support for __float128 [PR107693]
 2022-11-15 14:29 UTC 

[gcc/devel/modula-2] Bugfix for tiny modules importing from definition for "C"
 2022-11-15 14:11 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Add support for strlen inline expansion
 2022-11-15 14:03 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Use by-pieces to do overlapping accesses in block_move_straight
 2022-11-15 14:03 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Move riscv_block_move_loop to separate file
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: Enable overlap-by-pieces via tune param
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] riscv: bitmanip/zbb: Add prefix/postfix and enable visiblity
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Handle "(a & twobits) == singlebit" in branches using Zbs
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Split "(a & (1UL << bitno)) ? 0 : 1" to bext + xori
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Split "(a & (1UL << bitno)) ? 0 : -1" to bext + addi
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Zihintpause: add __builtin_riscv_pause
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Use .p2align for code-alignment
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] ifcvt: add if-conversion to conditional-zero instructions
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Ventana-VT1 supports XVentanaCondOps
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Support immediates in XVentanaCondOps
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Add instruction fusion (for ventana-vt1)
 2022-11-15 14:02 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Add basic support for the Ventana-VT1 core
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Recognize bexti in negated if-conversion
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Recognize sign-extract + and cases for XVentanaCondOps
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Support noce_try_store_flag_mask as vt.maskc<n>
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Generate vt.maskc<n> on noce_try_store_flag_mask if-conversion
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Recognize xventanacondops extension
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Optimize masking with two clear bits not a SMALL_OPERAND
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Use binvi to cover more immediates than with xori alone
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Use bseti to cover more immediates than with ori alone
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Replace zero_extendsidi2_shifted with generalized split
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] ifcombine: fold two bit tests with different polarity
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] ifcombine: recognize single bit test of sign-bit
 2022-11-15 14:01 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Implement movmisalign<mode> to enable SLP
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Optimise adding a (larger than simm12) constant to a register
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: No extensions for SImode min/max against safe constant
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Optimize branches testing a bit-range or a shifted immediate
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: allow bseti on SImode without sign-extension
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: Optimize slli(.uw)? + addw + zext.w into sh[123]add + zext.w
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: split to allow formation of sh[123]add before 32bit divw
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: bitmanip: add splitter to use bexti for "(a & (1 << BIT_NO)) ? 0 : -1"
 2022-11-15 14:00 UTC 

[gcc(refs/vendors/vrull/heads/for-upstream)] RISC-V: branch-(not)equals-zero compares against $zero
 2022-11-15 14:00 UTC 

[gcc] Created branch 'vrull/heads/for-upstream' in namespace 'refs/vendors'
 2022-11-15 14:00 UTC 

[gcc r13-4058] libsanitizer: use git clone --depth 1
 2022-11-15 13:19 UTC 

[gcc r13-4057] Revert "docs: Fix expected diagnostics URL [PR107599]"
 2022-11-15 12:51 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] asan: update expected format based on ASAN
 2022-11-15 12:39 UTC 

[gcc r13-4056] libstdc++: Document use of Markdown for Doxygen comments
 2022-11-15 11:36 UTC 

[gcc r13-4055] doc: Format region pragmas as separate items
 2022-11-15 11:36 UTC 

[gcc r13-4054] ira: Remove duplicate `memset' over `full_costs' from `assign_hard_reg'
 2022-11-15 11:23 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] libsanitizer: Apply local patches
 2022-11-15 10:14 UTC 

[gcc(refs/users/marxin/heads/merge-libsanitizer-v7)] libsanitizer: merge from upstream ae59131d3ef311fb4b1e50627c6457be00e60dc9
 2022-11-15 10:14 UTC 

[gcc] Created branch 'marxin/heads/merge-libsanitizer-v7' in namespace 'refs/users'
 2022-11-15 10:14 UTC 

[gcc r13-4053] aarch64: Add support for widening LDAPR instructions
 2022-11-15  9:53 UTC 

[gcc r13-4052] aarch64: Enable the use of LDAPR for load-acquire semantics
 2022-11-15  9:53 UTC 

[gcc r13-4051] gcc-changelog: revert temporary rule relaxation
 2022-11-15  8:35 UTC 

[gcc r13-4050] Daily bump
 2022-11-15  8:33 UTC 

[gcc r13-4049] c++: Fix a typo in function name
 2022-11-15  7:18 UTC 

[gcc r13-4048] libatomic: Handle AVX+CX16 AMD like Intel for 16b atomics [PR104688]
 2022-11-15  7:18 UTC 

[gcc r13-4047] c++: Add testcase for DR 2392
 2022-11-15  7:18 UTC 

[gcc r13-4046] c++: Implement C++23 P2589R1 - - static operator[]
 2022-11-15  7:18 UTC 

[gcc r13-4045] c++: Add testcase for DR 2604
 2022-11-15  7:18 UTC 

[gcc r13-4044] Optimize VEC_PERM_EXPR with same permutation index and operation
 2022-11-15  5:36 UTC 

[gcc r13-4043] Remove Score documentation
 2022-11-15  5:02 UTC 

[gcc r13-4042] Remove the picoChip documentation
 2022-11-15  4:44 UTC 

[gcc r13-4041] Remove documentation for MeP
 2022-11-15  4:38 UTC 

[gcc r13-4040] Fix @opindex for mcall-aixdesc and mcall-openbsd
 2022-11-15  4:27 UTC 

[gcc r13-4039] c++: init_priority and SUPPORTS_INIT_PRIORITY [PR107638]
 2022-11-15  2:29 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Use lxvl and stxvl for small variable memcpy moves
 2022-11-15  1:56 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Revert patch
 2022-11-15  1:52 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Update ChangeLog.meissner
 2022-11-15  1:00 UTC 

[gcc(refs/users/meissner/heads/dmf004)] Use lxvl and stxvl for small variable memcpy moves
 2022-11-15  0:58 UTC 

[gcc r12-8911] Daily bump
 2022-11-15  0:21 UTC 

[gcc r11-10377] Daily bump
 2022-11-15  0:20 UTC 

[gcc r10-11084] Daily bump
 2022-11-15  0:19 UTC 

[gcc r13-4038] c++: Disable -Wdangling-reference when initing T&
 2022-11-15  0:17 UTC 

[gcc r13-4037] Revert "RISC-V: Add basic support for the Ventana-VT1 core"
 2022-11-14 23:51 UTC 

[gcc r13-4036] Revert "RISC-V: Add instruction fusion (for ventana-vt1)"
 2022-11-14 23:51 UTC 

[gcc r13-4035] c++: only declare satisfied friends
 2022-11-14 22:52 UTC 

[gcc r13-4034] ira: Fix `create_insn_allocnos' `outer' parameter documentation
 2022-11-14 22:03 UTC 

[gcc r13-4033] middle-end: Fix addsub patch removing return statements
 2022-11-14 20:10 UTC 

[gcc r13-4032] riscv: bitmanip: add orc.b as an unspec
 2022-11-14 19:04 UTC 

[gcc r13-4031] middle-end: Fix can_special_div_by_const doc
 2022-11-14 18:51 UTC 

[gcc r13-4030] RISC-V: Add instruction fusion (for ventana-vt1)
 2022-11-14 18:50 UTC 

[gcc r13-4029] RISC-V: Add basic support for the Ventana-VT1 core
 2022-11-14 18:50 UTC 

[gcc r12-8910] libstdc++: Fix std::move_only_function for incomplete parameter types
 2022-11-14 18:34 UTC 

[gcc r12-8909] libstdc++: Fix wstring conversions in filesystem::path [PR95048]
 2022-11-14 18:34 UTC 

[gcc r12-8908] libstdc++: Set active union member in constexpr std::string [PR103295]
 2022-11-14 18:34 UTC 

[gcc r10-11083] tree-optimization/107485 - fix non-call exception ICE with inlining
 2022-11-14 18:08 UTC 

[gcc r13-4028] aarch64: Add support for +cssc
 2022-11-14 18:06 UTC 

[gcc r13-4027] AArch64: Add SVE2 implementation for pow2 bitmask division
 2022-11-14 17:46 UTC 

[gcc r13-4026] AArch64: Add implementation for pow2 bitmask division
 2022-11-14 17:46 UTC 

[gcc r13-4025] middle-end: Support not decomposing specific divisions during vectorization
 2022-11-14 17:46 UTC 

[gcc r13-4024] middle-end: Add optimized float addsub without needing VEC_PERM_EXPR
 2022-11-14 17:46 UTC 

[gcc r13-4023] libstdc++: Fix installation of python files for debug lib
 2022-11-14 16:00 UTC 

[gcc r13-4022] arm: Add support for Cortex-X1C CPU
 2022-11-14 15:53 UTC 

[gcc/devel/omp/gcc-12] Merge branch 'releases/gcc-12' into devel/omp/gcc-12
 2022-11-14 15:41 UTC 

[gcc/devel/omp/gcc-12] (17 commits) Merge branch 'releases/gcc-12' into devel/omp/gcc-12
 2022-11-14 15:41 UTC 

[gcc r13-4021] aarch64: Add support for Cortex-X3 CPU
 2022-11-14 15:40 UTC 

[gcc r13-4020] Fix @opindex for m80387
 2022-11-14 15:26 UTC 

[gcc r13-4019] Fix some @opindex with - in the front
 2022-11-14 15:07 UTC 

[gcc r13-4018] aarch64: Add support for Ampere-1A (-mcpu=ampere1a) CPU
 2022-11-14 13:52 UTC 

[gcc r13-4017] ada: Silence CodePeer false positive
 2022-11-14 13:52 UTC 

[gcc r13-4016] ada: Remove incorrect comments about initialization
 2022-11-14 13:51 UTC 

[gcc r13-4015] ada: Flag unsupported dispatching constructor calls
 2022-11-14 13:51 UTC 

[gcc r13-4014] ada: hardcfr docs: add optional checkpoints
 2022-11-14 13:51 UTC 

[gcc r13-4013] ada: Crash on applying 'Pos to expression of a type derived from a formal type
 2022-11-14 13:51 UTC 

[gcc r13-4012] ada: Fix non-capturing parentheses handling
 2022-11-14 13:51 UTC 

[gcc r13-4011] ada: Fix error on SPARK_Mode on library-level separate body
 2022-11-14 13:51 UTC 

[gcc r13-4010] ada: Adjust locations in aspects on generic formal subprograms
 2022-11-14 13:51 UTC 

[gcc r13-4009] ada: Fix style in code for generic formal subprograms with contracts
 2022-11-14 13:51 UTC 

[gcc r13-4008] ada: Expand generic formal subprograms with contracts for GNATprove
 2022-11-14 13:51 UTC 

[gcc r13-4007] ada: Enable Support_Atomic_Primitives on QNX and RTEMS
 2022-11-14 13:51 UTC 

[gcc r13-4006] ada: Improve location of error messages in instantiations
 2022-11-14 13:51 UTC 

[gcc r13-4005] ada: Remove gnatcheck reference
 2022-11-14 13:51 UTC 

[gcc r13-4004] remove duplicate match.pd patterns
 2022-11-14 13:35 UTC 

[gcc(refs/vendors/ARM/heads/morello)] c, cp: Remove drop_intcap helper
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] morello testsuite: Fix up global-constants.c test
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] morello testsuite: Fix up const-null.c test
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] morello testsuite: Fixes for hybrid
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] morello testsuite: Fix up const-pool-1.c test
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] c, cp: Switch to handling __capability as a keyword
 2022-11-14 13:24 UTC 

[gcc(refs/vendors/ARM/heads/morello)] except.c: Fix bootstrap
 2022-11-14 13:23 UTC 

[gcc r13-4003] Fortran: fix treatment of character, value, optional dummy arguments [PR107444]
 2022-11-14 11:08 UTC 

[gcc r13-4002] libstdc++: Fix install-debug makefile target
 2022-11-14 10:17 UTC 

[gcc r13-4001] doc: port new documentation from Sphinx
 2022-11-14  8:40 UTC 

[gcc r13-4000] Revert "sphinx: copy files from texi2rst-generated repository"
 2022-11-14  8:39 UTC 

[gcc r13-3999] Partially revert 7e3ce73849fef8b50efb427ec96f317e88c0e6cf
 2022-11-14  8:39 UTC 

[gcc r13-3998] Revert "sphinx: update baseconf.py file"
 2022-11-14  8:39 UTC 

[gcc r13-3997] Revert "sphinx: port .def files to RST"
 2022-11-14  8:39 UTC 

[gcc r13-3996] Revert "sphinx: use tm.rst.in file in target macros"
 2022-11-14  8:39 UTC 

[gcc r13-3995] Revert "sphinx: support Sphinx in build system"
 2022-11-14  8:39 UTC 

[gcc r13-3994] Revert "sphinx: add tm.rst.in"
 2022-11-14  8:39 UTC 

[gcc r13-3993] Revert "sphinx: remove texinfo files"
 2022-11-14  8:39 UTC 

[gcc r13-3992] Revert "sphinx: jit: port libgccjit to shared Sphinx"
 2022-11-14  8:39 UTC 

[gcc r13-3991] Revert "sphinx: ada: port to Sphinx"
 2022-11-14  8:39 UTC 

[gcc r13-3990] Revert "sphinx: use proper lexers for target macros"
 2022-11-14  8:39 UTC 

[gcc r13-3989] Revert "sphinx: add --with-sphinx-build"
 2022-11-14  8:38 UTC 

[gcc r13-3988] Revert "sphinx: fix cross manual references"
 2022-11-14  8:38 UTC 

[gcc r13-3987] Revert "sphinx: do not use tm.rst.in with empty content"
 2022-11-14  8:38 UTC 

[gcc r13-3986] Revert "sphinx: sync latest changes"
 2022-11-14  8:38 UTC 

[gcc r13-3985] Revert "sphinx: support installation if sphinx-build is missing"
 2022-11-14  8:38 UTC 

[gcc r13-3984] Revert "sphinx: add update_web_docs_git.py script"
 2022-11-14  8:38 UTC 

[gcc r13-3983] Revert "sphinx: fix building if sphinx-build is missing"
 2022-11-14  8:38 UTC 

[gcc r13-3982] Revert "avr: sphinx: port gen-avr-mmcu to RST"
 2022-11-14  8:38 UTC 

[gcc r13-3981] Revert "sphinx: simplify default in baseconf.py."
 2022-11-14  8:38 UTC 

[gcc r13-3980] Revert "sphinx: update crontab with new script"
 2022-11-14  8:38 UTC 

[gcc r13-3979] Revert "sphinx: update diagnostics URLs"
 2022-11-14  8:38 UTC 

[gcc r13-3978] Revert "docs: fix: WARNING: Parsing of expression failed. Using fallback parser."
 2022-11-14  8:38 UTC 

[gcc r13-3977] Revert "sphinx: add missing trailing newline"
 2022-11-14  8:37 UTC 

[gcc r13-3976] Revert "docs: fix links pointing to gcc.gnu.org/install"
 2022-11-14  8:37 UTC 

[gcc r13-3975] Revert "docs: create sources tarball"
 2022-11-14  8:37 UTC 

[gcc r13-3974] Revert "sphinx: add missing HAS_SPHINX_BUILD"
 2022-11-14  8:37 UTC 

[gcc r13-3973] Revert "docs: Add missing variable name in example"
 2022-11-14  8:37 UTC 

page:  |  | 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).