public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
[PATCH 000/236] Introduce rtx subclasses
 2014-08-06 17:43 UTC  (159+ messages)
` [PATCH 042/236] try_split returns an rtx_insn
` [PATCH 013/236] DEP_PRO/DEP_CON scaffolding
` [PATCH 019/236] Strengthen return type of gen_label_rtx
` [PATCH 008/236] Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants
` [PATCH 056/236] cfgbuild.c: Use rtx_insn
` [PATCH 054/236] calls.c: "
` [PATCH 080/236] haifa-sched.c: "
` [PATCH 018/236] Strengthen return types of various {next|prev}_*insn from rtx to rtx_insn *
` [PATCH 002/236] JUMP_LABEL is not always a LABEL
` [PATCH 009/236] Replace BB_HEAD et al macros with functions
` [PATCH 034/236] next_cc0_user and prev_cc0_setter scaffolding
` [PATCH 006/236] Introduce rtx_insn subclass of rtx_def
` [PATCH 040/236] Use rtx_insn internally within generated functions
` [PATCH 063/236] compare-elim.c: Use rtx_insn
` [PATCH 047/236] PHASE 2: Per-file commits in main source directory
` [PATCH 012/236] Convert DF_REF_INSN to a function for now
` [PATCH 058/236] cfgloop.c: Use rtx_insn
` [PATCH 007/236] New function: for_each_rtx_in_insn
` [PATCH 027/236] asan_emit_stack_protection returns an insn
` [PATCH 001/236] Convert lab_rtx_for_bb from pointer_map_t to pointer_map<rtx>
` [PATCH 004/236] PHASE 1: Initial "scaffolding" commits
` [PATCH 021/236] entry_of_function returns an insn
` [PATCH 144/236] config/picochip: Use rtx_insn
` [PATCH 116/236] shrink-wrap.*: Use rtx_insn (touches config/i386/i386.c)
` [PATCH 020/236] Return rtx_insn from get_insns/get_last_insn
` [PATCH 066/236] dce.c: Use rtx subclasses
` [PATCH 145/236] config/rs6000: Use rtx_insn
` [PATCH 123/236] web.c: "
` [PATCH 151/236] config/spu/spu.c: "
` [PATCH 132/236] config/epiphany: "
` [PATCH 175/236] Remove DEP_PRO/CON scaffolding
` [PATCH 120/236] valtrack.c: Use rtx_insn
` [PATCH 142/236] config/nds32: "
` [PATCH 137/236] config/iq2000: "
` [PATCH 090/236] loop-unroll.c: Use rtx_insn (also touches basic-block.h)
` [PATCH 111/236] sched-deps.c: Use rtx_insn
` [PATCH 077/236] fwprop.c: "
` [PATCH 099/236] predict.*: Use rtx_insn (also touches function.c and config/cris/cris.c)
` [PATCH 048/236] alias.c: Use rtx_insn
` [PATCH 084/236] internal-fn.c: Use rtx_insn and rtx_code_label
` [PATCH 068/236] df-*.c: Use rtx_insn
` [PATCH 049/236] asan.c: strengthen some rtx locals
` [PATCH 087/236] loop-doloop.c: Use rtx_insn in a few places
` [PATCH 003/236] config/mn10300: Fix missing PATTERN in PARALLEL handling
` [PATCH 125/236] config/aarch64/aarch64.c: Use rtx_insn
` [PATCH 109/236] resource.c: "
` [PATCH 030/236] Convert various rtx to rtx_note *
` [PATCH 092/236] lra: use rtx_insn
` [PATCH 104/236] regcprop.c: Use rtx_insn
` [PATCH 219/236] Make SET_NEXT_INSN/SET_PREV_INSN require an rtx_insn
` [PATCH 140/236] config/microblaze/microblaze.c: Use rtx_insn and rtx_code_label
` [PATCH 202/236] dwarf2cfi.c: Use rtx_sequence
` [PATCH 186/236] Various condition-handling calls
` [PATCH 177/236] Tighten up params of create_basic_block_structure
` [PATCH 223/236] inside_basic_block_p requires a const rtx_insn *
` [PATCH 206/236] jump.c: Use rtx_sequence
` [PATCH 232/236] Use rtx_insn in various places in resource.[ch]
` [PATCH 212/236] Use rtx_expr_list for expr_status.x_forced_labels
` [PATCH 191/236] Remove DF_REF_INSN scaffolding
` [PATCH 170/236] Eliminate BB_NOTE_LIST scaffolding
` [PATCH 200/236] Use rtx_insn_list in various places
` [PATCH 107/236] regstat.c: Use rtx_insn
` [PATCH 236/236] END OF PATCHES: Delete rtx-classes-status.txt
` [PATCH 159/236] Convert edge_def.insns.r to rtx_insn *
` [PATCH 162/236] delete_insn_and_edges takes an "
` [PATCH 201/236] Introduce rtx_sequence subclass of rtx_def
` [PATCH 182/236] get_last_insn_anywhere returns an rtx_insn
` [PATCH 217/236] Add JUMP_LABEL_AS_INSN
` [PATCH 130/236] config/bfin: Use rtx_insn
` [PATCH 171/236] du_chain.insn is an rtx_insn
` [PATCH 189/236] Various scheduling strengthenings
` [PATCH 227/236] find_first_parameter_load params and return type
` [PATCH 229/236] NEXT_INSN and PREV_INSN take a const rtx_insn
` [PATCH 233/236] dfa_clear_single_insn_cache takes an rtx_insn
` [PATCH 224/236] insn_current_reference_address "
` [PATCH 225/236] Work towards NEXT_INSN/PREV_INSN requiring insns as their params
` [PATCH 165/236] struct haifa_sched_info: prev_head and next_tail
` [PATCH 209/236] sched-vis.c: Use rtx_sequence
` [PATCH 156/236] PHASE 4: Removal of scaffolding
` [PATCH 203/236] except.c: Use rtx_sequence
` [PATCH 166/236] shorten_branches takes an rtx_insn
` [PATCH 215/236] Use rtx_expr_list in various places
` [PATCH 102/236] ree.c: Use rtx_insn
` [PATCH 230/236] Make INSN_HAS_LOCATION require an rtx_insn
` [PATCH 032/236] emit_* functions return rtx_insn
` [PATCH 226/236] Delete find_last_value
` [PATCH 222/236] Use rtx_insn in more places in dwarf2cfi.c
` [PATCH 192/236] Tweak to dse.c
` [PATCH 194/236] Use rtx_insn for various target.def hooks
` [PATCH 164/236] Add rtx_jump_table_data::get_labels method
` [PATCH 185/236] Use rtx_insn in more places in fwprop.c
` [PATCH 220/236] Strengthen return_label and naked_return_label to rtx_code_label *
` [PATCH 213/236] rtl_data.x_nonlocal_goto_handler_labels becomes an rtx_expr_list
` [PATCH 205/236] function.c: Use rtx_sequence
` [PATCH 082/236] ifcvt.c: Use rtx_insn
` [PATCH 028/236] cfgexpand.c: "
` [PATCH 168/236] final_start_function takes an rtx_insn
` [PATCH 108/236] reload: Use rtx_insn (also touches caller-save.c and config/arc/arc)
` [PATCH 121/236] varasm.c: Use rtx_insn
` [PATCH 086/236] jump.c: Use rtx_insn in a few places (also touches rtl.h and cfgexpand.c)
` [PATCH 025/236] make_insn_raw returns an rtx_insn
` [PATCH 157/236] struct eh_landing_pad_d: field "landing_pad" is an rtx_code_label
` [PATCH 017/236] Add subclasses for the various kinds of instruction
` [PATCH 134/236] config/i386/i386.c: Use rtx_code_label
` [PATCH 067/236] ddg: Use rtx_insn
` [PATCH 138/236] config/m68k: "
` [PATCH 187/236] duplicate_insn_chain accepts rtx_insn
` [PATCH 026/236] bb_note returns a rtx_note *
` [PATCH 005/236] Introduce as_a_nullable
` [PATCH 061/236] combine.c: Use rtx_insn
` [PATCH 193/236] cselib (also touches sched-deps.c)
` [PATCH 112/236] sched-ebb.c: Use rtx_insn (requires touching sched-int.h and config/c6x/c6x.c)
` [PATCH 103/236] reg-stack.c: Use rtx_insn
` [PATCH 199/236] Introduce rtx_insn_list subclass of rtx_def
` [PATCH 218/236] Use rtx subclasses in more places in reorg.c
` [PATCH 231/236] Make insn_addresses_new require an rtx_insn
` [PATCH 149/236] config/sh: Use rtx_insn and rtx_code_label
` [PATCH 155/236] config/xtensa: "
` [PATCH 127/236] config/arc: Use rtx_insn
` [PATCH 181/236] Strengthen fields in struct sequence_stack and struct emit_status
` [PATCH 096/236] optabs.c: Use rtx_insn and rtx_code_label
` [PATCH 141/236] config/mips: "
` [PATCH 169/236] Strengthen haifa_sched_info callbacks and 3 scheduler hooks
` [PATCH 074/236] expr.c: Use rtx_insn and rtx_code_label
` [PATCH 055/236] caller-save.c: Use rtx_insn
` [PATCH 085/236] ira: Use rtx_insn in various places
` [PATCH 016/236] BND_TO scaffolding
` [PATCH 150/236] config/sparc: Use rtx_insn
` [PATCH 065/236] cse.c: "
` [PATCH 143/236] config/pa: "
` [PATCH 076/236] function.c: "
` [PATCH 136/236] config/ia64/ia64.c: "
` [PATCH 122/236] var-tracking.c: "
` [PATCH 178/236] Remove BB_HEAD, BB_END, BB_HEADER scaffolding
` [PATCH 146/236] config/rx: Use rtx_insn
` [PATCH 114/236] sel-sched.c: "
` [PATCH 204/236] final.c: Use rtx_sequence
` [PATCH 117/236] stack-ptr-mod.c: Use rtx_insn
` [PATCH 044/236] Pass "insn" as an rtx_insn within generated get_attr_ fns in insn-attrtab.c
` [PATCH 211/236] Introduce rtx_expr_list subclass of rtx_def
` [PATCH 234/236] Strengthen params to active_insn_between
` [PATCH 214/236] rtl_data.x_stack_slot_list becomes an rtx_expr_list
` [PATCH 195/236] Convert PATTERN from a macro to a pair of inline functions
` [PATCH 023/236] delete_trivially_dead_insns works on insns
` [PATCH 029/236] rtl_data.x_parm_birth_insn is an insn
` [PATCH 088/236] loop-invariant.c: Use rtx_insn in various places
` [PATCH 081/236] hw-doloop: Use rtx_insn (touches config/bfin/bfin.c)
` [PATCH 015/236] BB_NOTE_LIST scaffolding
` [PATCH 179/236] cselib_record_sets_hook takes an rtx_insn
` [PATCH 207/236] reorg.c: Use rtx_sequence
` [PATCH 124/236] PHASE 3: Per-config subdir commits
` [PATCH 010/236] Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms
` [PATCH 036/236] get_last_bb_insn returns an rtx_insn
` [PATCH 133/236] config/h8300: Use rtx_insn
` [PATCH 045/236] define_bypass guard functions take a pair of rtx_insn
` [PATCH 069/236] dwarf2cfi.c: Use rtx_insn
` [PATCH 128/236] config/arm: Use rtx_insn and rtx_code_label
` [PATCH 035/236] Return types of unlink_insn_chain and duplicate_insn_chain

