Show patches with: State = Action Required       |   126642 patches
« 1 2 ... 212 213 2141266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[12/16] tree-predcom.c: use gimple_phi in various places - - - - --- 2013-12-13 David Malcolm New
[11/16] tree-parloops.c: use gimple_phi in various places - - - - --- 2013-12-13 David Malcolm New
[10/16] Update ssa_prop_visit_phi_fn callbacks to take a gimple_phi - - - - --- 2013-12-13 David Malcolm New
[09/16] Introduce gimple_phi_iterator - - - - --- 2013-12-13 David Malcolm New
[08/16] Introduce gimple_phi and use it in various places - - - - --- 2013-12-13 David Malcolm New
[07/16] Introduce gimple_debug and use it in a few places - - - - --- 2013-12-13 David Malcolm New
[06/16] Introduce gimple_label and use it in a few places - - - - --- 2013-12-13 David Malcolm New
[05/16] Introduce gimple_assign and use it in various places - - - - --- 2013-12-13 David Malcolm New
[04/16] Introduce gimple_cond and use it in various places - - - - --- 2013-12-13 David Malcolm New
[03/16] Introduce gimple_bind and use it for accessors. - - - - --- 2013-12-13 David Malcolm New
[02/16] Introduce gimple_switch and use it in various places - - - - --- 2013-12-13 David Malcolm New
[01/16] Const-correctness fixes for some gimple accessors - - - - --- 2013-12-13 David Malcolm New
[13/13] Eliminate FOR_ALL_BB macro. - - - - --- 2013-12-06 David Malcolm New
[12/13] Eliminate FOR_EACH_BB_REVERSE macro. - - - - --- 2013-12-06 David Malcolm New
[11/13] Eliminate FOR_EACH_BB macro. - - - - --- 2013-12-06 David Malcolm New
[10/13] Eliminate last_basic_block macro. - - - - --- 2013-12-06 David Malcolm New
[09/13] Eliminate profile_status macro. - - - - --- 2013-12-06 David Malcolm New
[08/13] Eliminate label_to_block_map macro. - - - - --- 2013-12-06 David Malcolm New
[07/13] Eliminate basic_block_info macro. - - - - --- 2013-12-06 David Malcolm New
[06/13] Eliminate BASIC_BLOCK macro. - - - - --- 2013-12-06 David Malcolm New
[05/13] Eliminate SET_BASIC_BLOCK macro. - - - - --- 2013-12-06 David Malcolm New
[04/13] Rename profile_status_for_function to profile_status_for_fn. - - - - --- 2013-12-06 David Malcolm New
[03/13] Rename label_to_block_map_for_function to label_to_block_map_for_fn. - - - - --- 2013-12-06 David Malcolm New
[02/13] Rename last_basic_block_for_function to last_basic_block_for_fn. - - - - --- 2013-12-06 David Malcolm New
[01/13] Rename macros (basic_block_info_for_function, BASIC_BLOCK_FOR_FUNCTION, SET_BASIC_BLOCK_FOR… - - - - --- 2013-12-06 David Malcolm New
Fix missing plugin headers - - - - --- 2013-12-03 David Malcolm New
Fix checking of gimple types - - - - --- 2013-11-25 David Malcolm New
[9/9] gcc: Remove macros that implicitly use input_location - - - - --- 2013-11-22 David Malcolm New
[8/9] gcc: Convert implicit uses of input_location into explicit uses - - - - --- 2013-11-22 David Malcolm New
[7/9] bfin: Remove use of input_filename macro. - - - - --- 2013-11-22 David Malcolm New
[6/9] fortran: Remove use of input_line macro - - - - --- 2013-11-22 David Malcolm New
[5/9] gcc/c: Convert implicit uses of input_location into explicit uses - - - - --- 2013-11-22 David Malcolm New
[4/9] cp: Convert implicit uses of input_location into explicit uses - - - - --- 2013-11-22 David Malcolm New
[3/9] c-family: Convert implicit uses of input_location into explicit uses - - - - --- 2013-11-22 David Malcolm New
[2/9] ada: Eliminate uses of input_line macro. - - - - --- 2013-11-22 David Malcolm New
[1/9] java: Convert implicit uses of input_location into explicit uses - - - - --- 2013-11-22 David Malcolm New
Committed: gdbhooks.py: fix prettyprinting of NULL vec<>* - - - - --- 2013-11-20 David Malcolm New
Fix comments that refer to ENTRY_{BLOCK|EXIT}_PTR - - - - --- 2013-11-20 David Malcolm New
Committed: gdbhooks.py: Implement a prettyprinter for vec<>* - - - - --- 2013-11-20 David Malcolm New
Committed: removal of ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros - - - - --- 2013-11-19 David Malcolm New
Committed: removal of n_edges macro - - - - --- 2013-11-19 David Malcolm New
Updated automated patch (was Re: [PATCH 3/6] Automated part of conversion of gimple types to use C+… - - - - --- 2013-11-18 David Malcolm New
Eliminate n_basic_blocks macro (was Re: [PATCH] Avoid some unnecessary set_cfun calls) - - - - --- 2013-11-16 David Malcolm New
Add gimple subclasses for every gimple code (was Re: [PATCH 0/6] Conversion of gimple types to C++ … - - - - --- 2013-11-08 David Malcolm New
Add gimple subclasses for every gimple code (was Re: [PATCH 0/6] Conversion of gimple types to C++ … - - - - --- 2013-11-05 David Malcolm New
gengtype: support empty GTY-marked structs - - - - --- 2013-11-05 David Malcolm New
[0/6] Conversion of gimple types to C++ inheritance (v3) - - - - --- 2013-11-04 David Malcolm New
Support multiline GTY markers in Doxygen filter; add unittests - - - - --- 2013-10-31 David Malcolm New
[6/6] Update gdb hooks to reflect changes to gimple types - - - - --- 2013-10-31 David Malcolm New
[5/6] Port various places from union access to subclass access. - - - - --- 2013-10-31 David Malcolm New
[4/6] Implement is_a_helper <>::test specializations for various gimple types - - - - --- 2013-10-31 David Malcolm New
[3/6] Automated part of conversion of gimple types to use C++ inheritance - - - - --- 2013-10-31 David Malcolm New
[2/6] Hand-written port of various accessors within gimple.h - - - - --- 2013-10-31 David Malcolm New
[1/6] Convert gimple types from a union to C++ inheritance - - - - --- 2013-10-31 David Malcolm New
[(updated)] Convert symtab, cgraph and varpool nodes into a real class hierarchy - - - - --- 2013-10-29 David Malcolm New
[(updated)] Convert symtab, cgraph and varpool nodes into a real class hierarchy - - - - --- 2013-10-29 David Malcolm New
make gengtype more robust against user error - - - - --- 2013-10-25 David Malcolm New
Fix names of various macro parameters in tree.h - - - - --- 2013-10-25 David Malcolm New
[jit] Add fuzz-testing program for API - - - - --- 2013-10-24 David Malcolm New
[jit] Fix various issues relating to gcc_jit_location. - - - - --- 2013-10-24 David Malcolm New
[wwwdocs] Add link to jit mailing list to lists.html - - - - --- 2013-10-23 David Malcolm New
[jit] Add missing include of diagnostic-core.h - - - - --- 2013-10-23 David Malcolm New
[jit] Add gcc_jit_context_get_first_error - - - - --- 2013-10-22 David Malcolm New
[jit] Fix error-handling within gcc::jit::context::compile (timevar issues) - - - - --- 2013-10-21 David Malcolm New
[jit] Show source locations (if any) in gimple dump - - - - --- 2013-10-21 David Malcolm New
[jit] Improve error message in gcc_jit_function_new_local - - - - --- 2013-10-21 David Malcolm New
[jit] Implement gcc_jit_lvalue_get_address - - - - --- 2013-10-21 David Malcolm New
[jit] Various changes to expression-handling (API changes) - - - - --- 2013-10-19 David Malcolm New
[jit] Improvements to error-handling - - - - --- 2013-10-18 David Malcolm New
[jit] Rewrite of primitive types (API change) - - - - --- 2013-10-18 David Malcolm New
[jit] Improvements to API documentation within header file - - - - --- 2013-10-18 David Malcolm New
[jit] Update TODO.rst - - - - --- 2013-10-18 David Malcolm New
[jit] Revamp of locals handling (changing API) - - - - --- 2013-10-16 David Malcolm New
[jit] Improvements to documentation. - - - - --- 2013-10-16 David Malcolm New
[jit] Update TODO for jit. - - - - --- 2013-10-16 David Malcolm New
[jit] jit.exp: Detect compilation errors - - - - --- 2013-10-15 David Malcolm New
[jit] libgccjit.map: Sort the symbols alphabetically - - - - --- 2013-10-15 David Malcolm New
[jit] Implement source code location support (API change) - - - - --- 2013-10-15 David Malcolm New
Introduce gcc::dump_manager class - - - - --- 2013-10-12 David Malcolm New
Add --enable-host-shared configuration option - - - - --- 2013-10-11 David Malcolm New
[2/2] Automated conversion of IPA passes to new API - - - - --- 2013-10-10 David Malcolm New
[1/2] Handwritten part of conversion of IPA pass hooks to virtual functions - - - - --- 2013-10-10 David Malcolm New
Add --enable-host-shared configuration option - - - - --- 2013-10-10 David Malcolm New
coverage.c: Fix leak of da_file_name - - - - --- 2013-10-10 David Malcolm New
Fix memory leak within ipa_inline - - - - --- 2013-10-10 David Malcolm New
libgccjit.so: an embeddable JIT-compiler based on GCC - - - - --- 2013-10-03 David Malcolm New
[v2,4/4] Add documentation about gengtype and inheritance - - - - --- 2013-09-24 David Malcolm New
[v2,3/4] Handle simple inheritance in gengtype. - - - - --- 2013-09-24 David Malcolm New
[v2,2/4] Parse base classes for GTY-marked types - - - - --- 2013-09-24 David Malcolm New
[v2,1/4] Ignore access-control keywords when parsing fields. - - - - --- 2013-09-24 David Malcolm New
[3/3] Convert symtab, cgraph and varpool nodes into a real class hierarchy - - - - --- 2013-09-20 David Malcolm New
[2/3] Handle simple inheritance in gengtype. - - - - --- 2013-09-20 David Malcolm New
[1/3] Parse base classes for GTY-marked types - - - - --- 2013-09-20 David Malcolm New
[v2,6/6] Update hand-written GTY routines for type renaming - - - - --- 2013-09-09 David Malcolm New
[v2,5/6] Automated renaming of symtab types - - - - --- 2013-09-09 David Malcolm New
[v2,4/6] Remove symtab_node and const_symtab_node typedefs. - - - - --- 2013-09-09 David Malcolm New
[v2,3/6] Split symtab_node declarations onto multiple lines - - - - --- 2013-09-09 David Malcolm New
[v2,1/6] Convert symtab, cgraph and varpool nodes into a real class hierarchy - - - - --- 2013-09-09 David Malcolm New
[6/6,v2] Add manual GTY hooks - - - - --- 2013-08-31 David Malcolm New
[6/6] Add manual GTY hooks - - - - --- 2013-08-29 David Malcolm New
« 1 2 ... 212 213 2141266 1267 »