public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH, GCC/ARM, Stage 1] Add missing TARGET_32BIT conditional to movsi
 2017-05-12 14:49 UTC  (3+ messages)

[gomp4] Handle parallel reductions explicitly initialized by the user
 2017-05-12 14:17 UTC 

libbacktrace patch: fix memory allocation buglet on DWARF line table with zero dirs
 2017-05-12 14:04 UTC 

[RFC][PATCH] Introduce -fdump*-folding
 2017-05-12 13:30 UTC  (11+ messages)
        ` [PATCH 1/N] Introduce dump_flags_t type and use it instead of int type
              ` [PATCH v2 01/N] Add default value for last argument of dump functions
              ` [PATCH v2 2/N] Introduce dump_flags_t type and use it instead of int, type
              ` [PATCH v2 3/N] Transform TDF_{lang,tree,ipa,rtl} to dump_kind enum

[PATCH] Add sequence check to leaf_function_p
 2017-05-12 13:30 UTC  (2+ messages)

Go patches committed: merge recent changes to gofrontend
 2017-05-12 12:57 UTC  (7+ messages)

[PATCH] Properly fold stmts in PRE
 2017-05-12 12:49 UTC 

[PATCH GCC][6/6]Avoid aggressive predcom for high register pressure cases
 2017-05-12 11:46 UTC 

[PATCH GCC][5/6]Record initialization statements and only insert it for valid chains
 2017-05-12 11:28 UTC 

[PATCH GCC][3/6]New file computing regional register pressure on TREE SSA
 2017-05-12 11:28 UTC 

[PATCH GCC][4/6]Simple patch skips single element component
 2017-05-12 11:28 UTC 

[PATCH GCC][2/6]Compute available register for each register classes
 2017-05-12 11:28 UTC 

[C++ PATCH, RFC] Implement new C++ intrinsics __is_assignable and __is_constructible
 2017-05-12 11:27 UTC  (3+ messages)

[PATCH GCC][1/6]Compute type mode and register pressure class mapping
 2017-05-12 11:27 UTC 

[PATCH] Fix PR80721
 2017-05-12 11:15 UTC  (2+ messages)

Avoid _Rb_tree_rotate_[left,right] symbols export
 2017-05-12 11:06 UTC  (2+ messages)

[PATCH GCC8][13/33]Rewrite cost computation of ivopts
 2017-05-12 11:03 UTC  (8+ messages)

Remove _Safe_container _IsCxx11AllocatorAware template parameter
 2017-05-12 10:40 UTC  (2+ messages)

Heads-Up: early LTO debug to land, breaking Mach-O / [X]COFF
 2017-05-12 10:38 UTC  (3+ messages)

[RFC PATCH, i386]: Enable post-reload compare elimination pass
 2017-05-12 10:33 UTC  (15+ messages)

[PATCH][X86] Add missing xgetbv xsetbv intrinsics
 2017-05-12 10:31 UTC 

[PATCH] Don't fold in save_expr (PR sanitizer/80536, PR sanitizer/80386)
 2017-05-12 10:26 UTC  (4+ messages)

[PATCH] Limit perf data buffer during profiling
 2017-05-12  9:50 UTC  (2+ messages)

[OpenACC] num_gangs, num_workers and vector_length in c++
 2017-05-12  9:38 UTC  (10+ messages)
            ` OpenACC C front end maintenance: c_parser_oacc_single_int_clause (was: [OpenACC] num_gangs, num_workers and vector_length in c++)
                ` OpenACC C front end maintenance: c_parser_oacc_single_int_clause

[RFC] S/390: Alignment peeling prolog generation
 2017-05-12  9:36 UTC  (20+ messages)
                ` [PATCH 1/5] Vect peeling cost model
                ` [PATCH 2/5] "
                ` [PATCH 3/5] "
                ` [PATCH 4/5] "
                  ` [PATCH 4/5 v2] "
                ` [PATCH 5/5] "

Mark oacc kernels fns
 2017-05-12  9:24 UTC  (17+ messages)
  ` [gomp4] kernels offload fns
    ` Test cases to check OpenACC offloaded function's attributes and classification
        ` Use "oacc kernels" attribute for OpenACC kernels (was: Mark oacc kernels fns)
          ` Use "oacc kernels" attribute for OpenACC kernels
              ` Use "oacc kernels parallelized" attribute for parallelized OpenACC kernels (was: Use "oacc kernels" attribute for OpenACC kernels)
                  ` Use "oacc kernels parallelized" attribute for parallelized OpenACC kernels

[PATCH] make RTL/TREE/IPA dump kind an index
 2017-05-12  9:24 UTC  (13+ messages)

