summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.h
Commit message (Expand)AuthorAgeFilesLines
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-28/+23
* * cfgloopanal.c (get_loop_hot_path): New function.hubicka2012-11-061-0/+1
* PR middle-end/54967hubicka2012-10-231-1/+1
* * cfgloopmanip.c (copy_loop_info): New function.hubicka2012-10-171-0/+1
* * tree-ssa-loop-ivcanon.c (tree_estimate_loop_size): Add edge_to_cancelhubicka2012-10-171-1/+2
* * tree-ssa-loop-niter.c (estimate_numbers_of_iterations_loop): Do nothubicka2012-10-141-1/+2
* Fix for PR53397 by making prefecthing less agressivevekumar2012-10-091-0/+14
* * loop-unswitch.c (unswitch_single_loop): Usehubicka2012-10-081-3/+0
* * basic-block.h (RDIV): Define.hubicka2012-09-281-0/+1
* 2012-08-16 Richard Guenther <rguenther@suse.de>rguenth2012-08-161-1/+1
* 2012-08-13 Richard Guenther <rguenther@suse.de>rguenth2012-08-131-0/+8
* * basic-block.h (struct edge_def): Use basic_block instead ofsteven2012-07-111-3/+3
* * cfgloop.h: Do not include rtl.h.steven2012-06-171-4/+11
* 2012-04-18 Richard Guenther <rguenther@suse.de>rguenth2012-04-181-0/+1
* 2012-04-18 Richard Guenther <rguenther@suse.de>rguenth2012-04-181-1/+1
* 2012-04-12 Richard Guenther <rguenther@suse.de>rguenth2012-04-121-4/+8
* 2011-06-14 Zdenek Dvorak <ook@ucw.cz>vries2011-06-141-3/+7
* PR target/48273amonakov2011-04-081-0/+8
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
* 2010-09-01 Richard Guenther <rguenther@suse.de>rguenth2010-09-011-1/+1
* Add loop_exits_from_bb_p.spop2010-08-111-1/+2
* Remove uses of loop->single_iv.spop2010-08-111-4/+0
* gcc/rsandifo2010-07-121-5/+34
* 2010-07-10 Sandra Loosemore <sandra@codesourcery.com>sandra2010-07-101-1/+2
* When niter may be zero, return a COND_EXPR with the may_be_zero condition.spop2010-05-281-5/+7
* gcc/ChangeLog:steven2010-05-221-0/+3
* * cfgloop.h (struct loop): Move can_be_parallel field up.froydnj2010-04-261-3/+3
* Remove trailing white spaces.hjl2009-11-251-3/+3
* 2009-10-22 Sebastian Pop <sebastian.pop@amd.com>spop2009-11-251-0/+4
* 2009-10-22 Razya Ladelsky <razya@il.ibm.com>razya2009-10-221-0/+1
* New implementation of Graphite.spop2009-07-311-0/+3
* Leave the loop_latch basic block empty.spop2009-07-311-1/+1
* * cfgloopanal.c (check_irred): Move into ...hubicka2009-06-301-1/+1
* * ipa-pure-const.c (struct funct_state_d): New fieldshubicka2009-04-261-0/+1
* 2009-04-21 Taras Glek <tglek@mozilla.com>dnovillo2009-04-221-10/+5
* * dse.c (struct group_info): Reorder fields for 64-bit hosts.jakub2009-03-181-10/+11
* Update Copyright years for files modified in 2008 and/or 2009.jakub2009-02-201-1/+1
* 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>spop2008-09-021-0/+4
* 2008-08-31 Andrey Belevantsev <abel@ispras.ru>abel2008-09-011-2/+7
* * fwprop.c (should_replace_address): Add speed attribute.hubicka2008-08-311-3/+3
* 2008-07-28 Richard Guenther <rguenther@suse.de>rguenth2008-07-281-1/+1
* * alias.c (rtx_equal_for_memref_p): Constify.ghazi2007-08-141-6/+6
* * tree-ssa-threadupdate.c (thread_through_all_blocks): Use loops' staterakdver2007-08-041-0/+27
* * tree-ssa-threadupdate.c (thread_through_all_blocks): Record thatrakdver2007-08-011-1/+2
* Change copyright header to refer to version 3 of the GNU General Public Licen...nickc2007-07-261-5/+4
* Merge dataflow branch into mainlinedberlin2007-06-111-3/+2
* * cfg.c (init_flow): Use type safe memory macros.tneumann2007-06-051-7/+11
* PR middle-end/32018rakdver2007-05-241-3/+0
* * tree-vrp.c (finalize_jump_threads): Do not care about dominance info.rakdver2007-05-171-0/+1
* * tree-ssa-loop-niter.c (record_estimate): Use GGC_NEW to allocaterakdver2007-05-141-14/+15