Show patches with: Archived = No       |   126687 patches
« 1 2 ... 479 480 4811266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Don't ignore VAR_LOCATION notes that affect last tail call in the function (PR debug/45103) - - - - --- 2010-07-28 Jakub Jelinek New
Fix hoisting -fcompare-debug failures (PR debug/45105) - - - - --- 2010-07-28 Jakub Jelinek New
Use slightly more compact DW_AT_data_member_location - - - - --- 2010-07-27 Jakub Jelinek New
Copy/update DECL_DEBUG_EXPR during inlining (PR tree-optimization/45083) - - - - --- 2010-07-27 Jakub Jelinek New
[C] Handle C_MAYBE_CONST_EXPR in diagnostic (PR c/45079) - - - - --- 2010-07-27 Jakub Jelinek New
[committed] Further small libgomp.texi adjustments for Fortran - - - - --- 2010-07-26 Jakub Jelinek New
Fix ICE in vectorizable_store (PR tree-optimization/45047) - - - - --- 2010-07-23 Jakub Jelinek New
Don't emit certain artificial names into DW_AT_name in debug info - - - - --- 2010-07-23 Jakub Jelinek New
Fix up DEBUG_INSN handling in regcprop (PR bootstrap/45028) - - - - --- 2010-07-22 Jakub Jelinek New
Improve OpenMP debug info for threadprivate vars and shared local statics - - - - --- 2010-07-22 Jakub Jelinek New
Fix var-tracking.c (adjust_insn) on inline-asm with multiple outputs (PR debug/45015) - - - - --- 2010-07-21 Jakub Jelinek New
Unbreak ia64 bootstrap (PR debug/45006) - - - - --- 2010-07-20 Jakub Jelinek New
Further sign_extend/zero_extend VTA fixes (PR debug/45003) - - - - --- 2010-07-20 Jakub Jelinek New
Testcase for the recent vt_expand_*loc max depth change - - - - --- 2010-07-20 Jakub Jelinek New
Increase max depth in vt_expand_*loc - - - - --- 2010-07-20 Jakub Jelinek New
Fix SIGN/ZERO_EXTEND confusion in expand_debug_expr (PR debug/45003) - - - - --- 2010-07-20 Jakub Jelinek New
[testsuite] Allow g++.dg/guality/ and c-c++-common/guality/ tests - - - - --- 2010-07-16 Jakub Jelinek New
Fix va_start on x86_64 after any named argument passed on the stack that needed padding (PR target/… - - - - --- 2010-07-15 Jakub Jelinek New
Optimize SELECT CASE for character length 1 - - - - --- 2010-07-15 Jakub Jelinek New
Emit default CASE_LABEL_EXPR for character CASE DEFAULT (PR fortran/40206) - - - - --- 2010-07-14 Jakub Jelinek New
Optimize SELECT CASE for character length 1 - - - - --- 2010-07-14 Jakub Jelinek New
Optimize character :: c ... (c .ne. 'ab') - - - - --- 2010-07-14 Jakub Jelinek New
Optimize 'a ' as single char string too - - - - --- 2010-07-13 Jakub Jelinek New
Mark several libgfortran helpers as DECL_PURE_P or TREE_READONLY in the FE - - - - --- 2010-07-13 Jakub Jelinek New
Fix asm-es-2.c testcase and PowerPC/IA-64 "m"/"es"/"S" constrain documentation - - - - --- 2010-07-13 Jakub Jelinek New
[committed] Fix auto-inc-dec in inline-asm change - - - - --- 2010-07-13 Jakub Jelinek New
Preserve order in cfun->local_decls vector (PR debug/44901) - - - - --- 2010-07-12 Jakub Jelinek New
Optimize away useless bitwise & resp. | during vrp - - - - --- 2010-07-12 Jakub Jelinek New
Further improve VRP BIT_AND_EXPR and BIT_IOR_EXPR handling (PR tree-optimization/28632) - - - - --- 2010-07-09 Jakub Jelinek New
[committed] Fix exit and cycle handling in collapsed !$omp do (PR fortran/44847) - - - - --- 2010-07-08 Jakub Jelinek New
Improve VRP of BIT_AND_EXPR - - - - --- 2010-07-08 Jakub Jelinek New
Use DW_OP_const[48]u instead of DW_OP_addr with DW_OP_GNU_push_tls_address - - - - --- 2010-07-08 Jakub Jelinek New
Fix LTO handling of ELFOSABI_NONE vs. ELFOSABI_LINUX objects - - - - --- 2010-07-07 Jakub Jelinek New
Fix debuginfo after tree_nrv - - - - --- 2010-07-05 Jakub Jelinek New
[committed] Don't SET_DECL_DEBUG_EXPR on decls other than VAR_DECL (PR c++/44808) - - - - --- 2010-07-05 Jakub Jelinek New
[C++] Fix -Wunused-but-set-variable issue with vector conversion (PR c++/44780) - - - - --- 2010-07-02 Jakub Jelinek New
Pass mandir to libffi submakes - - - - --- 2010-07-02 Jakub Jelinek New
[committed] Backport of PR40421 to 4.4 branch - - - - --- 2010-07-01 Jakub Jelinek New
Do framep replacement even on RHS outside of MEM contexts (PR debug/44694) - - - - --- 2010-07-01 Jakub Jelinek New
Clear DECL_SECTION_NAME during cgraph_create_virtual_clone (PR tree-optimization/43801) - - - - --- 2010-06-29 Jakub Jelinek New
Do framep replacement even on RHS outside of MEM contexts (PR debug/44694) - - - - --- 2010-06-29 Jakub Jelinek New
[C++] Fix -Wunused-but-set-* with some static_casts (PR c++/44682) - - - - --- 2010-06-28 Jakub Jelinek New
Add DW_AT_accessibility for DW_TAG_{typedef,structure_type,class_type,enumeration_type} (PR debug/4… - - - - --- 2010-06-25 Jakub Jelinek New
Unswitching fixes (PR middle-end/43866) - - - - --- 2010-06-25 Jakub Jelinek New
Remove vdefs when changing a normal call into noreturn call (PR tree-optimization/44539) - - - - --- 2010-06-25 Jakub Jelinek New
[C++] Fix -Wunused-but-set-variable warnings on .*/->* operands (PR c++/44619) - - - - --- 2010-06-22 Jakub Jelinek New
[C++] Fix C++ diagnostic ICE on invalid method call - - - - --- 2010-06-22 Jakub Jelinek New
Fix x86_64 va_arg gimplification (PR target/44575) - - - - --- 2010-06-21 Jakub Jelinek New
Disallow side-effects in inline asm operands unless < or > constraint is used (PR middle-end/44492) - - - - --- 2010-06-20 Jakub Jelinek New
Further insn-attrtab.c speedup - - - - --- 2010-06-18 Jakub Jelinek New
Dwarf2out end prologue/begin epilogue for IVMS (3rd try refresh) - - - - --- 2010-06-17 Jakub Jelinek New
Fix DECL_ALIGN during expand with dynamic stack realignment (PR target/44542, take 2) - - - - --- 2010-06-17 Jakub Jelinek New
Fix DECL_ALIGN during expand with dynamic stack realignment (PR target/44542) - - - - --- 2010-06-17 Jakub Jelinek New
Speed up genattrtab - - - - --- 2010-06-17 Jakub Jelinek New
Emit DW_AT_{MIPS_,}linkage_name in DW_TAG_variable instead of DW_TAG_member for C++ static data mem… - - - - --- 2010-06-17 Jakub Jelinek New
Emit DW_ATE_UTF for char16_t/char32_t - - - - --- 2010-06-17 Jakub Jelinek New
Speed up genattrtab - - - - --- 2010-06-16 Jakub Jelinek New
Speed up genattrtab - - - - --- 2010-06-16 Jakub Jelinek New
[committed] Fix Fortran DEFAULT(NONE) OpenMP diagnostics (PR fortran/44536) - - - - --- 2010-06-15 Jakub Jelinek New
Get rid of some further varargs macros (PR bootstrap/44426) - - - - --- 2010-06-14 Jakub Jelinek New
Avoid doing DCE in substitute_and_fold from VRP (PR tree-optimization/44508) - - - - --- 2010-06-14 Jakub Jelinek New
Register lazy_hex_fp_values with GC (PR bootstrap/44509) - - - - --- 2010-06-14 Jakub Jelinek New
Change sel_print from vararg macro to out of line function - - - - --- 2010-06-14 Jakub Jelinek New
Fix s390 trunk build - - - - --- 2010-06-14 Jakub Jelinek New
Disallow side-effects in inline asm operands unless (a new) _ constraint modifier is used (PR middl… - - - - --- 2010-06-11 Jakub Jelinek New
Fix resolve_asm_operand_names - - - - --- 2010-06-10 Jakub Jelinek New
Fix DEMANGLE_COMPONENT_TEMPLATE_ARGLIST demangling (PR other/43838) - - - - --- 2010-06-09 Jakub Jelinek New
Lazy computation of __DBL_MAX__ etc. macros - - - - --- 2010-06-08 Jakub Jelinek New
docs: constify argument to __builtin_object_size() - - - - --- 2016-11-11 Jakub Kicinski New
[3/3,GCC-6] Backport support for arm*-*-phoenix* targets in libgcc. - - - - --- 2016-07-22 Jakub Sejdak New
[2/3,GCC-6] Backport support for arm*-*-phoenix* targets. - - - - --- 2016-07-22 Jakub Sejdak New
[1/3,GCC-6] Backport support for Phoenix-RTOS targets in config.sub. - - - - --- 2016-07-22 Jakub Sejdak New
[3/3] Add support for arm*-*-phoenix* targets in libgcc. - - - - --- 2016-06-15 Jakub Sejdak New
[2/3] Add support for arm*-*-phoenix* targets. - - - - --- 2016-06-15 Jakub Sejdak New
[1/3] Disable libgcj and libgloss for Phoenix-RTOS targets. - - - - --- 2016-06-15 Jakub Sejdak New
Add port for Phoenix-RTOS on ARM platform. - - - - --- 2016-05-17 Jakub Sejdak New
Import config.sub and config.guess from upstream. - - - - --- 2016-05-13 Jakub Sejdak New
__DTOR_LIST__ and __CTOR_END__ undeclared when portting to new ARM target - - - - --- 2016-04-15 Jakub Sejdak New
PR c++/77306 - Unable to specify visibility for explicit template instantiations - - - - --- 2017-04-22 James Abbatiello New
[committed,FT32] Add FT32B support [committed,FT32] Add FT32B support - - - - --- 2017-11-02 James Bowman New
[committed,FT32] Add watchdog vector and FT930 support [committed,FT32] Add watchdog vector and FT930 support - - - - --- 2017-09-29 James Bowman New
[FT32] : apply unbias to references to RAM symbols - - - - --- 2016-07-09 James Bowman New
Fix DWARF type output for non-default address spaces - - - - --- 2016-07-08 James Bowman New
[committed,FT32] use setup_incoming_varargs - - - - --- 2016-06-06 James Bowman New
[commited,FT32] Add -nodiv option - - - - --- 2016-03-29 James Bowman New
[committed,FT32] Pattern for CC to register move - - - - --- 2015-11-13 James Bowman New
[committed,FT32] Limit MEMSET, MEMCPY to <512 bytes - - - - --- 2015-09-29 James Bowman New
[committed,FT32] Fixes for hardware startup - - - - --- 2015-09-21 James Bowman New
[committed,FT32] Fix address space predicate - - - - --- 2015-09-17 James Bowman New
pass pr20621 testcase on a small stack target - - - - --- 2014-12-31 James Bowman New
Update config.sub from upstream config repo - - - - --- 2014-12-24 James Bowman New
[Ada] Make clockid_t type public on GNU/kFreeBSD [Ada] Make clockid_t type public on GNU/kFreeBSD - - - - --- 2019-07-03 James Clarke New
PR rtl-optimization/83565: Fix 32-bit rotate on ia64 PR rtl-optimization/83565: Fix 32-bit rotate on ia64 - - - - --- 2017-12-24 James Clarke New
go.test: update MIPS architecture names - - - - --- 2017-06-23 James Cowgill New
[ADA] Fix bootstrap failure on mips64el-linux-gnuabi64 - - - - --- 2017-03-10 James Cowgill New
[2/2,ADA] Fix constants in s-linux-mips.ads - - - - --- 2017-01-03 James Cowgill New
[1/2,ADA] Fix MIPS big-endian build - - - - --- 2017-01-03 James Cowgill New
[1/2,ADA] Fix MIPS big-endian build - - - - --- 2017-01-03 James Cowgill New
[PR,rtl-optimization/65618] Fix MIPS ADA bootstrap failure - - - - --- 2016-12-20 James Cowgill New
[PR,rtl-optimization/65618] Fix MIPS ADA bootstrap failure - - - - --- 2016-12-19 James Cowgill New
« 1 2 ... 479 480 4811266 1267 »