public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH] Add a character size parameter to c_strlen/get_range_strlen
 2018-08-15  5:12 UTC  (3+ messages)

[PATCH] Make strlen range computations more conservative
 2018-08-15  4:39 UTC  (17+ messages)

[PATCH][x86] Match movss and movsd "blend" instructions
 2018-08-15  4:34 UTC  (6+ messages)

[PATCH][Middle-end]patch for fixing PR 86519
 2018-08-15  4:25 UTC  (2+ messages)

[PATCH] Fix merging of 2 predictors (PR tree-optimization/86925)
 2018-08-15  4:20 UTC  (2+ messages)

fix reassoc cut&pasto
 2018-08-15  4:15 UTC  (2+ messages)

[PATCH] lra: fix FPE when dumping
 2018-08-15  4:12 UTC  (3+ messages)

[PATCH] avoid MEM_REF when looking for poor-man's flexible arrays (PR 86914)
 2018-08-15  4:03 UTC  (2+ messages)

[RFC PATCH, i386]: Deprecate -mmitigate-rop
 2018-08-15  3:56 UTC  (2+ messages)

[PATCH] convert braced initializers to strings (PR 71625)
 2018-08-15  2:34 UTC  (15+ messages)

VRP: rewrite the division code (to handle corner cases including 0)
 2018-08-15  1:33 UTC 

C++ PATCH for c++/65043, missing narrowing warning with bool
 2018-08-14 23:30 UTC 

[PATCH, rs6000] Fix PR86731 vec_sl()
 2018-08-14 23:18 UTC 

[PATCH] [C] Warn when calculating abs(unsigned_value)
 2018-08-14 21:05 UTC  (2+ messages)

[PATCH] Fix PR19315
 2018-08-14 20:59 UTC  (2+ messages)

[PATCH] Deprecate std::get_temporary_buffer
 2018-08-14 20:58 UTC  (2+ messages)

[C++ Patch] Tweak check_previous_goto_1 to emit hard errors instead of permerrors in some cases
 2018-08-14 20:54 UTC  (3+ messages)

[PATCH] Use getentropy() for seeding PRNG
 2018-08-14 20:29 UTC  (10+ messages)

[PATCH] PR libstdc++/86954 use non-placement operator delete
 2018-08-14 20:19 UTC 

[PATCH] Fix P81033 for FDEs in partitioned code
 2018-08-14 20:18 UTC  (2+ messages)

[PATCH, Darwin] Remove unnecessary target hook
 2018-08-14 20:16 UTC  (2+ messages)

[PATCH, Darwin, Obvious] Fix PR81685, by adding DWARF 5 section names
 2018-08-14 20:08 UTC  (2+ messages)

Improve safe iterator move semantic
 2018-08-14 19:50 UTC  (5+ messages)

[PATCH] Backport of RISC-V support for libffi go closures
 2018-08-14 19:33 UTC  (2+ messages)

[Patch, Fortran] PR 86116: Ambiguous generic interface not recognised
 2018-08-14 19:13 UTC  (4+ messages)

[RFC][PATCH][mid-end] Optimize immediate choice in comparisons
 2018-08-14 17:01 UTC  (6+ messages)

[PATCH] Use more DECL_BUILT_IN_P macro
 2018-08-14 16:03 UTC  (2+ messages)

[PATCH] Fix build with ISL 0.20
 2018-08-14 15:16 UTC  (2+ messages)

[aarch64}: added variable issue rate feature for falkor
 2018-08-14 14:50 UTC  (10+ messages)

[PATCH] S/390: Remove UNSPEC_LTREL_BASE
 2018-08-14 14:21 UTC 

[PATCH] Simplify overflow checks in duration literals
 2018-08-14 14:11 UTC  (3+ messages)

[PATCH] PR libstdc++/86846 Alternative to pointer-width atomics
 2018-08-14 13:13 UTC 

[PATCH] [v4][aarch64] Avoid tag collisions for loads falkor
 2018-08-14 12:56 UTC  (2+ messages)
