summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
Commit message (Expand)AuthorAgeFilesLines
* alias.c (struct alias_set_entry): Pack properly.Richard Biener2017-03-141-18/+18
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* make next/prev nondebug_insn take rtx_insn *Trevor Saunders2016-09-221-1/+1
* cfgloop.h (struct loop): New field constraints.Bin Cheng2016-07-291-0/+49
* Dump profile-based number of iterationsMartin Liska2016-06-241-3/+4
* cfgloop.c (record_niter_bound): Record likely upper bounds.Jan Hubicka2016-05-271-0/+5
* cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.Jan Hubicka2016-05-201-2/+2
* re PR tree-optimization/69740 (gcc ICE at -O2 and above on valid code on x86_...Richard Biener2016-03-071-10/+22
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* Revert "Improve verification of loop->latch in verify_loop_structure"Tom de Vries2015-11-261-1/+0
* Improve verification of loop->latch in verify_loop_structureTom de Vries2015-11-251-0/+1
* Add in_oacc_kernels_region in struct loopTom de Vries2015-11-171-0/+3
* [PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev2015-10-271-0/+10
* cfg.c (free_edge): Add function argument and use it instead of cfun.Richard Biener2015-10-271-14/+46
* switch from gimple to gimple*Trevor Saunders2015-09-201-1/+1
* remove more useless typedefsTrevor Saunders2015-08-191-1/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-3/+0
* hash-traits.h (ggc_hasher): Rename to...Richard Sandiford2015-06-251-1/+1
* function.h (struct incoming_args): Move struct.Andrew MacLeod2015-06-251-2/+0
* coretypes.h: Include input.h and as-a.h.Andrew MacLeod2015-06-171-1/+0
* coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod2015-06-081-3/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-3/+0
* re PR tree-optimization/48052 (loop not vectorized if index is "unsigned int")Bin Cheng2015-06-021-0/+11
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford2014-10-291-4/+4
* cfgbuild.h: New.Andrew MacLeod2014-10-221-41/+1
* cfg.h: New.Andrew MacLeod2014-10-211-1/+0
* function.h: Flatten file.Andrew MacLeod2014-10-161-0/+7
* loop-unroll.c: (decide_unrolling_and_peeling): Rename toJan Hubicka2014-10-151-6/+3
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-2/+11
* re PR bootstrap/63204 (gtype-desc.c:887:40: error: 'struct loop' has no membe...Richard Biener2014-09-081-2/+0
* cfgloop.c (mark_loop_for_removal): Record former header when ENABLE_CHECKING.Richard Biener2014-09-051-0/+8
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-0/+2
* loop-iv.c: Use rtx_insn (also touches cfgloop.h and loop-unroll.c)David Malcolm2014-08-221-4/+5
* system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener2014-05-261-1/+1
* More gcc/loop-unswitch.c cleanup.Thomas Schwinge2014-05-071-2/+0
* Merge in wide-int.Kenneth Zadeck2014-05-061-13/+14
* cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou2014-04-151-3/+3
* cfgloop.h (struct loop): Rename force_vect into force_vectorize.Eric Botcazou2014-04-141-1/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* tree-vectorizer.h (struct _loop_vec_info): Add scalar_loop field.Jakub Jelinek2013-12-101-0/+3
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-29/+33
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-10/+2
* re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod2013-10-161-2/+2
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-12/+21
* * cfgloop.h (number_of_loops): Fix typo in check for null.Paulo Matos2013-09-271-1/+1
* Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek2013-08-271-0/+14
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-15/+17
* Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener2013-04-261-1/+3
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+1