Go to file
Andrew MacLeod f3940b0e3d re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improved when adding)
2005-10-05  Andrew MacLeod  <amacleod@redhat.com>

	PR tree-optimization/18587

	* tree-ssa-operands.c (struct opbuild_list_d, OPBUILD_LAST): Delete.
	(build_defs, build_uses, build_v_may_defs, build_v_must_defs,
	build_vuses): Change to VEC type.
	(opbuild_initialize_virtual, opbuild_initialize_real, opbuild_free,
	opbuild_num_elems, opbuild_append_real, opbuild_append_virtual,
	opbuild_first, opbuild_next, opbuild_elem_real, opbuild_elem_virtual,
	opbuild_elem_uid, opbuild_clear, opbuild_remove_elem): Delete.
	(get_name_decl): New.  Return DECL_UID of base variable.
	(operand_build_cmp): New.  qsort comparison routine.
	(operand_build_sort_virtual): New.  Sort virtual build vector.
	(init_ssa_operands, fini_ssa_operands): Use VEC routines.
	(FINALIZE_OPBUILD_BASE, FINALIZE_OPBUILD_ELEM): Use VEC_Index.
	(FINALIZE_BASE): Use get_name_decl.
	(finalize_ssa_defs, finalize_ssa_uses, cleanup_v_may_defs,
	finalize_ssa_v_may_defs, finalize_ssa_vuses, finalize_ssa_v_must_defs,
	(start_ssa_stmt_operands, append_def, append_use, append_vuse,
	append_v_may_def, append_v_must_def): Replace opbuild_* routines with
	direct VEC_* manipulations.
	(build_ssa_operands): Call operand_build_sort_virtual.
	(copy_virtual_operand, create_ssa_artficial_load_stmt,
	add_call_clobber_ops, add_call_read_ops): Replace opbuild_* routines
	with direct VEC_* manipulations.
	* tree-ssa-opfinalize.h (FINALIZE_FUNC): Replace opbuild_* routines
	with direct VEC manipulations.

From-SVN: r104996
2005-10-05 15:16:42 +00:00
boehm-gc
config
contrib
fastjar
fixincludes
gcc re PR tree-optimization/18587 (build_v_may_defs and build_vuses can be improved when adding) 2005-10-05 15:16:42 +00:00
gnattools
include
INSTALL
intl
libada
libcpp re PR preprocessor/13726 (cpp -C -dI loses comments on same line as #include directives) 2005-10-04 18:06:19 +00:00
libffi
libgfortran * runtime/memory.c (allocate_size): Malloc 1 byte if size == 0. 2005-10-03 22:32:44 +02:00
libiberty * at-file.texi: New file. 2005-10-04 05:34:57 +00:00
libjava Makefile.in: Rebuilt. 2005-10-03 22:33:10 +00:00
libmudflap This avoids small data/gp reloc overflow errors. 2005-10-04 16:54:38 -07:00
libobjc
libssp
libstdc++-v3
maintainer-scripts
zlib
.cvsignore
ABOUT-NLS
ChangeLog * MAINTAINERS: Add self as sh libraries/configury maintainer. 2005-10-05 13:54:41 +00:00
ChangeLog.tree-ssa
compile
config-ml.in
config.guess
config.rpath
config.sub
configure re PR ada/22340 (Ada build fails with --enable-bootstrap) 2005-10-05 07:32:13 +00:00
configure.in re PR ada/22340 (Ada build fails with --enable-bootstrap) 2005-10-05 07:32:13 +00:00
COPYING
COPYING.LIB
depcomp
install-sh
libtool.m4
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltmain.sh Fix misapplied hunk. 2005-10-05 09:19:53 +00:00
MAINTAINERS * MAINTAINERS: Add self as sh libraries/configury maintainer. 2005-10-05 13:54:41 +00:00
Makefile.def Fix mips-elf --enable-libmudflap make -j2 failure. 2005-10-04 18:17:01 -07:00
Makefile.in re PR ada/22340 (Ada build fails with --enable-bootstrap) 2005-10-05 07:32:13 +00:00
Makefile.tpl re PR ada/22340 (Ada build fails with --enable-bootstrap) 2005-10-05 07:32:13 +00:00
missing
mkdep
mkinstalldirs
move-if-change
README
README.SCO
symlink-tree
ylwrap

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the file COPYING
for copying permission.  The manuals, and some of the runtime
libraries, are under different terms; see the individual source files
for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs.html for how to report bugs usefully.