]> gcc.gnu.org Git - gcc.git/shortlog
gcc.git
2024-05-04 Aldy HernandezImplement operator_gt for prange.
2024-05-04 Aldy HernandezImplement operator_le for prange.
2024-05-04 Aldy HernandezImplement operator_lt for prange.
2024-05-04 Aldy HernandezImplement operator_equal for prange.
2024-05-04 Aldy HernandezImplement operator_not_equal for prange.
2024-05-04 Aldy HernandezImplement operator_bitwise_or for prange.
2024-05-04 Aldy HernandezImplement operator_bitwise_and for prange.
2024-05-04 Aldy HernandezImplement operator_pointer_diff for prange.
2024-05-04 Aldy HernandezImplement pointer_plus_operator for prange.
2024-05-04 Aldy HernandezImplement operator_addr_expr for prange.
2024-05-04 Aldy HernandezImplement operator_min and operator_max for prange.
2024-05-04 Aldy HernandezImplement operator_cast for prange.
2024-05-04 Aldy HernandezImplement operator_cst for prange.
2024-05-04 Aldy HernandezImplement operator_identity for prange.
2024-05-04 Aldy HernandezImplement range-op dispatch for prange.
2024-05-04 Aldy HernandezAdd prange implementation for get_legacy_range.
2024-05-04 Aldy HernandezAdd hashing support for prange.
2024-05-04 Aldy HernandezAdd storage support for prange.
2024-05-04 Aldy HernandezAdd streaming support for prange.
2024-05-04 Aldy HernandezImplement basic prange class.
2024-05-04 Aldy HernandezMinimal prange class showing inlining degradation to...
2024-05-04 GCC AdministratorDaily bump.
2024-05-03 Ian Lance Taylorlibbacktrace: add DLLS as they are loaded
2024-05-03 Andrew PinskiFix printing COMPOUND_EXPR in .original [PR23872]
2024-05-03 Jason Merrillc++: initializer_list<string> and EH [PR114935]
2024-05-03 Gaius MulleyPR modula2/114929 extra for loop iteration count regres...
2024-05-03 Ken Matsuic++: Implement __is_pointer built-in trait
2024-05-03 Ken Matsuic++: Implement __is_volatile built-in trait
2024-05-03 Ken Matsuic++: Implement __is_const built-in trait
2024-05-03 Vineet GuptaRISC-V: miscll comment fixes [NFC]
2024-05-03 Vineet Guptadocs: rtl: document GET_MODE_INNER
2024-05-03 David Malcolmtestsuite: fix analyzer C++ failures on Solaris [PR111475]
2024-05-03 Richard BienerAdd default bitmap obstack allocation check
2024-05-03 Peter DamianovSilence two instances of -Wcalloc-transposed-args
2024-05-03 Andreas Schwablibstdc++: Update powerpc-linux-gnu baseline_symbols
2024-05-03 Richard BienerAvoid changing type in the type_hash_canon hash
2024-05-03 Alex Coplancfgrtl: Fix MEM_EXPR update in duplicate_insn_chain...
2024-05-03 Jakub Jelinektree-inline: Add __builtin_stack_{save,restore} pair...
2024-05-03 Richard Bienertree-optimization/114921 - _Float16 -> __bf16 isn't...
2024-05-03 Patrick Palkac++: remove lookup_template_class's entering_scope...
2024-05-03 Gaius MulleyPR modula2/114929 for loop fails to iterate down to...
2024-05-03 GCC AdministratorDaily bump.
2024-05-02 Jeff Law[committed][RISC-V] Fix nearbyint failure on rv32 and...
2024-05-02 Francois-Xavier... libgfortran: Fix up the autoreconf warnings
2024-05-02 Jeff Law[RFA][RISC-V] Improve constant synthesis for constants...
2024-05-02 Joseph MyersRegenerate gcc.pot
2024-05-02 Patrick O'NeillRISC-V: Add testcase for pr114734
2024-05-02 Jeff Law[committed] [RISC-V] Don't run new rounding tests on...
2024-05-02 Nathaniel Sheadc++: Clear is_unbraced_* when parsing declaration_seq_o...
2024-05-02 Gaius Mulleymodula2: Regenerate libgm2 Makefile.ins using correct...
2024-05-02 Richard BienerImprove SLP dump and graph
2024-05-02 Iain SandoeObjective-C, NeXT, v2: Correct a regression in code...
2024-05-02 Gaius MulleyPR modula2/113836 gm2 does not dump gimple or quadruple...
2024-05-02 Marc Poulhièsfix single argument static_assert
2024-05-02 Peter Damianovlto-wrapper: Truncate files using -truncate driver...
2024-05-02 Peter DamianovDriver: Add new -truncate option
2024-05-02 Jakub Jelineklibgomp: Add gfx90c, 1036 and 1103 declare variant...
2024-05-02 Jakub Jelinekc++: Implement C++26 P2573R2 - = delete("should have...
2024-05-02 Richard BienerMake graph dumps use graphviz format
2024-05-02 Richard BienerRemove live-info global bitmap
2024-05-02 Stefan Schulze... s390: testsuite: Fix risbg-ll-2.c
2024-05-02 Nathaniel Sheadc++: Don't emit unused GMF partial specializations...
2024-05-02 Stefan Schulze... s390: testsuite: Fix zero_bits_compound-1.c
2024-05-02 Richard Bienermiddle-end/114579 - speed up add_scope_conflicts
2024-05-02 Nathaniel Sheadc++: Implement modules ABI for vtable emissions
2024-05-02 GCC AdministratorDaily bump.
2024-05-01 Gerald Pfeiferdoc: Describe limitations re Ada, D, and Go on FreeBSD
2024-05-01 Jason Merrillc++: drop in-charge for dtors without vbases
2024-05-01 Jeff Law[committed] [RISC-V] Trivial pattern cleanup
2024-05-01 Jeff Law[committed] [RISC-V] Fix detection of store pair fusion...
2024-05-01 Jonathan Wakelylibstdc++: Guard uses of is_pointer_interconvertible_v...
2024-05-01 Jason Merrillc++: const void* memchr [PR113706]
2024-05-01 Gerald Pfeiferdoc: FreeBSD no longer has a GNU toolchain in base
2024-05-01 Gerald Pfeiferdoc: Remove old details on libunwind for ia64-*-hpux*
2024-05-01 Aldy HernandezReduce startup costs for Value_Range.
2024-05-01 Aldy HernandezCleanups to unsupported_range.
2024-05-01 Nathaniel Sheadc++: Propagate hidden flag on decls from partitions
2024-05-01 Nathaniel Sheadc++: Propagate using decls from partitions [PR114868]
2024-05-01 Nathaniel Sheadc++: Implement P2615 'Meaningful Exports' [PR107688]
2024-05-01 GCC AdministratorDaily bump.
2024-04-30 Andrew MacLeodRemove incorrect asserts.
2024-04-30 Andrew MacLeodAdd range_on_entry/exit to value_query API.
2024-04-30 Andrew MacLeodInvoke range_of_stmt on ssa_names with no context.
2024-04-30 Andrew MacLeodFix ranger when called from SCEV.
2024-04-30 Andrew MacLeodRemove wrapper around gimple_range_global.
2024-04-30 Andrew PinskiFix the build: error message `quote`
2024-04-30 Andrew PinskiPHIOPT: Value-replacement check undef
2024-04-30 Andrew PinskiPHI-OPT: speed up value_replacement slightly
2024-04-30 Andrew PinskiMATCH: change single_non_singleton_phi_for_edges for...
2024-04-30 Andrew PinskiRemove support for nontemporal stores with ssa_names...
2024-04-30 Andrew PinskiAdd verification of gimple_assign_nontemporal_move_p...
2024-04-30 Jivan HakobyanThis is almost exclusively Jivan's work. His original...
2024-04-30 Aldy HernandezChange int_range<2> to infinite precision.
2024-04-30 Rainer Orthtestsuite: gm2: Remove timeout overrides [PR114886]
2024-04-30 Richard BienerSupport {CEIL,FLOOR,ROUND}_{DIV,MOD}_EXPR and EXACT_DIV...
2024-04-30 Richard Bienermiddle-end/13421 - -ftrapv vs. POINTER_DIFF_EXPR
2024-04-30 Jakub Jelinekgimple-ssa-sprintf: Use [0, 1] range for %lc with ...
2024-04-30 Christophe... Fix pretty printers regexp for GDB output
2024-04-30 Jakub Jelinekvect: Adjust vect_transform_reduction assertion [PR114883]
2024-04-30 Jakub Jelineklibgcc: Do use weakrefs for glibc 2.34 on GNU Hurd
next
This page took 0.087505 seconds and 5 git commands to generate.