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
/
gcse.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* gcse.c (delete_null_pointer_checks): Returns void.
rth
1999-10-11
1
-1
/
+1
*
* gcse.c (gcse_main): Avoid global optimizations if we have a
law
1999-10-10
1
-0
/
+30
*
* basic-block.h (compute_flow_dominators): Declare.
law
1999-09-20
1
-0
/
+382
*
* gcse.c (invalid_nonnull_info): New function.
law
1999-09-20
1
-0
/
+246
*
Make it possible to prototype port-specific functions (and convert i386 to us...
crux
1999-09-20
1
-0
/
+1
*
* combine.c (SUBST): Break out to a real function do_SUBST.
rth
1999-09-09
1
-0
/
+3
*
* reload1.c (eliminate_regs_in_insn): Avoid eliminating the
rth
1999-09-03
1
-1
/
+1
*
* dwarf2out.c (dwarf2out_line): Constify `lastfile'.
rth
1999-09-02
1
-0
/
+2
*
Ignore no-ops in cprop pass.
crux
1999-08-26
1
-1
/
+5
*
Wed Aug 25 13:55:47 EDT 1999 Andrew MacLeod <amacleod@cygnus.com>
amacleod
1999-08-25
1
-12
/
+10
*
* gcse.c (find_avail_set): Follow chains of register-register copies.
law
1999-08-25
1
-25
/
+68
*
* gcse.c (cprop_jump): New function, broken out of cprop_insn.
law
1999-08-25
1
-76
/
+131
*
* rtl.h (rtx_format): Constify a char*.
ghazi
1999-08-20
1
-8
/
+8
*
Include function.h in most files. Remove most of the global variables
crux
1999-08-09
1
-3
/
+1
*
* gcse.c (hash_scan_set): Treat SYMBOL_REFs like CONST_INTs.
law
1999-08-07
1
-2
/
+3
*
�
law
1999-06-03
1
-3
/
+20
*
8
law
1999-05-09
1
-1
/
+3
*
Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
rth
1999-04-17
1
-2
/
+8
*
1999-04-17 20:11 -0400 Zack Weinberg <zack@rabi.columbia.edu>
zack
1999-04-17
1
-0
/
+1
*
* flow.c (find_basic_blocks): New argument `do_cleanup'.
rth
1999-03-31
1
-1
/
+1
*
* gcse.c (dump_hash_table): Fix whitespace in declaration.
law
1999-03-21
1
-389
/
+232
*
* gcse.c (compute_pre_local_properties): Delete.
law
1999-03-10
1
-74
/
+1
*
* gcse.c: More comments, whitespace and similar fixes.
law
1999-03-10
1
-266
/
+201
*
s/ /<tab>/g
law
1999-03-10
1
-106
/
+106
*
* gcse.c: Update various comments.
law
1999-03-10
1
-81
/
+46
*
* gcse.c (run_jump_opt_after_gcse): New variable.
law
1999-03-10
1
-10
/
+110
*
* c-aux-info.c (data_type, affix_data_type, gen_decl,
ghazi
1999-03-06
1
-2
/
+2
*
Typo fix in comment.
amylaar
1999-02-24
1
-1
/
+1
*
Update copyrights.
rth
1999-01-11
1
-1
/
+1
*
* basic-block.h (basic_block_head): Rename to x_basic_block_head.
rth
1999-01-11
1
-8
/
+8
*
Fix copyright dates.
law
1999-01-06
1
-1
/
+1
*
Warning fixes:
ghazi
1998-12-23
1
-1
/
+1
*
Add: #include "expr.h"
nickc
1998-12-17
1
-0
/
+1
*
* flow.c (XNMALLOC): New macro.
law
1998-10-29
1
-3
/
+1
*
* gcse.c (compute_hash_table): Correctly identify hard regs which are
law
1998-10-19
1
-2
/
+28
*
* gcse.c (dump_cuid_table): Correct typo.
law
1998-10-17
1
-3
/
+3
*
* flow.c (find_basic_blocks): Delte "live_reachable_p" argument.
law
1998-10-10
1
-1
/
+1
*
* flow.c (find_basic_blocks): Calc upper bound for extra nops in
rth
1998-10-08
1
-10
/
+71
*
* gcse.c (pre_insert_insn): Tweek to notice that calls do not
rth
1998-10-07
1
-1
/
+6
*
* gcse.c (pre_insert_insn): When a call ends a bb, insert
rth
1998-10-07
1
-8
/
+58
*
Fix out of date comments after previous change.
law
1998-09-15
1
-2
/
+2
*
* gcse.c: New definition NEVER_SET for reg_first_set, reg_last_set,
law
1998-09-15
1
-10
/
+13
*
* loop.c (add_label_notes): Do not ignore references to labels
law
1998-08-15
1
-11
/
+7
*
* gcse.c (hash_scan_insn): Add missing argument declaration.
law
1998-07-13
1
-0
/
+1
*
* gcse.c (hash_scan_insn): New argument IN_LIBCALL_BLOCK. Changed
law
1998-07-06
1
-6
/
+15
*
* optabs.c: Use gen_rtx_FOO (...) instead of gen_rtx (FOO, ...).
jfc
1998-06-24
1
-6
/
+7
*
Fix irix6 -O3 -funroll-all-loops bootstrap failure reported by Kaveh Ghazi.
wilson
1998-06-22
1
-0
/
+51
*
* calls.c (expand_call): Initialize "src" and "dest".
law
1998-06-20
1
-1
/
+1
*
Warning fixes:
ghazi
1998-06-08
1
-14
/
+19
*
* gcse.c (pre_delete): Fix code to determine the mode of
law
1998-05-29
1
-5
/
+7
[next]