public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/c++-coroutines] libstdc++: Use correct argument type for __use_alloc [PR 96803]
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] libstdc++: Fix typo in chrono::year_month_weekday::operator==
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] libstdc++: Fix regression in hash containers
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] MAINTAINERS: Add myself as OpenACC maintainer
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] Adjust tree-ssa-dom.c for irange API
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] tree-optimization/96698 - fix ICE when vectorizing nested cycles
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] libstdc++: Enable assertions in constexpr string_view members [PR 71960]
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] symver: fix attribute matching
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] libstdc++: Add missing extra space to ChangeLog author lines
 2020-08-26 20:30 UTC 

[gcc/devel/c++-coroutines] libstdc++: Add missing coauthors to ChangeLog entry
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] tree-optimization/96783 - fix vectorization of negative step SLP
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] c++: template operator lookup caching
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] lto: fix documentation about -fpie and -fpic options
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] AArch64: Add FLAG for add/sub arithmetic intrinsics [PR94442]
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] aarch64: Fix testcase gcc.target/aarch64/insv_1.c
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] libiberty: Add support for `in' and `in ref' storage classes
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] d: Merge upstream dmd e49192807
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] d: Fix no RVO when returning struct literals initialized with constructor
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] tilepro: Update generator file to define IN_TARGET_CODE in target file
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] contrib: Add OPT-enable-obsolete to tile*-*-*
 2020-08-26 20:29 UTC 

[gcc/devel/c++-coroutines] d: Merge upstream dmd cb4a96fae
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Use read() to load contents of stdin into memory
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Fix small struct literals that have non-deterministic hash values
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Fix no NRVO when returning an array of a non-POD struct
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Don't run all permutations for fail_compilation tests
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Move lowering of each tree node to separate functions
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] d: Move d_gimplify_expr and dependencies to d-gimplify.cc
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] IPA symver: allow multiple symvers for a definition
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] Fortran: Add 'device_type' clause to OpenMP's declare target
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] libstdc++: Rename _Hashtable _H1, _H2 and _Hash template parameters
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] Adjust testcase
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] analyzer: fix leak false positive/widening on pointer iteration [PR94858]
 2020-08-26 20:28 UTC 

[gcc/devel/c++-coroutines] analyzer: fix ICE on initializers for unsized array fields [PR96777]
 2020-08-26 20:27 UTC 

[gcc/devel/c++-coroutines] Daily bump
 2020-08-26 20:27 UTC 

[gcc/devel/c++-coroutines] x86: Change CTZ_DEFINED_VALUE_AT_ZERO to return 0/2
 2020-08-26 20:27 UTC 

[gcc r11-2890] x86: Reject target("no-general-regs-only")
 2020-08-26 19:58 UTC 

[gcc r11-2889] MSP430: Simplify and extend shift instruction patterns
 2020-08-26 19:52 UTC 

[gcc r11-2888] libstdc++: Whitespace changes in <tuple>
 2020-08-26 18:33 UTC 

[gcc r11-2887] libstdc++: Use correct argument type for __use_alloc [PR 96803]
 2020-08-26 18:33 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] huh. missed the value-query files somehow
 2020-08-26 17:31 UTC 

[gcc r11-2886] libstdc++: Fix typo in chrono::year_month_weekday::operator==
 2020-08-26 17:31 UTC 

[gcc] Created branch 'wschmidt/heads/sibfix' in namespace 'refs/users'
 2020-08-26 16:53 UTC 

[gcc r11-2885] libstdc++: Fix regression in hash containers
 2020-08-26 16:44 UTC 

[gcc r11-2884] MAINTAINERS: Add myself as OpenACC maintainer
 2020-08-26 15:58 UTC 

[gcc r11-2883] Adjust tree-ssa-dom.c for irange API
 2020-08-26 14:03 UTC 

[gcc r11-2882] tree-optimization/96698 - fix ICE when vectorizing nested cycles
 2020-08-26 14:02 UTC 

