public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH v6 00/34] libgcc: Thumb-1 Floating-Point Assembly for Cortex M0
 2021-12-27 19:05 UTC  (34+ 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

[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] Prune LTO warnings that some tests fail
 2021-12-27  0:19 UTC 

[PATCH] Emit correct types for CHARACTER(C_CHAR), VALUE
 2021-12-26 20:09 UTC 

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

[PATCH] Make integer output faster in libgfortran
 2021-12-26 16:15 UTC  (6+ 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 

Libbacktrace: Fix the use of newline in sed replacement
 2021-12-24 10:25 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] [i386]Fix tdpbf16ps testcase
 2021-12-24  8:51 UTC 

[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  (12+ 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 

[PATCH] Fix ICE in lsplit when built with -O3 -fno-guess-branch-probability [PR103793]
 2021-12-22  2:19 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 

[PATCH] libgomp, OpenMP, nvptx: Low-latency memory allocator
 2021-12-21 11:33 UTC  (2+ messages)
` [PATCH] nvptx: bump default to PTX 4.1

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

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

[PATCH, rs6000] Fix ICE on expand bcd<bcd_add_sub>_<code>_<mode> [PR100736]
 2021-12-21  8:19 UTC 

[gcc r12-6020] Fixed typo
 2021-12-21  8:13 UTC  (6+ messages)

[PATCH] [i386]Add missing BMI function to align with clang
 2021-12-21  7:25 UTC  (2+ messages)

[PATCH] elf: Add __libc_get_static_tls_bounds [BZ #16291]
 2021-12-21  6:08 UTC  (5+ messages)

[RFC] Don't move cold code out of loop by checking bb count
 2021-12-21  3:59 UTC  (17+ messages)
                ` [PATCH v7 2/2] "
                    ` [PATCH v8 "

[PATCH 0/3] Dependency patches for hoist LIM code to cold loop
 2021-12-21  3:57 UTC  (11+ messages)
` [PATCH 2/3] Fix incorrect loop exit edge probability [PR103270]
` [PATCH 3/3] Fix loop split incorrect count and probability

[PATCH] rs6000: Replace UNSPECS with ss_plus/us_plus and ss_minus/us_minus
 2021-12-21  3:54 UTC  (7+ messages)

[PATCH, rs6000] Implement mffscrni pattern
 2021-12-20 23:14 UTC  (2+ messages)

[PATCH v4] c-format: Add -Wformat-int-precision option [PR80060]
 2021-12-20 22:43 UTC  (2+ messages)

[PATCH] Register --sysroot in the driver switches table
 2021-12-20 21:28 UTC 

[PATCH] PR fortran/103778 - [10/11/12 Regression] ICE: Invalid expression in gfc_element_size
 2021-12-20 21:18 UTC 

[PATCH] PR fortran/103776 - ICE in gfc_compare_string, at fortran/arith.c:1118
 2021-12-20 21:07 UTC 

[PATCH 1/2] libphobos: fix CET for non-glibc targets
 2021-12-20 21:00 UTC  (4+ messages)

[PATCH] c-family: Have -Wformat-diag accept "decl-specifier" [PR103758]
 2021-12-20 20:53 UTC  (3+ messages)

[PATCH] ix86: Don't match the 'm' constraint on x86_64_general_operand
 2021-12-20 20:37 UTC  (4+ messages)

[PATCH] i386: Fix <sse2p4_1>_pinsr<ssemodesuffix> and its splitters [PR103772]
 2021-12-20 20:19 UTC 

[PATCH] [gfortran] Add support for allocate clause (OpenMP 5.0)
 2021-12-20 20:06 UTC  (4+ messages)

[PATCH] Use enclosing object size if it's smaller than member [PR 101475]
 2021-12-20 19:29 UTC  (2+ messages)

[PATCH] c++: Avoid narrowing in make_char_string_pack
 2021-12-20 19:20 UTC  (2+ messages)

[PATCH] c++: memfn lookup consistency in incomplete class context
 2021-12-20 19:17 UTC  (2+ messages)

[committed] d: Merge upstream dmd ad8412530, druntime fd9a4544, phobos 495e835c2
 2021-12-20 18:34 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).