Show patches with: State = Action Required       |   126614 patches
« 1 2 ... 213 214 2151266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/6] Convert gimple types from a union to a C++ class hierarchy - - - - --- 2013-08-29 David Malcolm New
v3 of GDB hooks for debugging GCC - - - - --- 2013-08-26 David Malcolm New
v2 of GDB hooks for debugging GCC - - - - --- 2013-08-21 David Malcolm New
v3 of patch (was Re: [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed) - - - - --- 2013-08-16 David Malcolm New
[1/2] Convert symtab, cgraph and varpool nodes into a real class hierarchy - - - - --- 2013-08-16 David Malcolm New
Fix bad interaction between GTY((user)) and incomplete declarations - - - - --- 2013-08-15 David Malcolm New
Committed: Fix stray PIPELINE_H in gcc/config/i386/t-i386 - - - - --- 2013-08-13 David Malcolm New
[buildbot] r201508: Build failures after pass C++ conversion - - - - --- 2013-08-07 David Malcolm New
[buildbot] r201508: Build failures after pass C++ conversion - - - - --- 2013-08-06 David Malcolm New
Unbreak build on mips (was Re: Passes are now C++ classes (was Re: [PATCH 03/11] Handwritten part o… - - - - --- 2013-08-06 David Malcolm New
Fix broken build on sparc (was Re: [buildbot] r201508: Build failures after pass C++ conversion) - - - - --- 2013-08-06 David Malcolm New
[rl78] : Port to new pass C++ API (was Re: [buildbot] r201508: Build failures after pass C++ conver… - - - - --- 2013-08-06 David Malcolm New
[buildbot] r201508: Build failures after pass C++ conversion - - - - --- 2013-08-06 David Malcolm New
[PATCH/Merge,Request] Vtable Verification feature. - - - - --- 2013-08-06 David Malcolm New
Updated patch (was Re: [PATCH 11/11] Make opt_pass and gcc::pipeline be GC-managed) - - - - --- 2013-08-03 David Malcolm New
Updated patch 10 (was Re: [PATCH 10/11] Make gcc::context be GC-managed) - - - - --- 2013-08-03 David Malcolm New
[3.1/11] Explicitly initialize the macro-generated pass fields (was Re: [PATCH 03/11] Handwritten p… - - - - --- 2013-08-03 David Malcolm New
[3.1/11] Explicitly initialize the macro-generated pass fields (was Re: [PATCH 03/11] Handwritten p… - - - - --- 2013-08-01 David Malcolm New
[Committed] Introduce beginnings of gcc::pass_manager class (was Re: [PATCH 01/11] Introduce beginn… - - - - --- 2013-07-30 David Malcolm New
[02/11] Generate pass-instances.def - - - - --- 2013-07-26 David Malcolm New
[11/11] Make opt_pass and gcc::pipeline be GC-managed - - - - --- 2013-07-26 David Malcolm New
[10/11] Make gcc::context be GC-managed - - - - --- 2013-07-26 David Malcolm New
[09/11] Support "gcc" namespace in gengtype - - - - --- 2013-07-26 David Malcolm New
[08/11] Example of converting global state to per-pass state - - - - --- 2013-07-26 David Malcolm New
[07/11] Introduce virtual functions in testsuite/gcc.dg/plugin/one_time_plugin.c - - - - --- 2013-07-26 David Malcolm New
[06/11] Rewrite how instances of passes are cloned - - - - --- 2013-07-26 David Malcolm New
[05/11] Add -fno-rtti when building plugins. - - - - --- 2013-07-26 David Malcolm New
[03/11] Handwritten part of conversion of passes to C++ classes - - - - --- 2013-07-26 David Malcolm New
[02/11] Generate pass-instances.def - - - - --- 2013-07-26 David Malcolm New
[01/11] Introduce beginnings of a pipeline class. - - - - --- 2013-07-26 David Malcolm New
Fix missing deps for tree-sra.o - - - - --- 2013-07-25 David Malcolm New
docs/install.texi: Add note about not relying on gawk extensions - - - - --- 2013-07-25 David Malcolm New
[2/2] Introduce beginnings of a pipeline class. - - - - --- 2013-07-24 David Malcolm New
[1/2] Introduce context class - - - - --- 2013-07-24 David Malcolm New
Remove redundant decl of pass_ipa_lto_wpa_fixup - - - - --- 2013-07-18 David Malcolm New
Rename callback in ipa-pure-const.c - - - - --- 2013-07-18 David Malcolm New
[4/4] Add contrib/check_passes.py script - - - - --- 2013-07-18 David Malcolm New
[3/4] Introduce NEXT_PASS_NUM macro - - - - --- 2013-07-18 David Malcolm New
[2/4] Move the construction of the pass hierarchy into a new passes.def file. - - - - --- 2013-07-18 David Malcolm New
[1/4] Introduce macros when constructing the tree of passes - - - - --- 2013-07-18 David Malcolm New
Make all usage of "input_location" be explicit - - - - --- 2013-07-02 David Malcolm New
Remove global state from gcc/tracer.c - - - - --- 2013-07-01 David Malcolm New
[C++] Implement new "force_static" attribute - - - - --- 2013-07-01 David Malcolm New
Proof of concept: multiple gc heaps - - - - --- 2013-06-15 David Malcolm New
ggc-page.c : remove erroneous ATTRIBUTE_UNUSED - - - - --- 2013-06-14 David Malcolm New
function.c: Remove stray copy of initial_trampoline - - - - --- 2013-06-11 David Malcolm New
final.c: make debug_prefix_maps static - - - - --- 2013-06-11 David Malcolm New
tree-object-size.c: mark "unknown" as const - - - - --- 2013-06-07 David Malcolm New
tree-into-ssa.c: make interesting_blocks static - - - - --- 2013-06-07 David Malcolm New
Remove unused pass_update_address_taken - - - - --- 2013-06-05 David Malcolm New
tsan.c: mark tsan_atomic_table as constant - - - - --- 2013-06-05 David Malcolm New
tree-ssa-structalias.c: make call_stmt_vars static - - - - --- 2013-06-04 David Malcolm New
[0/2] Proof-of-concept towards removal of the "cfun" global - - - - --- 2013-05-31 David Malcolm New
[1/2] handwritten part of patch - - - - --- 2013-05-25 David Malcolm New
Remove global state from gcc/tracer.c - - - - --- 2013-05-23 David Malcolm New
Remove global state from gcc/tracer.c - - - - --- 2013-05-23 David Malcolm New
Remove global state from gcc/tracer.c - - - - --- 2013-05-23 David Malcolm New
Mark threshold arrays in bb-reorder.c as constant - - - - --- 2013-05-23 David Malcolm New
A trivial script to scrub ChangeLog changes from "git show" - - - - --- 2013-05-22 David Malcolm New
Add myself to MAINTAINERS as Write After Approval - - - - --- 2013-05-17 David Malcolm New
Use indentation in gtype.state to show nested structure - - - - --- 2013-05-06 David Malcolm New
Use indentation in gtype.state to show nested structure - - - - --- 2013-05-06 David Malcolm New
PATCH: contrib/repro_fail: filter out "-ignore SIGHUP" from spawn line - - - - --- 2013-05-06 David Malcolm New
Use indentation in gtype.state to show nested structure - - - - --- 2013-05-06 David Malcolm New
Use indentation in gtype.state to show nested structure - - - - --- 2013-05-04 David Malcolm New
PATCH: contrib/repro_fail: filter out "-ignore SIGHUP" from spawn line - - - - --- 2013-04-25 David Malcolm New
[6/6] Example of converting global state to per-pass state - - - - --- 2013-04-20 David Malcolm New
[5/6] Introduce virtual functions in testsuite/gcc.dg/plugin/one_time_plugin.c - - - - --- 2013-04-20 David Malcolm New
[4/6] Handwritten part of conversion of passes to instances of C++ classes - - - - --- 2013-04-20 David Malcolm New
[2/6] Move the construction of the pass hierarchy into a new passes.def file - - - - --- 2013-04-20 David Malcolm New
[1/6] Introduce macros when constructing the tree of passes - - - - --- 2013-04-20 David Malcolm New
RFC: elimination of global state relating to passes - - - - --- 2013-04-03 David Malcolm New
[SPARC] PR target/80968 Prevent stack loads in return delay slot. - - - - --- 2017-06-04 David Miller New
[SPARC] PR target/80968 Prevent stack loads in return delay slot. - - - - --- 2017-06-04 David Miller New
Convert SPARC to LRA - - - - --- 2015-09-17 David Miller New
Fix endianness assumption in LRA - - - - --- 2015-09-15 David Miller New
Convert SPARC to LRA - - - - --- 2015-09-09 David Miller New
Fix assembler options for -mcpu={supersparc,hypersparc} - - - - --- 2013-04-10 David Miller New
Improve cstore code generation on 64-bit sparc. - - - - --- 2013-04-09 David Miller New
[RFC] Finer grained reg classes. - - - - --- 2013-03-19 David Miller New
expansion of vector shifts... - - - - --- 2013-02-12 David Miller New
var-tracking wrt. leaf regs on sparc - - - - --- 2013-02-07 David Miller New
var-tracking wrt. leaf regs on sparc - - - - --- 2013-02-07 David Miller New
var-tracking wrt. leaf regs on sparc - - - - --- 2013-02-06 David Miller New
var-tracking wrt. leaf regs on sparc - - - - --- 2013-02-06 David Miller New
Sparc ASAN - - - - --- 2012-11-21 David Miller New
Fix sanitizer build on sparc64. - - - - --- 2012-11-20 David Miller New
expansion of vector shifts... - - - - --- 2012-11-16 David Miller New
[v4] Add support for sparc fused compare-and-branch. - - - - --- 2012-11-15 David Miller New
Get sparc building again after ASAN merge. - - - - --- 2012-11-13 David Miller New
Add extensive commentary to sparc's "U" constraint. - - - - --- 2012-11-07 David Miller New
Revert sparc "U" constraint removal. - - - - --- 2012-11-07 David Miller New
Fix libbacktrace on 32-bit sparc - - - - --- 2012-10-27 David Miller New
Update sparc constraint comments and documentation. - - - - --- 2012-10-27 David Miller New
[RFC] Enable LRA on Sparc. - - - - --- 2012-10-26 David Miller New
Remove unnecessary and troublesome sparc constraint. - - - - --- 2012-10-25 David Miller New
Use define_memory_constraint on sparc when necessary. - - - - --- 2012-10-24 David Miller New
[v3] Add support for sparc compare-and-branch - - - - --- 2012-10-23 David Miller New
[RFC,v2] Add support for sparc compare-and-branch - - - - --- 2012-10-17 David Miller New
[RFC] Add support for sparc compare-and-branch. - - - - --- 2012-10-13 David Miller New
« 1 2 ... 213 214 2151266 1267 »