Fwd: [GOOGLE, AUTOFDO] Assign different discriminators to calls with the same lineno
 2014-08-06 17:23 UTC 

[C++ Patch/RFC] PR 43906
 2014-08-06 17:07 UTC  (10+ messages)

[PATCH Fortran/Diagnostics] Move Fortran to common diagnostics machinery
 2014-08-06 16:51 UTC 

[PATCH] gcc/testsuite: Disable pr44194-1.c for BE Power64/Linux
 2014-08-06 16:12 UTC  (7+ messages)
  ` [PATCH v2] "

[C PATCH] Discard P - (P + CST) optimization in pointer_diff (PR c/61240)
 2014-08-06 16:04 UTC  (9+ messages)

[GSoC] Elimination of CLooG library installation dependency
 2014-08-06 15:48 UTC  (2+ messages)

patch to fix PR 61923
 2014-08-06 15:48 UTC 

[GSoC] the separate option for all dimensions
 2014-08-06 15:36 UTC  (4+ messages)

[PING][PATCH] Fix for PR 61561
 2014-08-06 14:44 UTC  (11+ messages)
` Fwd: "
  `  "
            ` [PINGv2][PATCH] "
              ` [PINGv3][PATCH] "

[PATCH][match-and-simplify] Implement two-parameter builtin-function simplify
 2014-08-06 14:42 UTC  (2+ messages)

[PATCH][match-and-simplify] Robusten gimple_build against non-SSA context
 2014-08-06 14:30 UTC 

[PATCH][match-and-simplify] Fix codegen bug
 2014-08-06 14:28 UTC 

[PATCH] Move POINTER_PLUS_EXPR folding to fold-const.c
 2014-08-06 14:19 UTC 

Remove unnecessary and harmful fixincludes for Android
 2014-08-06 14:07 UTC  (11+ messages)

[PATCH, trans-mem, PR 61393] Copy tm_clone field of cgraph_node when cloning the node
 2014-08-06 14:02 UTC  (2+ messages)

[PATCH][match-and-simplify] Fix ICE with updating EH info
 2014-08-06 13:54 UTC 

[PATCH] Fix PR62034
 2014-08-06 13:44 UTC 

[PATCH libstdc++ v3] - Add xmethods for std::vector and std::unique_ptr
 2014-08-06 13:37 UTC  (5+ messages)

[PATCH 2/2] Enable elimination of zext/sext
 2014-08-06 13:29 UTC  (14+ messages)

[PATCH, ivopt] Try aligned offset when get_address_cost
 2014-08-06 12:25 UTC  (6+ messages)

[c++-concepts]
 2014-08-06 12:20 UTC 

Replacement of isl_int by isl_val
 2014-08-06 12:01 UTC  (3+ messages)

[PATCH] Fix PR61320
 2014-08-06 11:39 UTC 

Patch for constexpr variable templates
 2014-08-06 11:20 UTC  (23+ messages)

[PATCH][match-and-simplify] Some FP runtime fails
 2014-08-06 10:12 UTC 

Fix libgomp crash without TLS (PR42616)
 2014-08-06 10:05 UTC 

[PATCH][match-and-simplify] Fix remaining testsuite ICEs
 2014-08-06  9:59 UTC  (2+ messages)

[PATCH 2/3]Improve induction variable elimination
 2014-08-06  9:55 UTC  (4+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).