` [PING 4][PATCH] "

[PATCH][GCC][AArch64] Limit movmem copies to TImode copies
 2018-08-14 12:34 UTC  (4+ messages)

[PATCH] PR libstdc++/85343 overload __throw_ios_failure to take errno
 2018-08-14 12:10 UTC 

[PATCH] libstdc++-v3: Have aligned_alloc() on Newlib
 2018-08-14 11:32 UTC  (9+ messages)

[PATCH] Rope iterators: don't retain pointers when copied
 2018-08-14 11:24 UTC  (2+ messages)

[PATCH] Fix wrong code with truncated string literals (PR 86711/86714)
 2018-08-14 10:29 UTC  (4+ messages)
` [PING] "

Two fixes for pretty-print.c for mingw-w64
 2018-08-14  9:49 UTC  (3+ messages)

[arm-8-branch] Add Linaro version string and macros
 2018-08-14  9:23 UTC  (7+ messages)

[PATCH 0/3] Improvements to switch expansion code
 2018-08-14  9:04 UTC  (4+ messages)
` [PATCH 3/3] Improve switch code emission for a balanced tree (PR tree-optimization/86847)
` [PATCH 2/3] Fix probability for bit-tests
` [PATCH 1/3] Fix probabilities for jump table (PR tree-optimization/86702)

[libgomp, testsuite] Support parallel testing in libgomp (PR libgomp/66005)
 2018-08-14  8:37 UTC  (4+ messages)

[PATCH] S/390: Remove literal pool chunkification loop
 2018-08-14  7:42 UTC 

Fix even more merging PIC and PIE options
 2018-08-14  7:17 UTC  (2+ messages)

[PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation
 2018-08-14  6:26 UTC  (2+ messages)
` [PATCH] Handle TARGET_SPLIT_COMPLEX_ARG in default VA_ARG_EXPR implementation (ping)

[PATCH] warn for strlen of arrays with missing nul (PR 86552)
 2018-08-14  3:21 UTC  (9+ messages)
` PING "
  ` [PATCH 0/6] improve handling of char arrays with missing nul (PR 86552, 86711, 86714)
    ` [PATCH 1/6] prevent folding of unterminated const arrays in memchr calls (PR "
    ` [PATCH 3/6] detect unterminated const arrays in strcpy calls (PR 86552)
    ` [PATCH 4/6] detect unterminated const arrays in sprintf "
    ` [PATCH 6/6] detect unterminated const arrays in strnlen "
    ` [PATCH 5/6] detect unterminated const arrays in stpcpy "
    ` [PATCH 2/6] detect unterminated const arrays in strlen "

C++ PATCH for c++/57891, narrowing conversions in non-type template arguments
 2018-08-14  0:59 UTC  (16+ messages)

[PATCH] Make function clone name numbering independent
 2018-08-13 23:58 UTC  (12+ messages)
                    ` [PING][PATCH] "

[PATCH, OpenACC] Add support for gang local storage allocation in shared memory
 2018-08-13 20:42 UTC  (4+ messages)

[Patch, Fortran] PR 86935: Bad locus in ASSOCIATE statement
 2018-08-13 19:45 UTC 

[PATCH] rs6000: Fix pr56605.c
 2018-08-13 19:22 UTC 

[PATCH] Minor optimisations in operator new(size_t, align_val_t)
 2018-08-13 19:00 UTC 

[PATCH] PR libstdc++/45093 avoid warnings for _M_destroy_node
 2018-08-13 19:00 UTC 

[PATCH] Add <bit> and <version> to freestanding headers
 2018-08-13 18:57 UTC 

C++ PATCH for c++/86499, non-local lambda with a capture-default
 2018-08-13 18:50 UTC 

[PATCH][debug] Add debug and earlydebug dumps
 2018-08-13 18:25 UTC 

C++ PATCH to implement C++20 P0806R2, Deprecate implicit capture of this via [=]
 2018-08-13 15:55 UTC  (3+ messages)

[PATCH,nvptx] Use CUDA driver API to select default runtime launch, geometry
 2018-08-13 15:48 UTC  (11+ messages)

[PATCH] Show valid options for -march and -mtune in --help=target for arm32 (PR driver/83193)
 2018-08-13 13:35 UTC  (23+ messages)
                ` [PATCH] Prototype of hook for possible list of option values
                                  ` [PATCH] Come up with TARGET_GET_VALID_OPTION_VALUES option hook (PR driver/83193)

[PATCH] Remove AIX 4.x, 5.x configuration
 2018-08-13 13:32 UTC 

[RFC PATCH 0/6] some vxworks/powerpc patches
 2018-08-13 12:53 UTC  (8+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 4/4] vxworks: don't define vxworks_asm_out_constructor when using .init_array
  ` [PATCH v2 3/4] vxworks: enable use of .init_array/.fini_array for cdtors

