public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
[gcc/devel/rust/master] Change error location for LoopLabel
2024-05-07 16:00 UTC
[gcc/devel/rust/master] Add validation pass for label name
2024-05-07 16:00 UTC
[gcc/devel/rust/master] Use a loop label in break expression
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Use keyword const values instead of raw values
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Change keyword set to a map
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Replace local keyword set with the utils
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add new keyword utility class
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add licence text and change header guard name
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add regression test for lifetime name validation
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add lifetime name validation pass
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Replace AST::Method with existing AST::Function
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add named variadic argument test
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add a new regression test for named variadics
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Parse named variadic parameters
2024-05-07 15:59 UTC
[gcc/devel/rust/master] Add a new regression test
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Fix multiple issues with variadic representation
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Allow variadic NamedFunctionParam
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Add a function to check if a function is variadic
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Parse variadic functions
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Change FunctionParam to represent variadic params
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Add a new test for const without body
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Make use of the Contextual visitor in validation
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Add a new visitor that gathers context information
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Add a default AST visitor
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Add some reference getter
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Small fix to the ast collector visitor
2024-05-07 15:58 UTC
[gcc/devel/rust/master] Emit an error on associated const without values
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add call to ast validation checker
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add two new steps to compile process
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add ast validation checker
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add more checks for expr value in early visitors
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Move SingleASTNode implementation out of header
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add missing override specifier
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Add regression test for float literal tuple indices
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Fix token lexed as a float literal
2024-05-07 15:57 UTC
[gcc/devel/rust/master] HIR: remove obsole double borrow member
2024-05-07 15:57 UTC
[gcc/devel/rust/master] HIR: fix typo
2024-05-07 15:57 UTC
[gcc/devel/rust/master] Compile pattern match statements into conditional statements
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Document proc macro token tree indices
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Move proc macro builders to their own file
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add array length to the proc macro buffer
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Put common functions in their own namespace
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add macro buffer global variable export
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add an explicit value to proc macro enum kind
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Change proc macro entrypoint
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add utility function to build proc macro types
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add getters for proc macro mappings
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Collect procedural macros in the crate
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Reformat comments
2024-05-07 15:56 UTC
[gcc/devel/rust/master] Add containers for proc macro collection mappings
2024-05-07 15:55 UTC
[gcc/devel/rust/master] Add const getter for tokentrees
2024-05-07 15:55 UTC
[gcc/devel/rust/master] Change ABI setup and add gccrs_proc_macro attr
2024-05-07 15:55 UTC
[gcc/devel/rust/master] Make proc macro definition cdecl
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Refactor and BIR improvements
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Dev notes
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Docs
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Make goto explicit
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: BIR continue
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Dump: handle infinite loops
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: BIR: handle break
2024-05-07 15:55 UTC
[gcc/devel/rust/master] borrowck: Dump improve jumps
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Dump: simplify cfg
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Dump: proper comma separation
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: BIR dump
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Create BIR builders (visitors)
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Create Borrow-checker IR (BIR)
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Execute only with CLI flag
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Add CLI option for borrowck
2024-05-07 15:54 UTC
[gcc/devel/rust/master] borrowck: Add initial structure for borrowchecking
2024-05-07 15:54 UTC
[gcc/devel/rust/master] Rust: Make 'tree'-level 'MAIN_NAME_P' work
2024-05-07 15:54 UTC
[gcc/devel/rust/master] Revert "Rust: Make 'tree'-level 'MAIN_NAME_P' work"
2024-05-07 15:54 UTC
[gcc/devel/rust/master] Rust: Make 'tree'-level 'MAIN_NAME_P' work
2024-05-07 15:54 UTC
[gcc/devel/rust/master] (9883 commits) Change singleton returned type to a reference
2024-05-07 15:53 UTC
[gcc r14-10176] c++/modules: imported spec befriending class tmpl [PR114889]
2024-05-07 14:49 UTC
[gcc r15-286] AVR: target/114835 - Tweak popcountqi2
2024-05-07 14:32 UTC
[gcc r15-285] libstdc++: Fix handling of incomplete UTF-8 sequences in _Unicode_view
2024-05-07 13:49 UTC
[gcc r15-284] libstdc++: Fix <memory> for -std=c++23 -ffreestanding [PR114866]
2024-05-07 13:48 UTC
[gcc r15-283] libstdc++: Simplify std::variant comparison operators
2024-05-07 13:45 UTC
[gcc r15-282] aarch64: Preserve mem info on change of base for ldp/stp [PR114674]
2024-05-07 13:44 UTC
[gcc r15-281] Fix block index check in insert_updated_phi_nodes_for
2024-05-07 13:29 UTC
[gcc r15-280] Avoid re-allocating vector
2024-05-07 13:29 UTC
[gcc r15-279] libstdc++: Constrain equality ops for std::pair, std::tuple, std::variant
2024-05-07 12:49 UTC
[gcc r15-278] libstdc++: Use https instead of http in some comments
2024-05-07 12:46 UTC
[gcc r15-277] libstdc++: Update ABI test to disallow adding to released symbol versions
2024-05-07 12:46 UTC
[gcc r15-276] middle-end/27800 - avoid unnecessary temporary during gimplification
2024-05-07 12:19 UTC
[gcc r15-275] Remove redundant check
2024-05-07 12:19 UTC
[gcc r15-274] tree-optimization/110490 - bitcount for narrow modes
2024-05-07 12:13 UTC
[gcc r12-10419] AVR: Backport device support from v13.3
2024-05-07 12:04 UTC
[gcc r15-273] Use unsigned for stack var indexes during RTL expansion
2024-05-07 11:15 UTC
[gcc r15-272] build: Derive object names in make_sunver.pl
2024-05-07 11:14 UTC
[gcc r15-271] middle-end/114931 - type_hash_canon and structual equality types
2024-05-07 11:05 UTC
[gcc r12-10418] AVR: ipa/92606 - Don't optimize PROGMEM data against non-PROGMEM
2024-05-07 10:56 UTC
[gcc r15-270] Minor range type fixes for IPA in preparation for prange
2024-05-07 10:22 UTC
[gcc r14-10175] AVR: ipa/92606 - Don't optimize PROGMEM data against non-PROGMEM
2024-05-07 10:20 UTC
[gcc r15-269] Remove obsolete Solaris 11.3 support
2024-05-07 8:46 UTC
[gcc r15-268] Revert "Revert "combine: Don't combine if I2 does not change""
2024-05-07 8:15 UTC
[gcc r15-267] ada: Fix calculation of tasks in null arrays
2024-05-07 8:01 UTC
[gcc r15-266] ada: Prevent calculation of negative stack counts
2024-05-07 8:01 UTC
[gcc r15-265] ada: Cleanup calculation of task stacks
2024-05-07 8:01 UTC
[gcc r15-264] ada: Fix grammar in comment
2024-05-07 8:00 UTC
[gcc r15-263] ada: Remove redundant guard against empty list of declarations
2024-05-07 8:00 UTC
[gcc r15-262] ada: Remove redundant guard against empty list of actions
2024-05-07 8:00 UTC
[gcc r15-261] ada: Cleanup detection of per-object constraints in inlining for SPARK
2024-05-07 8:00 UTC
[gcc r15-260] ada: Simplify detection of the enclosing scope
2024-05-07 8:00 UTC
[gcc r15-259] ada: Reduce scope in the analysis of access attributes
2024-05-07 8:00 UTC
[gcc r15-258] ada: Fix detection of components with per-object constraints
2024-05-07 8:00 UTC
[gcc r15-257] ada: Fix bad interaction between homogeneous finalization master and BIP protocol
2024-05-07 8:00 UTC
[gcc r15-256] ada: Add Global contracts to Ada.Numerics.Generic_Elementary_Functions
2024-05-07 8:00 UTC
[gcc r15-255] ada: Remove obsolete field Postconditions_Proc
2024-05-07 8:00 UTC
[gcc r15-254] ada: Fix typo in documentation comment
2024-05-07 7:59 UTC
[gcc r15-253] ada: Fix crash on body postcondition
2024-05-07 7:59 UTC
[gcc r15-252] ada: Adapt proof of runtime units
2024-05-07 7:59 UTC
[gcc r15-251] Update copyright years
2024-05-07 7:59 UTC
[gcc r15-250] ada: Improve pragma No_Return's pre-Ada2022 handling of functions
2024-05-07 7:59 UTC
[gcc r15-249] ada: Fix LTO type mismatches in GNAT.Sockets.Thin
2024-05-07 7:59 UTC
[gcc r15-248] ada: Aspects on multiple component declarations
2024-05-07 7:59 UTC
[gcc r15-247] ada: Bad internal naming when using pragma Compile_Time_Error
2024-05-07 7:59 UTC
[gcc r15-246] ada: Fix missing flag for GNATprove
2024-05-07 7:59 UTC
[gcc r15-245] ada: Fix spurious error on generic state in SPARK
2024-05-07 7:59 UTC
[gcc r15-244] ada: Reject non-statically compatible extended return statement
2024-05-07 7:59 UTC
[gcc r15-243] ada: Minor comment improvement
2024-05-07 7:59 UTC
[gcc r15-242] ada: Fix bug in overloaded selected_components in aspect_specifications
2024-05-07 7:58 UTC
[gcc r15-241] ada: Fix Program_Error raised during generation of data representation in JSON
2024-05-07 7:58 UTC
[gcc r15-240] ada: SPARK rule changed on functions with side effects
2024-05-07 7:58 UTC
[gcc r15-239] ada: Accept constants of access types as globals of side-effect function
2024-05-07 7:58 UTC
[gcc r15-238] ada: Update comment about implicit inputs of Depends contract
2024-05-07 7:58 UTC
[gcc r15-237] Mention that some options are turned on by `-Ofast` in their descriptions [PR97263]
2024-05-07 7:46 UTC
[gcc r15-236] Extend usdot_prodv*qi with vpmaddwd when AVXVNNI/AVX512VNNI is not available
2024-05-07 7:45 UTC
[gcc r15-235] Support dot_prod optabs for 64-bit vector
2024-05-07 7:45 UTC
[gcc r15-234] Optimize 64-bit vector permutation with punpcklqdq + 128-bit vector pshuf
2024-05-07 7:44 UTC
[gcc r14-10174] Bump BASE-VER
2024-05-07 7:23 UTC
[gcc r15-233] pru: New validation pass for minrt
2024-05-07 7:18 UTC
[gcc r15-232] pru: Refactor to use passes definition file
2024-05-07 7:18 UTC
[gcc r15-231] pru: Use HOST_WIDE_INT_1U macro
2024-05-07 7:18 UTC
[gcc r15-230] pru: Drop usage of ATTRIBUTE_UNUSED
2024-05-07 7:18 UTC
[gcc r15-229] pru: Skip register save if function will not return
2024-05-07 7:18 UTC
[gcc r15-228] pru: Add pattern variants for zero extending destination
2024-05-07 7:18 UTC
[gcc r15-227] pru: Optimize the extzv and insv patterns
2024-05-07 7:18 UTC
[gcc r15-226] pru: Implement zero fill for 64-bit registers
2024-05-07 7:18 UTC
[gcc r15-225] pru: Implement TARGET_ADDRESS_COST
2024-05-07 7:17 UTC
[gcc] Created tag 'releases/gcc-14.1.0'
2024-05-07 6:52 UTC
[gcc r14-10173] Update ChangeLog and version files for release
2024-05-07 6:52 UTC
[gcc r14-10172] Update gennews for GCC 14
2024-05-07 6:49 UTC
[gcc r15-224] Update gennews for GCC 14
2024-05-07 6:49 UTC
[gcc r15-223] tree-optimization/114921 - _Float16 -> __bf16 isn't noop fixup
2024-05-07 6:26 UTC
[gcc r15-222] PR target/106060: Improved SSE vector constant materialization on x86
2024-05-07 6:19 UTC
[gcc r13-8702] tree-optimization/114121 - wrong VN with context sensitive range info
2024-05-07 6:18 UTC
[gcc(refs/users/meissner/heads/work165-tar)] Fix tests if -mtar is used
2024-05-07 5:23 UTC
[gcc(refs/users/meissner/heads/work165-tar)] Revert previous changes
2024-05-07 3:28 UTC
[gcc(refs/users/meissner/heads/work165-tar)] Update ChangeLog.*
2024-05-07 2:10 UTC
[gcc(refs/users/meissner/heads/work165-tar)] Fix tests if -mtar is used
2024-05-07 2:09 UTC
[gcc r15-221] c++: Allow IS_FAKE_BASE_TYPE for union types [PR114954]
2024-05-07 1:39 UTC
[gcc r15-220] c++/modules: Fix dangling pointer with imported_temploid_friends
2024-05-07 1:39 UTC
[gcc r13-8701] RISC-V: Fix vsetvli local eliminate [PR114747]
2024-05-07 1:37 UTC
[gcc r14-10171] Daily bump
2024-05-07 0:25 UTC
[gcc r13-8700] Daily bump
2024-05-07 0:24 UTC
[gcc r12-10417] Daily bump
2024-05-07 0:22 UTC
[gcc r11-11418] Daily bump
2024-05-07 0:20 UTC
[gcc r15-219] Daily bump
2024-05-07 0:18 UTC
[gcc(refs/vendors/microsoft/heads/main)] Merge commit 'ffb521f157fec823907913602ed5cb73dd1c63e8' into merge-master-ffb521f157fec823907913602e
2024-05-06 23:09 UTC
[gcc/microsoft/heads/main] (249 commits) Merge commit 'ffb521f157fec823907913602ed5cb73dd1c63e8' int
2024-05-06 23:09 UTC
[gcc r15-218] [PATCH 1/1] RISC-V: Add Zfbfmin extension to the -march= option
2024-05-06 22:39 UTC
[gcc r15-217] aix: Fix building fat library for AIX
2024-05-06 22:33 UTC
[gcc r15-216] RISC-V: Add testcase for PR114749
2024-05-06 21:52 UTC
[gcc r15-215] [RISC-V] Add support for _Bfloat16
2024-05-06 21:39 UTC
[gcc r15-214] RISC-V: Document -mcmodel=large
2024-05-06 21:34 UTC
[gcc r15-213] So another constant synthesis improvement
2024-05-06 21:28 UTC
[gcc(refs/users/meissner/heads/work165-vpair)] Update ChangeLog.*
2024-05-06 19:35 UTC
[gcc(refs/users/meissner/heads/work165-vpair)] Add vector pair optimizations
2024-05-06 19:33 UTC
[gcc(refs/users/meissner/heads/work165-vpair)] Add vector pair init and splat
2024-05-06 19:33 UTC
[gcc(refs/users/meissner/heads/work165-vpair)] Add support for vector pair fma operations
2024-05-06 19:33 UTC
[gcc(refs/users/meissner/heads/work165-vpair)] Add support for vector pair unary and binary operations
2024-05-06 19:33 UTC
[gcc r15-212] aarch64: Fix gcc.target/aarch64/sve/loop_add_6.c for LLP64 targets
2024-05-06 19:25 UTC
[gcc r15-211] Update the C FE routine "add_flexible_array_elts_to_size" C++ FE routine "layout_var_decl" to handle
2024-05-06 18:36 UTC
[gcc r15-210] Add testing cases for flexible array members in unions and alone in structures
2024-05-06 18:36 UTC
[gcc r15-209] C and C++ FE changes to support flexible array members in unions and alone in structures. Adjust tes
2024-05-06 18:36 UTC
[gcc r15-208] Allow flexible array members in unions and alone in structures [PR53548]
2024-05-06 18:36 UTC
[gcc r13-8699] AVR: ipa/92606 - Don't optimize PROGMEM data against non-PROGMEM
2024-05-06 17:23 UTC
[gcc r15-207] AVR: ipa/92606 - Don't optimize PROGMEM data against non-PROGMEM
2024-05-06 17:10 UTC
[gcc r15-206] contrib/gcc-changelog/git_check_commit.py: Implement --num-commits
2024-05-06 17:08 UTC
[gcc r15-205] OpenMP: Fix for ICE in tree-nested.cc
2024-05-06 14:38 UTC
[gcc r13-8698] tree-optimization/114799 - SLP and patterns
2024-05-06 13:15 UTC
[gcc r13-8697] tree-optimization/114787 - more careful loop update with CFG cleanup
2024-05-06 13:15 UTC
[gcc r13-8696] RISC-V: Add testcase for pr114734
2024-05-06 13:15 UTC
[gcc r13-8695] middle-end/114734 - wrong code with expand_call_mem_ref
2024-05-06 13:15 UTC
[gcc r13-8694] tree-optimization/114246 - invalid call argument from DSE
2024-05-06 13:15 UTC
[gcc r13-8693] tree-optimization/113630 - invalid code hoisting
2024-05-06 13:15 UTC
[gcc r15-204] tree-optimization/100923 - re-do VN with contextual PTA info fix
2024-05-06 13:12 UTC
[gcc r15-203] Complete ao_ref_init_from_vn_reference for all refs
2024-05-06 13:12 UTC
[gcc r12-10416] Fortran: Add error for subroutine passed to a variable dummy [PR106999]
2024-05-06 10:01 UTC
[gcc r13-8692] Fortran: Add error for subroutine passed to a variable dummy [PR106999]
2024-05-06 9:57 UTC
[gcc r13-8691] Fortran: Fix wrong recursive errors and class initialization [PR112407]
2024-05-06 9:54 UTC
[gcc r13-8690] Fortran: Fix a gimplifier ICE/wrong result with finalization [PR36337]
2024-05-06 9:47 UTC
[gcc r15-202] ada: Allow use of writable parameters inside function with side-effects
2024-05-06 9:18 UTC
[gcc r15-201] ada: Cleanup collecting of implicit outputs
2024-05-06 9:18 UTC
[gcc r15-200] ada: Support writable parameters in Depends with side-effects
2024-05-06 9:18 UTC
[gcc r15-199] ada: Excess finalization on return of call to dispatching constructor
2024-05-06 9:17 UTC
[gcc r15-198] ada: Give error for reference to nonvisible library unit
2024-05-06 9:17 UTC
[gcc r15-197] ada: Tweak discriminant source locations
2024-05-06 9:17 UTC
[gcc r15-196] ada: Do not attempt to generate finalization actions with restricted profile
2024-05-06 9:17 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).