public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[AArch64] Enable generation of FRINTNZ instructions
 2021-12-29 15:55 UTC  (11+ messages)

[PATCH 0/3] Dependency patches for hoist LIM code to cold loop
 2021-12-29 12:55 UTC  (9+ messages)
` [PATCH 1/3] loop-invariant: Don't move cold bb instructions to preheader in RTL

[PATCH] PR fortran/102332 - ICE in select_type_set_tmp, at fortran/match.c:6366
 2021-12-29 11:45 UTC  (4+ messages)

[PATCH] emit-rtl: Fix a -fcompare-debug issue due to var-tracking [PR103808]
 2021-12-29 10:35 UTC 

[PATCH] regrename: Fix -fcompare-debug issue in find_rename_reg [PR103756]
 2021-12-29 10:19 UTC 

[PATCH] tree-ssa-dce: Fix up -fcompare-debug failures in make_forwarders_with_degenerate_phis [PR103742]
 2021-12-29 10:11 UTC 

[PATCH] c-family: Use BULTINS_LOCATION for predefined macros changed upon optimize or target pragmas [PR103012]
 2021-12-29 10:01 UTC 

[PATCH] rs6000: Remove useless code related to -mno-power10
 2021-12-29  9:37 UTC 

[PATCH] rs6000: Don't turn off VSX for P9 VECTOR when TARGET_AVOID_XFORM set
 2021-12-29  9:36 UTC 

[PATCH] Prune LTO warnings that some tests fail
 2021-12-29  9:13 UTC  (3+ messages)

[PATCH] i386: Robustify some expanders w.r.t. paradoxical SUBREGs
 2021-12-29  8:39 UTC 

[PATCH] rs6000: Add split pattern to replace
 2021-12-29  1:27 UTC 

[PATCH] convert (xor (and (xor A B) C) A) to (ior (and A ~C) (and B C)) [PR90323]
 2021-12-29  1:27 UTC 

[PATCH] Fix ICE in lsplit when built with -O3 -fno-guess-branch-probability [PR103793]
 2021-12-29  1:14 UTC  (4+ messages)

[PATCH] Emit correct types for CHARACTER(C_CHAR), VALUE
 2021-12-28 18:58 UTC  (2+ messages)

[pushed] c++: ICE on enum with bool value [PR99968]
 2021-12-28 17:45 UTC 

[PATCH] Register --sysroot in the driver switches table
 2021-12-28 16:38 UTC  (2+ messages)

Libbacktrace: Fix the use of newline in sed replacement
 2021-12-28 16:36 UTC  (2+ messages)

[PATCH] Support ld.mold linker
 2021-12-28 15:29 UTC  (4+ messages)

[PATCH] loop-invariant: Fix -fcompare-debug failure [PR103837]
 2021-12-28 15:26 UTC  (2+ messages)

[PATCH] optabs: Fix up checking for CALLs in newly added code by double-word divmod [PR103838]
 2021-12-28 15:24 UTC  (2+ messages)

[PATCH] fold-const: Fix up fold_truth_andor_1 shift handling [PR103813]
 2021-12-28 15:21 UTC  (2+ messages)

[PATCH] c++: dependent bases and 'this' availability [PR103831]
 2021-12-28 15:08 UTC 

[PATCH 1/2] libphobos: fix CET for non-glibc targets
 2021-12-28 14:18 UTC  (5+ messages)

[committed] i386: Fix handling of SUBREGs in divv2sf3 [PR103842]
 2021-12-28 10:02 UTC 

[PATCH] [i386]Fix tdpbf16ps testcase
 2021-12-28  3:10 UTC  (2+ messages)

[PATCH] Make integer output faster in libgfortran
 2021-12-27 21:01 UTC  (7+ messages)

[PATCH v6 00/34] libgcc: Thumb-1 Floating-Point Assembly for Cortex M0
 2021-12-27 19:05 UTC  (35+ messages)
` [PATCH v6 01/34] Add and restructure function declaration macros
` [PATCH v6 02/34] Rename THUMB_FUNC_START to THUMB_FUNC_ENTRY
` [PATCH v6 03/34] Fix syntax warnings on conditional instructions
` [PATCH v6 04/34] Reorganize LIB1ASMFUNCS object wrapper macros
` [PATCH v6 05/34] Add the __HAVE_FEATURE_IT and IT() macros
` [PATCH v6 06/34] Refactor 'clz' functions into a new file
` [PATCH v6 07/34] Refactor 'ctz' "
` [PATCH v6 08/34] Refactor 64-bit shift "
` [PATCH v6 09/34] Import 'clz' functions from the CM0 library
` [PATCH v6 10/34] Import 'ctz' "
` [PATCH v6 11/34] Import 64-bit shift "
` [PATCH v6 12/34] Import 'clrsb' "
` [PATCH v6 13/34] Import 'ffs' "
` [PATCH v6 14/34] Import 'parity' "
` [PATCH v6 15/34] Import 'popcnt' "
` [PATCH v6 16/34] Refactor Thumb-1 64-bit comparison into a new file
` [PATCH v6 17/34] Import 64-bit comparison from CM0 library
` [PATCH v6 18/34] Merge Thumb-2 optimizations for 64-bit comparison
` [PATCH v6 19/34] Import 32-bit division from the CM0 library
` [PATCH v6 20/34] Refactor Thumb-1 64-bit division into a new file
` [PATCH v6 21/34] Import 64-bit division from the CM0 library
` [PATCH v6 22/34] Import integer multiplication "
` [PATCH v6 23/34] Refactor Thumb-1 float comparison into a new file
` [PATCH v6 24/34] Import float comparison from the CM0 library
` [PATCH v6 25/34] Refactor Thumb-1 float subtraction into a new file
` [PATCH v6 26/34] Import float addition and subtraction from the CM0 library
` [PATCH v6 27/34] Import float multiplication "
` [PATCH v6 28/34] Import float division "
` [PATCH v6 29/34] Import integer-to-float conversion "
` [PATCH v6 30/34] Import float-to-integer "
` [PATCH v6 31/34] Import float<->double "
` [PATCH v6 32/34] Import float<->__fp16 "
` [PATCH v6 33/34] Drop single-precision Thumb-1 soft-float functions
` [PATCH v6 34/34] Add -mpure-code support to the CM0 functions

[committed] hppa: Improve atomic store implementation on hppa-linux
 2021-12-27 18:06 UTC 

[committed] aarch64: Fix mismatched extern "C" block [PR100985]
 2021-12-27 16:27 UTC 

[2/2] PR96463 -- changes to type checking vec_perm_expr in middle end
 2021-12-27 10:25 UTC  (3+ messages)

[1/2] PR96463 - aarch64 specific changes
 2021-12-27 10:24 UTC  (3+ messages)

[PATCH] fixed testcase riscv/pr103302.c
 2021-12-27  4:05 UTC  (3+ messages)

[PATCH] Set __FLT_EVAL_METHOD__/__FLT_EVAL_METHOD_TS_18661_3__ to FLT_EVAL_METHOD_PROMOTE_TO_FLOAT when FLT_EVAL_METHOD_PROMOTE_TO_FLOAT16
 2021-12-27  1:48 UTC 

[PATCH v2] ix86: Don't use the 'm' constraint for x86_64_general_operand
 2021-12-26 17:02 UTC  (4+ messages)

[PATCH v3] i386: Check AX input in any_mul_highpart peepholes
 2021-12-26 13:11 UTC  (3+ messages)

[PATCH][Hashtable 6/6] PR 68303 small size optimization
 2021-12-25 21:39 UTC  (9+ messages)

[PATCH take #2] x86_64: Improve code expanded for highpart multiplications
 2021-12-25 17:39 UTC  (3+ messages)

[PATCH] Simplify integer output-related functions in libgfortran
 2021-12-25 13:43 UTC  (2+ messages)

[PATCH v8] rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2021-12-24 23:28 UTC 

[PATCH] i386: Require TARGET_64BIT for any_mul_highpart peephole
 2021-12-24 21:25 UTC  (3+ messages)

[PATCH v2 2/2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]
 2021-12-24 21:25 UTC 

[PATCH v2 1/2] diagnostics: Honor #pragma GCC diagnostic in the preprocessor [PR53431]
 2021-12-24 21:23 UTC 

[PATCH v2] i386: Check AX input in any_mul_highpart peepholes
 2021-12-24 21:22 UTC 

[r12-6113 Regression] FAIL: gfortran.dg/extract_recip_1.f -O scan-tree-dump-times optimized "rdiv_expr" 1 on Linux/x86_64
 2021-12-24 19:33 UTC 

[PATCH] i386: Add V2SFmode DIV insn pattern [PR95046, PR103797]
 2021-12-24 16:12 UTC 

Redesign Website 
 2021-12-24 11:19 UTC 

[pushed] Darwin: Check for that flag-reorder-and-partition
 2021-12-24 11:03 UTC  (3+ messages)

[pushed] Darwin: Update rules for handling alignment of globals
 2021-12-24 10:52 UTC 

[pushed] Darwin: Define OBJECT_FORMAT_MACHO
 2021-12-24 10:41 UTC 

[PATCH v4] tree-optimization/101186 - extend FRE with "equivalence map" for condition prediction
 2021-12-24 10:22 UTC 

[PATCH v4 00/12] Add LoongArch support
 2021-12-24  9:28 UTC  (13+ messages)
` [PATCH v4 01/12] LoongArch Port: Regenerate configure
` [PATCH v4 02/12] LoongArch Port: gcc build
` [PATCH v4 03/12] LoongArch Port: Regenerate gcc/configure
` [PATCH v4 04/12] LoongArch Port: Machine Decsription files
` [PATCH v4 05/12] LoongArch Port: Machine description C files and .h files
` [PATCH v4 06/12] LoongArch Port: Builtin functions
` [PATCH v4 07/12] LoongArch Port: Builtin macros
` [PATCH v4 08/12] LoongArch Port: libgcc
` [PATCH v4 09/12] LoongArch Port: Regenerate libgcc/configure
` [PATCH v4 10/12] LoongArch Port: libgomp
` [PATCH v4 11/12] LoongArch Port: gcc/testsuite
` [PATCH v4 12/12] LoongArch Port: Add doc

[PATCH] driver: Improve option diagnostics [PR103465]
 2021-12-23 23:22 UTC  (2+ messages)

[PATCH] enable -Winvalid-memory-order for C++ [PR99612]
 2021-12-23 23:20 UTC  (2+ messages)

[PATCH v2] tree-optimization/103759: Truncate unknown to sizetype on compare
 2021-12-23 22:57 UTC  (2+ messages)

[PATCH] smuldi3_highpart.c: Replace long with long long for -mx32
 2021-12-23 18:08 UTC 

[PATCH v7] rtl: builtins: (not just) rs6000: Add builtins for fegetround, feclearexcept and feraiseexcept [PR94193]
 2021-12-23 17:30 UTC  (4+ messages)

[PATCH] docs: replace http:// with https://
 2021-12-23 15:55 UTC  (3+ messages)

[PATCH] libsanitizer: Fix setbuffer() interceptor (accept size not mode)
 2021-12-23 12:07 UTC  (8+ messages)
  ` [PATCH v2] "

