| Commit message (Expand) | Author | Age | Files | Lines |
* | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 2014-05-06 | 1 | -1/+1 |
* | pass cfun to pass::execute | Trevor Saunders | 2014-04-17 | 1 | -31/+28 |
* | pass current function to opt_pass::gate () | Trevor Saunders | 2014-04-17 | 1 | -7/+5 |
* | remove has_gate | Trevor Saunders | 2014-04-17 | 1 | -1/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | Eliminate FOR_EACH_BB macro. | David Malcolm | 2013-12-09 | 1 | -1/+1 |
* | Eliminate last_basic_block macro. | David Malcolm | 2013-12-09 | 1 | -3/+3 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -0/+4 |
* | Eliminate n_basic_blocks macro | David Malcolm | 2013-11-19 | 1 | -2/+2 |
* | gimple-walk.h: New File. | Andrew Macleod | 2013-11-13 | 1 | -0/+1 |
* | tree-ssa.h: Remove all #include's | Andrew MacLeod | 2013-10-23 | 1 | -0/+2 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | Automated conversion of passes to C++ classes | David Malcolm | 2013-08-05 | 1 | -18/+35 |
* | tracer.c (tracer): Mark loops with LOOPS_NEED_FIXUP instead of calling fix_lo... | Richard Biener | 2013-02-06 | 1 | -2/+2 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | Update Copyright years for files modified in 2011 and/or 2012. | Jakub Jelinek | 2013-01-04 | 1 | -1/+1 |
* | This patch normalizes more bitmap function names. | Lawrence Crowl | 2012-11-01 | 1 | -2/+2 |
* | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 2012-11-01 | 1 | -0/+1 |
* | This patch implements the unification of the *bitmap interfaces as discussed. | Lawrence Crowl | 2012-10-30 | 1 | -1/+1 |
* | re PR middle-end/53695 (ICE: in dfs_enumerate_from, at cfganal.c:1221 with -O... | Richard Guenther | 2012-10-29 | 1 | -1/+6 |
* | tracer.c (mark_bb_seen): Use SBITMAP_SIZE. | Steven Bosscher | 2012-08-22 | 1 | -1/+1 |
* | basic-block.h (BB_FLAGS_TO_PRESERVE): New define. | Steven Bosscher | 2012-07-20 | 1 | -2/+2 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -1/+0 |
* | basic-block.h: Re-group most prototypes per file. | Steven Bosscher | 2012-07-08 | 1 | -4/+2 |
* | cfglayout.h: Remove. | Steven Bosscher | 2012-06-17 | 1 | -1/+0 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |
* | re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 2012-04-04 | 1 | -1/+8 |
* | re PR bootstrap/52808 (LTO bootstrap failed with bootstrap-profiled) | Richard Guenther | 2012-04-03 | 1 | -7/+11 |
* | re PR middle-end/51211 (ICE: SIGSEGV in execute_tm_mark (trans-mem.c:2242) wi... | Patrick Marlier | 2011-11-19 | 1 | -0/+9 |
* | dumping cleanup phase 1 -- Removing TODO_dump_func | David Li | 2011-06-14 | 1 | -2/+1 |
* | Remove trailing white spaces. | H.J. Lu | 2009-11-25 | 1 | -1/+1 |
* | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 2009-02-20 | 1 | -1/+1 |
* | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 2008-08-29 | 1 | -1/+1 |
* | backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch. | Richard Biener | 2008-07-28 | 1 | -4/+4 |
* | ggc.h (GGC_RESIZEVAR): New, reorder macros. | Kaveh R. Ghazi | 2008-06-20 | 1 | -1/+1 |
* | re PR other/35094 (RTL dump file letters hosed and partly undocumented) | Jan Hubicka | 2008-03-19 | 1 | -3/+5 |
* | tree-parloops.c: New file. | Zdenek Dvorak | 2007-09-15 | 1 | -1/+1 |
* | bb-reorder.c (rest_of_handler_reorder_blocks): Removed call to RTL level trac... | Robert Kidd | 2007-09-10 | 1 | -90/+72 |
* | regrename.c (pass_regrename, [...]): Add RTL sharing verifier. | Jan Hubicka | 2007-09-05 | 1 | -1/+1 |
* | alias.c (rtx_equal_for_memref_p): Constify. | Kaveh R. Ghazi | 2007-08-14 | 1 | -7/+7 |
* | Change copyright header to refer to version 3 of the GNU General Public Licen... | Nick Clifton | 2007-07-26 | 1 | -4/+3 |
* | Merge dataflow branch into mainline | Daniel Berlin | 2007-06-11 | 1 | -3/+3 |
* | tracer.c (tracer): Don't take FLAGS argument. | Steven Bosscher | 2007-03-23 | 1 | -6/+7 |
* | tracer.c (rest_of_handle_tracer): We already cleaned up the CFG in tracer() s... | Steven Bosscher | 2007-01-27 | 1 | -1/+0 |
* | tree-vrp.c (execute_vrp): Return value. | Daniel Berlin | 2006-03-02 | 1 | -1/+2 |
* | cfg.c (dump_flow_info): Get dump flags as an additional parameter. | Paolo Bonzini | 2006-02-15 | 1 | -3/+3 |
* | tree-vrp.c: Use XNEW/XCNEW allocation wrappers. | Marcin Dalecki | 2006-01-31 | 1 | -3/+3 |
* | basic-block.h: Changed basic block numbering so that the entry block is 0 and... | Daniel Berlin | 2005-12-17 | 1 | -2/+2 |
* | bb-reorder.c (copy_bb, [...]): Add argument to duplicate_block. | Zdenek Dvorak | 2005-08-24 | 1 | -1/+1 |