public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 00/21] PR 63854: Fix various memory leaks
 2014-11-19 17:14 UTC  (39+ messages)
` [PATCH 12/21] PR jit/63854: Add a valgrind suppresion file
` [PATCH 01/21] PR jit/63854: Fix memory leak within gcc_options
` [PATCH 15/21] PR jit/63854: lra.c: Fix leak of point_freq_vec's buffer when calling lra_inheritance
` [PATCH 03/21] PR jit/63854: Fix memory leaks within context/pass_manager/dump_manager
` [PATCH 19/21] PR jit/63854: Fix leak of ipa hooks
` [PATCH 02/21] PR jit/63854: Fix memory leak of reginfo.c: valid_mode_changes_obstack
` [PATCH 08/21] PR jit/63854: Add ira_costs_c_finalize
` [PATCH 21/21] PR jit/63854: Fix leaks in test-fuzzer.c
` [PATCH 13/21] PR jit/63854: Add support for running "make check-jit" under valgrind
` [PATCH 20/21] PR jit/63854: Fix leak in ipa-icf.c
` [PATCH 18/21] PR jit/63854: Add "long-term" allocator to gcc::context
` [PATCH 06/21] PR jit/63854: Fix leak of opts_obstack
` [PATCH 16/21] PR jit/63854: Add all_late_ipa_passes to GCC_PASS_LISTS
` [PATCH 17/21] PR jit/63854: Fix leaking vec in jit
` [PATCH 05/21] PR jit/63854: Fix memory leak of save_decoded_options
` [PATCH 14/21] PR jit/63854: Fix leak of paths within jump threading
` [PATCH 09/21] PR jit/63854: Don't leak producer_string in dwarf2out.c
` [PATCH 04/21] PR jit/63854: Fix memory leak within bb-reorder.c
` [PATCH 10/21] PR jit/63854: Fix leak of worklist within jit-recording.c
` [PATCH 07/21] PR jit/63854: Fix leak of optimization_summary_obstack
` [PATCH 11/21] PR jit/63854: Fix leak of "avail" within tree-ssa-pre.c

[PATCH][AArch64] Add bounds checking to vqdm*_lane intrinsics via a qualifier that also flips endianness
 2014-11-19 17:06 UTC  (9+ messages)

[PATCH][AARCH64]Fix PR63424 by adding <su><maxmin>v2di3 pattern
 2014-11-19 16:51 UTC  (6+ messages)
` [PING][PATCH][AARCH64]Fix "

[patch] Warn on undefined loop exit
 2014-11-19 16:48 UTC  (5+ messages)

[PATCH] rs6000: Fix signed integer overflows
 2014-11-19 16:42 UTC  (6+ messages)

[COMMITTED 0/3] Allow front end use of the static chain
 2014-11-19 16:39 UTC  (5+ messages)
` [COMMITTED 1/3] Make TARGET_STATIC_CHAIN allow a function type
` [COMMITTED 2/3] Allow the front-end to create calls with a static chain
` [COMMITTED 3/3] Allow the static chain to be set from C

[PR63762]GCC generates UNPREDICTABLE STR with Rn = Rt for arm
 2014-11-19 16:32 UTC  (4+ messages)

[Patch, libstdc++/63920] Fix regex_constants::match_not_null behavior
 2014-11-19 16:25 UTC  (4+ messages)

[PATCH] Fix libbacktrace and libiberty tests fail on sanitized GCC due to wrong link options
 2014-11-19 16:20 UTC  (2+ messages)
` [PING][PATCH] "

[PATCH] Set goarch to ppc64le where needed for gccgo testing
 2014-11-19 16:19 UTC  (2+ messages)

[PATCH][AArch64] Adjust generic move costs
 2014-11-19 16:08 UTC  (5+ messages)

Avoid applying inline plan for all functions ahead of late compilation
 2014-11-19 15:59 UTC  (2+ messages)

Drop target_option_node reconstruction logic
 2014-11-19 15:56 UTC  (2+ messages)

[PATCH] If using branch likelies in MIPS sync code fill the delay slot with a nop
 2014-11-19 15:41 UTC  (15+ messages)

[PATCH] Ignore alignment by option
 2014-11-19 15:24 UTC 

[PATCH] Factor and export a const_unop, export const_binop
 2014-11-19 15:05 UTC 

[PATCH, ifcvt] Allow CC mode if HAVE_cbranchcc4 (fix s390 build)
 2014-11-19 14:59 UTC  (3+ messages)

