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
*
Warning fixes:
ghazi
1999-01-18
1
-0
/
+2
*
Fix copyrights.
law
1999-01-06
1
-1
/
+1
*
* optabs.c (emit_cmp_insn): Abort if asked to emit non-canonical RTL
law
1999-01-03
1
-4
/
+3
*
* loop.c (check_dbra_loop): While reversing the loop, if the
law
1998-12-30
1
-2
/
+6
*
Warning fixes:
ghazi
1998-12-23
1
-2
/
+0
*
* loop.c (combine_givs_used_by_other): Don't depend on n_times_set.
amylaar
1998-12-17
1
-4
/
+0
*
* loop.c (consec_sets_giv): New argument last_consec_insn.
amylaar
1998-12-15
1
-16
/
+9
*
* loop.h (loop_info): New field 'vtop'.
m.hayes
1998-12-15
1
-22
/
+2
*
* loop.h (struct induction): Delete times_used member.
amylaar
1998-12-15
1
-63
/
+62
*
* loop.c (strength_reduce): If scan_start points to the loop exit
amylaar
1998-12-08
1
-5
/
+13
*
* loop.c (check_dbra_loop): Fix initial_value and initial_equiv_value
law
1998-12-07
1
-2
/
+2
*
* loop.c (check_dbra_loop): New argument loop_info. Update fields
law
1998-12-06
1
-3
/
+13
*
* loop.h (struct loop_info): Define new structure.
m.hayes
1998-11-25
1
-41
/
+27
*
* loop.c (check_dbra_loop): Update JUMP_LABEL field of jump insn
m.hayes
1998-11-25
1
-6
/
+8
*
* cse.c (fold_rtx): Make autoincrement addressing mode tests be
law
1998-11-24
1
-6
/
+10
*
�
law
1998-11-21
1
-4
/
+8
*
* loop.c (move_movables): Start of libcall might be new loop start.
amylaar
1998-11-20
1
-0
/
+2
*
* loop.c (loop_has_tablejump): New variable.
dje
1998-10-23
1
-17
/
+21
*
* loop.c (express_from): Make sure that when generating a PLUS of
law
1998-10-22
1
-1
/
+12
*
Fix dumb thinko.
law
1998-10-19
1
-3
/
+3
*
* loop.c (scan_loop): Be more selective about what invariants are
law
1998-10-19
1
-15
/
+6
*
- recommit bct_p ATTRIBUTE_UNUSED change which somehow failed.
dje
1998-10-15
1
-1
/
+1
*
* loop.c (strength_reduce): Undo Oct 14 change marking bct_p
dje
1998-10-15
1
-1
/
+1
*
Warning fixes:
ghazi
1998-10-14
1
-6
/
+5
*
Fri Oct 9 16:03:19 1998 Graham <grahams@rcp.co.uk>
rth
1998-10-09
1
-2
/
+2
*
* loop.c (insert_bct): Ensure loop_iteration_var non-zero before use.
dje
1998-10-09
1
-2
/
+11
*
Fix for powerpc/c4x problem with missed loop optimizations.
wilson
1998-10-08
1
-5
/
+15
*
* loop.c (count_one_set): Add prototype.
law
1998-10-07
1
-0
/
+2
*
* loop.c (count_one_set): New static function, broken out of
law
1998-10-06
1
-64
/
+48
*
* unroll.c (loop_iteration_var, loop_initial_value, loop_increment
dje
1998-10-05
1
-504
/
+205
*
* loop.c (move_movables): Corrected threshold calculation for
law
1998-10-05
1
-8
/
+4
*
* loop.c (combine_givs_p): Fix test for identical givs.
law
1998-10-05
1
-5
/
+5
*
* loop.c (check_dbra_loop): Use a vanilla loop reversal if the biv is
law
1998-09-30
1
-3
/
+9
*
* function.c (gen_mem_addressof): If the address REG is
mmitchel
1998-09-30
1
-13
/
+25
*
Fix typo that disabled loop unrolling for many targets.
wilson
1998-09-29
1
-2
/
+2
*
* toplev.c (rest_of_compilation): Set bct_p on second call to
dje
1998-09-18
1
-21
/
+22
*
* loop.c (move_movables): While removing insn sequences, preserve
davem
1998-09-13
1
-3
/
+20
*
* loop.c (load_mems): Copy rtx for output mem.
rth
1998-09-09
1
-1
/
+1
*
Fix irix6 -g -O3 -funroll-all-loops bootstrap failure.
wilson
1998-09-04
1
-1
/
+12
*
* loop.c (check_dbra_loop): Pass COMPARISON_VALUE, not
brendan
1998-08-28
1
-1
/
+1
*
* loop.c (check_dbra_loop): Fix calculation of FINAL_VALUE when
amylaar
1998-08-28
1
-3
/
+9
*
* loop.c (check_dbra_loop): The loop ending comparison value
law
1998-08-28
1
-0
/
+9
*
* loop.c (scan_loop): Count down from max_reg_num - 1 to
law
1998-08-27
1
-1
/
+1
*
* loop.c (scan_loop): Count down from max_reg_num - 1 to
law
1998-08-27
1
-1
/
+1
*
* loop.c (check_dbra_loop): Enable code for reversal
amylaar
1998-08-27
1
-5
/
+4
*
* loop.c (check_dbra_loop): Add some code that would allow reversal
amylaar
1998-08-26
1
-64
/
+202
*
* loop.c (n_times_set, n_times_used, may_not_optimize,
mmitchel
1998-08-25
1
-97
/
+127
*
* loop.c (scan_loop): Allocate some slop to handle pseudos
davem
1998-08-25
1
-2
/
+10
*
Opps.
law
1998-08-24
1
-1
/
+0
*
* loop.c (scan_loop): Honor AVOID_CC_MODE_COPIES.
law
1998-08-24
1
-0
/
+10
[next]