]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2023-11-17 Jonathan Wakelylibstdc++: Regenerate config.h.in
2023-11-17 Jonathan Wakelylibstdc++: Define C++26 saturation arithmetic functions...
2023-11-17 Jakub Jelinekc++: Implement C++ DR 2406 - [[fallthrough]] attribute...
2023-11-17 Jonathan Wakelylibstdc++: Adjust std::in_range template parameter...
2023-11-17 Jonathan Wakelylibstdc++: Add more Doxygen comments and another test...
2023-11-17 Jonathan Wakelylibstdc++: Fix Doxygen markup
2023-11-17 Jakub Jelinekmatch.pd: Optimize ctz/popcount/parity/ffs on extended...
2023-11-17 Jakub Jelinekvect: Fix check_reduction_path [PR112374]
2023-11-17 Richard Bienertree-optimization/112585 - new testcase
2023-11-17 Richard BienerRevert "tree-optimization/112281 - loop distribution...
2023-11-17 Tobias BurnusFortran: Accept -std=f2023, update line-length for...
2023-11-17 Georg-Johann LayPR target/53372: Don't ignore section attribute with...
2023-11-17 Francois-Xavier... Testsuite: silence some noise in output
2023-11-17 Xi RuoyaoLoongArch: Handle vectorized copysign (x, -1) expansion...
2023-11-17 Haochen Guirs6000: Fix regression cases caused 16-byte by pieces...
2023-11-17 Haochen Guirs6000: Enable vector mode for by pieces equality compare
2023-11-17 Li WeiLoongArch: Implement C[LT]Z_DEFINED_VALUE_AT_ZERO
2023-11-17 Richard BienerAssert we don't create recursive DW_AT_{abstract_origin...
2023-11-17 Jiahao XuLoongArch: Increase cost of vector aligned store/load.
2023-11-17 Jiahao XuLoongArch: Fix scan-assembler-times of lasx/lsx test...
2023-11-17 GCC AdministratorDaily bump.
2023-11-16 Andrew PinskiOnly allow (copysign x, NEG_CONST) -> (fneg (fabs x...
2023-11-16 Eric BotcazouFix warning on new Ada testcase
2023-11-16 Edwin LuRISC-V: Change unaligned fast/slow/avoid macros to...
2023-11-16 Uros Bizjaki386: Optimize QImode insn with high input registers
2023-11-16 John David... hppa: Revise REG+D address support to allow long displa...
2023-11-16 Eric BotcazouFix internal error on function returning dynamically...
2023-11-16 Jonathan Wakelylibstdc++: Fix aligned formatting of stacktrace_entry...
2023-11-16 Michal JiresAdd myself to write after approval
2023-11-16 Jakub Jelinekc++: Fix error recovery ICE [PR112365]
2023-11-16 Uros Bizjaki386: Fix invalid RTX in split2 pass [PR112567]
2023-11-16 Patrick Palkac++: add fixed testcases [PR98614, PR104802]
2023-11-16 Patrick Palkac++: constantness of call to function pointer [PR111703]
2023-11-16 David Malcolmdiagnostics: make m_lang_mask private
2023-11-16 Tamar Christinamiddle-end: skip checking loop exits if loop malformed...
2023-11-16 Florian Weimergcc.c-torture/execute/931004-13.c: Fix declaration...
2023-11-16 Kito ChengRISC-V: Implement target attribute
2023-11-16 Kito ChengRISC-V: Save/restore ra register correctly [PR112478]
2023-11-16 liuhongtFix ICE of unrecognizable insn.
2023-11-16 Jonathan Wakelylibstdc++: Implement std::out_ptr and std::inout_ptr...
2023-11-16 Jonathan Wakelylibstdc++: Only declare feature test macros in standard...
2023-11-16 Jonathan Wakelylibstdc++: Test for feature test macros more accurately
2023-11-16 Jonathan Wakelylibstdc++: Use 202100L as feature test check for C++23
2023-11-16 Jonathan Wakelylibstdc++: Adjust feature test in <istream> and <ostream>
2023-11-16 Jakub Jelineki386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -...
2023-11-16 Jakub Jelinekslp: Fix handling of IFN_CLZ/CTZ [PR112536]
2023-11-16 Richard Bienertree-optimization/112282 - fix testcase
2023-11-16 Juzhe-ZhongVECT: Clear LOOP_VINFO_USING_SELECT_VL_P when loop...
2023-11-16 Tom TromeyFix crash in libcc1
2023-11-16 Marek Polacekc++: fix parsing with auto(x) [PR112410]
2023-11-16 Hongyu Wang[i386] APX: Fix EGPR usage in several patterns.
2023-11-16 GCC AdministratorDaily bump.
2023-11-15 Uros Bizjaki386: Optimize strict_low_part QImode insn with high...
2023-11-15 Mark WielaardRegenerate libiberty/aclocal.m4 with aclocal 1.15.1
2023-11-15 Patrick O'NeillRISC-V: Fix ICE in non-canonical march parsing
2023-11-15 Bernhard Reutner... c++, analyzer: Expand CAN_HAVE_LOCATION_P macro.
2023-11-15 Juzhe-ZhongRISC-V: fix vsetvli pass testsuite failure [PR/112447]
2023-11-15 Vineet GuptaRISC-V: elide unnecessary sign extend when expanding...
2023-11-15 Patrick Palkac++: direct enum init from type-dep elt [PR112515]
2023-11-15 Patrick Palkac++: partially inst requires-expr in noexcept-spec...
2023-11-15 Patrick Palkac++: non-dependent .* operand folding [PR112427]
2023-11-15 Patrick Palkac++: constantness of local var in constexpr fn [PR11170...
2023-11-15 Uros Bizjaki386: Fix split condition of *<insn>qi_ext<mode>_1_slp...
2023-11-15 Uros Bizjaki386: Fix strict_low_part QImode insn with high input...
2023-11-15 Thomas Schwingenvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev...
2023-11-15 Roger SayleUpdate nvptx's bitrev<mode>2 pattern to use BITREVERSE...
2023-11-15 Thomas Schwingenvptx: Extend 'brev' test cases
2023-11-15 Andrew Stubbsamdgcn: Add Accelerator VGPR registers
2023-11-15 Andrew Stubbsamdgcn: simplify secondary reload patterns
2023-11-15 Stefan Schulze... s390: Fix generation of s390-gen-builtins.h
2023-11-15 Richard Bienertree-optimization/112282 - wrong-code with ifcvt hoisting
2023-11-15 Richard BienerFix ICE with SLP and -fdbg-cnt
2023-11-15 Jakub Jelineklibsanitizer: update LOCAL_PATCHES
2023-11-15 Jakub Jelineklibsanitizer: Readd __ubsan_handle_function_type_mismat...
2023-11-15 Jakub Jelineklibsanitizer: Adjust the asan/sanity-check-pure-c-1...
2023-11-15 Jakub Jelineklibsanitizer: Apply local patches
2023-11-15 Jakub Jelineklibsanitizer: merge from upstream (c425db2eb558c263)
2023-11-15 Xi RuoyaoLoongArch: Remove redundant barrier instructions before...
2023-11-15 Jonathan Wakelylibstdc++: Fix std::deque::operator[] Xmethod [PR112491]
2023-11-15 Jonathan Wakelylibstdc++: std::stacktrace tweaks
2023-11-15 Richard Earnshawarm: testsuite: fix test for armv6t2 hardware
2023-11-15 Juzhe-ZhongRISC-V: Support trailing vec_init optimization
2023-11-15 Jakub Jelinektestsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targets
2023-11-15 Pan LiRISC-V: Refine the mask generation for vec_init case 2
2023-11-15 Juzhe-ZhongRISC-V: Disallow RVV mode address for any load/store...
2023-11-15 Jakub Jelinekc++: Implement C++26 P2864R2 - Remove Deprecated Arithm...
2023-11-15 Alexandre OlivaRevert "libstdc++: bvector: undef always_inline macro"
2023-11-15 Alexandre Olivatestsuite: tsan: add fallback overload for pthread_cond...
2023-11-15 Alexandre Olivatestsuite: arg-pushing reqs -mno-accumulate-outgoing...
2023-11-15 Alexandre Olivalibstdc++: bvector: undef always_inline macro
2023-11-15 David Malcolmjson.cc: use SELFTEST_LOCATION in selftests
2023-11-15 GCC AdministratorDaily bump.
2023-11-14 Lewis Hyattc-family: Let libcpp know when the compilation is for...
2023-11-14 Cassio Nerilibstdc++: Improve operator-(weekday x, weekday y)
2023-11-14 Cassio Nerilibstdc++: Fix UB in weekday::weekday(sys_days) and...
2023-11-14 Cassio Nerilibstdc++: Simplify year::is_leap()
2023-11-14 Cassio Nerilibstdc++: Remove unnecessary "& 1" from year_month_day...
2023-11-14 Jonathan Wakelylibstdc++: Fix <charconv> uses of signed types with...
2023-11-14 Jonathan Wakelylibstdc++: Fix std::hash<std::stacktrace> [PR112348]
2023-11-14 David Malcolmanalyzer: enable taint state machine by default [PR103533]
next
This page took 0.081788 seconds and 5 git commands to generate.