Age | Commit message (Expand) | Author | Files | Lines |
2019-05-08 | compiler: add an option to emit optimization diagnostics | Cherry Zhang | 1 | -0/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-07-20 | PR middle-end/82063 - issues with arguments enabled by -Wall | Martin Sebor | 1 | -1/+1 |
2018-02-02 | compiler: turn on escape analysis by default | Cherry Zhang | 1 | -2/+2 |
2018-01-09 | compiler: add escape analysis debug hash | Cherry Zhang | 1 | -0/+1 |
2018-01-03 | Add support for MODE_VECTOR_BOOL | Richard Sandiford | 1 | -1/+9 |
2018-01-03 | poly_int: TYPE_VECTOR_SUBPARTS | Richard Sandiford | 1 | -1/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-12 | go-lang.c (TARGET_AIX): Define if not defined. | Tony Reix | 1 | -1/+5 |
2017-12-01 | compiler: introduce size threshold for nil checks | Than McIntosh | 1 | -0/+1 |
2017-08-30 | [77/77] Add a complex_mode class | Richard Sandiford | 1 | -4/+4 |
2017-08-30 | [20/77] Replace MODE_INT checks with is_int_mode | Richard Sandiford | 1 | -2/+3 |
2017-08-30 | [7/77] Add scalar_float_mode | Richard Sandiford | 1 | -3/+4 |
2017-06-09 | opts.c (finish_options): If -fsplit-stack, disable implicit -forder-blocks-an... | Ian Lance Taylor | 1 | -0/+9 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-25 | go-lang.c: remove a redundant cast | David Malcolm | 1 | -3/+2 |
2016-10-11 | compiler: move Backend/Linemap creation out of front end. | Than McIntosh | 1 | -0/+3 |
2016-08-30 | compiler: add -fgo-c-header=FILE to create a C header | Ian Lance Taylor | 1 | -3/+17 |
2016-08-02 | escape: Add basic debugging. | Chris Manghane | 1 | -1/+1 |
2016-02-08 | Remove -fshort-double | Bernd Schmidt | 1 | -1/+1 |
2016-01-27 | go-lang.c (go_langhook_init_options_struct): Default to -fkeep-gc-roots-live. | Ian Lance Taylor | 1 | -0/+3 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-11 | decl.c: Remove unused header files. | Andrew MacLeod | 1 | -5/+0 |
2015-10-29 | decl.c: Reorder #include's and remove duplicates. | Andrew MacLeod | 1 | -10/+6 |
2015-07-31 | go-lang.c (go_langhook_init_options_struct): Don't set x_flag_split_stack. | Andreas Schwab | 1 | -4/+5 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -2/+1 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -3/+0 |
2015-06-05 | Merge debug-early branch into mainline. | Aldy Hernandez | 1 | -10/+3 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -3/+0 |
2015-01-23 | re PR go/64595 (go programs abort when debug info is stripped) | Ian Lance Taylor | 1 | -0/+12 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -3/+10 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -1/+8 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -1/+1 |
2014-05-06 | compiler: Store flags for division checks in Gogo object instead of using glo... | Chris Manghane | 1 | -1/+2 |
2014-04-30 | compiler: Remove GCC langhooks from frontend proper. | Chris Manghane | 1 | -4/+66 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-12 | go-lang.c (go_langhook_post_options): Disable sibling calls by default. | Ian Lance Taylor | 1 | -0/+4 |
2013-12-05 | Revert this change; no longer required. | Ian Lance Taylor | 1 | -6/+0 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+2 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+1 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-06 | go-lang.c (go_langhook_post_options): If -fisolate-erroneous-paths was turned... | Ian Lance Taylor | 1 | -0/+6 |
2013-07-23 | go-lang.c: Don't #include "except.h". | Ian Lance Taylor | 1 | -1/+0 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -8/+5 |
2012-10-31 | compiler: Add -fgo-relative-import-path. | Ian Lance Taylor | 1 | -1/+7 |