summaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
Commit message (Expand)AuthorAgeFilesLines
* re PR tree-optimization/82965 (gcc.dg/vect/pr79347.c starts failing after r25...Jan Hubicka2018-04-131-10/+34
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* cfgloopanal.c: Include sreal.hJan Hubicka2017-11-161-10/+11
* asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka2017-11-031-31/+12
* asan.c (create_cond_insert_point): Do not update edge count.Jan Hubicka2017-10-191-2/+2
* cfg.c (scale_bbs_frequencies): New function.Jan Hubicka2017-07-011-10/+6
* asan.c (asan_emit_stack_protection): Update.Jan Hubicka2017-06-291-1/+1
* i386.c (make_resolver_func): Update.Jan Hubicka2017-06-041-13/+17
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* Move MEMMODEL_* from coretypes.h to memmodel.hThomas Preud'homme2016-10-131-0/+1
* Handle loops with loop->latch == NULL (PR gcov-profile/71868)Martin Liska2016-07-251-3/+3
* Introduce new param: AVG_LOOP_NITERMartin Liska2016-07-121-5/+4
* Dump profile-based number of iterationsMartin Liska2016-06-241-2/+9
* cfgloop.h (expected_loop_iterations_unbounded, [...]): Unconstify.Jan Hubicka2016-05-201-10/+25
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* alias.c: Remove unused headers.Andrew MacLeod2015-10-301-8/+0
* alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod2015-10-291-5/+5
* bb-reorder.c: Don't include obstack.h if backend.h is included.Andrew Macleod2015-07-101-1/+0
* gimple-predict.h: New file.Andrew MacLeod2015-07-101-0/+1
* tree-core.h: Include symtab.h.Andrew MacLeod2015-07-081-9/+2
* 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-5/+0
* coretypes.h: Include machmode.h...Andrew MacLeod2015-06-041-5/+0
* caller-save.c (init_caller_save): Base temporary register numbers on LAST_VIR...Richard Sandiford2015-05-261-3/+3
* dojump.h: New header file.Prathamesh Kulkarni2015-01-151-0/+17
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+1
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+9
* cfgloopanal.c (seq_cost): Delete.Zhenqiang Chen2014-10-211-20/+0
* cfgloopanal.c: Use rtx_insnDavid Malcolm2014-08-211-4/+4
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* Eliminate profile_status macro.David Malcolm2013-12-091-1/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-3/+5
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-3/+3
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-2/+2
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-8/+8
* cfgloopanal.c (get_loop_hot_path): New function.Jan Hubicka2012-11-061-0/+33
* tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do not predict l...Jan Hubicka2012-10-141-0/+37
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* Makefile.in (target-globals.o): Depend on $(CFGLOOP_H).Richard Sandiford2010-07-121-13/+5
* re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore2010-07-101-5/+21
* re PR target/41279 (252.eon performance regression)Jakub Jelinek2009-09-301-3/+5
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-5/+5
* cfgloopanal.c (check_irred): Move into ...Jan Hubicka2009-06-301-22/+24