[PATCH] Fix PR80713
 2017-05-12  9:12 UTC 

[PATCH] Make PRE/FRE elimination not do useless work
 2017-05-12  9:11 UTC  (3+ messages)

[patch, libfortran] Fix amount of memory allocation for matrix - vector calculation
 2017-05-12  8:49 UTC  (2+ messages)

[PATCH] Don't check for __secure_getenv
 2017-05-12  8:16 UTC  (6+ messages)
` [PATCH] Don't assume __secure_getenv is available

[PATCH] decl lang hooks
 2017-05-12  7:27 UTC  (7+ messages)

[PATCH] Externalize definition of create_tmp_reg_or_ssa_name
 2017-05-12  7:26 UTC  (2+ messages)

[RFA] Improve tree-ssa-uninit.c's predicate simplification
 2017-05-12  7:23 UTC  (4+ messages)

[PATCH] Fix PR79201 (half-way)
 2017-05-12  7:22 UTC  (8+ messages)

[gomp4] correct an implicit data clause bug
 2017-05-12  5:09 UTC 

[PATCH, ARM/AArch64] drop aarch32 support for falkor/qdf24xx
 2017-05-12  3:52 UTC 

[PATCH] warn on mem calls modifying objects of non-trivial types (PR 80560)
 2017-05-12  2:43 UTC  (7+ messages)

libgo patch committed: fix signal aliases
 2017-05-12  2:31 UTC 

libgo patch committed: Use opendir64 and closedir64 on AIX
 2017-05-12  1:09 UTC 

Go patch committed: Fix flag settings for implicit variable reference
 2017-05-12  0:22 UTC 

[PATCH, v4] Fix PR51513, switch statement with default case containing __builtin_unreachable leads to wild branch
 2017-05-11 23:53 UTC  (3+ messages)

[PATCH, rs6000] Fold vector logicals in GIMPLE
 2017-05-11 22:14 UTC  (4+ messages)

Go patches committed: merge recent changes to gofrontend
 2017-05-11 21:29 UTC  (2+ messages)

libgo patch committed: fix isSystemGoroutine
 2017-05-11 21:00 UTC 

[PATCH, rs6000] gcc mainline, add builtin support for vec_popcnt() and vec_slo()
 2017-05-11 20:49 UTC  (2+ messages)

Bump version namespace and remove _Rb_tree useless template parameter
 2017-05-11 20:42 UTC  (8+ messages)

[PATCH, rs6000] Fix PR80695 (vec_construct cost modeling issue)
 2017-05-11 20:01 UTC  (3+ messages)

Remove useless debug mode symbols
 2017-05-11 19:49 UTC 

[PATCH, rs6000] Fold vector divides in GIMPLE
 2017-05-11 19:36 UTC  (2+ messages)

[PATCH, rs6000] Add x86 instrinsic headers to GCC PPC64LE taget
 2017-05-11 19:27 UTC  (7+ messages)

[C++ PATCH] pushdecl and friends
 2017-05-11 19:22 UTC  (5+ messages)

[PATCH, rs6000] Fold vector multiplies in GIMPLE
 2017-05-11 19:15 UTC  (2+ messages)

Fix for PR79987
 2017-05-11 18:41 UTC  (5+ messages)

[PATCH, i386]: Fix PR 80706, prevent unwanted peephole2 matching
 2017-05-11 18:28 UTC 

[PATCH] Kill -fdump-translation-unit
 2017-05-11 17:50 UTC  (6+ messages)

[PATCH] Move target independent code to support target_clones attributes from i386 to common code
 2017-05-11 17:33 UTC  (2+ messages)

[PATCH, Fortran] PR78659 Spurious "requires DTIO" reported against namelist statement
 2017-05-11 17:23 UTC  (3+ messages)
` PATCH ATTACHED "

[C++ PATCH] Revert pushdecl_top_level_and_finish name change
 2017-05-11 15:49 UTC 

[PATCH, GCC/testsuite/ARM] Add MOVT testing for ARMv8-M Baseline
 2017-05-11 15:21 UTC 

[PATCH] Tree-level fix for PR 69526
 2017-05-11 15:08 UTC  (16+ messages)

[C++ PATCH] fix timer thinko
 2017-05-11 15:06 UTC  (3+ messages)

documentation (mt_allocator): non-working link to example program
 2017-05-11 15:03 UTC 

[PATCH GCC8][01/33]Handle TRUNCATE between tieable modes in rtx_cost
 2017-05-11 15:02 UTC  (7+ messages)

[testsuite, committed, PR65941] Add and use effective target rdrand
 2017-05-11 14:50 UTC  (2+ messages)