[PATCH] Add test for memcpy expansion with hint
 2018-08-13 12:27 UTC 

[PATCH] S/390: Factor out constant pool ref decomposition
 2018-08-13 11:34 UTC  (2+ messages)

[PATCH][GCC][Arm] Fix subreg crash in different way by enabling the FP16 pattern unconditionally
 2018-08-13  9:31 UTC  (8+ messages)

libgo: fix spurious test failure in libgo/runtime/pprof
 2018-08-13  7:44 UTC  (3+ messages)

C++ PATCH for c++/86915, ICE with auto[]
 2018-08-13  6:28 UTC  (2+ messages)

[[Patch, fortran] PR86863 - [OOP][F2008] type-bound module procedure name not recognized
 2018-08-12 15:30 UTC 

[committed] hppa: Revise atomic support to use sync barrier
 2018-08-11 22:17 UTC 

[RFC] [PATCH][C][ADA] use function descriptors instead of trampolines in C
 2018-08-11 16:41 UTC 

[PATCH] Fix thinko in insert_reciprocals (PR tree-optimization/86835)
 2018-08-11 11:11 UTC  (3+ messages)
` Patch ping: "

C++ PATCH for c++/86728, stdarg generic lambda
 2018-08-11 10:46 UTC 

[Patch][GCC] Document and fix -r (partial linking)
 2018-08-11  9:05 UTC  (4+ messages)

[PATCH 0/4] PR85645
 2018-08-10 22:15 UTC  (7+ messages)
` [PATCH 1/4] regcprop: Avoid REG_CFA_REGISTER notes (PR85645)

[PATCH] Unconditionally use MAX_EXPR/MIN_EXPR for MAX/MIN intrinsics
 2018-08-10 20:47 UTC 

[PATCH] rs6000: Fix vector homogeneous aggregates (PR86197)
 2018-08-10 20:46 UTC  (3+ messages)

[PATCH] PR libstdc++/68210 adjust operator new and delete for LWG 206
 2018-08-10 20:20 UTC 

[PATCH], Improve PowerPC switch behavior on medium code model system
 2018-08-10 16:04 UTC  (2+ messages)

[PATCH][AARCH64] inline strlen for 8-bytes aligned strings
 2018-08-10 15:22 UTC  (2+ messages)

[PATCH][AARCH64] inline strlen for 8-bytes aligned strings
 2018-08-10 14:16 UTC  (3+ messages)

[RFC][PATCH] PR preprocessor/83173: Additional check before decrementing highest_location
 2018-08-10 14:04 UTC  (7+ messages)
    ` [RFC][PATCH v2] "

[RFC,PATCH] Introduce -msdata=explicit for powerpc
 2018-08-10 14:02 UTC  (6+ messages)

[PATCH][OBVIOUS] Remove extra line in MAINTAINERS
 2018-08-10 11:37 UTC  (5+ messages)

[PATCH] Remove not needed __builtin_expect due to malloc predictor
 2018-08-10 11:04 UTC  (2+ messages)

[PATCH] i386: do not use SImode mul-highpart on 64-bit
 2018-08-10  5:53 UTC  (2+ messages)

[PATCH] Define aliases for containers using polymorphic_allocator
 2018-08-09 23:20 UTC 

[Patch] Do not call the linker if we are creating precompiled header files
 2018-08-09 22:34 UTC  (6+ messages)

[PATCH 5/5] Formatted printing for dump_* in the middle-end
 2018-08-09 22:11 UTC  (3+ messages)
` [PATCH] v2: "

[PATCH] Fix the damage done by my other patch from yesterday to strlenopt-49.c
 2018-08-09 22:08 UTC  (9+ messages)
  ` [PATCH] Handle overlength strings in the C FE

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).