[gcc r9-8833] libstdc++: Enable assertions in constexpr string_view members [PR 71960]
 2020-08-26 13:50 UTC 

[gcc r10-8676] libstdc++: Enable assertions in constexpr string_view members [PR 71960]
 2020-08-26 13:49 UTC 

[gcc r11-2881] libstdc++: Enable assertions in constexpr string_view members [PR 71960]
 2020-08-26 13:49 UTC 

[gcc r11-2880] symver: fix attribute matching
 2020-08-26 13:42 UTC 

[gcc r11-2879] libstdc++: Add missing extra space to ChangeLog author lines
 2020-08-26 13:35 UTC 

[gcc r11-2878] libstdc++: Add missing coauthors to ChangeLog entry
 2020-08-26 13:31 UTC 

[gcc/devel/c++-modules] Cherry pick 794275711bd
 2020-08-26 13:19 UTC 

[gcc/devel/c++-modules] Operator function lookups in templates
 2020-08-26 13:19 UTC 

[gcc/devel/c++-modules] Friend specialization overhaul part 1
 2020-08-26 13:19 UTC 

[gcc/devel/c++-modules] Do not stream hidden_friend_p
 2020-08-26 13:19 UTC 

[gcc/devel/c++-modules] Reimplement module binding extraction
 2020-08-26 13:19 UTC 

[gcc r11-2877] tree-optimization/96783 - fix vectorization of negative step SLP
 2020-08-26 13:15 UTC 

[gcc r9-8832] libstdc++: Make variant_npos conversions explicit [PR 96766]
 2020-08-26 12:58 UTC 

[gcc r10-8675] libstdc++: Make variant_npos conversions explicit [PR 96766]
 2020-08-26 12:54 UTC 

[gcc r11-2876] c++: template operator lookup caching
 2020-08-26 12:26 UTC 

[gcc r11-2875] lto: fix documentation about -fpie and -fpic options
 2020-08-26 11:19 UTC 

[gcc(refs/users/marxin/heads/symver-fix-attr)] symver: fix attribute matching
 2020-08-26 11:18 UTC 

[gcc] Created branch 'marxin/heads/symver-fix-attr' in namespace 'refs/users'
 2020-08-26 11:18 UTC 

[gcc r11-2874] AArch64: Add FLAG for add/sub arithmetic intrinsics [PR94442]
 2020-08-26 10:13 UTC 

