Age | Commit message (Expand) | Author | Files | Lines |
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 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -2/+6 |
2014-10-17 | tree-into-ssa.c (is_old_name): Replace "new" with "old". | Marc Glisse | 1 | -2/+2 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -0/+6 |
2014-10-16 | Assert no use with SSA_NAME_IN_FREELIST before using freelist. | Tom de Vries | 1 | -0/+39 |
2014-07-09 | remove has_execute | Trevor Saunders | 1 | -1/+0 |
2014-06-24 | allow storing values directly in hash tables | Trevor Saunders | 1 | -6/+7 |
2014-06-24 | Remove a layer of indirection from hash_table | Trevor Saunders | 1 | -16/+17 |
2014-05-06 | tree-pass.h (TODO_verify_ssa, [...]): Remove. | Richard Biener | 1 | -1/+1 |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -43/+43 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -10/+6 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -1/+0 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -4/+4 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -9/+10 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -8/+10 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+5 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -7/+2 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -8/+11 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+2 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+1 |