..
ada
Resync.
2004-10-27 15:57:10 +02:00
config
sysv4.h (TARGET_POWER): Define as 0.
2004-10-29 13:09:05 -04:00
cp
* pt.c: Fix a comment typo.
2004-10-29 14:10:24 +00:00
doc
tree-ssa-loop-ivopts.c: Fix a comment typo.
2004-10-28 14:24:29 +00:00
fortran
Fix for PR fortran/13490, PR fortran/17912
2004-10-28 22:25:18 +00:00
ginclude
* ginclude/stddef.h: Fix a comment typo.
2004-10-03 13:25:05 +00:00
java
re PR java/17265 (Libjava doesn't build)
2004-10-22 14:30:37 +00:00
objc
objc-act.c (finish_class): Do not synthesize bogus 'extern objc_object *_Foo;' declarations for @interface Foo.
2004-10-26 18:39:01 +00:00
po
* de.po: Update.
2004-10-27 18:09:33 +01:00
testsuite
typeck.c (composite_pointer_type): Remove comment about DR 195.
2004-10-29 08:35:49 +00:00
treelang
treetree.c (tree_code_generate_return): Wrap param declaration in ENABLE_CHECKING.
2004-10-25 03:03:24 +00:00
.cvsignore
ABOUT-GCC-NLS
aclocal.m4
re PR java/15575 (HAVE_LANGINFO_CODESET never defined)
2004-10-20 22:36:47 +01:00
alias.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
alias.h
alloc-pool.c
alias.c (mems_in_disjoint_alias_sets_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-08-30 19:13:03 +00:00
alloc-pool.h
attribs.c
attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through pretty-print.c.
2004-09-15 21:48:10 +01:00
basic-block.h
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
bb-reorder.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
bitmap.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
bitmap.h
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
bt-load.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
builtin-attrs.def
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
builtin-types.def
builtins.c
btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++, libffi, and libjava.
2004-10-27 02:48:26 +00:00
builtins.def
builtins.def (BUILT_IN_FPUTC, [...]): Remove nothrow attribute.
2004-09-29 11:06:49 +02:00
c-aux-info.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-common.c
c-common.c (handle_mode_attribute): Allow scalar->vector type changes yet.
2004-10-18 15:01:51 -07:00
c-common.def
alias.c (find_base_decl): Remove unreachable case '3' block.
2004-09-17 21:55:02 +00:00
c-common.h
c-common.h: Remove RID_ID.
2004-10-25 22:55:25 +00:00
c-config-lang.in
c-convert.c
c-cppbuiltin.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-decl.c
re PR middle-end/17407 (ICE in int_mode_for_mode)
2004-10-25 06:27:32 -07:00
c-dump.c
c-errors.c
c-format.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-format.h
c-gimplify.c
c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-09-07 10:19:00 +00:00
c-incpath.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-incpath.h
re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)
2004-09-15 23:49:59 -07:00
c-lang.c
alias.c (find_base_decl): Remove unreachable case '3' block.
2004-09-17 21:55:02 +00:00
c-lex.c
c-lex.c (cb_def_pragma): Clean up code for making location palatable to diagnostic.c.
2004-10-27 17:24:20 +00:00
c-objc-common.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-objc-common.h
c-opts.c
re PR c/17538 (Filename and IMA)
2004-10-21 09:31:54 -07:00
c-parse.in
c-parse.in (datadef): Use pedwarn rather than error and warning for diagnostic in case of no...
2004-10-26 22:01:51 +01:00
c-pch.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-ppoutput.c
re PR c/16999 (#ident stopped working)
2004-10-08 11:37:07 -07:00
c-pragma.c
c-aux-info.c, [...]: Follow code formatting conventions.
2004-10-03 21:53:05 +01:00
c-pragma.h
c-common.c (fix_string_type): Build the unqualified array type unconditionally...
2004-09-21 02:22:45 +00:00
c-pretty-print.c
c-aux-info.c (gen_type): Use gcc_assert or gcc_unreachable.
2004-09-07 10:19:00 +00:00
c-pretty-print.h
c-semantics.c
c-semantics.c (re_push_stmt_list): Remove.
2004-10-22 18:54:25 +00:00
c-tree.h
c-tree.h (enum c_typespec_kind, [...]): New.
2004-10-14 01:34:01 +01:00
c-typeck.c
re PR middle-end/18160 (ICE on taking register variable address)
2004-10-28 19:30:49 +00:00
c.opt
re PR c++/13684 (local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads)
2004-08-27 22:33:54 -04:00
caller-save.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
calls.c
function.c (reference_callee_copied): New.
2004-09-08 11:45:21 -07:00
cfg.c
cfg.c (unchecked_make_edge, [...]): Use VEC_safe_push instead of VEC_safe_insert.
2004-10-25 21:48:26 +00:00
cfganal.c
basic-block.h: Remove the prototype for flow_preorder_transversal_compute.
2004-10-05 22:55:59 +00:00
cfgbuild.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
cfgcleanup.c
* cfgcleanup.c (outgoing_edges_match): Fix typo in dump output.
2004-10-25 14:23:49 +10:00
cfgexpand.c
re PR middle-end/17925 (Gotos loses their locations)
2004-10-17 13:07:34 -07:00
cfghooks.c
re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)
2004-10-16 16:58:59 +00:00
cfghooks.h
cfglayout.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
cfglayout.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
cfgloop.c
Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
2004-10-13 03:48:03 +00:00
cfgloop.h
cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.
2004-10-25 21:46:18 +00:00
cfgloopanal.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
cfgloopmanip.c
cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.
2004-10-25 21:46:18 +00:00
cfgrtl.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
cgraph.c
patch to remove the analysis of module level static variables.
2004-10-25 22:04:02 +00:00
cgraph.h
patch to remove the analysis of module level static variables.
2004-10-25 22:04:02 +00:00
cgraphunit.c
patch to remove the analysis of module level static variables.
2004-10-25 22:04:02 +00:00
ChangeLog
sysv4.h (TARGET_POWER): Define as 0.
2004-10-29 13:09:05 -04:00
ChangeLog.0
ChangeLog.1
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
ChangeLog.10
ChangeLog.11
ChangeLog.lib
ChangeLog.tree-ssa
collect2.c
collect2.c (COLLECT_PARSE_FLAG): Remove.
2004-10-01 18:45:28 +00:00
collect2.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
combine.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
common.opt
re PR other/18186 (Spelling error)
2004-10-27 20:42:22 -07:00
conditions.h
config.build
config.gcc
config.gcc: Add support for --enable-e500_double.
2004-10-21 22:28:29 +00:00
config.host
re PR rtl-optimization/13987 (compile time regression while compile fold-const.i)
2004-08-30 17:29:04 -07:00
config.in
re PR java/15575 (HAVE_LANGINFO_CODESET never defined)
2004-10-20 22:36:47 +01:00
configure
configure.ac: Don't test for [build] __cxa_atexit when building a cross compiler.
2004-10-27 16:08:48 +00:00
configure.ac
configure.ac: Don't test for [build] __cxa_atexit when building a cross compiler.
2004-10-27 16:08:48 +00:00
conflict.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
convert.c
re PR tree-optimization/17512 (ICE in regex.c)
2004-09-22 18:02:08 +00:00
convert.h
COPYING
COPYING.LIB
coretypes.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
coverage.c
attribs.c, [...]: Use %<, %> and %q for quoting in diagnostics going through pretty-print.c.
2004-09-15 21:48:10 +01:00
coverage.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
cppdefault.c
cppdefault.h
cppspec.c
crtstuff.c
re PR c/17384 (ICE with mode attribute on structures)
2004-10-13 16:31:23 -07:00
cse.c
cse.c (memory_extend_rtx): Remove.
2004-10-28 09:26:25 -07:00
cselib.c
re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm with -O1 or higher on i386)
2004-09-13 02:05:31 -07:00
cselib.h
re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm with -O1 or higher on i386)
2004-09-13 02:05:31 -07:00
cstamp-h.in
dbxout.c
re PR debug/18199 (AIX XCOFF debugging broken)
2004-10-28 21:00:59 +00:00
dbxout.h
dbxout.c (get_lang_number): New.
2004-09-17 11:47:19 -07:00
ddg.c
bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.
2004-09-26 19:53:13 +00:00
ddg.h
debug.c
debug.h
defaults.h
dbxout.c: Include obstack.h.
2004-10-27 01:29:42 +00:00
df.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
df.h
diagnostic.c
re PR other/17900 (GCC's source path in ICE is wrong)
2004-10-14 17:15:37 +10:00
diagnostic.def
diagnostic.h
c-opts.c (c_common_handle_option): <case OPT_Werror> set global_dc->warning_as_error_requested.
2004-08-30 04:48:34 +00:00
dojump.c
re PR middle-end/17813 (ada bootstrap failure on i486-linux)
2004-10-18 22:06:36 +00:00
dominance.c
re PR tree-optimization/17766 (cc1 hangs in with -O3, works with -O2)
2004-10-16 16:58:59 +00:00
domwalk.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
domwalk.h
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
dummy-conditions.c
dwarf2.h
dwarf2.h: Sync with include/elf/dwarf2.h
2004-10-06 20:27:15 +00:00
dwarf2asm.c
dbxout.c (dbxout_type, [...]): Use gcc_assert and gcc_unreachable.
2004-09-08 07:47:45 +00:00
dwarf2asm.h
dwarf2out.c
Index: gcc/gcc/ChangeLog
2004-10-26 06:09:05 +00:00
dwarf2out.h
dwarf.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
emit-rtl.c
Fix for PR 18010, copy epilogue unwind info when copying epilogue insns.
2004-10-26 18:36:11 -07:00
emit-rtl.h
errors.c
Makefile.in (BUILD_ERRORS): Set to build-errors.
2004-08-23 11:57:02 +00:00
errors.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
et-forest.c
emit-rtl.c (immed_double_const): Use gcc_assert and gcc_unreachable.
2004-09-08 08:05:14 +00:00
et-forest.h
except.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
except.h
explow.c
re PR middle-end/17813 (ada bootstrap failure on i486-linux)
2004-10-18 22:06:36 +00:00
expmed.c
re PR target/18004 (ICE in output_constant_pool_2 for aligned(1) float in struct)
2004-10-21 10:51:02 +00:00
expr.c
re PR middle-end/18163 (libffi test case ICE's on darwin)
2004-10-27 20:53:31 -07:00
expr.h
expr.c (expand_assignment): Remove the last argument.
2004-10-19 14:43:56 +00:00
final.c
re PR target/15286 (ICE cause by reload)
2004-10-28 12:47:21 +00:00
fix-header.c
re PR libobjc/11572 (GNU libobjc no longer compiled on Darwin)
2004-09-15 23:49:59 -07:00
fixinc.in
Made fixincludes a toplevel build module.
2004-08-31 09:27:00 +00:00
fixproto
flags.h
common.opt (flag_gcse_sm): Disable by default.
2004-09-28 20:34:17 +00:00
flow.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
fold-const.c
re PR tree-optimization/18048 (mgrid loop performance regression with ivopts (register pressure))
2004-10-27 20:27:20 +00:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c
* function.c (assign_parm_setup_block): Handle parallels correctly.
2004-10-28 12:29:36 +00:00
function.h
emit-rtl.c (last_label_num, [...]): Remove.
2004-10-08 19:59:26 +00:00
gbl-ctors.h
gcc.c
re PR java/15578 (gcj doesn't support -extdirs)
2004-10-13 17:03:56 +00:00
gcc.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gccbug.in
gccspec.c
gcov-dump.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gcov-io.c
gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.
2004-09-09 13:54:07 +00:00
gcov-io.h
gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
2004-08-30 15:52:09 +00:00
gcov-iov.c
gcov.c
gcov-io.c (GCOV_CHECK): Use gcc_assert when available.
2004-08-30 15:52:09 +00:00
gcse.c
basic-block.h (edge_iterator): Keep the address of VEC(edge) *.
2004-10-13 14:33:28 +10:00
gdbinit.in
gen-protos.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
genattr.c
genattrtab.c
genattrtab.c (write_insn_cases): New function, split out from write_attr_case.
2004-09-09 20:39:28 +00:00
genattrtab.h
genautomata.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
gencheck.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gencodes.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
genconditions.c
genconfig.c
genconstants.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
genemit.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
genextract.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
genflags.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
gengenrtl.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gengtype-lex.l
gengtype-lex.l: Add commented } & ) characters to unconfuse editor's paren matching.
2004-10-11 08:55:23 +00:00
gengtype-yacc.y
gengtype.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
gengtype.h
genmodes.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
genmultilib
genopinit.c
expr.c (expand_expr_real_1): Handle VEC_COND_EXPR.
2004-09-27 17:13:12 -07:00
genoutput.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
genpeep.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
genpreds.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
genrecog.c
bb-reorder.c, [...]: Fix comment typos.
2004-09-10 15:09:39 +00:00
gensupport.c
Makefile.in (gengtype): Use $(BUILD_ERRORS).
2004-09-09 13:22:38 +00:00
gensupport.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
ggc-common.c
* ggc-common.c (cmp_statistics): Fix sorting.
2004-09-12 20:14:23 +00:00
ggc-none.c
ggc-none.c: Include "bconfig.h" if -DGENERATOR_FILE, "config.h" if not.
2004-09-11 19:03:23 +00:00
ggc-page.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
ggc-zone.c
gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.
2004-09-09 13:54:07 +00:00
ggc.h
gimplify.c (gimplify_compound_lval): Move "stack" varray out of GGC.
2004-09-02 18:32:49 +00:00
gimple-low.c
gcse.c (INSN_CUID, [...]): Use gcc_assert and gcc_unreachable.
2004-09-09 13:54:07 +00:00
gimplify.c
re PR middle-end/17793 (Ada bootstrap failure)
2004-10-23 09:16:46 +00:00
glimits.h
global.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
gmon.c
graph.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
graph.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gstab.h
gsyms.h
gsyslimits.h
gthr-aix.h
gthr-dce.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
gthr-gnat.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gthr-gnat.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gthr-lynx.h
c-common.c, [...]: Fix comment typos.
2004-09-05 15:24:15 +00:00
gthr-nks.h
c-common.c, [...]: Fix comment formatting.
2004-09-05 16:05:06 +00:00
gthr-posix.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
gthr-posix.h
gthr-posix.h (__gthread_recursive_mutex_init_function): Guard with #ifdef PTHREAD_MUTEX_RECURSIVE/#endif pairs.
2004-10-29 04:23:18 +00:00
gthr-rtems.h
gthr-single.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
gthr-solaris.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
gthr-tpf.h
gthr-tpf.h (__gthread_recursive_mutex_t): New type.
2004-10-02 00:48:44 +00:00
gthr-vxworks.h
re PR c++/13684 (local static object variable constructed once but ctors and dtors called multiple times on same memory when called in multiple threads)
2004-08-27 22:33:54 -04:00
gthr-win32.h
c-typeck.c, [...]: Fix comment formatting.
2004-09-25 14:36:40 +00:00
gthr.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
haifa-sched.c
hard-reg-set.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
hooks.c
hooks.c (hook_int_void_1, [...]): Remove.
2004-10-07 04:00:55 +00:00
hooks.h
hooks.c (hook_int_void_1, [...]): Remove.
2004-10-07 04:00:55 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hwint.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
ifcvt.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
input.h
insn-addr.h
insn-notes.def
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
integrate.c
integrate.c (try_constants, [...]): Remove.
2004-10-08 19:55:31 +00:00
integrate.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
intl.c
intl.h
jump.c
cfglayout.c (duplicate_insn_chain): Remove references to NOTE_INSN_LOOP_VTOP and NOTE_INSN_LOOP_CONT.
2004-08-25 08:20:11 +00:00
lambda-code.c
lambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-28 13:31:53 +00:00
lambda-mat.c
c-typeck.c, [...]: Fix comment formatting.
2004-09-25 14:36:40 +00:00
lambda-trans.c
[multiple changes]
2004-09-16 16:16:14 +00:00
lambda.h
[multiple changes]
2004-09-16 16:16:14 +00:00
langhooks-def.h
Speed up walk_tree by introducing a special-purpose hash table.
2004-10-14 23:15:29 +00:00
langhooks.c
Speed up walk_tree by introducing a special-purpose hash table.
2004-10-14 23:15:29 +00:00
langhooks.h
Speed up walk_tree by introducing a special-purpose hash table.
2004-10-14 23:15:29 +00:00
LANGUAGES
alias.c (find_base_decl): Remove unreachable case '3' block.
2004-09-17 21:55:02 +00:00
lcm.c
re PR bootstrap/17761 (sh-elf doesn't build after merge from edge-vector-branch)
2004-10-01 09:40:15 +10:00
libada-mk.in
libfuncs.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
libgcc2.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
libgcc2.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
libgcc-darwin.ver
libgcc-std.ver
* libgcc-std.ver (GCC_3.4.2): Export also __trampoline_setup.
2004-09-01 21:17:50 +02:00
libgcov.c
limitx.h
limity.h
lists.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
local-alloc.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
longlong.h
loop-doloop.c
* loop-doloop.c (doloop_optimize): Extend count.
2004-10-08 13:10:00 +00:00
loop-init.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
loop-invariant.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
loop-iv.c
re PR rtl-optimization/17791 (doloop can produce wrong code causes Ada bootstrap failure)
2004-10-07 06:20:34 +00:00
loop-unroll.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
loop-unswitch.c
cfgloopmanip.c (loopify): Take two more arguments true_edge and false_edge.
2004-10-25 21:46:18 +00:00
loop.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
machmode.def
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
machmode.h
main.c
Makefile.in
* Makefile.in (OBJS-common): Remove duplicates.
2004-10-28 13:37:33 +00:00
mips-tdump.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
mips-tfile.c
bb-reorder.c, [...]: Fix comment typos.
2004-09-10 15:09:39 +00:00
mkconfig.sh
mkfixinc.sh
Made fixincludes a toplevel build module.
2004-08-31 09:27:00 +00:00
mkheaders.in
mklibgcc.in
re PR bootstrap/17684 (/usr/ccs/bin/ld: Can't create libgcc_s.sl)
2004-10-18 08:52:51 -07:00
mkmap-flat.awk
mkmap-symver.awk
mode-classes.def
modulo-sched.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
ONEWS
opt-functions.awk
opt-gather.awk
optabs.c
re PR tree-optimization/17531 ([ivopts] ICE compiling gzip deflate.c)
2004-09-28 15:55:04 -07:00
optabs.h
* optabs.c, optabs.h: Fix comment typos.
2004-09-28 11:49:07 +00:00
optc-gen.awk
opth-gen.awk
opts.c
* opts.c (decode_options): Lower the crossjump threshold for -Os.
2004-10-29 13:08:47 +00:00
opts.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
output.h
dbxout.c: Include obstack.h.
2004-10-27 01:29:42 +00:00
params.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
params.def
params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.
2004-10-28 07:02:16 +10:00
params.h
params.def (PARAM_SRA_MAX_STRUCTURE_SIZE): New.
2004-10-28 07:02:16 +10:00
passes.c
passes.c (rest_of_handle_cfg): Disable const/pure function detection when doing tree based profiling.
2004-09-25 10:05:09 +00:00
pointer-set.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
pointer-set.h
Speed up walk_tree by introducing a special-purpose hash table.
2004-10-14 23:15:29 +00:00
postreload-gcse.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
postreload.c
re PR inline-asm/6806 (gcc 3.0.4 ignoring clobbered registers in inline asm with -O1 or higher on i386)
2004-09-13 02:05:31 -07:00
predict.c
predict.c (predict_loops): Call scev_finalize instead of scev_reset.
2004-10-23 18:46:38 -07:00
predict.def
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
predict.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
prefix.c
prefix.h
pretty-print.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
pretty-print.h
pretty-print.c: Include tree.h.
2004-10-06 04:47:42 +00:00
print-rtl.c
tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
2004-09-23 14:34:35 +00:00
print-tree.c
alias.c (find_base_decl): Remove unreachable case '3' block.
2004-09-17 21:55:02 +00:00
profile.c
profile.c (branch_prob): Call to init_edge_profiler added.
2004-10-28 16:19:26 +00:00
protoize.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
ra-build.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
ra-colorize.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
ra-debug.c
ra-rewrite.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
ra.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
ra.h
read-rtl.c
* read-rtl.c (apply_macro_to_string): Replace index with strchr.
2004-09-29 11:23:11 +00:00
README-fixinc
README.Portability
real.c
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-09-09 17:19:16 +00:00
real.h
recog.c
re PR target/15286 (ICE cause by reload)
2004-10-28 12:47:21 +00:00
recog.h
reg-notes.def
reg-notes.def (REG_DEP_TRUE): New entry, place first so it gets value 0.
2004-09-21 20:34:43 +00:00
reg-stack.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
regclass.c
* defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)
2004-10-12 19:28:56 +00:00
regmove.c
regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields.
2004-10-09 19:19:24 +00:00
regrename.c
* defaults.h (REGNO_MODE_OK_FOR_BASE_P, REG_MODE_OK_FOR_BASE_P)
2004-10-12 19:28:56 +00:00
regs.h
regs.h (struct reg_info_def): Remove the last_node_uid and changes_mode fields.
2004-10-09 19:19:24 +00:00
reload1.c
reload1.c (ior_hard_reg_set): Remove.
2004-10-18 23:54:36 +00:00
reload.c
reload.c (find_reloads): When reloading a PLUS with constant operand...
2004-10-14 18:32:04 +00:00
reload.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
reorg.c
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-09-09 17:19:16 +00:00
resource.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
resource.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
rtl-error.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
rtl-profile.c
profile.c (branch_prob): Call to init_edge_profiler added.
2004-10-28 16:19:26 +00:00
rtl.c
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-09-09 17:19:16 +00:00
rtl.def
* rtl.def (REG): Add comment to describe third field.
2004-09-10 18:52:41 +00:00
rtl.h
varasm.c (get_pool_mode_for_function, [...]): Remove.
2004-10-22 18:48:15 +00:00
rtlanal.c
basic-block.h: Remove the prototypes for can_hoist_insn_p...
2004-10-10 22:06:04 +00:00
rtlhooks-def.h
rtlhooks.c
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-09-09 17:19:16 +00:00
sbitmap.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
sbitmap.h
sbitmap.h (EXECUTE_IF_SET_IN_SBITMAP): Don't access PTR beyond its end.
2004-10-22 19:48:43 +00:00
scan-decls.c
scan-types.sh
scan.c
scan.h
sched-deps.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
sched-ebb.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
sched-int.h
sched-rgn.c
basic-block.h (reg_set_iterator): New.
2004-10-18 15:11:31 +00:00
sched-vis.c
ra-build.c (copy_insn_p, [...]): Use gcc_assert and gcc_unreachable instead of abort.
2004-09-09 17:19:16 +00:00
sdbout.c
dbxout.c (asmfile): Delete.
2004-10-21 00:53:47 +00:00
sdbout.h
SERVICE
simplify-rtx.c
re PR target/15286 (ICE cause by reload)
2004-10-28 12:47:21 +00:00
sort-protos
sreal.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
sreal.h
stab.def
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
stack.h
statistics.h
stmt.c
* stmt.c (expand_case): Update a comment.
2004-10-26 17:25:32 +00:00
stor-layout.c
* stor-layout.c: Fix a comment typo.
2004-10-20 13:14:01 +00:00
stringpool.c
stub-objc.c
stub-objc.c (objc_is_id, [...]): New stubs.
2004-09-03 20:17:50 +00:00
sys-protos.h
sys-types.h
system.h
dbxout.c: Include obstack.h.
2004-10-27 01:29:42 +00:00
target-def.h
dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi.
2004-10-01 05:08:59 +00:00
target.h
dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi.
2004-10-01 05:08:59 +00:00
targhooks.c
dwarf2.h (dwarf_calling_convention): Add enum for renesas sh abi.
2004-10-01 05:08:59 +00:00
targhooks.h
hooks.c (hook_tree_tree_bool_null): New.
2004-09-24 15:13:53 +00:00
timevar.c
targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & internal_error instead of abort.
2004-09-09 07:54:12 +00:00
timevar.def
timevar.def (TV_FIND_REFERENCED_VARS): New.
2004-10-25 21:18:15 +00:00
timevar.h
tlink.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
toplev.c
toplev.c (dump_file_name): Change type to be const.
2004-10-15 17:57:01 -07:00
toplev.h
c-decl.c (c_expand_body): Update call tree_rest_of_compilation.
2004-10-01 15:11:25 +00:00
tracer.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
tree-browser.c
alias.c (find_base_decl): Remove unreachable case '3' block.
2004-09-17 21:55:02 +00:00
tree-browser.def
tree-cfg.c
lambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-28 13:31:53 +00:00
tree-chrec.c
Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
2004-10-13 03:48:03 +00:00
tree-chrec.h
Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
2004-10-13 03:48:03 +00:00
tree-complex.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-data-ref.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-data-ref.h
Makefile.in (tree-ssa-loop-niter.o): Depends on tree-data-ref.h.
2004-10-13 03:48:03 +00:00
tree-dfa.c
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-dump.c
tree-dump.c (dump_options): Remove TDF_TREE, TDF_RTL, TDF_IPA from -fdump-tree-*-all.
2004-10-13 13:48:16 +00:00
tree-dump.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
tree-eh.c
tree.def (ALIGN_INDIRECT_REF, [...]): New tree-codes.
2004-09-23 14:34:35 +00:00
tree-flow-inline.h
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-flow.h
re PR tree-optimization/16728 (std::set tests for allocator/insert core in make check-performance)
2004-10-28 19:24:41 -04:00
tree-gimple.c
tree-gimple.c (is_gimple_constructor_elt): Remove.
2004-10-22 18:50:34 +00:00
tree-gimple.h
tree-gimple.c (is_gimple_constructor_elt): Remove.
2004-10-22 18:50:34 +00:00
tree-if-conv.c
tree-if-conv.c (process_phi_nodes): Process latch block.
2004-10-14 11:19:47 -07:00
tree-inline.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-inline.h
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
tree-into-ssa.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-iterator.c
targhooks.c (default_unwind_emit, [...]): Use gcc_assert, gcc_unreachable & internal_error instead of abort.
2004-09-09 07:54:12 +00:00
tree-iterator.h
tree-loop-linear.c
[multiple changes]
2004-09-16 16:16:14 +00:00
tree-mudflap.c
tree-mudflap.c (mudflap_init): Mark cache-lookup decls to prevent their later unnecessary registration.
2004-10-28 21:24:33 +00:00
tree-mudflap.h
tree-nested.c
re PR middle-end/17849 (intrinsic_pack.f90)
2004-10-06 16:45:48 -07:00
tree-nomudflap.c
Unify the management of RTL and tree-level dump files.
2004-09-06 10:08:17 +00:00
tree-nrv.c
Unify the management of RTL and tree-level dump files.
2004-09-06 10:08:17 +00:00
tree-optimize.c
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-outof-ssa.c
Restored acciddental check-in.
2004-10-12 20:51:50 +00:00
tree-pass.h
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-phinodes.c
tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.
2004-10-29 14:05:43 +00:00
tree-pretty-print.c
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-profile.c
profile.c (branch_prob): Call to init_edge_profiler added.
2004-10-28 16:19:26 +00:00
tree-scalar-evolution.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-scalar-evolution.h
tree-sra.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-alias.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-ccp.c
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-ssa-copy.c
re PR tree-optimization/16728 (std::set tests for allocator/insert core in make check-performance)
2004-10-28 19:24:41 -04:00
tree-ssa-copyrename.c
re PR tree-optimization/17739 (tree-optimizers extend the lifetime of a hard register variable)
2004-09-29 18:22:07 -07:00
tree-ssa-dce.c
tree-ssa-dce.c (mark_stmt_if_obviously_necessary): Use EDGE_COUNT instead of GOTO_DESTINATION.
2004-10-28 02:56:50 +00:00
tree-ssa-dom.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-dse.c
bitmap.h (EXECUTE_IF_SET_IN_BITMAP, [...]): Changed to iterator style.
2004-09-26 19:53:13 +00:00
tree-ssa-forwprop.c
re PR tree-optimization/17624 (ICE: SSA corruption (another one))
2004-09-24 06:26:29 -07:00
tree-ssa-live.c
tree-ssa-live.c (calculate_live_on_entry): Fix warnings with --disable-checking.
2004-09-28 14:14:33 -04:00
tree-ssa-live.h
bb-reorder.c, [...]: Fix comment typos.
2004-09-10 15:09:39 +00:00
tree-ssa-loop-ch.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
tree-ssa-loop-im.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-loop-ivcanon.c
common.opt (ftree-loop-ivcanon): Enable by default.
2004-10-01 18:26:37 +00:00
tree-ssa-loop-ivopts.c
tree-ssa-loop-ivopts.c: Fix a comment typo.
2004-10-28 14:24:29 +00:00
tree-ssa-loop-manip.c
lambda-code.c (nestify_update_pending_stmts): Remove.
2004-10-28 13:31:53 +00:00
tree-ssa-loop-niter.c
re PR tree-optimization/18048 (mgrid loop performance regression with ivopts (register pressure))
2004-10-27 20:27:20 +00:00
tree-ssa-loop-unswitch.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
tree-ssa-loop.c
tree-ssa-loop.c (pass_record_bounds): Do not assign a name to the pass.
2004-09-28 16:39:46 -04:00
tree-ssa-operands.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-operands.h
re PR tree-optimization/17133 (wrong code with -ftree-lim)
2004-10-27 17:45:21 +00:00
tree-ssa-phiopt.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-ssa-pre.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssa-propagate.c
Makefile.in (tree-ssa-propagate.o): Depend on vec.h.
2004-09-28 20:31:16 +00:00
tree-ssa-propagate.h
c-common.c, [...]: Fix comment typos.
2004-09-05 15:24:15 +00:00
tree-ssa-threadupdate.c
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
tree-ssa.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-ssanames.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-tailcall.c
re PR middle-end/17906 (ICE in verify_ssa: PHI argument is not SSA_NAME, or invariant)
2004-10-09 20:19:37 +00:00
tree-vectorizer.c
bitmap.h (bitmap_empty_p): New.
2004-10-29 08:41:10 +00:00
tree-vectorizer.h
2004-10-14 Olga Golovanevsky <olga@il.ibm.com>
2004-10-14 17:21:35 +00:00
tree-vn.c
c-typeck.c, [...]: Fix comment formatting.
2004-09-25 14:36:40 +00:00
tree.c
tree.c (int_cst_node, [...]): New variables.
2004-10-28 10:08:03 +00:00
tree.def
tree.def (vec_cond_expr): Fix.
2004-09-28 06:14:28 -07:00
tree.h
tree-phinodes.c (make_phi_node, [...]): Don't zero the whole PHI node.
2004-10-29 14:05:43 +00:00
tsystem.h
dwarf.h, [...]: Update copyright.
2004-10-22 15:03:23 +00:00
typeclass.h
unwind-c.c
unwind-compat.c
re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)
2004-09-03 17:15:42 -07:00
unwind-compat.h
re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)
2004-09-03 17:15:42 -07:00
unwind-dw2-fde-compat.c
re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)
2004-09-03 17:15:42 -07:00
unwind-dw2-fde-darwin.c
unwind-dw2-fde-glibc.c
re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)
2004-09-03 17:15:42 -07:00
unwind-dw2-fde.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
unwind-dw2-fde.h
unwind-dw2.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
unwind-dw2.h
unwind-pe.h
unwind-sjlj.c
bitmap.c, [...]: Update copyright.
2004-10-15 14:47:12 +00:00
unwind.h
unwind.inc
value-prof.c
c-common.c, [...]: Fix comment typos.
2004-09-10 10:44:48 +00:00
value-prof.h
profile.c (branch_prob): Call to init_edge_profiler added.
2004-10-28 16:19:26 +00:00
var-tracking.c
backport: basic-block.h: Include vec.h, errors.h.
2004-09-28 17:59:54 +10:00
varasm.c
varasm.c (function_section): If DECL is NULL_TREE, don't try to do anything else.
2004-10-28 20:52:42 +00:00
varray.c
varray.h
vec.c
vec.c (vec_p_reserve, [...]): Rename to ...
2004-09-08 08:08:56 +00:00
vec.h
alias.c, [...]: Fix comment formatting.
2004-10-22 17:05:11 +00:00
version.c
Daily bump.
2004-10-29 00:16:15 +00:00
version.h
vmsdbg.h
vmsdbgout.c
web.c
xcoff.h
xcoffout.c
dbxout.c (asmfile): Delete.
2004-10-21 00:53:47 +00:00
xcoffout.h
re PR debug/18199 (AIX XCOFF debugging broken)
2004-10-28 21:00:59 +00:00