| Commit message (Expand) | Author | Age | Files | Lines |
* | 2015-10-15 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> | prathamesh3492 | 2015-01-15 | 1 | -1/+11 |
* | 2015-01-09 Michael Collison <michael.collison@linaro.org> | prathamesh3492 | 2015-01-09 | 1 | -4/+9 |
* | Update copyright years. | jakub | 2015-01-05 | 1 | -1/+1 |
* | 2014-10-27 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-27 | 1 | -2/+6 |
* | gcc/ | rsandifo | 2014-10-22 | 1 | -4/+5 |
* | 2014-10-20 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-20 | 1 | -0/+1 |
* | 2014-10-16 Andrew MacLeod <amacleod@redhat.com> | amacleod | 2014-10-16 | 1 | -1/+5 |
* | recog_memoized works on an rtx_insn * | dmalcolm | 2014-09-09 | 1 | -2/+3 |
* | Convert edge_def.insns.r to rtx_insn * | dmalcolm | 2014-08-25 | 1 | -2/+2 |
* | postreload-gcse.c: Use rtx_insn in various places | dmalcolm | 2014-08-22 | 1 | -31/+31 |
* | remove has_execute | tbsaunde | 2014-07-09 | 1 | -1/+0 |
* | Remove a layer of indirection from hash_table | tbsaunde | 2014-06-24 | 1 | -12/+13 |
* | 2014-05-06 Richard Biener <rguenther@suse.de> | rguenth | 2014-05-06 | 1 | -1/+1 |
* | pass cfun to pass::execute | tbsaunde | 2014-04-17 | 1 | -1/+1 |
* | pass current function to opt_pass::gate () | tbsaunde | 2014-04-17 | 1 | -8/+6 |
* | remove has_gate | tbsaunde | 2014-04-17 | 1 | -1/+0 |
* | Update copyright years in gcc/ | rsandifo | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | dmalcolm | 2013-12-09 | 1 | -2/+2 |
* | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | dmalcolm | 2013-11-19 | 1 | -3/+3 |
* | gcc/ | rsandifo | 2013-09-28 | 1 | -3/+3 |
* | Automated conversion of passes to C++ classes | dmalcolm | 2013-08-05 | 1 | -18/+35 |
* | This patch is the main part of a consolodation of the hash_table | crowl | 2013-04-26 | 1 | -70/+72 |
* | 2013-04-10 Richard Biener <rguenther@suse.de> | rguenth | 2013-04-10 | 1 | -1/+1 |
* | * cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. | steven | 2013-03-30 | 1 | -1/+1 |
* | Update copyright years in gcc/ | rsandifo | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | jakub | 2013-01-04 | 1 | -1/+1 |
* | 2012-11-01 Sharad Singhai <singhai@google.com> | singhai | 2012-11-01 | 1 | -0/+1 |
* | * combine.c (record_dead_and_set_regs): Iterate over hard register set | steven | 2012-10-16 | 1 | -4/+3 |
* | 2012-08-23 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2012-08-23 | 1 | -4/+1 |
* | gcc/ | steven | 2012-07-16 | 1 | -1/+0 |
* | * output.h (__gcc_host_wide_int__): Move to hwint.h. | steven | 2012-05-31 | 1 | -1/+0 |
* | gcc/ | rsandifo | 2012-01-24 | 1 | -2/+1 |
* | * cse.c (insert_with_costs): Put semi-colon after empty loop body | ebotcazou | 2011-07-12 | 1 | -1/+2 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | davidxl | 2011-06-14 | 1 | -2/+1 |
* | 2011-06-02 Eric Botcazou <ebotcazou@adacore.com> | ebotcazou | 2011-06-02 | 1 | -3/+4 |
* | * function.h (struct stack_usage): Remove dynamic_alloc_count field. | ebotcazou | 2011-06-02 | 1 | -2/+4 |
* | * postreload-gcse.c (gcse_after_reload_main): Add calls to | froydnj | 2011-04-13 | 1 | -0/+7 |
* | * diagnostic-core.h: Include bversion.h. | jsm28 | 2010-11-30 | 1 | -1/+0 |
* | 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org> | manu | 2010-07-08 | 1 | -0/+1 |
* | * function.h (struct function): Add can_throw_non_call_exceptions bit. | ebotcazou | 2010-05-25 | 1 | -1/+1 |
* | gcc/ChangeLog: | steven | 2010-05-21 | 1 | -1/+0 |
* | * ada/gcc-interface/Make-lang.in, alias.c, attribs.c, auto-inc-dec.c, | steven | 2010-04-02 | 1 | -1/+1 |
* | * postreload-gcse.c (insert_expr_in_table): Replace BLOCK_NUM | steven | 2010-01-03 | 1 | -1/+2 |
* | Remove trailing white spaces. | hjl | 2009-11-25 | 1 | -6/+6 |
* | * postreload-gcse.c (eliminate_partially_redundant_loads): Use optimize_bb_f... | hubicka | 2008-08-31 | 1 | -1/+1 |
* | * parse.c (parse_interface): Silence uninitialized var warning. | hubicka | 2008-08-30 | 1 | -1/+2 |
* | * loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | hubicka | 2008-08-29 | 1 | -1/+1 |
* | gcc/ | rwild | 2008-06-06 | 1 | -2/+2 |
* | 2008-05-07 Kenneth Zadeck <zadeck@naturalbridge.com> | zadeck | 2008-05-07 | 1 | -1/+1 |
* | * gcc.dg/20050811-2.c: Update dumping flags. | hubicka | 2008-03-19 | 1 | -3/+5 |