[gcc r11-2873] aarch64: Fix testcase gcc.target/aarch64/insv_1.c
 2020-08-26 10:08 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Merge commit 'r10-8674-ged1e7a6a8ad6903ee952e82ac9ddac01efb286dd' into redhat/gcc-10-branch
 2020-08-26  9:17 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] hppa: Improve expansion of ashldi3 when !TARGET_64BIT
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] gimple: Ignore *0 = {CLOBBER} in path isolation [PR96722]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] strlen: Fix handle_builtin_string_cmp [PR96758]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] gimple-fold: Don't optimize wierdo floating point value reads [PR95450]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c: Fix -Wunused-but-set-* warning with _Generic [PR96571]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fix up flag_cunroll_grow_size handling in presence of optimize attr [PR96535]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c-family: Fix ICE in get_atomic_generic_size [PR96545]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] tree: Fix up get_narrower [PR96549]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: Fix constexpr evaluation of SPACESHIP_EXPR [PR96497]
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] openmp: Handle clauses with gimple sequences in convert_nonlocal_omp_clauses properly
 2020-08-26  9:16 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] openmp: Handle reduction clauses on host teams construct [PR96459]
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] sra: Bail out when encountering accesses with negative offsets (PR 96730)
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: Emit as-base 'tor symbols for final class. [PR95428]
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fortran : get_environment_variable runtime error PR96486
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Update links to Arm docs
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] [LTO/offloading] Fix offloading-compilation ICE without -flto (PR84320)
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Skip PSTL tests when installed TBB is too old [PR 96718]
 2020-08-26  9:15 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] d: Adjust backport of PR96250 for front-end implementation
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] d: Field access in parentheses causes error: need 'this' for 'field' of type 'type'
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] d: Fix ICE in setValue at dmd/dinterpret.c:7046
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] d: Fix ICE using non-local variable: internal compiler error: Segmentation fault
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libgomp: adjust nvptx_free callback context checking
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Add deprecated attributes to old iostream members
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] arm: Enable no-writeback vldr.16/vstr.16
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] rs6000: Rename instruction xvcvbf16sp to xvcvbf16spn
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] rs6000: ICE when using an MMA type as a function param or return value [PR96506]
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:14 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: Handle enumerator in C++20 alias CTAD. [PR96199]
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] i386: Fix restore_stack_nonlocal expander [PR96536]
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] d: Fix ICE Segmentation fault during RTL pass: expand on armhf/armel/s390x
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Don't use pinsr/pextr for struct initialization/extraction
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] compiler: export thunks referenced by inline functions
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] testsuite: Fix up pr95548.C testcase
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fix streamer desynchornization caused by streamer debugging patch
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:13 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: constraints and address of template-id
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Bump LTO version
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fix ICE in ODR enum streaming [PR95548]
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Optimize ODR enum streaming
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Do not stream redundant stuff
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Avoid streaming stray references
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fix hashing of prestreamed nodes
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Simplify streaming of SCC components
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Avoid SCC hashing on unmergeable trees
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] ipa: fix ICE in get_default_value
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Re: PR96493, powerpc local call linkage failure
 2020-08-26  9:12 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] PR96493, powerpc local call linkage failure
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] ipa: fix bit CPP when combined with IPA bit CP
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] ipa/96291: don't crash on unoptimized lto functions
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] bpf: remove trailing whitespaces from source files
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] bpf: more flexible support for kernel helpers
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] bpf: do not save/restore callee-saved registers in function prolog/epilog
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] bpf: add support for the -mxbpf option
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] testsuite: Fix gcc.target/arm/stack-protector-1.c for Cortex-M
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] testsuite: Fix gcc.target/arm/multilib.exp use of gcc_opts
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Disable net tests that depend on threads [PR 89760]
 2020-08-26  9:11 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: abbreviated function template friend matching [PR96106]
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] This patch fixes PR96312. Cures a used uninitialized warning
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: constraints and explicit instantiation [PR96164]
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Use _wstat64 for Windows [PR 95749]
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Using UNSPEC for vector compare to mask register
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Fill up {, un}compression stats for ZSTD in LTO
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] rs6000: MMA built-ins reject typedefs of MMA types
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] rs6000: Don't ICE when spilling an MMA accumulator
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:10 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Fix ambiguous comparisons in __gnu_debug::bitset [PR 96303]
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] AArch64: Fix hwasan failure in readline
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] AArch64: Add test for -mcpu=native
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Testuite: Document environment setting directives
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Testsuite: Make it easier to debug environment setting functions
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Arm: Add GCC_CPUINFO override
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] AArch64: Add GCC_CPUINFO override
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] AArch64: Fix bugs in -mcpu=native detection
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] arm: Clear canary value after stack_protect_test [PR96191]
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] aarch64: Clear canary value after stack_protect_test [PR96191]
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] libstdc++: Fix unnecessary allocations in read_symlink [PR 96484]
 2020-08-26  9:09 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] tree-optimization/96483 - fix ICE in PRE with POLY_INT_CST
 2020-08-26  9:08 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:08 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Daily bump
 2020-08-26  9:08 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] Backport prefixed instruction tests from master branch
 2020-08-26  9:08 UTC 

[gcc(refs/vendors/redhat/heads/gcc-10-branch)] c++: Template keyword following :: [PR96082]
 2020-08-26  9:08 UTC 

[gcc r11-2872] dwarf2out: Fix up dwarf2out_next_real_insn caching [PR96729]
 2020-08-26  8:30 UTC 

