public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[patch,openacc] use firstprivate pointers for subarrays in c and c++
 2016-06-01 17:52 UTC  (9+ messages)

[PATCH 1/2] Fix warnings reported with -Wreturn-type after patching PR c/48116
 2016-06-01 17:03 UTC  (5+ messages)
` [PATCH] Warn about return with a void expression with -Wreturn-type

Allow embedded timestamps by C/C++ macros to be set externally (3)
 2016-06-01 16:59 UTC  (13+ messages)

[PATCH, testsuite/ARM] Enable atomic tests in gcc.dg for -march=armv8-a bare metal
 2016-06-01 16:56 UTC  (2+ messages)

[PATCH] x86 interrupt attribute patch [1/2]
 2016-06-01 16:43 UTC  (6+ messages)

[patch, fortran] PR52393 I/O: "READ format" statement with parenthesized default-char-expr
 2016-06-01 16:28 UTC  (3+ messages)

[PATCH] integer overflow checking builtins in constant expressions
 2016-06-01 16:13 UTC  (7+ messages)

Update rest of places where we can use likely upper bounds
 2016-06-01 15:28 UTC 

[PR middle-end/71373] Handle more OMP_CLAUSE_* in nested function decomposition
 2016-06-01 15:12 UTC  (2+ messages)

[patch] Fix segfault in vectorizer
 2016-06-01 14:53 UTC  (9+ messages)

[ARM] Enable __fp16 as a function parameter and return type
 2016-06-01 14:43 UTC  (3+ messages)

[committed] Fix ICE with OpenMP taskloop (PR middle-end/71371)
 2016-06-01 14:37 UTC 

[PATCH] c++/60760 - arithmetic on null pointers should not be allowed in constant expressions
 2016-06-01 14:36 UTC  (3+ messages)

Do not imply -fweb with -fpeel-loops
 2016-06-01 14:31 UTC  (6+ messages)

[Patch, fortran] PR71156 - PURE interface/definition inconsistency: accepts invalid, rejects valid
 2016-06-01 14:31 UTC  (3+ messages)

[PATCH] x86 interrupt attribute patch [2/2]
 2016-06-01 14:20 UTC  (5+ messages)

[PATCH, i386]: Fix PR67310, gcc fails to compile with -march=native on VIA nano CPU
 2016-06-01 13:57 UTC 

[PATCH] Fix PR71366
 2016-06-01 13:47 UTC 

[PTX] weak references
 2016-06-01 13:44 UTC 

[PATCH, OpenACC] Make reduction arguments addressable
 2016-06-01 13:39 UTC  (6+ messages)

move increase_alignment from simple to regular ipa pass
 2016-06-01 13:07 UTC  (2+ messages)

[PATCH][RFC] Remove ifcvt_repair_bool_pattern, re-do bool patterns
 2016-06-01 13:03 UTC  (4+ messages)

Remove word_mode hack for split bitfields
 2016-06-01 12:41 UTC  (3+ messages)

[PATCH] Allow !$omp directives anywhere in the specification part
 2016-06-01 12:28 UTC 

Make loop unroller to use likely upper bounds
 2016-06-01 12:00 UTC 

Remove the unused OMP_CLAUSE_DEVICE_RESIDENT
 2016-06-01 11:56 UTC  (3+ messages)

[PATCH] Update documentation for ARM architecture
 2016-06-01 11:25 UTC  (3+ messages)

RFC [1/2] divmod transform
 2016-06-01 11:09 UTC  (16+ messages)

[PR66726] Fix regression caused by Factor conversion out of COND_EXPR
 2016-06-01 10:46 UTC 

]PATCH][RFC] Initial patch for better performance of 64-bit math instructions in 32-bit mode on x86-64
 2016-06-01 10:40 UTC  (5+ messages)

Remove match.pd pattern dups in favor of using :c
 2016-06-01 10:39 UTC  (3+ messages)

[Patch] Disable text mode translation in ada for Cygwin
 2016-06-01 10:28 UTC  (4+ messages)

[PATCH][ARM] Use proper output modifier for DImode register in store exclusive patterns
 2016-06-01 10:27 UTC  (8+ messages)

[PATCH] Support for SPARC M7 and VIS 4.0
 2016-06-01  9:55 UTC  (3+ messages)

[PATCH][2/3] Vectorize inductions that are live after the loop
 2016-06-01  9:51 UTC  (6+ messages)

Moving backwards/FSM threader into its own pass
 2016-06-01  9:46 UTC  (5+ messages)

[PATCH][ARM] Tie operand 1 to operand 0 in AESMC pattern when fusing AES/AESMC
 2016-06-01  9:03 UTC  (3+ messages)

[PATCH, libgcc/ARM 1/6] Fix Thumb-1 only == ARMv6-M & Thumb-2 only == ARMv7-M assumptions
 2016-06-01  9:01 UTC  (2+ messages)

[PATCH 2/3][AArch64] Emit square root using the Newton series
 2016-06-01  9:00 UTC  (4+ messages)

[PATCH 1/3][AArch64] Add more choices for the reciprocal square root approximation
 2016-06-01  8:36 UTC  (4+ messages)

[PATCH] Fix 416.gamess miscompare (PR71311)
 2016-06-01  7:37 UTC  (3+ messages)

[PATCH] Fix PR ada/71358
 2016-06-01  7:20 UTC  (2+ messages)

[PATCH] Make cp_fold more consistent in its output caching
 2016-06-01  2:16 UTC  (2+ messages)

Thoughts on memcmp expansion (PR43052)
 2016-05-31 23:50 UTC  (17+ messages)

[PATCH 1/4] PR c++/62314: add fixit hint for missing "template <> " in explicit specialization
 2016-05-31 23:37 UTC  (3+ messages)
` [PATCH 4/4] C: add fixit hint to misspelled field names

