index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gcc
/
loop.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* loop.c (instrument_loop_bct): Set JUMP_LABEL on the new insn.
rth
2000-05-28
1
-4
/
+7
*
* combine.c (try_combine): Use any_condjump_p, any_uncondjump_p
rth
2000-05-25
1
-19
/
+23
*
* loop.c (basic_induction_var): Avoid double recording of an increment.
amylaar
2000-05-25
1
-1
/
+7
*
* Back out this patch:
amylaar
2000-05-25
1
-52
/
+17
*
* rtl.h (loc_mentioned_in_p): Declare.
amylaar
2000-05-25
1
-4
/
+15
*
* cse.c (cse_basic_block): Only call find_reg_note if REG_NOTES not 0.
kenner
2000-05-19
1
-1
/
+1
*
* jump.c (redirect_jump): Add delete_unused argument. Don't
rth
2000-05-19
1
-80
/
+80
*
* rtlanal.c (insn_dependant_p, insn_dependant_p_1): New.
rth
2000-05-19
1
-4
/
+3
*
* loop.c (scan_loop, strength_reduce, loop_optimize): Change unroll_p
hubicka
2000-05-15
1
-14
/
+14
*
* cse.c (CSE_ADDRESS_COST): Remove.
hubicka
2000-04-27
1
-19
/
+12
*
* loop.c (load_mems) Don't use hard registers for the hoisting.
hubicka
2000-04-27
1
-1
/
+7
*
* loop.c (strength_reduce): Fix typo in the last checkin.
hubicka
2000-04-25
1
-1
/
+1
*
* loop.c (strength_reduce): Simplify test to INSN_P.
hubicka
2000-04-24
1
-10
/
+19
*
* loop.c (simplify_giv_expr): Be more agressive on simplifying
hubicka
2000-04-23
1
-13
/
+28
*
* loop.c (maybe_eliminate_biv_1): Use GET_CODE (x) == CONST_INT instead
hubicka
2000-04-23
1
-20
/
+21
*
* loop.c (strength_reduce): Fix biv removal code.
hubicka
2000-04-22
1
-13
/
+1
*
* loop.c (emit_iv_add_mult): Revert last change.
rth
2000-04-21
1
-51
/
+5
*
* loop.c (emit_iv_add_mult): Simplify it's input and emit
hubicka
2000-04-20
1
-5
/
+51
*
Even more lossage, sorry.
hubicka
2000-04-19
1
-1
/
+1
*
Fix lossage caused by applying old version of my previous patch.
hubicka
2000-04-19
1
-7
/
+8
*
* loop.c (check_insn_for_bivs, for_every_insn_in_loop,
hubicka
2000-04-19
1
-338
/
+255
*
* loop.c (canonicalize_condition): Add WANT_REG argument.
rth
2000-04-17
1
-4
/
+11
*
* Rework fields used to describe positions of bitfields and
kenner
2000-03-25
1
-12
/
+13
*
* emit-rtl.c (remove_unncessary_notes): Check that all
mmitchel
2000-03-19
1
-10
/
+5
*
Add cselib; use it in loop and reload_cse_regs
crux
2000-03-14
1
-5
/
+57
*
Fix for SH gcc.c-torture/compile/991229-3.c failure:
amylaar
2000-02-28
1
-2
/
+6
*
Fix copyrights.
law
2000-02-26
1
-1
/
+2
*
* loop.c (canonicalize_condition): New function,
wehle
2000-02-18
1
-31
/
+62
*
Reflect renaming of invariant_p to loop_invariant_p in comment.
amylaar
2000-01-27
1
-2
/
+3
*
2000-01-26 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes
2000-01-25
1
-207
/
+222
*
2000-01-25 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
m.hayes
2000-01-25
1
-8
/
+8
*
* rtl.def: Add unordered fp comparisions.
rth
2000-01-24
1
-2
/
+5
*
* loop.c (check_dbra_loop): When checking a loop for
cpopetz
2000-01-23
1
-1
/
+1
*
* loop.c (loops_info): New variable.
m.hayes
2000-01-22
1
-13
/
+12
*
* loop.c (loop_optimize): Allocate loop_info structure for each loop
m.hayes
2000-01-19
1
-3
/
+9
*
* loop.c (current_loop_info): Renamed from loop_info_data
m.hayes
2000-01-19
1
-5
/
+8
*
* combine.c (combine_simplify_rtx): Give FLOAT_STORE_FLAG_VALUE a mode.
rth
2000-01-18
1
-2
/
+4
*
* ggc-common.c: PROTO -> PARAMS.
ghazi
2000-01-17
1
-63
/
+63
*
* loop.c (this_loop_info): Delete.
m.hayes
2000-01-15
1
-440
/
+357
*
* cse.c (cse_insn): Missing cast added.
law
2000-01-05
1
-1
/
+1
*
* builtins.c (expand_builtin_strlen): Initialize variable `icode'.
ghazi
2000-01-04
1
-2
/
+2
*
* alias.c (nonlocal_reference_p): Add else for disjoint ifs.
rth
1999-12-27
1
-2
/
+2
*
* Makefile.in (toplev.o): Depend on loop.h.
ghazi
1999-12-24
1
-1
/
+3
*
* loop.c (insert_loop_mem): Don't record MEMs from inside
rearnsha
1999-12-17
1
-0
/
+4
*
* loop.c (insert_loop_mem): Ignore memory clobbers.
law
1999-12-16
1
-0
/
+4
*
Avoid reversing bivs with maybe_multiple set.
crux
1999-12-14
1
-0
/
+1
*
* loop.c (strength_reduce): Fix sign of giv lifetime calculation
amylaar
1999-12-14
1
-1
/
+1
*
Run reg_scan_update to get information about regs created by loop.
crux
1999-12-14
1
-2
/
+18
*
* loop.c (load_mems): Don't hoist written floating point mem
mmitchel
1999-12-12
1
-1
/
+5
*
Undo previous change
crux
1999-12-10
1
-2
/
+1
[next]