Show patches with: Submitter = None       |    State = Action Required       |    Archived = No       |   297 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[2/2] use unique_ptr some - - - - --- 2017-07-31 tbsaunde+gcc@tbsaunde.org New
[1/2] add unique_ptr header - - - - --- 2017-07-31 tbsaunde+gcc@tbsaunde.org New
[19/19] use c++ for fold_buildN_loc - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[18/19] use c++ for gimple_build_debug_bind{,_source} - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[17/19] use c++ for bitmap_initialize - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[16/19] simplify the bitmap alloc_stat functions with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[15/19] replace shallow_copy_rtx_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[14/19] replace rtx_alloc_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[13/19] use c++ for build_tree_list{,_vec}_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[12/19] use C++ for {make,build}_vector_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[11/19] remove unused build_var_debug_value prototype - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[10/19] use c++ for tree_cons_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[09/19] use c++ instead of build_vl_exp_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[08/19] use c++ instead of build_decl_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[07/19] replace gimple_alloc_stat with c++ - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[06/19] use c++ instead of {make,grow}_tree_vec_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[05/19] use c++ instead of buildN_stat{,_loc} - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[04/19] use c++ for make_int_cst_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[03/19] use cxx instead of make_tree_binfo_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[02/19] use c++ instead of _stat for copy_node_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[01/19] use c++ instead of make_node_stat - - - - --- 2017-07-27 tbsaunde+gcc@tbsaunde.org New
[V2] improve bitmap / sbitmap compatability of bitmap_set_bit - - - - --- 2017-07-24 tbsaunde+gcc@tbsaunde.org New
[13/13] make inverted_post_order_compute() operate on a vec - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[12/13] make depth_first_search_ds a class - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[11/13] make more vars auto_sbitmaps - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[10/13] make a member an auto_sbitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[09/13] use auto_bitmap more with alternate obstacks - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[08/13] move several bitmaps from gc memory to the default obstack and use auto_bitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[07/13] use auto_bitmap more - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[06/13] replace some manual stacks with auto_vec - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[05/13] allow constructing a auto_vec with a preallocation, and a possibly larger actual allocation… - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[04/13] allow auto_bitmap to use other bitmap obstacks - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[03/13] store the bitmap_head within the auto_bitmap - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[02/13] improve bitmap / sbitmap compatability of bitmap_set_bit - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[01/13] improve safety of freeing bitmaps - - - - --- 2017-05-09 tbsaunde+gcc@tbsaunde.org New
[RFC] warn about raw pointers that can be unique_ptr<T> - - - - --- 2017-05-07 tbsaunde+gcc@tbsaunde.org New
remove conditional compilation of HAVE_AS_LEB128 code - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[11/11] make find_reg{,no}_fusage take rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[10/11] make dead_or_set_{,regno_}p take rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[09/11] make add_int_reg_note take rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[08/11] make prologue_epilogue_contains take a rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[07/11] remove cast from emit_libcall_block - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[06/11] make delete_insn () take a rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[05/11] make replace_label_in_insn take labels as rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[04/11] make recog () take a rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[03/11] make find_reg_equal_equiv_note take rtx_insn * - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[02/11] split up variables to use rtx_insn * more - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
[01/11] use rtx_insn * more places where it is obvious - - - - --- 2016-11-14 tbsaunde+gcc@tbsaunde.org New
add a gimple test for PR21458 - - - - --- 2016-10-31 tbsaunde+gcc@tbsaunde.org New
[3/3] split up some variables to use rtx_insn * more - - - - --- 2016-10-28 tbsaunde+gcc@tbsaunde.org New
[2/3] split up the trial variable in reorg.c:relax_delay_slots to use rtx_insn * more - - - - --- 2016-10-28 tbsaunde+gcc@tbsaunde.org New
[1/3] use rtx_insn * in various places where it is obvious - - - - --- 2016-10-28 tbsaunde+gcc@tbsaunde.org New
fix an uninitialized use of loc when parsing gimple switches - - - - --- 2016-10-27 tbsaunde+gcc@tbsaunde.org New
[7/7] make targetm.gen_ccmp{first,next} take rtx_insn ** - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[6/7] remove cast from prev_nonnote_insn_bb - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[5/7] remove cast in delete_insn_chain - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[4/7] remove cast to rtx_insn * in remove_note - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[3/7] use rtx_insn * more - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[2/7] make tablejump_p return the label as a rtx_insn * - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[1/7] make LABEL_REF_LABEL a rtx_insn * - - - - --- 2016-10-17 tbsaunde+gcc@tbsaunde.org New
[8/8] make next_cc0_user take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[7/8] make next/prev active_insn and active_insn_p take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[6/8] make next/prev nonnote_nondebug_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[5/8] make prev_real_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[4/8] make next/prev nondebug_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[3/8] make next/prev _nonnote_insn take rtx_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[2/8] use rtx_insn * more - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[1/8] change a few rtx_insn * to rtx_jump_insn * - - - - --- 2016-09-14 tbsaunde+gcc@tbsaunde.org New
[3/3] make stack_slot_list a vec<rtx> - - - - --- 2016-08-25 tbsaunde+gcc@tbsaunde.org New
[2/3] make forced labels a vec - - - - --- 2016-08-25 tbsaunde+gcc@tbsaunde.org New
[1/3] haifa-sched.c: make ready_list an auto_vec<rtx_insn *> - - - - --- 2016-08-25 tbsaunde+gcc@tbsaunde.org New
remove HARD_FRAME_POINTER_IS_ARG_POINTER macro - - - - --- 2016-08-20 tbsaunde+gcc@tbsaunde.org New
remove conditional compilation of HAVE_AS_LEB128 code - - - - --- 2016-08-20 tbsaunde+gcc@tbsaunde.org New
[3/3] merge adjust_cost and adjust_cost_2 target hooks - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[2/3] haifa-sched.c: make twins a auto_vec<rtx_insn *> - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[1/3] make pattern_regs a vec - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[6/6] add [cd]tors to scc_info - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[5/6] add a constructor to elim_graph - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[4/6] remove elim_graph typedef - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[3/6] add ctor to topo_info - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[2/6] use auto_sbitmap in various places - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[1/6] add auto_sbitmap class - - - - --- 2016-07-24 tbsaunde+gcc@tbsaunde.org New
[9/9] remove unnecessary calls to vec::release - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[8/9] use auto_vec for more local variables - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[7/9] tree-ssa-sccvn.c: use auto_vec for sccvn_dom_walker::cond_stack - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[6/9] ree.c: use auto_vec in ext_state - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[5/9] cfgexpand.c: use auto_vec in stack_vars_data - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[4/9] ipa.c: remove static_{ctors,dtors} globals - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[3/9] genextract.c: add [cd]tors to accum_extract - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[2/9] c-decl.c: add [cd]tors to c_struct_parse_info - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
[1/9] tree.c: add [cd]tors to free_lang_data_d - - - - --- 2016-06-29 tbsaunde+gcc@tbsaunde.org New
remove unused CTOR_LISTS_DEFINED_EXTERNALLY macro - - - - --- 2016-06-27 tbsaunde+gcc@tbsaunde.org New
[6/6] loop-iv.c: make cond_list a vec - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[5/6] make pattern_regs a vec - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[4/6] make side_effects a vec<rtx> - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[3/6] make stores rtx_insn_list a vec - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[2/6] remove unused loads rtx_insn_list - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[1/6] make antic_stores a vec<rtx_insn *> - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[6/7] remove avr-rtems support - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
[5/7] remove m32-rtems support - - - - --- 2016-06-20 tbsaunde+gcc@tbsaunde.org New
« 1 2 3 »