| Commit message (Expand) | Author | Age | Files | Lines |
* | switch from gimple to gimple* | Trevor Saunders | 2015-09-20 | 1 | -5/+5 |
* | tree-core.h: Include symtab.h. | Andrew MacLeod | 2015-07-08 | 1 | -17/+5 |
* | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 2015-06-17 | 1 | -3/+0 |
* | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 2015-06-08 | 1 | -3/+0 |
* | coretypes.h: Include machmode.h... | Andrew MacLeod | 2015-06-04 | 1 | -3/+0 |
* | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 2015-01-09 | 1 | -4/+10 |
* | Update copyright years. | Jakub Jelinek | 2015-01-05 | 1 | -1/+1 |
* | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 2014-11-19 | 1 | -6/+6 |
* | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 2014-10-27 | 1 | -2/+5 |
* | function.h: Flatten file. | Andrew MacLeod | 2014-10-16 | 1 | -0/+6 |
* | tree-ssa-ccp.c (prop_value_d): Rename to ... | Jan Hubicka | 2014-09-22 | 1 | -2/+1 |
* | re PR c/61779 (gcc -Og fails with impossible constraint on legal C code) | Richard Biener | 2014-07-14 | 1 | -29/+17 |
* | remove has_execute | Trevor Saunders | 2014-07-09 | 1 | -1/+0 |
* | tree-ssa-dom.h (loop_depth_of_name): Remove. | Richard Biener | 2014-07-08 | 1 | -23/+7 |
* | re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops) | Richard Biener | 2014-06-26 | 1 | -5/+2 |
* | tree-pass.h (make_pass_dce_loop): Remove. | Richard Biener | 2014-06-18 | 1 | -5/+15 |
* | cfgexpand.c (expand_gimple_cond): Remove check for current_loops. | Richard Biener | 2014-06-06 | 1 | -2/+1 |
* | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 2014-05-06 | 1 | -2/+1 |
* | pass cfun to pass::execute | Trevor Saunders | 2014-04-17 | 1 | -1/+1 |
* | pass current function to opt_pass::gate () | Trevor Saunders | 2014-04-17 | 1 | -7/+1 |
* | remove has_gate | Trevor Saunders | 2014-04-17 | 1 | -1/+0 |
* | Update copyright years in gcc/ | Richard Sandiford | 2014-01-02 | 1 | -1/+1 |
* | re PR tree-optimization/59417 (ICE in determine_value_range, at tree-ssa-loop... | Jakub Jelinek | 2013-12-11 | 1 | -3/+17 |
* | Eliminate FOR_EACH_BB macro. | David Malcolm | 2013-12-09 | 1 | -1/+1 |
* | tree-core.h (tree_base): Document use of static_flag for SSA_NAME. | Richard Sandiford | 2013-11-28 | 1 | -0/+1 |
* | gimple.h: Remove all includes. | Andrew MacLeod | 2013-11-22 | 1 | -0/+4 |
* | Factor unrelated declarations out of tree.h. | Diego Novillo | 2013-11-19 | 1 | -0/+1 |
* | 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 | -1/+6 |
* | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 2013-10-18 | 1 | -0/+1 |
* | tree-flow.h: Remove some prototypes. | Andrew MacLeod | 2013-10-02 | 1 | -214/+0 |
* | basic-block.h (edge_list): Prefix member names with "m_". | Richard Sandiford | 2013-09-30 | 1 | -1/+1 |
* | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 2013-09-28 | 1 | -2/+2 |
* | gimple-pretty-print.c: Various whitespace tweaks. | Christophe Lyon | 2013-09-24 | 1 | -13/+13 |
* | gimple-pretty-print.c (dump_ssaname_info): New function. | Kugan Vivekanandarajah | 2013-09-23 | 1 | -5/+13 |
* | tree-ssa.h: New. | Andrew MacLeod | 2013-09-12 | 1 | -1/+1 |
* | re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow) | Richard Biener | 2013-08-29 | 1 | -1/+7 |
* | Automated conversion of passes to C++ classes | David Malcolm | 2013-08-05 | 1 | -19/+37 |
* | re PR tree-optimization/57411 (ICE: verify_ssa failed: definition in block 4 ... | Richard Biener | 2013-05-28 | 1 | -7/+3 |
* | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 2013-04-26 | 1 | -3/+3 |
* | passes.c (execute_todo): Do not call ggc_collect conditional here. | Richard Biener | 2013-04-10 | 1 | -1/+0 |
* | tree.h (unsave_expr_now): Remove. | Richard Biener | 2013-04-09 | 1 | -2/+2 |
* | re PR tree-optimization/56396 (memory corruption in cc1) | Richard Biener | 2013-02-20 | 1 | -2/+7 |
* | Update copyright years in gcc/ | Richard Sandiford | 2013-01-10 | 1 | -2/+1 |
* | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 2012-11-01 | 1 | -0/+1 |
* | cfgexpand.c (expand_used_vars): Use virtual_operand_p. | Richard Guenther | 2012-08-14 | 1 | -3/+3 |
* | basic-block.h (struct basic_block): Remove loop_depth member, move flags and ... | Richard Guenther | 2012-08-13 | 1 | -1/+1 |
* | tree-dfa.c (set_ssa_default_def): Clear the SSA_NAME_DEFAULT_DEF bit of the o... | Richard Guenther | 2012-08-07 | 1 | -5/+2 |
* | system.h (dump_file): Do not define. | Steven Bosscher | 2012-07-16 | 1 | -3/+0 |
* | output.h (__gcc_host_wide_int__): Move to hwint.h. | Steven Bosscher | 2012-05-31 | 1 | -1/+0 |