[gcc(refs/users/marxin/heads/lto-pic-and-pie-merging)] lto: fix documentation about -fpie and -fpic options
 2020-08-26  8:11 UTC 

[gcc] Created branch 'marxin/heads/lto-pic-and-pie-merging' in namespace 'refs/users'
 2020-08-26  8:11 UTC 

[gcc r11-2871] libiberty: Add support for `in' and `in ref' storage classes
 2020-08-26  8:05 UTC 

[gcc r11-2870] d: Merge upstream dmd e49192807
 2020-08-26  8:05 UTC 

[gcc r11-2869] d: Fix no RVO when returning struct literals initialized with constructor
 2020-08-26  8:05 UTC 

[gcc r11-2868] tilepro: Update generator file to define IN_TARGET_CODE in target file
 2020-08-26  8:05 UTC 

[gcc r11-2867] contrib: Add OPT-enable-obsolete to tile*-*-*
 2020-08-26  8:05 UTC 

[gcc r11-2866] d: Merge upstream dmd cb4a96fae
 2020-08-26  8:04 UTC 

[gcc r11-2865] d: Use read() to load contents of stdin into memory
 2020-08-26  8:04 UTC 

[gcc r11-2864] d: Fix small struct literals that have non-deterministic hash values
 2020-08-26  8:04 UTC 

[gcc r11-2863] d: Fix no NRVO when returning an array of a non-POD struct
 2020-08-26  8:04 UTC 

[gcc r11-2862] d: Don't run all permutations for fail_compilation tests
 2020-08-26  8:04 UTC 

[gcc r11-2861] d: Move lowering of each tree node to separate functions
 2020-08-26  8:04 UTC 

[gcc r11-2860] d: Move d_gimplify_expr and dependencies to d-gimplify.cc
 2020-08-26  8:04 UTC 

[gcc r11-2859] IPA symver: allow multiple symvers for a definition
 2020-08-26  8:03 UTC 

[gcc r11-2858] Fortran: Add 'device_type' clause to OpenMP's declare target
 2020-08-26  7:33 UTC 

[gcc r10-8674] hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness
 2020-08-26  6:24 UTC 

[gcc r11-2857] libstdc++: Rename _Hashtable _H1, _H2 and _Hash template parameters
 2020-08-26  6:17 UTC 

[gcc r10-8673] hppa: Improve expansion of ashldi3 when !TARGET_64BIT
 2020-08-26  6:15 UTC 

[gcc(refs/users/wschmidt/heads/pcrel-opt)] Patch sent to Mike to think about using
 2020-08-26  2:22 UTC 

[gcc r11-2856] Adjust testcase
 2020-08-26  2:09 UTC 

[gcc r11-2855] analyzer: fix leak false positive/widening on pointer iteration [PR94858]
 2020-08-26  1:42 UTC 

[gcc r11-2854] analyzer: fix ICE on initializers for unsized array fields [PR96777]
 2020-08-26  1:39 UTC 

[gcc(refs/users/aldyh/heads/ranger-staging)] Utilize the new value_range interface
 2020-08-26  0:20 UTC 

[gcc r9-8831] Daily bump
 2020-08-26  0:18 UTC 

[gcc r8-10426] Daily bump
 2020-08-26  0:18 UTC 

[gcc r10-8672] Daily bump
 2020-08-26  0:17 UTC 

[gcc r11-2853] Daily bump
 2020-08-26  0:16 UTC 

[gcc r11-2852] x86: Change CTZ_DEFINED_VALUE_AT_ZERO to return 0/2
 2020-08-25 21:35 UTC 

[gcc/devel/c++-coroutines] Merge master r11-2851
 2020-08-25 20:02 UTC 

[gcc/devel/c++-coroutines] hppa: PR middle-end/87256: Improved hppa_rtx_costs avoids synth_mult madness
 2020-08-25 20:02 UTC 

[gcc/devel/c++-coroutines] hppa: Improve expansion of ashldi3 when !TARGET_64BIT
 2020-08-25 20:02 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).