summaryrefslogtreecommitdiff
path: root/gcc/ira-build.c
Commit message (Expand)AuthorAgeFilesLines
* -fuse-caller-save - Use collected register usage informationRadovan Obradovic2014-05-281-0/+10
* 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-5/+8
* add auto_vecTrevor Saunders2013-11-221-6/+2
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm2013-11-191-1/+1
* Eliminate n_basic_blocks macroDavid Malcolm2013-11-191-1/+1
* regmove.c: Remove.Vladimir Makarov2013-10-301-9/+215
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+2
* function.h (loops_for_fn): New inline function.Richard Biener2013-04-301-10/+10
* Add uniform debug dump function names.Lawrence Crowl2013-03-291-0/+31
* re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek2013-03-011-7/+8
* cfgloop.c (verify_loop_structure): Properly handle a loop exiting to another ...Richard Biener2013-02-081-12/+12
* 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
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-2/+2
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-89/+77
* re PR rtl-optimization/38711 (ira should not be using df-lr except at -O1.)Steven Bosscher2012-10-141-3/+3
* ira-build.c (ira_loop_tree_body_rev_postorder): New function.Steven Bosscher2012-10-111-9/+127
* ira.h (target_ira): Add x_ira_class_singleton.Richard Sandiford2012-10-021-4/+3
* re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther2012-08-161-2/+8
* output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher2012-05-311-1/+0
* ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford2012-05-311-2/+2
* attribs.c (decl_attributes): Avoid emitting a warning if ATTR_FLAG_BUILT_IN.Bernd Schmidt2012-05-141-0/+10
* re PR rtl-optimization/40761 (IRA memory hog for insanely nested loops)Vladimir Makarov2012-01-191-67/+95
* re PR other/50775 (Register allocator sets up frame and frame pointer with lo...Vladimir Makarov2011-12-051-1/+0
* re PR rtl-optimization/48757 (internal compiler error: in compensate_edge, at...Vladimir Makarov2011-05-251-4/+11
* [multiple changes]Vladimir Makarov2011-05-241-4/+28
* reginfo.c (memory_move_cost): Change rclass argument type form 'enum reg_clas...Anatoly Sokolov2011-05-011-9/+10
* [multiple changes]Vladimir Makarov2011-03-291-161/+188
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-188/+161
* [multiple changes]Vladimir Makarov2011-03-271-161/+188
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-8/+8
* ira-int.h (ira_remove_allocno_copy_from_list): Remove.Vladimir Makarov2010-08-111-42/+0
* ira-build.c (ira_create_object): New arg SUBWORD; all callers changed.Bernd Schmidt2010-07-221-136/+272
* ira-int.h (struct live_range): Rename allocno member to object and change typ...Bernd Schmidt2010-07-141-57/+63
* ira-int.h (struct ira_object): New.Bernd Schmidt2010-07-141-195/+264
* toplev.h: Do not include diagnostic-core.h.Manuel López-Ibáñez2010-07-081-0/+1
* ira-int.h (struct live_range, [...]): Renamed from struct ira_allocno_live_ra...Bernd Schmidt2010-06-241-34/+32
* ira-int.h (SET_MINMAX_SET_BIT, [...]): Renamed from SET_ALLOCNO_SET_BIT...Bernd Schmidt2010-06-241-1/+1
* ira-int.h (ira_parent_allocno, [...]): Declare.Bernd Schmidt2010-06-241-10/+33
* ira-build.c (merge_hard_reg_conflicts): New function.Bernd Schmidt2010-06-241-81/+68
* fwprop.c: Make emit-rtl.h include last.Jan Hubicka2010-06-011-0/+1
* ira-build.c (update_conflict_hard_reg_costs): New.Vladimir Makarov2010-05-251-1/+40
* Nullify regno_allocno_map of the removed allocno.H.J. Lu2010-05-101-0/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-14/+14
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+1
* ira-build.c (copy_info_to_removed_store_destinations): Initialize parent_a.Ian Lance Taylor2009-06-161-1/+2
* revert: reload.c (push_reload, [...]): Use df_get_live_out instead of DF_LR_OUT.Vladimir Makarov2009-04-031-3/+3