Record likely upper bounds for loops
 2016-05-31 22:44 UTC  (2+ messages)

C++ PATCH for c++/60095, partial specialization of variable template
 2016-05-31 22:03 UTC 

[PATCH] Fix missing/wrong function declaration in s-osinte-rtems.ads (ada/71317)
 2016-05-31 21:44 UTC  (2+ messages)

[PATCH 3/3][AArch64] Emit division using the Newton series
 2016-05-31 21:31 UTC  (5+ messages)

[gomp4.5] Add support for target {enter,exit} data translation, some map clause diagnostics
 2016-05-31 21:30 UTC 

[gotools, libcc1] Update copyright dates
 2016-05-31 21:23 UTC  (2+ messages)

[C++ Patch] PR 70972 ("[6/7 Regression] Inheriting constructors taking parameters by value should move them, not copy")
 2016-05-31 21:04 UTC  (4+ messages)

[PATCH] c++/67376 Comparison with pointer to past-the-end, of array fails inside constant expression
 2016-05-31 20:48 UTC  (21+ messages)

[AArch64][3/4] Don't generate redundant checks when there is no composite arg
 2016-05-31 19:20 UTC  (2+ messages)

[PCH] Add GTY marker
 2016-05-31 18:58 UTC 

[SH][committed] Use default ASM_OUTPUT_SYMBOL_REF
 2016-05-31 18:41 UTC 

[SH][committeð] Remove SH5 target regs leftovers
 2016-05-31 18:17 UTC 

C/C++ OpenACC routine directive, undeclared name error: try to help the user, once
 2016-05-31 17:46 UTC  (3+ messages)

C++ PATCH for c++/71227 (error specializing friend)
 2016-05-31 17:38 UTC 

[SH][committed] Simplify DImode add, sub, neg patterns
 2016-05-31 17:18 UTC 

[PATCH AArch64]Support missing vcond pattern by adding/using vec_cmp/vcond_mask patterns
 2016-05-31 17:07 UTC  (2+ messages)

[RX] Add support for atomic operations
 2016-05-31 16:59 UTC  (5+ messages)

[PATCH v4] gcov: Runtime configurable destination output
 2016-05-31 16:00 UTC  (3+ messages)

Further refinement to -Wswitch-unreachable
 2016-05-31 15:50 UTC  (4+ messages)

[PATCH][RFC][rtlanal] Fix rtl-optimization/71295
 2016-05-31 15:45 UTC 

[PATCH] Fix PR c++/27100
 2016-05-31 15:32 UTC  (3+ messages)

[PATCH] c++/71306 - bogus -Wplacement-new with an array element
 2016-05-31 15:25 UTC  (4+ messages)

[C++ Patch] PR 71248
 2016-05-31 15:08 UTC  (2+ messages)

[Patch, ARM] PR71061, length pop* pattern in epilogue correctly
 2016-05-31 15:06 UTC  (3+ messages)

[PATCH] Improve *avx_vperm_broadcast_*
 2016-05-31 15:00 UTC  (3+ messages)

[committed] FIx up lastprivate handling in doacross loops
 2016-05-31 14:42 UTC 

[wwwdocs] Remove broken link to old Intel handook in projects/tree-ssa
 2016-05-31 14:26 UTC  (2+ messages)