[PATCH take #3] PR target/103773: Fix wrong-code with -Oz from pop to memory
 2021-12-23  9:46 UTC  (2+ messages)

[PATCH V2] fixed testcase riscv/pr103302.c
 2021-12-23  9:08 UTC 

[PATCH] [i386] Add define_insn_and_split for vpcmp{b, w, d, q} vpcmp{ph, ps, pd}
 2021-12-23  5:41 UTC  (2+ messages)

[PATCH] i386: Enable intrinsics that convert float and bf16 data to each other
 2021-12-23  5:28 UTC  (2+ messages)

[PATCH] rs6000: Move the hunk affecting VSX/ALTIVEC ahead [PR103627]
 2021-12-23  2:12 UTC 

[PATCH] rs6000: Disable MMA if no P9 VECTOR support [PR103627]
 2021-12-23  2:09 UTC 

[PATCH] rs6000: Fix an assertion in update_target_cost_per_stmt [PR103702]
 2021-12-23  2:06 UTC 

[PATCH] c++: hard error w/ ptr+CST and incomplete type [PR103700]
 2021-12-22 17:44 UTC  (2+ messages)

[PATCH][GCC] arm: fix __arm_vld1q_z* and __arm_vst1q_p* intrinsics
 2021-12-22 16:21 UTC  (3+ messages)

[PATCH] Fix typo in type verification
 2021-12-22 16:06 UTC  (2+ messages)

[PATCH 2/2][GCC] arm: Declare MVE types internally via pragma
 2021-12-22 15:00 UTC  (11+ messages)
                ` [PATCH v3 "

[PATCH 1/2][GCC] arm: Move arm_simd_info array declaration into header
 2021-12-22 14:59 UTC  (5+ messages)

[PATCH] OpenMP: Ensure that offloaded variables are public
 2021-12-22 13:01 UTC  (10+ messages)
                ` [OG11][PATCH] "

[patch, Fortran] Make REAL(KIND=16) detection more robust
 2021-12-22 11:51 UTC  (5+ messages)

[PATCH] PR target/103773: Fix wrong-code with -Oz from pop to memory
 2021-12-22 11:27 UTC  (6+ messages)

[PATCH][pushed] docs: use ';' for function declarations
 2021-12-22 11:00 UTC 

[PATCH][GCC] aarch64: fix: ls64 tests fail on aarch64-linux-gnu_ilp32 [PR103729]
 2021-12-22 10:51 UTC 

[PATCH][pushed] docs: Unify instruct set name
 2021-12-22 10:21 UTC 

vxworks libstdc++ locale
 2021-12-22  9:21 UTC  (2+ messages)

[PATCH] x86: Shrink writing 0/-1 to memory using and/or with -Oz
 2021-12-22  8:02 UTC  (2+ messages)

[PATCH] c++: CTAD within alias template [PR91911]
 2021-12-22  5:22 UTC  (12+ messages)

[PATCH] [i386] Add option -mvect-compare-costs
 2021-12-22  3:24 UTC  (2+ messages)

[PATCH] PR target/32803: Add -Oz option for improved clang compatibility
 2021-12-22  3:21 UTC  (4+ messages)

[PATCH v3, rs6000] Implement mffscrni pattern
 2021-12-22  3:06 UTC  (3+ messages)

[PATCH] Fix [11/12 regression] error: 'fenv_t' has not been declared in '::' -- canadian compilation fails [PR100017]
 2021-12-22  2:51 UTC 

[PATCH] disable aggressive_loop_optimizations until niter ready
 2021-12-22  2:26 UTC 

[GCC-11][committed] libphobos: Add power*-*-freebsd* as supported target
 2021-12-21 16:20 UTC 

[committed] libphobos: Add power*-*-freebsd* as supported target
 2021-12-21 15:08 UTC 

[GCC-9, 10, 11][committed] libphobos: Fix definition of stat_t for MIPS64 (PR103604)
 2021-12-21 13:25 UTC 

[PATCH] PR fortran/103777 - ICE in gfc_simplify_maskl, at fortran/simplify.c:4918
 2021-12-21 12:38 UTC  (2+ messages)

[PATCH][AArch32]: correct usdot-product RTL patterns
 2021-12-21 12:31 UTC 

[AArch32]: correct dot-product RTL patterns
 2021-12-21 12:31 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).