]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2022-11-08 Piotr Trojanekada: Fix inconsistent whitespace in Ada.Numerics.Generi...
2022-11-08 Piotr Trojanekada: Remove unneeded code in handling formal type defaults
2022-11-08 Piotr Trojanekada: Cleanup local variable that is only set as an...
2022-11-08 Eric Botcazouada: Remove obsolete code in Resolve_If_Expression
2022-11-08 Piotr Trojanekada: Reject limited objects in array and record delta...
2022-11-08 Piotr Trojanekada: Allow initialization of limited objects with delta...
2022-11-08 Piotr Trojanekada: Reject record delta aggregates with limited expres...
2022-11-08 Javier Mirandaada: Missing master of task causing assertion failure
2022-11-08 Piotr Trojanekada: Raise Tag_Error when Ada.Tags operations are calle...
2022-11-08 Bob Duffada: Add new -gnatw_q switch to usage message
2022-11-08 Jonathan Wakelylibstdc++: Update my author blurb in the manual
2022-11-08 Jonathan Wakelylibstdc++: Remove empty <author> elements in manual
2022-11-08 konglin1Revert "i386: Prefer remote atomic insn for atomic_fetc...
2022-11-08 Haochen JiangAdd m_CORE_ATOM for atom cores
2022-11-08 David Malcolmanalyzer: start adding support for errno
2022-11-08 David Malcolmanalyzer: introduce succeed_or_fail_call_info
2022-11-08 David Malcolmanalyzer: fix "when 'strchr' returns non-NULL" message
2022-11-08 Joseph Myerslibstdc++: Fix syntax error in old-glibc case in floati...
2022-11-08 Jason Merrillc++: implement P2468R2, the equality operator you are...
2022-11-08 Andrew MacLeodAdd transitive inferred range processing.
2022-11-08 GCC AdministratorDaily bump.
2022-11-07 Jakub Jelineklibstdc++: Fix up libstdc++ build against glibc 2.25...
2022-11-07 David Faustbpf: cleanup missed refactor
2022-11-07 Aldy HernandezImprove multiplication by powers of 2 in range-ops.
2022-11-07 H.J. LuExtend optimization for integer bit test on __atomic_fe...
2022-11-07 Patrick Palkalibstdc++: Implement ranges::as_rvalue_view from P2446R2
2022-11-07 Patrick Palkalibstdc++: Implement ranges::cartesian_product_view...
2022-11-07 Nathan SidwellC++: Template lambda mangling testcases
2022-11-07 Richard PurdieFix NULL filename handling
2022-11-07 Jakub Jelineklibstdc++: Update from latest fast_float [PR107468]
2022-11-07 Jakub Jelineklibstdc++: Add _Float128 to_chars/from_chars support...
2022-11-07 Alexander Monakovtree-ssa-sink: do not touch calls that return twice
2022-11-07 Aldy Hernandez[range-op] Restrict division by power of 2 optimization...
2022-11-07 Tobias BurnusFortran: Fix reallocation on assignment for kind=4...
2022-11-07 konglin1i386: Fix typo in sse-22.c pragma
2022-11-07 Richard Bienerunswitch most profitable condition first
2022-11-07 Martin Liskadocs: update: document sanitizers can trigger warnings
2022-11-07 Martin LiskaMitigate clang warnings:
2022-11-07 Cedric Landetada: Document that gprof won't work on windows with...
2022-11-07 Piotr Trojanekada: Tune hash function for cross-reference entries
2022-11-07 Piotr Trojanekada: Fix performance regression related to references...
2022-11-07 Bob Duffada: Use named notation in calls to Expand_Composite_Eq...
2022-11-07 Bob Duffada: New warning about noncomposing user-defined "="
2022-11-07 Piotr Trojanekada: Inline composite node kind AST queries
2022-11-07 Bob Duffada: Fix inherited postconditions in inlined subprograms
2022-11-07 Quentin Ochemada: Fixed elaboration of CUDA programs.
2022-11-07 Steve Bairdada: Rework CUDA host-side invocation of device-side...
2022-11-07 Piotr Trojanekada: Fix detection of external calls to protected objec...
2022-11-07 Piotr Trojanekada: Clean up unnecessary nesting in code for DLL libraries
2022-11-07 Bob Duffada: Suppress warnings on derived True/False
2022-11-07 Piotr Trojanekada: Deconstruct Safe_To_Capture_In_Parameter_Value
2022-11-07 Piotr Trojanekada: Flip warning suppression routine to positive meaning
2022-11-07 Piotr Trojanekada: Cleanup detection of code within generic instances
2022-11-07 Piotr Trojanekada: Remove redundant suppression for non-modified...
2022-11-07 Piotr Trojanekada: Reject boxes in delta array aggregates
2022-11-07 Piotr Trojanekada: Allow reuse of Enclosing_Declaration_Or_Statement...
2022-11-07 Piotr Trojanekada: Clean up unnecesary call in resolution of overload...
2022-11-07 Piotr Trojanekada: Clean up code for visibility of generic actuals
2022-11-07 Piotr Trojanekada: Cleanup comment about mapping parameters when...
2022-11-07 Steve Bairdada: Put_Image aspect spec incorrectly not inherited
2022-11-07 Piotr Trojanekada: Tune layout after switching to Ada 2022 aggregate...
2022-11-07 Piotr Trojanekada: Cleanup WITH clauses after switching from obsolesc...
2022-11-07 Piotr Trojanekada: Create operator nodes in functional style
2022-11-07 Piotr Trojanekada: Don't reuse operator nodes in expansion
2022-11-07 Piotr Trojanekada: Simplify detection of pragmas in the context items
2022-11-07 Piotr Trojanekada: Reject misplaced pragma Obsolescent
2022-11-07 Piotr Trojanekada: Fix missing tag for with of an obsolescent function
2022-11-07 Piotr Trojanekada: Remove useless validity suppression for attribute...
2022-11-07 Kewen Linvect: Fold LEN_{LOAD,STORE} if it's for the whole vecto...
2022-11-07 Hu, Lin1Initial Grand Ridge support
2022-11-07 konglin1i386: Prefer remote atomic insn for atomic_fetch{add...
2022-11-07 konglin1Support Intel RAO-INT
2022-11-07 Haochen JiangInitial Granite Rapids Support
2022-11-07 Haochen JiangSupport Intel prefetchit0/t1
2022-11-07 GCC AdministratorDaily bump.
2022-11-06 Uros Bizjakoptabs: Use operand[2] mode in can_vec_set_var_idx_p
2022-11-06 Patrick Palkalibstdc++: Declare const global variables inline
2022-11-06 Patrick Palkalibstdc++: Move stream initialization into compiled...
2022-11-06 Patrick Palkac++: correct __has_attribute(init_priority)
2022-11-06 Jakub JelinekManually add ChangeLog entries from r13-3652-ge4cba4941...
2022-11-06 GCC AdministratorDaily bump.
2022-11-06 Jakub JelinekAdd another commit to ignore
2022-11-06 Xi RuoyaoLoongArch: Add fcopysign instructions
2022-11-06 Bernhard Reutner... Plug memory leak in attribute target_clones
2022-11-06 Bernhard Reutner... cgraph_node: Remove redundant section clearing
2022-11-05 Iain Buclawd: Adjust test to pass when compiling with -m32
2022-11-05 Iain Buclawd: Add support for vector comparison operators
2022-11-05 Lewis Hyattc++: libcpp: Support raw strings with newlines in direc...
2022-11-05 Jakob Hasselibstdc++: fix pointer type exception catch (no RTTI...
2022-11-05 Jonathan Wakelylibstdc++: Do not use SFINAE for propagate_const conver...
2022-11-05 Jonathan Wakelydoc: Document correct -fwide-exec-charset defaults...
2022-11-05 Alexandre OlivaSupport multilib-aware target lib flags self-specs...
2022-11-04 Jakub Jelinektestsuite: Add testcase from C++23 P2314R4 - Character...
2022-11-04 Jakub Jelineklibcpp: Update to Unicode 15
2022-11-04 Wilco DijkstraAArch64: Fix testcase
2022-11-04 Jeff Chapman IIinput: add get_source_text_between
2022-11-04 Aldy HernandezSet nonzero bits for multiplication and divisions by...
2022-11-04 Eric BotcazouFix recent thinko in operand_equal_p
2022-11-04 Eric BotcazouDo not use subword paradoxical subregs in emit_group_store
2022-11-04 Jonathan Wakelylibstdc++: Simplify lifetime of eh_globals variable...
next
This page took 0.089158 seconds and 5 git commands to generate.