aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-29cfgloop.h (struct loop): New field constraints.Bin Cheng1-0/+1
2016-07-26use auto_sbitmap in various placesTrevor Saunders1-6/+2
2016-06-24cfgloop.c (flow_loop_dump): Cast nit to uint64_t and print it using PRIu64 in...Jakub Jelinek1-1/+2
2016-06-24Dump profile-based number of iterationsMartin Liska1-2/+10
2016-06-10re PR tree-optimization/71477 (gcc ICE at -O3 on valid code on x86_64-linux-g...Richard Biener1-0/+1
2016-05-27cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka1-0/+70
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-26Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries1-50/+20
2015-11-25Improve verification of loop->latch in verify_loop_structureTom de Vries1-20/+50
2015-11-24[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to hand...Kyrylo Tkachov1-12/+7
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-3/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+4
2015-10-27cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener1-5/+5
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-12/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-2/+0
2015-06-09cfgloop.c (get_loop_body_in_bfs_order): Fix assert.Richard Biener1-1/+1
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-1/+0
2015-04-23cfgexpand.c (expand_gimple_stmt_1): Use ops.code.Richard Biener1-0/+10
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+3
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-15re PR middle-end/64246 (ICE building libada for Windows due to NULL loop header)Richard Biener1-1/+2
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+4
2014-10-16function.h: Flatten file.Andrew MacLeod1-1/+6
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-30/+22
2014-09-08re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe...Richard Biener1-2/+0
2014-09-05cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING.Richard Biener1-0/+4
2014-09-05cfgloop.c (mark_loop_for_removal): New function.Richard Biener1-0/+10
2014-08-21cfgloop.c: Use rtx_insnDavid Malcolm1-1/+1
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-9/+9
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-13/+15
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-7/+7
2013-12-09Eliminate last_basic_block macro.David Malcolm1-2/+2
2013-12-09Eliminate BASIC_BLOCK macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+5
2013-11-22add auto_vecTrevor Saunders1-4/+1
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-13/+14
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-9/+6
2013-11-19Eliminate n_basic_blocks macroDavid Malcolm1-8/+8
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+2
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+6
2013-10-16re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod1-3/+25
2013-10-09tree-flow.h: Move some protoypes.Andrew MacLeod1-0/+110
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+2
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1