Age | Commit message (Expand) | Author | Files | Lines |
2015-11-26 | Revert "Improve verification of loop->latch in verify_loop_structure" | Tom de Vries | 1 | -50/+20 |
2015-11-25 | Improve verification of loop->latch in verify_loop_structure | Tom de Vries | 1 | -20/+50 |
2015-11-24 | [cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand... | Kyrylo Tkachov | 1 | -12/+7 |
2015-10-30 | alias.c: Remove unused headers. | Andrew MacLeod | 1 | -3/+0 |
2015-10-29 | alias.c: Reorder #include statements and remove duplicates. | Andrew MacLeod | 1 | -4/+4 |
2015-10-27 | cfg.c (free_edge): Add function argument and use it instead of cfun. | Richard Biener | 1 | -5/+5 |
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 | -12/+3 |
2015-06-17 | coretypes.h: Include input.h and as-a.h. | Andrew MacLeod | 1 | -2/+0 |
2015-06-09 | cfgloop.c (get_loop_body_in_bfs_order): Fix assert. | Richard Biener | 1 | -1/+1 |
2015-06-08 | coretypes.h: Include hash-table.h and hash-set.h for host files. | Andrew MacLeod | 1 | -4/+0 |
2015-06-04 | coretypes.h: Include machmode.h... | Andrew MacLeod | 1 | -1/+0 |
2015-04-23 | cfgexpand.c (expand_gimple_stmt_1): Use ops.code. | Richard Biener | 1 | -0/+10 |
2015-01-09 | genattrtab.c (write_header): Include hash-set.h... | Michael Collison | 1 | -0/+3 |
2015-01-05 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2014-12-15 | re PR middle-end/64246 (ICE building libada for Windows due to NULL loop header) | Richard Biener | 1 | -1/+2 |
2014-11-19 | Merger of git branch "gimple-classes-v2-option-3" | David Malcolm | 1 | -3/+3 |
2014-10-27 | ggcplug.c: Shuffle includes to include gcc-plugin.h earlier. | Andrew MacLeod | 1 | -0/+4 |
2014-10-16 | function.h: Flatten file. | Andrew MacLeod | 1 | -1/+6 |
2014-10-12 | move many gc hashtab to hash_table | Trevor Saunders | 1 | -30/+22 |
2014-09-08 | re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe... | Richard Biener | 1 | -2/+0 |
2014-09-05 | cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING. | Richard Biener | 1 | -0/+4 |
2014-09-05 | cfgloop.c (mark_loop_for_removal): New function. | Richard Biener | 1 | -0/+10 |
2014-08-21 | cfgloop.c: Use rtx_insn | David Malcolm | 1 | -1/+1 |
2014-08-02 | add a hash_set based on hash_table | Trevor Saunders | 1 | -9/+9 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -4/+4 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -13/+15 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -7/+7 |
2013-12-09 | Eliminate last_basic_block macro. | David Malcolm | 1 | -2/+2 |
2013-12-09 | Eliminate BASIC_BLOCK macro. | David Malcolm | 1 | -1/+1 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -2/+5 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -4/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -13/+14 |
2013-11-19 | cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and... | Richard Biener | 1 | -9/+6 |
2013-11-19 | Eliminate n_basic_blocks macro | David Malcolm | 1 | -8/+8 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -1/+2 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+6 |
2013-10-16 | re PR tree-optimization/58697 (wrong code (segfaults) at -O3) | Andrew MacLeod | 1 | -3/+25 |
2013-10-09 | tree-flow.h: Move some protoypes. | Andrew MacLeod | 1 | -0/+110 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -2/+2 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-04-30 | function.h (loops_for_fn): New inline function. | Richard Biener | 1 | -3/+3 |
2013-04-26 | Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency. | Richard Biener | 1 | -8/+9 |
2013-04-26 | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 1 | -0/+6 |
2013-03-20 | cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo... | Richard Biener | 1 | -31/+41 |
2013-02-18 | re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo... | Richard Biener | 1 | -0/+15 |
2013-02-08 | Add more checking of headers. | Marek Polacek | 1 | -0/+9 |
2013-02-08 | re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581... | Richard Biener | 1 | -111/+129 |