C PATCH for comptypes handling of TYPE_REF_CAN_ALIAS_ALL
 2016-05-31 14:25 UTC  (3+ messages)

[PATCH] Fix PR71352
 2016-05-31 13:55 UTC 

[PATCH][i386] Add -march=native support for VIA nano CPUs
 2016-05-31 13:54 UTC  (4+ messages)

Do not imply -frename-registers by -fpeel-loops
 2016-05-31 13:17 UTC  (2+ messages)

[PATCH] AARCH64: Remove spurious attribute __unused__ from NEON intrinsic
 2016-05-31 12:55 UTC  (5+ messages)

[PATCH, ARM] Do not set ARM_ARCH_ISA_THUMB for armv5
 2016-05-31 12:14 UTC  (4+ messages)

[PATCH][AArch64] Use aarch64_fusion_enabled_p to check for insn fusion capabilities
 2016-05-31 11:42 UTC  (3+ messages)

[PATCH][AArch64] Remove aarch64_simd_attr_length_move
 2016-05-31 11:38 UTC  (2+ messages)

[PATCH][AArch64] Enable -frename-registers at -O2 and higher
 2016-05-31 11:24 UTC  (2+ messages)

[PATCH] Fix PR tree-optimization/71314
 2016-05-31 10:32 UTC  (2+ messages)

[PATCH] Fix PR tree-optimization/71077
 2016-05-31 10:28 UTC  (2+ messages)

[PATCH][wwwdocs] Improve arm and aarch64-related info in readings.html
 2016-05-31 10:10 UTC  (3+ messages)

[wwwdocs] Document GCC 6 Solaris changes
 2016-05-31 10:03 UTC  (5+ messages)

[PATCH] Remove old diagnostic macros
 2016-05-31  9:58 UTC 

[PATCH] gcc/config/tilegx/tilegx.c (tilegx_function_profiler): Save r10 to stack before call mcount
 2016-05-31  9:51 UTC  (5+ messages)

[committed] Fix some OpenMP 4.5 issues (PR c++/71349)
 2016-05-31  9:46 UTC 

[v3 PATCH] Protect allocator-overloads of tuple-from-tuple constructors from cases that would create dangling references
 2016-05-31  9:28 UTC  (3+ messages)

[patch] config.gcc FreeBSD ARM
 2016-05-31  9:26 UTC  (2+ messages)

Enable loop peeling at -O3
 2016-05-31  8:03 UTC  (9+ messages)

[PATCH, i386]: Use "lock orl $0, -4(%esp)" in mfence_nosse
 2016-05-30 23:20 UTC 

[C++ Patch] PR 71238 ("Undeclared function message imprecisely points to error column")
 2016-05-30 22:34 UTC  (4+ messages)

[gomp4.5] Doacross fixes for Fortran non-simple loops
 2016-05-30 20:43 UTC 

[PATCH, rs6000] Add builtin-support for new Power9 vslv and vsrv (vector shift left and right variable) instructions
 2016-05-30 20:01 UTC  (2+ messages)

[PATCH 0/3] IVOPTS: support profiling
 2016-05-30 19:51 UTC  (7+ messages)
` [PATCH 2/3] Add profiling support for IVOPTS

[PATCH] match.pd: optimize unsigned mul overflow check
 2016-05-30 19:37 UTC  (8+ messages)

[PATCH, testsuite]: Fix clear_non_sret_int_hardware_registers define in gcc.target/i386/iamcu/args.h
 2016-05-30 19:08 UTC 

[C++ Patch] PR 71109 ("Misleading diagnostic message with 'virtual' used in out-of-line definitions of class template member functions")
 2016-05-30 16:59 UTC  (2+ messages)

[PATCH, i386, AVX-512] Fix PR target/71346
 2016-05-30 16:50 UTC  (2+ messages)

[PATCH, PR69068] Handle 3-arg phi in copy_bb_and_scalar_dependences
 2016-05-30 16:45 UTC  (6+ messages)

[SPARC] Support for --with-{cpu,tune}-{32,64} in sparc*-* targets
 2016-05-30 15:12 UTC  (6+ messages)

Fix profile updating in loop peeling
 2016-05-30 14:39 UTC 

[PATCH 0/2] [ARC] Refurbish backend options
 2016-05-30 14:21 UTC  (3+ messages)
` [PATCH 1/2] [ARC] New option handling, refurbish multilib support
` [PATCH 2/2] [ARC] Update target specific tests

[build] Handle gas/gld --compress-debug-sections=type
 2016-05-30 14:00 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).