[C++ PATCH] xref lambda types
 2017-05-11 14:44 UTC 

[PATCH] fix -da
 2017-05-11 14:42 UTC 

[PATCH] PR libstdc++/80285 optimize std::make_shared for -fno-rtti
 2017-05-11 14:25 UTC 

[PATCH] Fix PR80705
 2017-05-11 14:07 UTC 

[PATCH, GCC/ARM] Only test tls-disable-literal-pool.c if target supports native TLS
 2017-05-11 14:02 UTC 

[PATCH] make RTL/TREE/IPA dump kind an index
 2017-05-11 13:49 UTC 

[PATCH][X86] Add missing intrinsics for VRSQRT14
 2017-05-11 13:10 UTC  (4+ messages)

OpenACC 2.5 kernels construct: num_gangs, num_workers, vector_length clauses
 2017-05-11 12:28 UTC 

Runtime checking of OpenACC parallelism dimensions clauses
 2017-05-11 12:27 UTC 

[PATCH 0/3] Extend -falign-FOO=N to N[,M[,N2[,M2]]] version 8
 2017-05-11 12:24 UTC  (4+ messages)
` [PATCH 1/3] Remove support for obsolete x86 -malign-foo options

[C++ PATCH] namespace bindings and pushdecl_top_level
 2017-05-11 12:14 UTC 

[C++ PATCH] Local bindings
 2017-05-11 11:15 UTC 

[PATCH GCC8][32/33]Save niter check for vect peeling if loop versioning is required
 2017-05-11 11:08 UTC  (2+ messages)

[PATCH GCC8][31/33]Set range information for niter bound of vectorized loop
 2017-05-11 11:06 UTC  (2+ messages)

[PATCH GCC8][30/33]Fold more type conversion into binary arithmetic operations
 2017-05-11 11:02 UTC  (2+ messages)

[PATCH GCC8][29/33]New register pressure estimation
 2017-05-11 10:54 UTC  (3+ messages)

[PATCH][AArch64] Add combine pattern for storing lane zero of a vecto
 2017-05-11 10:39 UTC  (2+ messages)

[PATCH][AArch64] Use SUBS for parallel subtraction and comparison with immediate
 2017-05-11 10:15 UTC  (2+ messages)

[PATCH][AArch64] Add HF vector modes to lane-to-lane INS pattern
 2017-05-11 10:15 UTC  (2+ messages)

[PATCH][AArch64] Peephole for SUBS
 2017-05-11 10:14 UTC  (2+ messages)

[C++ PATCH] add_method, clone_function_decl
 2017-05-11  9:24 UTC  (2+ messages)

[PATCH 00/13] misc data structure stuff
 2017-05-11  9:04 UTC  (10+ messages)
` [PATCH 05/13] allow constructing a auto_vec with a preallocation, and a possibly larger actual allocation size
` [PATCH 02/13] improve bitmap / sbitmap compatability of bitmap_set_bit

[PATCH] Output DIEs for outlined OpenMP functions in correct lexical scope
 2017-05-11  7:45 UTC  (5+ messages)

[PATCH][AArch64] vec_pack_trunc_<mode> should split after register allocator
 2017-05-11  5:43 UTC  (2+ messages)
` [PING] [PATCH] [AArch64] "

[PATCH][AArch64] Implement ALU_BRANCH fusion
 2017-05-11  4:57 UTC  (9+ messages)
      ` [PING][PATCH][AArch64] "
                ` [PING] [PATCH] [AArch64] "

[PATCH] [AArch64] PR target/71663 Improve Vector Initializtion
 2017-05-11  4:56 UTC  (5+ messages)
      ` [PING] "

[PATCH][AArch64] Add neon_pairwise_add & neon_pairwise_add_q types
 2017-05-11  4:54 UTC  (6+ messages)
      ` [PING}[PATCH][AArch64] "
        ` [PING2] [PATCH][AArch64] "

[PATCH][AArch64] Add crypto_pmull attribute
 2017-05-11  4:52 UTC  (5+ messages)
    ` [PING][PATCH][AArch64] "
      ` [PING2][PATCH][AArch64] "

[PATCH][AArch64] Add addr_type attribute
 2017-05-11  4:51 UTC  (6+ messages)
` [PING][PATCH][AArch64] "
  ` [PING2][PATCH][AArch64] "

[PATCH] [AArch64] Implement automod load and store for Thunderx2t99
 2017-05-11  4:51 UTC  (3+ messages)
` [PING][PATCH] "
  ` [PING2][PATCH] "

[PATCH] Move the check for any_condjump_p from sched-deps to target macros
 2017-05-11  4:47 UTC  (6+ messages)
` [PING][PATCH] "

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