aboutsummaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+1
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-6/+10
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+5
2014-08-22loop-invariant.c: Use rtx_insn in various placesDavid Malcolm1-13/+14
2014-07-03loop-invariant.c (struct invariant): Add a new member: eqno;Zhenqiang Chen1-2/+15
2014-06-30loop-invariant.c (get_inv_cost): Handle register class.Zhenqiang Chen1-6/+34
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-9/+6
2014-06-23loop-invariant.c (pre_check_invariant_p): New function.Zhenqiang Chen1-1/+35
2014-06-19loop-invariant.c (get_inv_cost): Skip invariants, which are marked as "move",...Zhenqiang Chen1-0/+4
2014-06-15df.h (DF_INSN_INFO_MWS, [...]): New macros.Richard Sandiford1-10/+8
2014-01-17re PR rtl-optimization/38518 (Excessive compile time with -O3)Richard Biener1-12/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-28re PR target/57293 (not needed frame pointers on IA-32 (performance regressio...Vladimir Makarov1-1/+1
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-7/+5
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-5/+5
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-23/+26
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-27loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.Steven Bosscher1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-21/+19
2012-10-23dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov1-1/+1
2012-10-19common.opt (flag_ira_hoist_pressure): New.Bin Cheng1-2/+2
2012-10-18loop-invariant.c: Include target.h.Eric Botcazou1-1/+17
2012-10-08bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher1-4/+12
2012-08-23alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck1-9/+3
2012-07-17dumpfile.h (TDF_COMMENT): New define.Steven Bosscher1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+1
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31ira.h (target_ira): Delete x_ira_available_class_regs.Richard Sandiford1-1/+1
2011-08-18rtl.h (set_src_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-08-18rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford1-1/+1
2011-03-29[multiple changes]Vladimir Makarov1-67/+76
2011-03-28re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov1-76/+67
2011-03-27[multiple changes]Vladimir Makarov1-67/+76
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-5/+5
2010-08-19cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd1-4/+2
2010-07-10re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore1-9/+14
2010-04-09loop-invariant.c (replace_uses): New static function.Eric Botcazou1-22/+41
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-18Remove the REG_EQUAL note if we don't know its invariant status.H.J. Lu1-8/+10
2009-11-25Remove trailing white spaces.H.J. Lu1-25/+25
2009-11-08re PR rtl-optimization/41928 (segfault at gcc/bitmap.c:297)Richard Guenther1-0/+2
2009-10-26extend.texi (Named Address Spaces): New section.Ben Elliston1-1/+1
2009-10-20* loop-invariant.c (create_new_invariant): Use different magic number.Michael Matz1-1/+10
2009-10-20re PR debug/41340 (GCC produces different code with and without -g option)Jakub Jelinek1-1/+1
2009-10-14params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov1-41/+569
2009-09-02invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva1-1/+1