Age | Commit message (Expand) | Author | Files | Lines |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-10-13 | Add GSI_LAST_NEW_STMT iterator update | Richard Biener | 1 | -0/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-08 | re PR tree-optimization/93199 (Compile time hog in sink_clobbers) | Richard Biener | 1 | -3/+5 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-06-30 | [11/n] PR85694: Apply pattern matching to pattern definition statements | Richard Sandiford | 1 | -0/+12 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-20 | [SFN] debug markers before labels no more | Alexandre Oliva | 1 | -6/+2 |
2017-12-12 | [SFN] introduce statement frontier notes, still disabled | Alexandre Oliva | 1 | -0/+4 |
2017-12-12 | [SFN] not-quite-boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -3/+21 |
2017-11-22 | gimple-iterator.c (gimple_find_edge_insert_loc): Ignore fake edges to exit wh... | Richard Biener | 1 | -1/+6 |
2017-11-10 | auto-profile.c (afdo_indirect_call): Drop frequency. | Jan Hubicka | 1 | -7/+2 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -4/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -3/+3 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -18/+18 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -15/+5 |
2015-06-25 | function.h (ipa_opt_pass, [...]): Move forward declarations. | Andrew MacLeod | 1 | -2/+0 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -3/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-04-17 | Postpone expanding va_arg until pass_stdarg | Tom de Vries | 1 | -1/+1 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -4/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -2/+23 |
2014-10-28 | cgraph.h: Flatten. | Andrew MacLeod | 1 | -0/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+10 |
2014-08-21 | re PR tree-optimization/62112 (Optimize out malloc when block is unused or wr... | Marc Glisse | 1 | -4/+7 |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -2/+2 |
2014-04-17 | gimple-iterator.c (gsi_start_edge): New function. | Martin Jambor | 1 | -0/+9 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -0/+6 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -3/+4 |
2013-11-19 | Convert gimple types from a union to C++ inheritance | David Malcolm | 1 | -36/+36 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+5 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-08-24 | predict.c (maybe_hot_frequency_p): New parameter fun. | Martin Jambor | 1 | -2/+2 |
2012-08-07 | tree-into-ssa.c (rewrite_stmt): Remove clobbers for variables we rewrite into... | Richard Guenther | 1 | -1/+1 |
2012-05-03 | basic-block.h (struct rtl_bb_info, [...]): Move in front of basic_block_def. | Michael Matz | 1 | -2/+1 |
2012-05-02 | coretypes.h (gimple_seq, [...]): Typedef as gimple. | Michael Matz | 1 | -91/+137 |
2012-04-05 | gimple-iterator.c (gsi_remove): Return whether EH edges need to be cleanup. | Richard Guenther | 1 | -3/+7 |
2011-04-11 | except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph... | Martin Jambor | 1 | -1/+1 |
2010-10-21 | basic-block.h (single_succ_edge): Use gcc_checking_assert. | Nathan Froyd | 1 | -3/+1 |
2010-07-26 | re PR target/44132 (emutls is broken under a range of circumstances.) | Richard Henderson | 1 | -3/+48 |