Age | Commit message (Expand) | Author | Files | Lines |
2021-05-06 | refactor SSA rewriting timevars | Richard Biener | 1 | -10/+1 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-11-13 | [PATCH] Implementation of asm goto outputs | Vladimir N. Makarov | 1 | -0/+4 |
2020-10-02 | Commonize handling of attr-fnspec | Jan Hubicka | 1 | -9/+10 |
2020-08-27 | vec: add exact argument for various grow functions. | Martin Liska | 1 | -2/+2 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -2/+1 |
2020-01-21 | Change recursive prepare_block_for_update to use a worklist | Andrew Pinski | 1 | -12/+47 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-11-21 | cfgloop.h (loop_iterator::~loop_iterator): Remove. | Richard Biener | 1 | -12/+12 |
2019-05-17 | trans.c (check_inlining_for_nested_subprog): Quote reserved names. | Martin Sebor | 1 | -1/+1 |
2019-05-15 | tree-into-ssa.c (pass_build_ssa::execute): Run update_address_taken before go... | Richard Biener | 1 | -0/+6 |
2019-03-14 | c-tree.h (enum c_declspec_il): New. | Richard Biener | 1 | -10/+2 |
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 | -1/+1 |
2018-08-29 | tree-core.h: Document use of deprecated_flag in SSA_NAME. | Richard Biener | 1 | -0/+22 |
2018-02-01 | domwalk.h (dom_walker::dom_walker): Add additional constructor for specifying... | Richard Biener | 1 | -3/+5 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-10-06 | graphite-isl-ast-to-gimple.c: Include ssa.h and tree-ssa.h. | Richard Biener | 1 | -0/+2 |
2017-08-08 | trans.c: Include header files. | Martin Liska | 1 | -0/+2 |
2017-05-16 | Add default value for last argument of dump functions. | Martin Liska | 1 | -8/+8 |
2017-02-14 | re PR tree-optimization/79432 (ICE: verify_ssa failed) | Richard Biener | 1 | -0/+53 |
2017-01-23 | use-after-scope: handle writes to a poisoned variable | Martin Liska | 1 | -1/+26 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-18 | Add SET_DECL_MODE | Richard Sandiford | 1 | -1/+1 |
2016-11-14 | Make-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o. | Prasad Ghangal | 1 | -2/+10 |
2016-10-09 | tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D... | Jakub Jelinek | 1 | -4/+3 |
2016-09-15 | Iterator to visit SSA | Kugan Vivekanandarajah | 1 | -10/+10 |
2016-08-18 | tree-pass.h (make_pass_materialize_all_clones): Declare. | Richard Biener | 1 | -0/+5 |
2016-08-17 | tree-ssa.c: Include tree-cfg.h and tree-dfa.h. | Richard Biener | 1 | -0/+10 |
2016-07-26 | use auto_sbitmap in various places | Trevor Saunders | 1 | -2/+1 |
2016-05-03 | gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true. | Richard Biener | 1 | -0/+8 |
2016-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2015-12-10 | re PR tree-optimization/68619 (error: loop with header 6 not in loop tree) | Jeff Law | 1 | -7/+12 |
2015-11-09 | [PATCH] Minor refactoring in tree-ssanames.c & freelists verifier | Jeff Law | 1 | -1/+1 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -17/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -8/+8 |
2015-10-27 | [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FE | Mikhail Maltsev | 1 | -50/+50 |
2015-10-01 | remove many typedefs | Trevor Saunders | 1 | -50/+38 |
2015-09-20 | switch from gimple to gimple* | Trevor Saunders | 1 | -26/+28 |
2015-07-08 | tree-core.h: Include symtab.h. | Andrew MacLeod | 1 | -18/+5 |
2015-06-25 | hash-traits.h (free_ptr_hash): New class. | Richard Sandiford | 1 | -3/+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 | -6/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -5/+0 |
2015-04-18 | remove need for store_values_directly | Trevor Saunders | 1 | -1/+0 |
2015-01-15 | dojump.h: New header file. | Prathamesh Kulkarni | 1 | -2/+13 |
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 | -28/+30 |
2014-11-03 | re PR tree-optimization/60770 (disappearing clobbers) | Marc Glisse | 1 | -12/+30 |