Age | Commit message (Expand) | Author | Files | Lines |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -1/+1 |
2024-10-16 | Ternary operator formatting fixes | Jakub Jelinek | 1 | -1/+1 |
2024-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2023-02-16 | don't declare header-defined functions both static and inline | Patrick Palka | 1 | -27/+27 |
2023-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2022-09-28 | Add instruction level discriminator support. | Eugene Rozenfeld | 1 | -5/+0 |
2022-05-10 | Replace PTR with 'void *' in compiler. | Martin Liska | 1 | -2/+2 |
2022-05-09 | Simplify STATIC_ASSERT macro. | Martin Liška | 1 | -4/+1 |
2022-01-17 | Change references of .c files to .cc files | Martin Liska | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 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-18 | Make ifcvt clean up dead comparisons | Richard Sandiford | 1 | -0/+2 |
2019-07-09 | PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n... | Martin Sebor | 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-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-10 | Clean up partitioning in try_optimize_cfg (PR bootstrap/82831). | Martin Liska | 1 | -0/+1 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-11-03 | asan.c (create_cond_insert_point): Maintain profile. | Jan Hubicka | 1 | -4/+1 |
2017-10-19 | asan.c (create_cond_insert_point): Do not update edge count. | Jan Hubicka | 1 | -2/+9 |
2017-06-29 | asan.c (asan_emit_stack_protection): Update. | Jan Hubicka | 1 | -3/+2 |
2017-06-04 | i386.c (make_resolver_func): Update. | Jan Hubicka | 1 | -12/+3 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-07-11 | re PR middle-end/66353 (Missing bb_has_abnormal_call_pred in basic-block.h) | Marek Polacek | 1 | -0/+17 |
2015-07-10 | gimple-predict.h: New file. | Andrew MacLeod | 1 | -2/+0 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -67/+0 |
2014-10-22 | cfgbuild.h: New. | Andrew MacLeod | 1 | -171/+3 |
2014-10-21 | Add AutoFDO. | Dehao Chen | 1 | -0/+2 |
2014-10-21 | cfg.h: New. | Andrew MacLeod | 1 | -117/+4 |
2014-10-20 | cfgrtl.h: New. | Andrew MacLeod | 1 | -39/+1 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-09-08 | control_flow_insn_p takes an insn | David Malcolm | 1 | -1/+1 |
2014-09-05 | Convert set_block_for_insn from a macro to an inline function | David Malcolm | 1 | -2/+0 |
2014-08-28 | inside_basic_block_p requires a const rtx_insn * | David Malcolm | 1 | -1/+1 |
2014-08-26 | Remove BB_HEAD, BB_END, BB_HEADER scaffolding | David Malcolm | 1 | -12/+6 |
2014-08-26 | Tighten up params of create_basic_block_structure | David Malcolm | 1 | -2/+2 |
2014-08-25 | Convert edge_def.insns.r to rtx_insn * | David Malcolm | 1 | -1/+1 |
2014-08-25 | Remove BB_FOOTER scaffolding | David Malcolm | 1 | -3/+2 |
2014-08-22 | loop-unroll.c: Use rtx_insn (also touches basic-block.h) | David Malcolm | 1 | -1/+1 |
2014-08-21 | cfgcleanup.c: Use rtx_insn (also touches basic-block.h and ifcvt.c) | David Malcolm | 1 | -3/+3 |
2014-08-20 | get_last_bb_insn returns an rtx_insn | David Malcolm | 1 | -1/+1 |
2014-08-19 | Convert various rtx to rtx_note * | David Malcolm | 1 | -1/+2 |
2014-08-19 | bb_note returns a rtx_note * | David Malcolm | 1 | -1/+1 |
2014-08-19 | Replace BB_HEAD et al macros with functions | David Malcolm | 1 | -11/+15 |
2014-08-18 | Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants | David Malcolm | 1 | -4/+11 |
2014-07-02 | Support mode toggle. | Christian Bruel | 1 | -0/+3 |
2014-04-29 | dominance.c (free_dominance_info): Add overload with function parameter. | Richard Biener | 1 | -0/+3 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |