summaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* loop-invariant.c (check_invariant_table_size): Take sizeof of the right type.Steven Bosscher2012-11-271-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-21/+19
* dbxout.c (dbxout_symbol_location): Pass new argument to alter_subreg.Vladimir Makarov2012-10-231-1/+1
* common.opt (flag_ira_hoist_pressure): New.Bin Cheng2012-10-191-2/+2
* loop-invariant.c: Include target.h.Eric Botcazou2012-10-181-1/+17
* bitmap.h (bitmap_and_into): Update prototype.Steven Bosscher2012-10-081-4/+12
* alias.c (rtx_equal_for_memref_p): Convert constant cases.Kenneth Zadeck2012-08-231-9/+3
* dumpfile.h (TDF_COMMENT): New define.Steven Bosscher2012-07-171-1/+1
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-0/+1
* 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-1/+1
* rtl.h (set_src_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* rtl.h (set_rtx_cost, [...]): New functions.Richard Sandiford2011-08-181-1/+1
* [multiple changes]Vladimir Makarov2011-03-291-67/+76
* re PR bootstrap/48307 (Bootstrap failure)Vladimir Makarov2011-03-281-76/+67
* [multiple changes]Vladimir Makarov2011-03-271-67/+76
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-5/+5
* cfgloop.c (get_loop_body_in_bfs_order): Avoid redundant call to bitmap_bit_p.Nathan Froyd2010-08-191-4/+2
* re PR middle-end/42505 (loop canonicalization causes a lot of unnecessary tem...Sandra Loosemore2010-07-101-9/+14
* loop-invariant.c (replace_uses): New static function.Eric Botcazou2010-04-091-22/+41
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* Remove the REG_EQUAL note if we don't know its invariant status.H.J. Lu2010-03-181-8/+10
* Remove trailing white spaces.H.J. Lu2009-11-251-25/+25
* re PR rtl-optimization/41928 (segfault at gcc/bitmap.c:297)Richard Guenther2009-11-081-0/+2
* extend.texi (Named Address Spaces): New section.Ben Elliston2009-10-261-1/+1
* * loop-invariant.c (create_new_invariant): Use different magic number.Michael Matz2009-10-201-1/+10
* re PR debug/41340 (GCC produces different code with and without -g option)Jakub Jelinek2009-10-201-1/+1
* params.def (PARAM_IRA_LOOP_RESERVED_REGS): New.Vladimir Makarov2009-10-141-41/+569
* invoke.texi (-fvar-tracking-assignments): New.Alexandre Oliva2009-09-021-1/+1
* re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini2009-05-081-1/+1
* re PR rtl-optimization/33928 (30% performance slowdown in floating-point code...Paolo Bonzini2009-05-081-11/+26
* re PR middle-end/39157 (Code that compiles fine in 1GB of memory with 4.1.2 r...Jakub Jelinek2009-02-201-2/+7
* re PR rtl-optimization/37889 (SEGV, conditional execution proactively execute...Paolo Bonzini2009-02-041-1/+1
* re PR middle-end/37448 (cannot compile big function)Kenneth Zadeck2008-10-111-13/+13
* fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka2008-08-311-10/+12
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-6/+8
* df.h (struct df_ref): Replace 'insn' field with 'insn_info' field.Steven Bosscher2008-06-181-5/+7
* Remove libcall notes.Steven Bosscher2008-06-171-8/+3
* rtl.texi: Removed reference to REG_NO_CONFLICT notes.Kenneth Zadeck2008-05-141-2/+1
* [multiple changes]Kenneth Zadeck2008-05-071-2/+4
* PR middle-end/PR28690Peter Bergner2008-04-071-2/+2
* re PR rtl-optimization/35729 (const volatile variable access incorrectly hois...Zdenek Dvorak2008-03-311-1/+1
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-221-1/+0
* re PR tree-optimization/26854 (Inordinate compile times on large routines)Kenneth Zadeck2008-01-201-0/+1
* re PR rtl-optimization/26449 (ICE in loop invariant motion)Zdenek Dvorak2007-09-171-59/+18
* re PR middle-end/33348 (gfortran.dg/g77/19990826-3.f fails at -O1)Jan Hubicka2007-09-171-0/+1
* df-core.h (df_dump_region): New function.Kenneth Zadeck2007-08-301-0/+1
* rtl.c (rtx_code_size): Check CONST_FIXED to calcualte correct sizes in DEF_RT...Chao-ying Fu2007-08-231-0/+3
* loop-invariant.c (find_invariants_to_move): Add missing macro argument.Kaveh R. Ghazi2007-08-171-1/+1