Patchwork GNU Compiler Collection

login
register
mail settings

Incoming patches

« Previous 1 2 ... 227 228 229 230 231 232 233 234 235 ... 265 266 Next »
Filters: State = Action Required remove filter    |    Archived = No remove filter
Patch Date Submitter Delegate State
Sync include/plugin-api.h with the copy in binutils 2013-02-11 Sriraman Tallam New
User directed Function Multiversioning via Function Overloading (issue5752064) 2012-10-23 Sriraman Tallam New
GCC does not support *mmintrin.h with function specific opts 2013-05-16 Sriraman Tallam New
Swap SECTION_EXCLUDE and SECTION_MACH_DEP 2012-03-09 Sriraman Tallam New
cpuid check code in libgcc, fix cpuinfo code for sandybridge detection 2013-03-08 Sriraman Tallam New
PR 57362 2013-05-22 Sriraman Tallam New
Dynamic dispatch of multiversioned functions and CPU mocks for code coverage. 2013-05-10 Sriraman Tallam New
Support for Runtime CPU type detection via builtins (issue5754058) 2012-04-23 Sriraman Tallam New
Multiversioning fixes (PR c++/55742, take 2) 2013-02-13 Sriraman Tallam New
[google,gcc-4_7] Backport CPU runtime detection from trunk to google/gcc-4_7 2012-08-23 Sriraman Tallam New
GCC does not support *mmintrin.h with function specific opts 2013-04-11 Sriraman Tallam New
[google,4.7] Using CPU mocks to test code coverage of multiversioned functions 2013-03-15 Sriraman Tallam New
Function Multiversioning Bug, checking for function versions 2013-01-03 Sriraman Tallam New
[i386,google] With -mtune=core2, avoid generating the slow unaligned vector load/store (issue5488054) 2011-12-13 Sriraman Tallam New
GCC does not support *mmintrin.h with function specific opts 2013-04-16 Sriraman Tallam New
[google,4.7] Backport Function Multiversioning feature from trunk. 2013-02-26 Sriraman Tallam New
GCC does not support *mmintrin.h with function specific opts 2013-05-18 Sriraman Tallam New
[i386,google,4.6] Add new target builtins to check for corei7 and amdfam10 (issue5495075) 2011-12-17 Sriraman Tallam New
Multiversioning fixes (PR c++/55742, take 2) 2013-02-13 Sriraman Tallam New
[google,4.6] Bump param value of default function size limit for auto cloning 2012-03-21 Sriraman Tallam New
Function Multiversioning Bug, checking for function versions 2012-11-16 Sriraman Tallam New
[google,4.6] Compiler Directed Multiversioning with new -mvarch option (issue5490054) 2011-12-16 Sriraman Tallam New
Support for Runtime CPU type detection via builtins (issue5754058) 2012-04-25 Sriraman Tallam New
Support for Runtime CPU type detection via builtins (issue5754058) 2012-04-25 Sriraman Tallam New
Support for Runtime CPU type detection via builtins (issue5754058) 2012-04-09 Sriraman Tallam New
[wwwdocs] Document Runtime CPU detection builtins 2012-08-21 Sriraman Tallam New
Using -ffunction-sections and -p 2012-12-07 Sriraman Tallam New
User directed Function Multiversioning via Function Overloading (issue5752064) 2012-10-12 Sriraman Tallam New
building binutils from same directory as gcc (was: Re: xgcc does not find gcc-4.6.0-go/./binutils/ar (because it is gcc-4.6.0-go/./binutils/binutils/ar)) 2011-05-02 Steffen Dettmer New
Trivial spelling fixes ("informations") 2011-09-21 Stephen Kitt New
[Google,4.8,Dwarf] Backport .debug_str in .o files with -gsplit-dwarf from trunk (issue9052046) 2013-04-30 Sterling Augustine New
[Google,Debugfission] Add pubnames and pubtypes to google/main (issue5489074) 2011-12-17 Sterling Augustine New
[Google,4.7] Fix for Google Ref: b/8028506 (issue7142053) 2013-01-18 Sterling Augustine New
[Dwarf] Implement split debug info proposal--Updated (issue6305113) 2012-08-27 Sterling Augustine New
[C++] Produce canonical names for debug info without changing normal pretty-printing (issue6215052) 2012-06-01 Sterling Augustine New
[Google,4.7] Fix static bit for C++ structs in gdb-index v7 (issue6506098) 2012-09-11 Sterling Augustine New
Updated to respond to various email comments from Jason, Diego and Cary (issue6197069) 2012-06-01 Sterling Augustine New
[Google,4.7,Obvious] Fix trailing enumerator comma 2012-08-21 Sterling Augustine New
[Dwarf] Implement split debug info proposal (issue6305113) 2012-06-19 Sterling Augustine New
[Google,4.7,Pubnames] Use comp_unit_die offset when no skeleton die exists. (issue6501109) 2012-09-07 Sterling Augustine New
[google,4.7] Fix for PR 8013197 (issue7140044) 2013-01-16 Sterling Augustine New
[Google,4.7] Fix is_static in gdb index generation (issue6498114) 2012-09-10 Sterling Augustine New
[C++,and,pubnames,2/2] Adjust c decl pretty printer to match demangler (issue6195056) 2012-05-08 Sterling Augustine New
[Dwarf] Improve pubnames and pubtypes generation. (issue6197069) 2012-05-10 Sterling Augustine New
[C++] Produce canonical names for debug info without changing normal pretty-printing (issue6215052) 2012-05-16 Sterling Augustine New
[google-main] Add DW_AT_GNU_pubtypes and DW_AT_GNU_pubnames to comdat type units. (issue5553069) 2012-01-19 Sterling Augustine New
[Dwarf] Improve pubnames and pubtypes generation. (issue6197069) 2012-06-14 Sterling Augustine New
[Google,4.7,Split,Dwarf] Use .debug_str for some strings. (issue7241067) 2013-02-01 Sterling Augustine New
[Dwarf] Create .debug_str section in .o with -gsplit-dwarf (issue8540048) 2013-04-23 Sterling Augustine New
[google/main] Fix erroneous output of pubnames when no .debug_section is emitted. (issue5528054) 2012-01-09 Sterling Augustine New
[Google,4.7] Generate pubnames compatible with gdb-index version 7. (issue6459099) 2012-08-16 Sterling Augustine New
[Google/main] Cleanup pubnames/pubtypes and test-suite (issue5514045) 2012-01-04 Sterling Augustine New
[Dwarf,Fission] Implement Fission Proposal (issue6305113) 2012-07-18 Sterling Augustine New
[Google,4.7] Backport upstream fission changes (issue6852101) 2012-11-29 Sterling Augustine New
[C++,and,pubnames,1/2] Adjust testsuite results to match demangler (issue6205043) 2012-05-07 Sterling Augustine New
[Dwarf,Fission] Implement Fission Proposal (issue6305113) 2012-10-29 Sterling Augustine New
[C++,Pubnames] Anonymous namespaces enclosed in named namespaces. (issue6343052) 2012-06-28 Sterling Augustine New
[Google,4.6] Backport C++ canonicalization patch (issue6297080) 2012-06-12 Sterling Augustine New
[ia64,pa] Improve UNIX 2003 compatibility on HP-UX 11.31 2011-05-02 Steve Ellcey New
New switch optimization pass (PR tree-optimization/54742) 2013-05-13 Steve Ellcey New
[libstdc++,testsuite] Fix simulator timouts. 2013-01-14 Steve Ellcey New
[mips,testsuite] Fix test to handle optimizations 2012-10-08 Steve Ellcey New
[ia64,committed] Fix vector instructions on IA64 HP-UX 2011-02-04 Steve Ellcey New
[pch] Fix pch failure on mips-mti-linux-gnu 2012-11-21 Steve Ellcey New
[PR,54128] ira.c change to fix mips bootstrap 2012-08-31 Steve Ellcey New
[mips] Fix for PR 54619, GCC aborting with -O -mips16 2012-09-19 Steve Ellcey New
[committed,ia64-hp-hpux*] Fix -flto failures 2011-03-03 Steve Ellcey New
[mips] Patch to control the use of integer madd/msub instructions 2013-03-22 Steve Ellcey New
Update email address 2012-04-11 Steve Ellcey New
[testsuite,committed] Obvious fix for targets with no profiling 2012-12-14 Steve Ellcey New
[ia64,committed] Fix vector instructions on IA64 HP-UX 2011-01-26 Steve Ellcey New
Performance patch for MIPS conditional move in expr.c 2012-11-14 Steve Ellcey New
[lra,pr55103,committed] Save lra_int struct. 2012-11-01 Steve Ellcey New
[mips] Do not make -Os the default with mips-mti-elf target. 2012-11-07 Steve Ellcey New
Patch for gcc.dg/builtin-apply4.c, looking for sh port help 2010-10-26 Steve Ellcey New
[testsuite] Obvious patch for gcc.dg/pr56396.c 2013-03-01 Steve Ellcey New
[mips] New mips triplet for multilib linux builds 2012-09-04 Steve Ellcey New
[mips] Fix compiler abort with -mips32r2 -mips16 -msynci 2012-07-19 Steve Ellcey New
[testsuite] Patch to use c99 mode with two torture tests 2010-11-05 Steve Ellcey New
New switch optimization pass (PR tree-optimization/54742) 2013-05-14 Steve Ellcey New
[libgcc] Bug in fp-bit.c when NO_NANS is defined 2012-12-01 Steve Ellcey New
[mips] Fix for PR target/56942 2013-04-19 Steve Ellcey New
PATCH: PR middle-end/48440: [4.7 Regression] FAIL: gcc.c-torture/compile/labels-3.c 2011-04-18 Steve Ellcey New
[mips] Patch for new mips triplet - mips-mti-elf 2012-09-13 Steve Ellcey New
[committed,backport] Backport IA64 patch to 4.6 branch 2012-04-04 Steve Ellcey New
[mips] Patch for new mips triplet - mips-mti-elf 2012-09-19 Steve Ellcey New
[testsuite] Fix gcc.c-torture/execute/pr45636.c on systems without mempcpy 2010-11-05 Steve Ellcey New
[mips] Fix warning when using --with-synci 2012-06-20 Steve Ellcey New
[mips] New mips triplet for multilib linux builds 2012-09-07 Steve Ellcey New
MIPS testsuite patch for --with-synci configurations 2012-06-11 Steve Ellcey New
Fix use of TARGET_VTABLE_USES_DESCRIPTORS in libgcov.c 2010-11-01 Steve Ellcey New
[mips] Fix for PR target/56942 2013-04-29 Steve Ellcey New
[testsuite,pr37303] Fix testcase on MIPS 2012-09-26 Steve Ellcey New
[mips] Fix compiler abort with -mips32r2 -mips16 -msynci 2012-07-17 Steve Ellcey New
[testsuite,ia64] Fix scan-assembler rules for IA64 HP-UX 2010-11-05 Steve Ellcey New
[mips] Modify mips-mti-linux-gnu build 2012-10-30 Steve Ellcey New
[committed,ia64] Patch to fix IA64 HP-UX bootstrap, PR 44716 2010-10-01 Steve Ellcey New
[testsuite,mips] Fix gcc.dg/torture/mips-sdata-1.c 2012-11-05 Steve Ellcey New
Patch for gcc.dg/builtin-apply4.c, looking for sh port help 2010-10-27 Steve Ellcey New
[mips,testsuite] Fix gcc.target/mips/octeon-bbit-2.c for -Os 2012-10-08 Steve Ellcey New