summaryrefslogtreecommitdiff
path: root/gcc/loop-invariant.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* Merge dataflow branch into mainlineDaniel Berlin2007-06-111-73/+130
* re PR rtl-optimization/31848 (Invalid loop optimization causes bootstrap fail...Steven Bosscher2007-05-121-0/+12
* re PR rtl-optimization/31360 (RTL loop invariant is not aggressive enough)Zdenek Dvorak2007-04-171-30/+16
* tree-vrp.c (adjust_range_with_scev): Use get_chrec_loop.Zdenek Dvorak2006-12-101-18/+6
* tree-vrp.c (execute_vrp): Do not pass loops structure through arguments.Zdenek Dvorak2006-11-251-7/+7
* re PR rtl-optimization/26449 (ICE in loop invariant motion)Zdenek Dvorak2006-06-081-0/+5
* re PR rtl-optimization/26254 (FAIL: gcc.c-torture/compile/20011109-1.c,-O1)Zdenek Dvorak2006-03-131-12/+46
* builtins.c, [...]: Fix comment typos.Kazu Hirata2006-03-041-1/+1
* re PR middle-end/26316 (loop-invariant miscompiles openmp.c)Zdenek Dvorak2006-02-231-2/+2
* gcse.c (want_to_gcse_p): On STACK_REGS targets...Roger Sayle2006-02-191-0/+26
* loop-invariant.c (invariant_for_use, [...]): Fail for read-write uses.Zdenek Dvorak2006-02-161-1/+8
* re PR rtl-optimization/26296 (ACATS ICE cxg2007 cxg2012 verify_flow_info failed)Zdenek Dvorak2006-02-161-9/+8
* re PR rtl-optimization/26235 (FAIL: gcc.c-torture/execute/ieee/fp-cmp-8l.c ex...Zdenek Dvorak2006-02-131-0/+10
* re PR rtl-optimization/26247 (gcc.dg/tree-ssa/gen-vect-26.c, 28 and 32. int_m...Zdenek Dvorak2006-02-131-1/+2
* re PR rtl-optimization/26222 (build failuring in libjava)Zdenek Dvorak2006-02-131-2/+9
* re PR rtl-optimization/26225 (GCC error: in emit_move_multi_word, at expr.c:3...Zdenek Dvorak2006-02-131-0/+1
* re PR rtl-optimization/26232 (cc0 targets broken; loop-invariants-move code d...Zdenek Dvorak2006-02-121-0/+6
* tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki2006-01-311-4/+4
* df.h (DF_SCAN, [...]): New macros.Daniel Berlin2006-01-111-37/+31
* df.c (df_bitmaps_free): Only work for bbs for that structures are allocated.Zdenek Dvorak2005-12-221-64/+382
* loop-invariant.c (move_loop_invariants): Add missing hunk from the previous p...Steven Bosscher2005-12-161-0/+1
* Commit part of Zdenek's larger loop-invariant.c patch.Zdenek Dvorak2005-12-151-63/+59
* loop-invariant.c: Include tm_p.h.Richard Earnshaw2005-11-141-0/+1
* loop-invariant.c (move_loop_invariants): Fix a thinko in the previous checkin.Steven Bosscher2005-11-121-3/+16
* re PR target/24265 (ICE: in extract_insn, at recog.c:2084 with -O -fgcse -fmo...Steven Bosscher2005-11-111-6/+13
* dwarf2out.c, [...]: Fix comment typos.Kazu Hirata2005-08-011-1/+1
* Update FSF address.Kelley Cook2005-06-251-2/+2
* loop-invariant.c (invariants, [...]): Use VEC instead of VARRAY.Kazu Hirata2005-04-301-18/+18
* bt-load.c, [...]: Use JUMP_P, LABEL_P, REG_P, MEM_P, NONJUMP_INSN_P, and INSN...Kazu Hirata2005-04-281-1/+1
* local-alloc.c (update_equiv_regs): Use gcc_assert, gcc_unreachable.Nathan Sidwell2005-04-011-2/+1
* bt-load.c, [...]: Update copyright.Kazu Hirata2005-02-171-1/+1