[PATCH, ARM] attribute target (thumb,arm) [0/6]
 2014-11-19 14:59 UTC  (3+ messages)

[PATCH] gimple_{build_assign,assign_set_rhs}_with_ops* cleanup
 2014-11-19 14:54 UTC  (2+ messages)

[patch, committed]
 2014-11-19 14:44 UTC 

[PATCH] Fix sanitizer/63690
 2014-11-19 14:33 UTC  (4+ messages)

[PATCH, MPX runtime 1/2] Integrate MPX runtime library
 2014-11-19 14:18 UTC  (11+ messages)

[PATCH, ARM] attribute target (thumb,arm) [5/6]
 2014-11-19 14:16 UTC 

[PATCH, ARM] attribute target (thumb,arm) [6/6]
 2014-11-19 14:16 UTC 

[patch, asan, testsuite] Adjust asan expected backtrace
 2014-11-19 14:02 UTC 

[PATCH, ARM] attribute target (thumb,arm) [4/6]
 2014-11-19 13:54 UTC 

Stream out default optimization nodes
 2014-11-19 13:51 UTC  (6+ messages)

[PATCH, ARM] attribute target (thumb,arm) [3/6]
 2014-11-19 13:51 UTC 

[PATCH, ARM] attribute target (thumb,arm) [2/6]
 2014-11-19 13:50 UTC 

[PATCH] Warn about unclosed pragma omp declare target
 2014-11-19 13:48 UTC  (7+ messages)
  ` [PING][PATCH] "
      ` [PING^2][PATCH] "
        ` [PING^3][PATCH] "
          ` [PING^4][PATCH] "

[PATCH, ARM] attribute target (thumb,arm) [1/6]
 2014-11-19 13:40 UTC 

[PATCH] MIPS/GCC: Unconditional jump generation bug fix
 2014-11-19 13:35 UTC  (7+ messages)

[PATCH] Fix PR63677 and a regression from alias-improvements
 2014-11-19 13:32 UTC 

[PATCH] MIPS16/GCC: Optimise `__call_stub_fp_' call/return stubs
 2014-11-19 13:30 UTC 

[PATCH 1/4] cgraph_summary data structure introduction
 2014-11-19 13:25 UTC  (14+ messages)
` [PATCH 4/4] Data structure is used for inline_summary struct

[PATCH] Fix ICEs in simplify_immed_subreg on OImode/XImode subregs (PR target/63910)
 2014-11-19 13:18 UTC  (10+ messages)

[C++ Patch] PR 55425
 2014-11-19 13:05 UTC 

[PATCH] Fix for fold_negate_expr (PR sanitizer/63879)
 2014-11-19 12:22 UTC  (2+ messages)

[PATCH] Cancel bswap opt when intermediate stmts are reused
 2014-11-19 10:39 UTC  (4+ messages)

[PATCH, libgomp]: Require vect_simd_clones effective target for examples-4/e.53.5.{c,f90}
 2014-11-19 10:39 UTC  (2+ messages)

[gimple-classes, committed 0/6] Use gassign in 6 tree-ssa-* files
 2014-11-19 10:27 UTC  (16+ messages)
