summaryrefslogtreecommitdiff
path: root/gcc/cfgloop.c
Commit message (Expand)AuthorAgeFilesLines
* genattrtab.c (write_header): Include hash-set.h...Michael Collison2015-01-091-0/+3
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* re PR middle-end/64246 (ICE building libada for Windows due to NULL loop header)Richard Biener2014-12-151-1/+2
* Merger of git branch "gimple-classes-v2-option-3"David Malcolm2014-11-191-3/+3
* ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod2014-10-271-0/+4
* function.h: Flatten file.Andrew MacLeod2014-10-161-1/+6
* move many gc hashtab to hash_tableTrevor Saunders2014-10-121-30/+22
* 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/+4
* cfgloop.c (mark_loop_for_removal): New function.Richard Biener2014-09-051-0/+10
* cfgloop.c: Use rtx_insnDavid Malcolm2014-08-211-1/+1
* add a hash_set based on hash_tableTrevor Saunders2014-08-021-9/+9
* use templates instead of gengtype for typed allocation functionsTrevor Saunders2014-05-171-4/+4
* Merge in wide-int.Kenneth Zadeck2014-05-061-13/+15
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-7/+7
* Eliminate last_basic_block macro.David Malcolm2013-12-091-2/+2
* Eliminate BASIC_BLOCK macro.David Malcolm2013-12-091-1/+1
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-2/+5
* add auto_vecTrevor Saunders2013-11-221-4/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-13/+14
* cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener2013-11-191-9/+6
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-8/+8
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-1/+2
* tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod2013-10-181-0/+6
* re PR tree-optimization/58697 (wrong code (segfaults) at -O3)Andrew MacLeod2013-10-161-3/+25
* tree-flow.h: Move some protoypes.Andrew MacLeod2013-10-091-0/+110
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-3/+3
* Makefile.in (lto-streamer-in.o): Add $(CFGLOOP_H) dependency.Richard Biener2013-04-261-8/+9
* tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener2013-04-261-0/+6
* cfgloop.c (verify_loop_structure): Streamline and avoid ICEing on corrupt loo...Richard Biener2013-03-201-31/+41
* re PR tree-optimization/56350 (ICE in vectorizable_reduction, at tree-vect-lo...Richard Biener2013-02-181-0/+15
* Add more checking of headers.Marek Polacek2013-02-081-0/+9
* re PR rtl-optimization/56181 (ICE in verify_loop_structure, at cfgloop.c:1581...Richard Biener2013-02-081-111/+129
* cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener2013-02-081-1/+6
* Fix up English grammarMarek Polacek2013-01-211-1/+1
* 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-1/+1
* dumpfile.c (dump_loc): Print filename with location.Teresa Johnson2013-01-031-0/+52
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-3/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-53/+53
* This patch normalizes more bitmap function names.Lawrence Crowl2012-11-011-8/+8
* This patch implements the unification of the *bitmap interfaces as discussed.Lawrence Crowl2012-10-301-2/+2
* cfgloop.c (scale_loop_profile): Move to...Jan Hubicka2012-09-301-118/+0
* basic-block.h (RDIV): Define.Jan Hubicka2012-09-281-0/+118
* graphite-scop-detection.c (create_sese_edges): Compute dominance info before ...Steven Bosscher2012-08-141-1/+27
* tree-ssa-pre.c (do_regular_insertion): Add FIXME markers at points of potenti...Steven Bosscher2012-08-131-3/+3