summaryrefslogtreecommitdiff
path: root/gcc/cfgloopanal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek2009-02-201-1/+2
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2009-01-291-2/+2
* tm.texi (TARGET_IRA_COVER_CLASSES): Modify description.Vladimir Makarov2008-12-091-2/+2
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-28/+34
* [multiple changes]Vladimir Makarov2008-08-261-5/+20
* Separate target-specific initialization from general back-end initialization.Sandra Loosemore2007-08-271-0/+1
* alias.c (rtx_equal_for_memref_p): Constify.Kaveh R. Ghazi2007-08-141-4/+4
* tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' state accesso...Zdenek Dvorak2007-08-041-1/+1