Patchwork GNU Compiler Collection

login
register
mail settings

Incoming patches

« Previous 1 2 ... 224 225 226 227 228 229 230 231 232 ... 269 270 Next »
Filters: State = Action Required remove filter
Patch Date Submitter Delegate State
[v3] constexpr comparison operator tests 2010-11-06 Benjamin Kosnik New
PATCH COMMITTED: Fix PR 46084: Allow for alignment with split stack 2010-11-06 Ian Taylor New
C++ PATCH for c++/45473 (ICE with base virtual function named the same as derived class) 2010-11-06 Jason Merrill New
[v3] Add constexpr specifiers to std::shared_ptr, std::unique_ptr, etc 2010-11-06 Paolo Carlini New
PATCH COMMITTED: Fix PR 46084: Allow for alignment with split stack 2010-11-06 Ian Taylor New
PATCH COMMITTED: Fix PR 46084: Allow for alignment with split stack 2010-11-05 Ian Taylor New
[v3] is_literal_type tests 2010-11-05 Benjamin Kosnik New
Fix PR 45585, darwin did not like the last fp optimization patches on powerpc 2010-11-05 Michael Meissner New
ATTRIBUTE_UNUSED => ARG_UNUSED 2010-11-05 Jay K New
[FR30] Rmove compiler warning 2010-11-05 Anatoly Sokolov New
[FR30] Hookize FUNCTION_VALUE, LIBCALL_VALUE and FUNCTION_VALUE_REGNO_P 2010-11-05 Anatoly Sokolov New
misc gengtype micro-patch (use macro for predefined typedef) 2010-11-05 Basile Starynkevitch New
[c++] fix PR 45332, missing semicolon after member declaration 2010-11-05 Nathan Froyd New
[testsuite] Add -msse to all i386 vector tests (PR target/46280) 2010-11-05 Rainer Orth New
misc gengtype micro-patch (computing fn in get_output_file_for_structure) 2010-11-05 Basile Starynkevitch New
ObjC/ObjC++ - fixed Objective-C 2.0 dot-syntax with 'self' and 'super' 2010-11-05 Nicola Pero New
[ping] couple of fixes for DWARF2 EH on Win32 2010-11-05 Eric Botcazou New
[testsuite,ia64] Fix scan-assembler rules for IA64 HP-UX 2010-11-05 Steve Ellcey New
RFA: Fix picochip --enable-werror-always build 2010-11-05 Joern Rennecke New
RFA: Fix PR middle-end/46314 2010-11-05 Joern Rennecke New
[C++] Fix infinite recursion trying to gimplify a read from empty class via pointer to volatile (PR c++/46160) 2010-11-05 Jakub Jelinek New
[C] Fix -Wc++-compat (PR c/44772) 2010-11-05 Jakub Jelinek New
Improve MEM_REF expansion (PR target/45670) 2010-11-05 Jakub Jelinek New
[testsuite] Patch to use c99 mode with two torture tests 2010-11-05 Steve Ellcey New
[testsuite] Fix gcc.c-torture/execute/pr45636.c on systems without mempcpy 2010-11-05 Steve Ellcey New
Committed: ATTRIBUTE_UNUSED in can_store_by_pieces / initiate_bb_reg_pressure_info 2010-11-05 Joern Rennecke New
[c++] fix PR 45332, missing semicolon after member declaration 2010-11-05 Nathan Froyd New
[Ping,0/3] New macro PREFERRED_RENAME_CLASS 2010-11-05 Yao Qi New
RFA: Fix m32c --enable-werror-always build 2010-11-05 Joern Rennecke New
RFA (middle-end): Allow PUSH_ROUNDING to have a type. 2010-11-05 Joern Rennecke New
PATCH: Check 256bit AVX register in move expanders 2010-11-05 H.J. Lu New
[RFC,i386] : Implement -mfpmath=avx 2010-11-05 Uros Bizjak New
[ObjC++,test-suite] Fix encode-3 FAIL on NeXT. 2010-11-05 IainS New
PATCH: PR target/46179: fix for TLS code gen. on 680x0 2010-11-05 Finn Thain New
[objc*,test-suite,committed] more next compatibility changes. 2010-11-05 IainS New
[ARM] Rename f_load and f_store attributes to f_fpa_load and f_fpa_store . 2010-11-05 Ramana Radhakrishnan New
PATCH RFA: Add -ggo option 2010-11-05 Ian Taylor New
C++ PATCH for c++/46304 (ICE with COMPLEX_CST in template) 2010-11-05 Jason Merrill New
PATCH RFA: Remove GTY descbits 2010-11-05 Ian Taylor New
[gccgo] Use -fdump-go-spec in mksysinfo.sh 2010-11-05 Ian Taylor New
[gccgo] Drop -ggo, add -fdump-go-spec 2010-11-05 Ian Taylor New
RFA: Fix target/44750 2010-11-05 Joern Rennecke New
gengtype plugin improvement last3round -patch 3 [inputfile] 2010-11-05 Laurynas Biveinis New
Additional test case 2010-11-05 Davis, Jimmie New
Remove WORD_SWITCH_TAKES_ARG (Darwin testers useful) 2010-11-05 Joseph S. Myers New
doc: add pdp11 machine constraints 2010-11-05 Paul Koning New
Handle MEM_REF with non-zero offset in expand_debug_expr 2010-11-04 Jakub Jelinek New
Fix ICEs caused by FMA_EXPR addition (PR debug/46307) 2010-11-04 Jakub Jelinek New
doc: add pdp11 machine constraints 2010-11-04 Paul Koning New
PATCH RFC: Define DW_LANG_Go in dwarf2.h 2010-11-04 Ian Taylor New
doc: remove unused pdp11 switch 2010-11-04 Paul Koning New
C++ PATCH for c++/46298 (constexpr ICE on ARM) 2010-11-04 Jason Merrill New
RFA: Fix h8300 --enable-werror-always build 2010-11-04 Joern Rennecke New
Reject pre/post inc/decrement in "m" input operands (PR middle-end/43690) 2010-11-04 Jakub Jelinek New
RFA (build): enum conversion fix for genopinit FIXUNS_TRUNC_LIKE_FIX_TRUNC code 2010-11-04 Joern Rennecke New
Committed: ATTRIBUTE_UNUSED for asm_output_bss 2010-11-04 Joern Rennecke New
[libfortran,committed] Move struct unix_stream back from unix.h to unix.c 2010-11-04 Janne Blomqvist New
Fix parloop issues (PR tree-optimization/46099) 2010-11-04 Jakub Jelinek New
[committed] Fix ipa local noreturn discovery (PR tree-optimization/46233) 2010-11-04 Jakub Jelinek New
[ObjC,test-suite,committed] "next-ify" recent ObjC test-suite additions. 2010-11-04 IainS New
RFA: Fix target/44750 2010-11-04 Joern Rennecke New
Committed: ATTRIBUTE_UNUSED in thread_prologue_and_epilogue_insns 2010-11-04 Joern Rennecke New
gengtype plugin improvement last3round -patch 3 [inputfile] 2010-11-04 Basile Starynkevitch New
[v3] libstdc++/46303 + minor ratio vs constepr tweaks 2010-11-04 Paolo Carlini New
C++ PATCH to fix incorrect access error with protected constexpr constructor 2010-11-04 Jason Merrill New
Fix __builtin_va_start expansion after MEM_REF changes on ppc*/spu/s390* (PR target/46234) 2010-11-04 Jakub Jelinek New
RFA: Fix remainder of PR target/44749 2010-11-04 Joern Rennecke New
Committed: ATTRIBUTE_UNUSED in noce_emit_cmove / set_reload_reg 2010-11-04 Joern Rennecke New
[2/2] AMD bdver2 processors - TBM 2010-11-04 Quentin Neill New
[1/2] AMD bdver2 processors - BMI 2010-11-04 Quentin Neill New
Ping: RFA (build): Avoid circular dependency 2010-11-04 Joern Rennecke New
Committed: Fix middle-end/44765 2010-11-04 Joern Rennecke New
Fix PR tree-optimization/46213 2010-11-04 Ira Rosen New
(Re)allocation of allocatable arrays on assignment - F2003 2010-11-04 Paul Richard Thomas New
[v3] <initializer_list> constexpr tests, <tuple> default ctors 2010-11-04 Benjamin Kosnik New
[gccgo] Use DECL_CHAIN where appropriate 2010-11-04 Ian Taylor New
[gccgo] Add append builtin function 2010-11-04 Ian Taylor New
C++ PATCH for c++/46293 (ICE with constexpr value-init of empty base) 2010-11-04 Jason Merrill New
PATCH: PR target/46285: ICE: in final_scan_insn, at final.c:2642 with -mavx -fsplit-stack 2010-11-04 H.J. Lu New
C++ PATCH for c++/46289 (ICE on invalid mem-init-list in constexpr ctor) 2010-11-04 Jason Merrill New
ObjC/ObjC++ - fix Objective-C 2.0 dotsyntax with class names 2010-11-03 Nicola Pero New
[libfortran,committed] Remove prot from struct unix_stream 2010-11-03 Janne Blomqvist New
PATCH RFA: Add -ggo option 2010-11-03 Ian Taylor New
[committed] config.gcc: Add newlib-stdint.h for sh64* when newlib enabled 2010-11-03 Kaz Kojima New
[committed,SH] Mark a stack adjustment insn as frame-related 2010-11-03 Kaz Kojima New
[MIPS] : Remove ugly hack from "call_internal" splitter 2010-11-03 Uros Bizjak New
Separate {OS,CPU}_CPP_BUILTINS macros into C-family and language-independent macros 2010-11-03 FX New
Fold vector to scalar optimization 2010-11-03 Richard Guenther New
PATCH: PR target/46295: Missing vzeroupper 2010-11-03 H.J. Lu New
[libfortran] Remove unused empty_internal_buffer function 2010-11-03 Janne Blomqvist New
PATCH RFA: build machinery: Add Go support to libtool 2010-11-03 Ian Taylor New
PATCH RFA: Build machinery: Autoconf support for Go 2010-11-03 Ian Taylor New
[gccgo] Change configure variable from GCCGO to GOC 2010-11-03 Ian Taylor New
[middle-end] : Fix also PR46292 (was: Fix PR 44569) 2010-11-03 Uros Bizjak New
C++ PATCH for c++/46289 (ICE on invalid mem-init-list in constexpr ctor) 2010-11-03 Jason Merrill New
[gccgo] Change gcc-specific files to GPL 2010-11-03 Ian Taylor New
Fold vector to scalar optimization 2010-11-03 Artem Shinkarov New
[gccgo] Move non-gcc parts of Go frontend to subdirectory 2010-11-03 Ian Taylor New
Fix combiner (PRs rtl-optimization/46034, rtl-optimization/46212, rtl-optimization/46248) 2010-11-03 Eric Botcazou New
[C++] Fix handling of __java_* builtin types (PR c++/46001) 2010-11-03 Jakub Jelinek New