` [gimple-classes, committed 4/6] tree-ssa-tail-merge.c: Use gassign

[PATCH, PR63742][ARM] Fix arm *movhi_insn_arch4 pattern for big-endian
 2014-11-19 10:26 UTC  (10+ messages)

[PATCH] Fix ubsan -fsanitize=signed-integer-overflow expansion (PR sanitizer/63520)
 2014-11-19 10:23 UTC  (4+ messages)

[PATCH 7/8] Model cache auto-prefetcher in scheduler
 2014-11-19 10:14 UTC  (5+ messages)

[PATCH, PR62167] Fix tail-merge pass for dead type-unsafe code
 2014-11-19  9:59 UTC  (4+ messages)

[PATCH] Fix simd clone vectorization with EH (PR tree-optimization/63915)
 2014-11-19  9:42 UTC  (2+ messages)

[PATCH] Fix PR63844
 2014-11-19  9:40 UTC  (2+ messages)

[PATCH] Fix -fsanitize=bool -fnon-call-exceptions (PR sanitizer/63913)
 2014-11-19  9:13 UTC  (2+ messages)

[PATCH, testsuite] Add bind_pic_locally to certain tests
 2014-11-19  9:05 UTC  (2+ messages)

[PATCH] Fix up r217118 - simplify_binary_operation_1 (PR rtl-optimization/63843)
 2014-11-19  8:49 UTC  (2+ messages)

[PING][PATCH] [AARCH64, NEON] Improve vcls(q?) vcnt(q?) and vld1(q?)_dup intrinsics
 2014-11-19  8:08 UTC  (3+ messages)

[PATCH] gcc/c-family/c-cppbuiltin.c: Use 20 instead of 18 for the maximized 64-bits integer decimal string length
 2014-11-19  7:27 UTC  (4+ messages)

Several small C++ constexpr PATCHes, including c++/63924 (constexpr and empty classes)
 2014-11-19  7:19 UTC 

[patch, arm] Minor optimization on thumb2 tail call
 2014-11-19  3:04 UTC 

OpenACC middle end changes
 2014-11-19  3:02 UTC  (2+ messages)

[PATCH] Make IPA-CP propagate alignment information of pointers
 2014-11-19  0:34 UTC  (3+ messages)

Audit some ipa passes for optimization attribute
 2014-11-18 23:33 UTC  (2+ messages)

[PATCH] Updates ssa and inline summary in the correct location for AutoFDO
 2014-11-18 23:31 UTC 

[PATCH] Simple improvement for predicate computation in if-convert phase
 2014-11-18 22:53 UTC  (4+ messages)

[Patch] Switch elimination pass for PR 54742
 2014-11-18 22:29 UTC  (13+ messages)
          ` [Patch] Improving jump-thread "

[Patch] pr63937: TARGET_USE_BY_PIECES_INFRASTRUCTURE_P should take an unsigned HOST_WIDE_INT size argument
 2014-11-18 22:28 UTC  (2+ messages)

[committed] Add testcase for PR tree-optimization/61042
 2014-11-18 22:25 UTC 

Don't override all other CFLAGS_FOR_TARGET when optimizing libraries for space
 2014-11-18 22:19 UTC  (2+ messages)

[C++ PATCH] Fix -fsanitize={null,alignment} reference instrumentation (PR sanitizer/63813)
 2014-11-18 22:13 UTC  (2+ messages)

C++ PATCH for c++/63940 (constexpr errors in bootstrap)
 2014-11-18 21:57 UTC 

[PATCH, MPX wrappers 1/3] Add MPX wrappers library
 2014-11-18 21:52 UTC  (4+ messages)

[PATCH] Fix PR56480 aka DR374. Allow explicit specialization in enclosing namespace
 2014-11-18 21:46 UTC  (8+ messages)

Query about the TREE_TYPE field
 2014-11-18 21:10 UTC  (4+ messages)

[AArch64, Patch] Restructure arm_neon.h vector types's implementation(Take 2)
 2014-11-18 21:09 UTC  (7+ messages)

[PATCHv3][PING] Enable -fsanitize-recover for KASan
 2014-11-18 20:25 UTC  (11+ messages)
          ` [PATCH] -fsanitize-recover=list

C++ PATCH for c++/63925 (constexpr pointer increment)
 2014-11-18 19:21 UTC 

[PATCH, Pointer Bounds Checker, Builtins instrumentation 3/5] Expand instrumented builtin calls
 2014-11-18 19:12 UTC  (10+ messages)

[PATCH 0/5] some combine patches
 2014-11-18 18:59 UTC  (6+ messages)
` [PATCH 5/5] combine: preferably delete dead SETs in PARALLELs

[patch] New std::string implementation
 2014-11-18 18:44 UTC  (5+ messages)

Go patch committed: Fix initialization order
 2014-11-18 18:36 UTC 

[Patch, Fortran] Convert gfc_fatal_error to common diagnostics
 2014-11-18 17:27 UTC  (2+ messages)

C++ PATCH for c++/63934 (constexpr failure on ARM)
 2014-11-18 17:23 UTC 

AIX libstdc++ failures
 2014-11-18 17:10 UTC 

Fix speculation in ipa-cp
 2014-11-18 17:06 UTC  (2+ messages)

[PATCH] microMIPS/GCC: Correct 64-bit instruction sizes
 2014-11-18 16:57 UTC  (3+ messages)

[PATCH, MPX wrappers 2/3] Replace some function calls with wrapper calls during instrumentation
 2014-11-18 16:49 UTC  (5+ messages)

[PATCH] PowerPC: Implement TARGET_ATOMIC_ASSIGN_EXPAND_FENV
 2014-11-18 16:48 UTC  (13+ messages)
                ` [PING][PATCH] GCC/test: Set timeout factor for c11-atomic-exec-5.c
                  ` [PING^2][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).