Age | Commit message (Expand) | Author | Files | Lines |
2014-08-28 | NEXT_INSN and PREV_INSN take a const rtx_insn | David Malcolm | 1 | -7/+9 |
2014-08-28 | ira.c: Include rtl-iter.h. | Richard Sandiford | 1 | -18/+15 |
2014-08-26 | Remove DF_REF_INSN scaffolding | David Malcolm | 1 | -4/+6 |
2014-08-26 | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 1 | -1/+1 |
2014-08-24 | * ira.c: Fix typo in comment. | Kito Cheng | 1 | -1/+1 |
2014-08-22 | ira: Use rtx_insn in various places | David Malcolm | 1 | -18/+22 |
2014-08-18 | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 1 | -1/+1 |
2014-07-31 | ira.c (insn_contains_asm_1, [...]): Delete. | Richard Sandiford | 1 | -20/+1 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -2/+0 |
2014-06-15 | df.h (df_single_def, [...]): New functions. | Richard Sandiford | 1 | -12/+11 |
2014-06-15 | df.h (DF_INSN_INFO_MWS, [...]): New macros. | Richard Sandiford | 1 | -23/+16 |
2014-06-11 | common.md: New file. | Richard Sandiford | 1 | -67/+1 |
2014-06-11 | system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison. | Richard Sandiford | 1 | -20/+0 |
2014-06-11 | genpreds.c (const_int_start, [...]): New variables. | Richard Sandiford | 1 | -0/+7 |
2014-06-11 | system.h (REG_CLASS_FROM_CONSTRAINT): Poison. | Richard Sandiford | 1 | -31/+28 |
2014-06-09 | ira.c (ira): Don't call init_caller_save if LRA enabled since LRA use its own... | Kito Cheng | 1 | -1/+2 |
2014-06-04 | lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. | Richard Sandiford | 1 | -1/+0 |
2014-05-30 | ira.c (ira_get_dup_out_num): Check for output operands at the start of the loop. | Richard Sandiford | 1 | -8/+8 |
2014-05-28 | md.texi: Document that the % constraint character must be at the beginning of... | Richard Sandiford | 1 | -31/+2 |
2014-05-27 | ira.c (commutative_operand): Adjust for change to recog_data. | Richard Sandiford | 1 | -10/+7 |
2014-05-27 | system.h (TEST_BIT): New macro. | Richard Sandiford | 1 | -1/+2 |
2014-05-26 | ira.c (split_live_ranges_for_shrink_wrap): Remove bailout on subreg uses. | Martin Jambor | 1 | -11/+0 |
2014-05-13 | gcc/ | Richard Sandiford | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -15/+10 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -2/+0 |
2014-03-20 | re PR middle-end/60597 (ICE in df_refs_verify, at df-scan.c:4323) | Jakub Jelinek | 1 | -1/+1 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -1/+1 |
2014-01-16 | re PR rtl-optimization/59835 (gcc.target/i386/sse-2[34].c timeout) | Vladimir Makarov | 1 | -1/+1 |
2014-01-15 | re PR debug/54694 (internal compiler error: in dwarf2out_frame_debug_expr, at... | Richard Henderson | 1 | -0/+12 |
2014-01-15 | re PR rtl-optimization/59511 (FAIL: gcc.target/i386/pr36222-1.c scan-assemble... | Vladimir Makarov | 1 | -66/+68 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-13 | ira.h (struct ira_reg_equiv): Rename to ira_reg_equiv_s. | Vladimir Makarov | 1 | -4/+4 |
2013-12-09 | Eliminate FOR_ALL_BB macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate FOR_EACH_BB_REVERSE macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -11/+11 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -4/+8 |
2013-11-28 | re PR target/57293 (not needed frame pointers on IA-32 (performance regressio... | Vladimir Makarov | 1 | -10/+9 |
2013-11-26 | re PR rtl-optimization/59166 (ICE in simplify_subreg, at simplify-rtx.c:5901 ... | Jakub Jelinek | 1 | -3/+3 |
2013-11-24 | re PR bootstrap/59279 (r205337 breaks bootstrap with java) | Steven Bosscher | 1 | -1/+1 |
2013-11-24 | jump.c (reset_insn_reg_label_operand_notes): New function, split out from ... | Steven Bosscher | 1 | -1/+1 |
2013-11-22 | re PR rtl-optimization/10474 (shrink wrapping for functions) | Martin Jambor | 1 | -8/+39 |
2013-11-19 | re PR rtl-optimization/59099 (Erroneous register allocation on 32-bit x86 usi... | Martin Jambor | 1 | -17/+24 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -2/+2 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -1/+1 |
2013-11-14 | ira.c: Add comment about threads at the top of file. | Vladimir Makarov | 1 | -1/+8 |
2013-11-12 | re PR rtl-optimization/10474 (shrink wrapping for functions) | Martin Jambor | 1 | -11/+205 |
2013-11-06 | tree-pass.h (make_pass_live_range_shrinkage): New external. | Vladimir Makarov | 1 | -5/+6 |
2013-10-31 | re PR rtl-optimization/58934 (build fails on cris-elf in reload_cse_simplify_... | Martin Jambor | 1 | -200/+5 |
2013-10-30 | regmove.c: Remove. | Vladimir Makarov | 1 | -1/+523 |
2013-10-30 | re PR rtl-optimization/10474 (shrink wrapping for functions) | Martin Jambor | 1 | -5/+200 |