Go to file
Aldy Hernandez 0bd6879392 Cleanup --params for backward threader.
The new backward threader makes some of the --param knobs used to
control it questionable at best or no longer applicable at worst.

The fsm-maximum-phi-arguments param is unused and can be removed.

The max-fsm-thread-length param is block based which is a bit redundant,
since we already restrict paths based on instruction estimates.

The max-fsm-thread-paths restricts the total number of threadable paths
in a function.  We probably don't need this.  Besides, the forward
threader has no such restriction.

Tested on x86-64 Linux.

gcc/ChangeLog:

	* doc/invoke.texi: Remove max-fsm-thread-length,
	max-fsm-thread-paths, and fsm-maximum-phi-arguments.
	* params.opt: Same.
	* tree-ssa-threadbackward.c (back_threader::back_threader): Remove
	argument.
	(back_threader_registry::back_threader_registry): Same.
	(back_threader_profitability::profitable_path_p): Remove
	param_max_fsm_thread-length.
	(back_threader_registry::register_path): Remove
	m_max_allowable_paths.
2021-10-14 23:37:59 +02:00
INSTALL
c++tools
config
contrib Daily bump. 2021-10-03 00:16:17 +00:00
fixincludes
gcc Cleanup --params for backward threader. 2021-10-14 23:37:59 +02:00
gnattools
gotools
include Daily bump. 2021-09-28 00:16:21 +00:00
intl
libada
libatomic
libbacktrace
libcc1
libcody
libcpp Daily bump. 2021-10-07 00:16:24 +00:00
libdecnumber
libffi
libgcc libgcc: Add a backchain fallback to _Unwind_Backtrace() on PowerPC 2021-10-14 20:00:44 +00:00
libgfortran Daily bump. 2021-09-28 00:16:21 +00:00
libgo
libgomp openmp: Mark declare variant directive in documentation as supported in Fortran 2021-10-14 09:35:33 -07:00
libiberty libiberty: d-demangle: Add test case for function literals 2021-10-14 12:24:51 -04:00
libitm
libobjc
liboffloadmic
libphobos Daily bump. 2021-10-01 00:16:27 +00:00
libquadmath
libsanitizer Daily bump. 2021-10-09 00:16:26 +00:00
libssp
libstdc++-v3 libstdc++: Simplify variant access functions 2021-10-14 22:19:38 +01:00
libvtv
lto-plugin
maintainer-scripts
zlib
.dir-locals.el
.gitattributes
.gitignore
ABOUT-NLS
COPYING
COPYING.LIB
COPYING.RUNTIME
COPYING3
COPYING3.LIB
ChangeLog Daily bump. 2021-10-13 00:16:22 +00:00
ChangeLog.jit
ChangeLog.tree-ssa
MAINTAINERS MAINTAINERS: Add myself to DCO section 2021-10-07 17:49:00 +05:30
Makefile.def Mark certain subdirectories as missing TAGS targets. 2021-10-12 17:00:43 -04:00
Makefile.in Mark certain subdirectories as missing TAGS targets. 2021-10-12 17:00:43 -04:00
Makefile.tpl
README
ar-lib
compile
config-ml.in
config.guess
config.rpath
config.sub
configure top-level configure: setup target_configdirs based on repository 2021-09-28 09:43:36 +01:00
configure.ac top-level configure: setup target_configdirs based on repository 2021-09-28 09:43:36 +01:00
depcomp
install-sh
libtool-ldflags
libtool.m4
ltgcc.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
lt~obsolete.m4
missing
mkdep
mkinstalldirs
move-if-change
multilib.am
symlink-tree
test-driver
ylwrap

README

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with 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/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.