Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -1329/+0 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-07-16 | Get rid of some gimple_expr_type uses | Richard Biener | 1 | -1/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 1 | -1/+2 |
2019-07-05 | except.c (emit_to_new_bb_before): Make sure to put a location on SEQ. | Eric Botcazou | 1 | -3/+36 |
2019-04-19 | re PR middle-end/90139 (ICE in emit_block_move_hints, at expr.c:1601) | Jakub Jelinek | 1 | -0/+2 |
2019-03-18 | re PR tree-optimization/88945 (ICE in fold_convert_loc in FRE when using -fdu... | Richard Biener | 1 | -20/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-11-13 | Eliminate source_location in favor of location_t | David Malcolm | 1 | -14/+14 |
2018-10-31 | re PR middle-end/70359 (Code size increase for x86/ARM/others compared to gcc... | Richard Biener | 1 | -7/+39 |
2018-10-22 | Add a fun parameter to three stmt_could_throw... functions | Martin Jambor | 1 | -1/+1 |
2018-05-25 | tree-outof-ssa.c (tree-ssa.h, tree-dfa.h): Include header files. | Bin Cheng | 1 | -1/+101 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-08 | tree-outof-ssa.h (ssaexpand): Add partitions_for_undefined_values. | Eric Botcazou | 1 | -0/+2 |
2017-02-13 | cprop.c (cprop_jump): Add missing space in string literal. | Jakub Jelinek | 1 | -1/+1 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-10-13 | Move MEMMODEL_* from coretypes.h to memmodel.h | Thomas Preud'homme | 1 | -0/+1 |
2016-07-26 | add a constructor to elim_graph | Trevor Saunders | 1 | -48/+16 |
2016-07-26 | remove elim_graph typedef | Trevor Saunders | 1 | -18/+19 |
2016-03-07 | re PR rtl-optimization/70061 (ICE: SIGSEGV in delete_insn_chain() with unused... | Richard Henderson | 1 | -0/+4 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-11-08 | Merge of the scalar-storage-order branch. | Eric Botcazou | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -10/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -7/+7 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -19/+19 |
2015-09-27 | revert to assign_parms assignments using default defs | Alexandre Oliva | 1 | -13/+2 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -8/+8 |
2015-08-14 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -9/+7 |
2015-07-24 | Revert: | David Edelsohn | 1 | -7/+9 |
2015-07-23 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -9/+7 |
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 | -20/+5 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-10 | Revert "[PR64164] Drop copyrename, use coalescible partition as base when opt... | Alexandre Oliva | 1 | -7/+9 |
2015-06-09 | [PR64164] Drop copyrename, use coalescible partition as base when optimizing. | Alexandre Oliva | 1 | -9/+7 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -5/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-05-02 | make emit_partition_copy return a rtx_insn * | Trevor Saunders | 1 | -18/+13 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -1/+14 |
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-29 | gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg... | Jakub Jelinek | 1 | -1/+1 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -11/+12 |
2014-10-29 | decl.c, [...]: Remove redundant enum from machine_mode. | Richard Sandiford | 1 | -2/+2 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+12 |
2014-08-25 | Convert edge_def.insns.r to rtx_insn * | David Malcolm | 1 | -2/+2 |
2014-07-28 | re PR middle-end/61919 (FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test) | Richard Sandiford | 1 | -13/+13 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |