Show patches with: Archived = No       |   126710 patches
« 1 2 ... 211 212 2131267 1268 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[12/89] tree-predcom.c: use gimple_phi in various places - - - - --- 2014-04-21 David Malcolm New
[11/89] tree-parloops.c: use gimple_phi in various places - - - - --- 2014-04-21 David Malcolm New
[10/89] Update ssa_prop_visit_phi_fn callbacks to take a gimple_phi - - - - --- 2014-04-21 David Malcolm New
[09/89] Introduce gimple_phi_iterator - - - - --- 2014-04-21 David Malcolm New
[08/89] Introduce gimple_phi and use it in various places - - - - --- 2014-04-21 David Malcolm New
[07/89] Introduce gimple_debug and use it in a few places - - - - --- 2014-04-21 David Malcolm New
[06/89] Introduce gimple_label and use it in a few places - - - - --- 2014-04-21 David Malcolm New
[05/89] Introduce gimple_assign and use it in various places - - - - --- 2014-04-21 David Malcolm New
[04/89] Introduce gimple_cond and use it in various places - - - - --- 2014-04-21 David Malcolm New
[03/89] Introduce gimple_bind and use it for accessors. - - - - --- 2014-04-21 David Malcolm New
[02/89] Introduce gimple_switch and use it in various places - - - - --- 2014-04-21 David Malcolm New
[01/89] Const-correctness fixes for some gimple accessors - - - - --- 2014-04-21 David Malcolm New
[jit] Avoid shadowing progname global - - - - --- 2014-03-19 David Malcolm New
[jit] Tighten up the distinction between pointers and arrays - - - - --- 2014-03-19 David Malcolm New
[jit] Add missing tests to test-combination.c - - - - --- 2014-03-18 David Malcolm New
[jit] Support array to pointer conversions - - - - --- 2014-03-14 David Malcolm New
[jit] Add type-checking to gcc_jit_context_new_cast - - - - --- 2014-03-14 David Malcolm New
[jit] Include locations in error reports where available - - - - --- 2014-03-13 David Malcolm New
[jit] Fix state issue in gcse.c - - - - --- 2014-03-11 David Malcolm New
[jit] Cleanup base_types - - - - --- 2014-03-11 David Malcolm New
[jit] Fix global state init_p within ipa_init - - - - --- 2014-03-10 David Malcolm New
[jit] Make various C++ wrapper methods const - - - - --- 2014-03-10 David Malcolm New
[(for,next,stage,1)] Add return type to gimple function dumps - - - - --- 2014-03-10 David Malcolm New
[jit] Use exceptions in the C++ wrapper API - - - - --- 2014-03-10 David Malcolm New
[jit] Add GCC_JIT_FUNCTION_ALWAYS_INLINE and fix GCC_JIT_FUNCTION_INTERNAL. - - - - --- 2014-03-07 David Malcolm New
[jit] Reorganize jit.dg/test-functions.c - - - - --- 2014-03-07 David Malcolm New
[jit] Add creating globals to C++ wrapper API - - - - --- 2014-03-07 David Malcolm New
[jit] Tweaks to location-handling - - - - --- 2014-03-07 David Malcolm New
[jit] Visit parent contexts in disassociate_from_playback - - - - --- 2014-03-07 David Malcolm New
[jit] New API entrypoint: gcc_jit_function_dump_to_dot - - - - --- 2014-03-05 David Malcolm New
[jit] Fixes to type-checking - - - - --- 2014-03-04 David Malcolm New
[jit] New API entrypoint: gcc_jit_type_get_volatile - - - - --- 2014-03-04 David Malcolm New
[jit] Add more syntactic sugar to C++ wrapper API - - - - --- 2014-03-03 David Malcolm New
[jit] Add typechecking to binary ops and comparisons - - - - --- 2014-02-28 David Malcolm New
[jit] New API entrypoint: gcc_jit_context_new_cast - - - - --- 2014-02-28 David Malcolm New
[jit] New API entrypoint: gcc_jit_block_get_function - - - - --- 2014-02-28 David Malcolm New
[jit] Major API change: blocks rather than labels - - - - --- 2014-02-27 David Malcolm New
[jit] New API entrypoint: gcc_jit_function_add_void_return - - - - --- 2014-02-25 David Malcolm New
[jit] Ensure that locals make it into the generated debuginfo - - - - --- 2014-02-25 David Malcolm New
[jit] New API entrypoint: gcc_jit_context_dump_to_file - - - - --- 2014-02-21 David Malcolm New
[jit] Add some type-checking to parameters requiring pointers - - - - --- 2014-02-19 David Malcolm New
[jit] Support self-referential data structures (API changes). - - - - --- 2014-02-18 David Malcolm New
[jit] Avoid using a NULL context when reporting errors - - - - --- 2014-02-18 David Malcolm New
[jit] Add some syntactic sugar to C++ wrapper API - - - - --- 2014-02-14 David Malcolm New
[jit] New API entrypoint: gcc_jit_context_get_builtin_function - - - - --- 2014-02-13 David Malcolm New
[jit] Require function names to be valid C identifiers for now - - - - --- 2014-02-13 David Malcolm New
[jit] Add an explicit boolean type - - - - --- 2014-02-11 David Malcolm New
[jit] Fix error message in test - - - - --- 2014-02-11 David Malcolm New
[jit] Improvements to error-handling - - - - --- 2014-02-11 David Malcolm New
[jit] Add the ability to get int types by size/signedness. - - - - --- 2014-02-10 David Malcolm New
[jit] Add gcc_jit_function_get_param - - - - --- 2014-02-10 David Malcolm New
[jit] Mark "get_inner_" methods as const within C++ wrapper API. - - - - --- 2014-02-10 David Malcolm New
[jit] Add operator overloading to the C++ API. - - - - --- 2014-02-10 David Malcolm New
[jit] Provide a more terse C++ wrapper API. - - - - --- 2014-02-10 David Malcolm New
[jit] Pass std::vector by reference within the C++ wrapper API - - - - --- 2014-02-10 David Malcolm New
[jit] Use std::string rather than const char * in C++ wrapper API. - - - - --- 2014-02-10 David Malcolm New
[jit] Use default arguments to eliminate half of the methods in the C++ wrapper API. - - - - --- 2014-02-10 David Malcolm New
[jit] Update TODO.rst - - - - --- 2014-02-10 David Malcolm New
[jit] Add some methods to the C++ wrapper API. - - - - --- 2014-02-06 David Malcolm New
[jit] Improvements to array access (API change and additions) - - - - --- 2014-02-04 David Malcolm New
[jit] Add a gcc_jit_object base class, exposing debug strings and contexts - - - - --- 2014-02-03 David Malcolm New
[jit] Add libgccjit++.h, a C++ wrapper to the API - - - - --- 2014-01-31 David Malcolm New
[jit] Check that code labels are placed exactly once - - - - --- 2014-01-30 David Malcolm New
[jit] Check argument types within gcc_jit_context_new_call - - - - --- 2014-01-30 David Malcolm New
[jit] Add type-checking and strings to help with debugging - - - - --- 2014-01-30 David Malcolm New
[jit] API change: access fields via (gcc_jit_field *) rather than by name - - - - --- 2014-01-29 David Malcolm New
[jit] Implement nested jit-compilation contexts - - - - --- 2014-01-28 David Malcolm New
[jit] Add set_options function to the testsuite - - - - --- 2014-01-28 David Malcolm New
[jit] Fix accidental removal of GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE - - - - --- 2014-01-27 David Malcolm New
[jit] Verify argument counts within gcc_jit_context_new_call - - - - --- 2014-01-27 David Malcolm New
[jit] Remove GCC_JIT_BINARY_OP_FLOATING_DIVIDE - - - - --- 2014-01-27 David Malcolm New
[jit] Add test case for a client that adds nothing to a gcc_jit_context - - - - --- 2014-01-25 David Malcolm New
[jit] Eliminate the code-creation callback - - - - --- 2014-01-25 David Malcolm New
[jit] Support floating-point division; add test-quadratic.c - - - - --- 2014-01-24 David Malcolm New
[jit] Use access methods for context options - - - - --- 2014-01-24 David Malcolm New
[jit] Add contrib/jit-coverage-report.py - - - - --- 2014-01-24 David Malcolm New
[jit] Add GCC_JIT_BOOL_OPTION_DUMP_GENERATED_CODE - - - - --- 2014-01-23 David Malcolm New
[jit] Fix how locals are created; add BIND_EXPR - - - - --- 2014-01-23 David Malcolm New
[jit] Introduce add_stmt helper method. - - - - --- 2014-01-23 David Malcolm New
[jit] Add gcc_jit_function_add_comment - - - - --- 2014-01-21 David Malcolm New
[16/16] tree-ssa-loop-ivopts.c: use gimple_phi in a few places - - - - --- 2013-12-13 David Malcolm New
[15/16] tree-ssa-loop-manip.c: use gimple_phi in three places - - - - --- 2013-12-13 David Malcolm New
[14/16] tree-ssa-loop-niter.c: use gimple_phi in a few places - - - - --- 2013-12-13 David Malcolm New
[13/16] tree-ssa-phiprop.c: use gimple_phi - - - - --- 2013-12-13 David Malcolm New
[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
« 1 2 ... 211 212 2131267 1268 »