gcc/gcc
Uros Bizjak 247c45b265 re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math)
PR target/88556
	* internal-fn.def (COSH): New.
	(SINH): Ditto.
	(TANH): Ditto.
	* optabs.def (cosh_optab): New.
	(sinh_optab): Ditto.
	(tanh_optab): Ditto.
	* config/i386/i386-protos.h (ix86_emit_i387_sinh): New prototype.
	(ix86_emit_i387_cosh): Ditto.
	(ix86_emit_i387_tanh): Ditto.
	* config/i386/i386.c (ix86_emit_i387_sinh): New function.
	(ix86_emit_i387_cosh): Ditto.
	(ix86_emit_i387_tanh): Ditto.
	* config/i386/i386.md (sinhxf2): New expander.
	(sinh<mode>2):	Ditto.
	(coshxf2): Ditto.
	(cosh<mode>2): Ditto.
	(tanhxf2): Ditto.
	(tanh<mode>2): Ditto.

From-SVN: r267325
2018-12-21 14:30:58 +01:00
..
ada decl.c (rm_size): Take into account the padding in the case of a record type containing a template. 2018-12-14 11:08:15 +00:00
brig Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
c C/C++: Add -Waddress-of-packed-member 2018-12-20 13:41:48 -08:00
c-family C/C++: Add -Waddress-of-packed-member 2018-12-20 13:41:48 -08:00
common i386-common.c (processor_names): Add cascadelake. 2018-12-13 08:57:28 +00:00
config re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math) 2018-12-21 14:30:58 +01:00
cp PR c++/88196 - ICE with class non-type template parameter. 2018-12-21 03:34:06 +00:00
d Merge dmd upstream 237ca3fbe 2018-12-17 18:32:31 +00:00
doc support --with-multilib-list=@name for ARM 2018-12-21 05:40:53 +00:00
fortran re PR fortran/87992 (ICE in resolve_fl_variable, at fortran/resolve.c:12314) 2018-12-19 22:31:25 +00:00
ginclude
go runtime: handle DW_EH_PE_absptr in type table encoding 2018-12-12 23:26:58 +00:00
jit Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
lto Minimize clone counter memory usage in LTO. 2018-11-30 22:31:02 +00:00
objc C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
objcp Run selftests for C++ as well as C 2018-10-17 13:56:05 +00:00
po Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
testsuite re PR c++/87125 (ICE in tsubst_copy starting with r261084) 2018-12-21 13:11:57 +01:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4 Update GCC to autoconf 2.69, automake 1.15.1 (PR bootstrap/82856). 2018-10-31 17:03:16 +00:00
addresses.h
alias.c re PR middle-end/83215 (C++: struct with char-array assumed to alias with everything) 2018-11-20 09:31:06 +00:00
alias.h
align.h
alloc-pool.c
alloc-pool.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
asan.c re PR sanitizer/88291 (asan ICE in asan_clear_shadow) 2018-12-02 13:39:26 +01:00
asan.h Make red zone size more flexible for stack variables (PR sanitizer/81715). 2018-11-30 14:25:15 +00:00
attribs.c PR middle-end/81824 - Warn for missing attributes with function aliases 2018-11-09 10:32:52 -07:00
attribs.h PR middle-end/81824 - Warn for missing attributes with function aliases 2018-11-09 10:32:52 -07:00
auto-inc-dec.c gOlogy: fix debug binds in auto-inc-dec 2018-11-06 05:33:40 +00:00
auto-profile.c auto-profile.c (afdo_indirect_call): Skip generating histogram value if we can't find cgraph_node for then... 2018-12-19 02:25:48 +00:00
auto-profile.h
backend.h
BASE-VER
basic-block.h
bb-reorder.c bb-reorer.c (find_rarely_executed_basic_blocks_and_crossin_edges): trust precise profiles. 2018-12-02 15:39:45 +00:00
bb-reorder.h
bitmap.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
bitmap.h bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
brig-builtins.def
bt-load.c
builtin-attrs.def
builtin-types.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
builtins.c re PR middle-end/64242 (Longjmp expansion incorrect) 2018-11-30 16:06:51 -07:00
builtins.def
builtins.h builtins.c (unterminated_array): Add new arguments. 2018-10-02 08:08:53 -06:00
caller-save.c
calls.c PR tree-optimization/88372 - alloc_size attribute is ignored on function pointers 2018-12-14 15:45:55 -07:00
calls.h
ccmp.c ccmp.c (ccmp_candidate_p): Use GIMPLE API properly. 2018-12-11 11:07:24 +00:00
ccmp.h
cfg-flags.def
cfg.c
cfg.h
cfganal.c
cfganal.h
cfgbuild.c
cfgbuild.h
cfgcleanup.c re PR rtl-optimization/88470 (ICE in maybe_record_trace_start, at dwarf2cfi.c:2354) 2018-12-14 00:33:57 +01:00
cfgcleanup.h
cfgexpand.c cfgexpand.c (asm_clobber_reg_is_valid): Also produce error when stack pointer is clobbered. 2018-12-11 15:50:51 +00:00
cfgexpand.h
cfghooks.c Improve -fprofile-report. 2018-11-13 15:06:54 +00:00
cfghooks.h Improve -fprofile-report. 2018-11-13 15:06:54 +00:00
cfgloop.c
cfgloop.h
cfgloopanal.c
cfgloopmanip.c
cfgloopmanip.h
cfgrtl.c re PR rtl-optimization/87475 (ICE in patch_jump_insn, at cfgrtl.c:1275) 2018-11-16 17:43:49 +01:00
cfgrtl.h
cgraph.c cgraph.h (cgraph_node): Add predicate prevailing_p. 2018-12-15 21:24:52 +00:00
cgraph.h cgraph.h (cgraph_node): Add predicate prevailing_p. 2018-12-15 21:24:52 +00:00
cgraphbuild.c
cgraphclones.c Minimize clone counter memory usage in create_virtual_clone. 2018-11-30 22:27:11 +00:00
cgraphunit.c fix typo. 2018-12-20 08:44:42 +00:00
ChangeLog re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math) 2018-12-21 14:30:58 +01:00
ChangeLog-1997
ChangeLog-1998
ChangeLog-1999
ChangeLog-2000
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008
ChangeLog-2009
ChangeLog-2010
ChangeLog-2011
ChangeLog-2012
ChangeLog-2013
ChangeLog-2014
ChangeLog-2015
ChangeLog-2016
ChangeLog-2017
ChangeLog.dataflow
ChangeLog.gimple-classes
ChangeLog.graphite
ChangeLog.jit
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
collect2-aix.c
collect2-aix.h
collect2.c collect2.c (linker_select): Add USE_LLD_LD. 2018-11-08 15:05:27 -07:00
collect2.h
collect-utils.c
collect-utils.h
color-macros.h
combine-stack-adj.c
combine.c combine.c (update_rsp_from_reg_equal): Only look for the nonzero bits of src in nonzero_bits_mode if... 2018-12-18 10:29:42 +00:00
common.md
common.opt Add a loop versioning pass 2018-12-17 10:05:51 +00:00
compare-elim.c compare-elim.c (struct comparison): Add not_in_a field. 2018-11-19 10:25:35 +00:00
conditions.h
config.build
config.gcc support --with-multilib-list=@name for ARM 2018-12-21 05:40:53 +00:00
config.host Delete powerpcspe 2018-12-10 20:40:27 +01:00
config.in [RS6000] inline plt call sequences 2018-11-29 15:23:49 +10:30
configure darwin - add configuration support for 'otool' 2018-12-05 21:57:00 +00:00
configure.ac darwin - add configuration support for 'otool' 2018-12-05 21:57:00 +00:00
context.c
context.h
convert.c C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
convert.h C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
coverage.c coverage.c (struct conts_entry): Add n_counts. 2018-12-17 13:21:52 +00:00
coverage.h coverage.c (struct conts_entry): Add n_counts. 2018-12-17 13:21:52 +00:00
cppbuiltin.c
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c
cse.c
cselib.c re PR rtl-optimization/88478 (valgrind error in cselib_record_sets) 2018-12-15 00:17:03 +01:00
cselib.h
cstamp-h.in
data-streamer-in.c
data-streamer-out.c
data-streamer.c
data-streamer.h
DATESTAMP Daily bump. 2018-12-21 00:16:33 +00:00
dbgcnt.c
dbgcnt.def
dbgcnt.h
dbxout.c
dbxout.h
dce.c
dce.h
ddg.c
ddg.h
debug.c
debug.h
defaults.h
DEV-PHASE
df-core.c
df-problems.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
df-scan.c
df.h
dfp.c
dfp.h
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h C++: fix-it hint for missing parentheses 2018-11-30 22:51:18 +00:00
diagnostic-format-json.cc Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
diagnostic-show-locus.c PR preprocessor/83173: Enhance -fdump-internal-locations output 2018-11-27 16:04:31 +00:00
diagnostic.c C++: fix-it hint for missing parentheses 2018-11-30 22:51:18 +00:00
diagnostic.def
diagnostic.h PR preprocessor/83173: Enhance -fdump-internal-locations output 2018-11-27 16:04:31 +00:00
dojump.c dojump.h (do_jump): Delete. 2018-10-02 10:55:33 +00:00
dojump.h dojump.h (do_jump): Delete. 2018-10-02 10:55:33 +00:00
dominance.c
dominance.h
domwalk.c
domwalk.h
double-int.c
double-int.h
dse.c [PR87815]Don't generate shift sequence for load replacement in DSE when the mode size is not compile-time constant 2018-11-12 16:47:24 +00:00
dump-context.h Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dumpfile.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dumpfile.h Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c re PR rtl-optimization/88390 (g++.dg/tree-prof/pr57451.C FAILs) 2018-12-08 11:07:53 +00:00
dwarf2out.c DWARF: Don't expand hash table when no insertion is needed 2018-12-17 05:49:16 -08:00
dwarf2out.h
early-remat.c
edit-context.c
edit-context.h
emit-rtl.c
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c
except.h
exec-tool.in
explow.c [PATCH][PR84877]Dynamically align the address for local parameter copy on the stack when required alignment is larger than MAX_SUPPORTED_STACK_ALIGNMENT 2018-11-21 14:29:19 +00:00
explow.h [PATCH][PR84877]Dynamically align the address for local parameter copy on the stack when required alignment is larger than MAX_SUPPORTED_STACK_ALIGNMENT 2018-11-21 14:29:19 +00:00
expmed.c
expmed.h
expr.c re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c) 2018-12-18 12:22:00 +01:00
expr.h re PR c++/82294 (Array of objects with constexpr constructors initialized from space-inefficient memory image) 2018-12-14 20:37:38 +01:00
fibonacci_heap.c
fibonacci_heap.h
file-find.c
file-find.h
file-prefix-map.c
file-prefix-map.h
final.c re PR target/85593 (GCC on ARM allocates R3 for local variable when calling naked function with O2 optimizations enabled) 2018-12-07 00:41:04 +01:00
fixed-value.c
fixed-value.h
flag-types.h Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
flags.h
fold-const-call.c
fold-const-call.h
fold-const.c C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
fold-const.h
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function-tests.c
function.c match_asm_constraints: Use copy_rtx where needed (PR88001) 2018-12-14 09:29:34 +01:00
function.h
fwprop.c re PR middle-end/87852 (FAIL: gcc.c-torture/execute/pr53465.c) 2018-11-05 08:04:49 +00:00
gcc-ar.c
gcc-main.c
gcc-plugin.h
gcc-rich-location.c C++: improvements to binary operator diagnostics (PR c++/87504) 2018-12-19 15:15:42 +00:00
gcc-rich-location.h C++: improvements to binary operator diagnostics (PR c++/87504) 2018-12-19 15:15:42 +00:00
gcc-symtab.h
gcc.c Support simd function declarations via a pre-include. 2018-11-27 13:06:48 +00:00
gcc.h
gcov-counter.def
gcov-dump.c
gcov-io.c
gcov-io.h
gcov-iov.c
gcov-tool.c
gcov.c gcov: do not ICE on NULL string in JSON export. 2018-11-27 16:30:27 +00:00
gcse-common.c
gcse-common.h
gcse.c
gcse.h
gdbasan.in
gdbhooks.py
gdbinit.in gdbinit.in (pp): New macro. 2018-12-13 12:45:40 -05:00
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c
genautomata.c
gencfn-macros.c
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genenums.c
generic-match-head.c re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
generic-match.h
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c
gengtype.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
gengtype.h
genhooks.c Add D front-end, libphobos library, and D2 testsuite. 2018-10-28 19:51:47 +00:00
genmatch.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
genmddeps.c
genmddump.c
genmodes.c
genmultilib
genopinit.c
genoutput.c
genpeep.c
genpreds.c
genrecog.c
gensupport.c gensupport.c (add_predicate_code): Properly handle ZERO_EXTRACT as an lvalue. 2018-11-15 01:02:09 +00:00
gensupport.h
gentarget-def.c
ggc-common.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
ggc-internal.h
ggc-none.c
ggc-page.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
ggc-tests.c
ggc.h
gimple-builder.c
gimple-builder.h
gimple-expr.c
gimple-expr.h
gimple-fold.c gimple-fold.c (size_must_be_zero_p): Use value_range API instead of performing ad-hoc calculations. 2018-11-09 09:52:32 +00:00
gimple-fold.h
gimple-iterator.c
gimple-iterator.h
gimple-laddress.c
gimple-loop-interchange.cc Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
gimple-loop-jam.c re PR tree-optimization/87360 (ICE in remove_redundant_iv_tests at gcc/tree-ssa-loop-ivcanon.c:571 since r255467) 2018-12-05 12:05:59 +01:00
gimple-loop-versioning.cc Add a loop versioning pass 2018-12-17 10:05:51 +00:00
gimple-low.c re PR c/87028 (false positive -Wstringop-truncation strncpy with global variable source string) 2018-12-05 16:10:08 -07:00
gimple-low.h
gimple-match-head.c re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
gimple-match.h re PR tree-optimization/86659 (gnat.dg/sso/q[23].adb FAIL) 2018-10-09 17:16:24 +00:00
gimple-predict.h
gimple-pretty-print.c asm inline 2018-12-06 18:56:58 +01:00
gimple-pretty-print.h
gimple-ssa-backprop.c Use FOR_EACH_IMM_USE_FAST in gimple-ssa-backprop.c 2018-10-08 18:58:59 +00:00
gimple-ssa-evrp-analyze.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-evrp-analyze.h gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-evrp.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
gimple-ssa-isolate-paths.c gOlogy: do not change code in isolate-paths for warnings only 2018-10-24 21:55:39 +00:00
gimple-ssa-nonnull-compare.c
gimple-ssa-split-paths.c gimple-ssa-split-paths.c (is_feasible_trace): Remove duplicated code block. 2018-12-14 09:26:05 +00:00
gimple-ssa-sprintf.c PR tree-optimization/87096 - Optimised snprintf is not POSIX conformant 2018-12-14 15:38:08 -07:00
gimple-ssa-store-merging.c re PR tree-optimization/87859 (store-merging miscompilation of mesa) 2018-11-05 11:28:19 +01:00
gimple-ssa-strength-reduction.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
gimple-ssa-warn-alloca.c bitmap.c (bitmap_head::dump): New. 2018-10-17 15:59:25 +00:00
gimple-ssa-warn-restrict.c PR tree-optimization/86196 - Bogus -Wrestrict on memcpy between array elements at unequal indices 2018-12-10 18:22:08 -07:00
gimple-ssa-warn-restrict.h
gimple-ssa.h
gimple-streamer-in.c
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c
gimple-walk.h
gimple.c re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) 2018-12-11 13:00:49 +00:00
gimple.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
gimple.h asm inline 2018-12-06 18:56:58 +01:00
gimplify-me.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
gimplify-me.h
gimplify.c re PR c++/82294 (Array of objects with constexpr constructors initialized from space-inefficient memory image) 2018-12-14 20:37:38 +01:00
gimplify.h
glimits.h
godump.c
graph.c
graph.h
graphds.c
graphds.h
graphite-dependences.c
graphite-isl-ast-to-gimple.c graphite: add missing dump_enabled_p checks (PR tree-optimization/88015) 2018-11-15 14:01:29 +00:00
graphite-optimize-isl.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
graphite-poly.c
graphite-scop-detection.c
graphite-sese-to-poly.c graphite: add missing dump_enabled_p checks (PR tree-optimization/88015) 2018-11-15 14:01:29 +00:00
graphite.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
graphite.h
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c Reset insn priority after inc/ref replacement 2018-10-19 06:25:30 +00:00
hard-reg-set.h
hash-map-tests.c
hash-map-traits.h
hash-map.h re PR bootstrap/86739 (Bootstrap broken with host GCC 4.1.2) 2018-11-14 17:43:38 +01:00
hash-set-tests.c
hash-set.h
hash-table.c
hash-table.h
hash-traits.h
highlev-plugin-common.h
hooks.c [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc 2018-12-14 15:52:05 +00:00
hooks.h [PATCH 1/3][GCC] Add new target hook asm_post_cfi_startproc 2018-12-14 15:52:05 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hsa-brig-format.h
hsa-brig.c
hsa-builtins.def
hsa-common.c
hsa-common.h
hsa-dump.c
hsa-gen.c
hsa-regalloc.c
hw-doloop.c
hw-doloop.h
hwint.c
hwint.h
ifcvt.c
ifcvt.h
inchash.c
inchash.h
incpath.c
incpath.h
init-regs.c
input.c Fix ICE in substring locations from macros in header files (PR preprocessor/88257) 2018-11-30 15:57:37 +00:00
input.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
insn-addr.h
insn-notes.def
int-vector-builder.h
internal-fn.c [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be vectorized. 2018-10-15 16:49:05 +00:00
internal-fn.def re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math) 2018-12-21 14:30:58 +01:00
internal-fn.h [PR87563][AARCH64-SVE]: Don't keep ifcvt loop when COND_<OP> ifn could not be vectorized. 2018-10-15 16:49:05 +00:00
intl.c
intl.h
ipa-comdats.c
ipa-cp.c ipa-cp.c (print_all_lattices): Skip cp clones. 2018-12-13 17:19:08 -07:00
ipa-devirt.c re PR lto/88142 (ICE in lto_warn at ipa-devirt.c:1020 since r265519) 2018-11-22 23:10:57 +00:00
ipa-fnsummary.c ipa-fnsummary.c (remap_edge_change_prob): Do not ICE when changes are not streamed in. 2018-12-16 18:57:48 +00:00
ipa-fnsummary.h
ipa-hsa.c Minimize clone counter memory usage in create_virtual_clone. 2018-11-30 22:27:11 +00:00
ipa-icf-gimple.c asm inline 2018-12-06 18:56:58 +01:00
ipa-icf-gimple.h
ipa-icf.c Simplify comparison of attrs in IPA ICF. 2018-10-22 12:04:16 +00:00
ipa-icf.h Simplify comparison of attrs in IPA ICF. 2018-10-22 12:04:16 +00:00
ipa-inline-analysis.c
ipa-inline-transform.c
ipa-inline.c Add a new option -flive-patching={inline-only-static|inline-clone} 2018-11-29 16:06:03 +00:00
ipa-inline.h
ipa-param-manipulation.c
ipa-param-manipulation.h
ipa-polymorphic-call.c
ipa-predicate.c
ipa-predicate.h
ipa-profile.c Fix setting of hotness in non-LTO mode (PR gcov-profile/77698). 2018-11-05 07:32:48 +00:00
ipa-prop.c cgraph.h (cgraph_node): Add predicate prevailing_p. 2018-12-15 21:24:52 +00:00
ipa-prop.h tree-vrp.h (class value_range_base): New base class for value_range containing all but the m_equiv member. 2018-11-11 08:51:34 +00:00
ipa-pure-const.c ipa-pure-const.c (check_decl): Do not test TYPE_NEEDS_CONSTRUCTING. 2018-11-06 12:46:46 +00:00
ipa-ref.c
ipa-ref.h
ipa-reference.c Come up with -fipa-reference-addressable flag. 2018-11-09 15:04:52 +00:00
ipa-reference.h
ipa-split.c
ipa-utils.c ipa-utils.c (ipa_merge_profiles): Do no merging when source function has zero count. 2018-12-15 21:04:29 +00:00
ipa-utils.h ipa-devirt.c (warn_odr): Make static. 2018-10-26 07:20:01 +00:00
ipa-visibility.c Come up with -fipa-reference-addressable flag. 2018-11-09 15:04:52 +00:00
ipa.c ipa.c (cgraph_build_static_cdtor_1): Add OPTIMIZATION and TARGET parameters. 2018-12-15 10:31:37 +00:00
ira-build.c
ira-color.c re PR target/88457 (ICE: Max. number of generated reload insns per insn is achieved (90)) 2018-12-20 18:07:51 +00:00
ira-conflicts.c
ira-costs.c re PR rtl-optimization/88349 ([MIPS] Redundant store instructions generated start with r266385) 2018-12-07 16:08:17 +00:00
ira-emit.c
ira-int.h
ira-lives.c re PR rtl-optimization/88033 (ICE on valid code at -O2 and -O3 on x86-64-linux-gnu: in remove_some_program_points_and_update_live_ranges, at lra-lives.c:1179) 2018-11-19 13:35:51 -06:00
ira.c re PR target/88282 (ICE in df_install_refs at gcc/df-scan.c:2379) 2018-12-06 18:41:46 +00:00
ira.h re PR rtl-optimization/86939 (IRA incorrectly creates an interference between a pseudo register and a hard register) 2018-10-05 21:12:30 -05:00
is-a.h
json.cc json.cc: fix comment 2018-11-09 13:25:33 +00:00
json.h GCOV: introduce --json-format. 2018-10-29 12:00:54 +00:00
jump.c
langhooks-def.h
langhooks.c
langhooks.h
LANGUAGES
lcm.c
lcm.h
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c
loop-init.c
loop-invariant.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
loop-iv.c
loop-unroll.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
loop-unroll.h
lower-subreg.c re PR rtl-optimization/87507 (IRA unnecessarily uses non-volatile registers during register assignment) 2018-11-13 20:17:35 -06:00
lower-subreg.h
lra-assigns.c re PR rtl-optimization/87759 (ICE in lra_assign, at lra-assigns.c:1624, or ICE: Maximum number of LRA assignment passes is achieved (30), or compile-time hog) 2018-12-18 21:20:16 +00:00
lra-coalesce.c
lra-constraints.c re PR rtl-optimization/88414 (ICE in lra_assign, at lra-assigns.c:1624) 2018-12-13 20:54:27 +00:00
lra-eliminations.c
lra-int.h Fix LRA bug 2018-12-14 11:49:28 +00:00
lra-lives.c re PR middle-end/87899 (r264897 cause mis-compiled native arm-linux-gnueabihf toolchain) 2018-11-13 16:14:11 -06:00
lra-remat.c Fix LRA bug 2018-12-14 11:49:28 +00:00
lra-spills.c Revert the revert: 2018-11-21 22:52:06 +01:00
lra.c Fix LRA bug 2018-12-14 11:49:28 +00:00
lra.h
lto-cgraph.c [offloading] Error on missing symbols 2018-12-14 13:48:56 +00:00
lto-compress.c
lto-compress.h
lto-opts.c
lto-section-in.c
lto-section-names.h
lto-section-out.c
lto-streamer-in.c
lto-streamer-out.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
lto-streamer.c
lto-streamer.h
lto-wrapper.c Machine-readable diagnostic output (PR other/19165) 2018-11-15 14:32:41 +00:00
machmode.def
machmode.h
main.c
Makefile.in Add a loop versioning pass 2018-12-17 10:05:51 +00:00
match.pd re PR tree-optimization/85726 (div C1 to div C2 match.pd suboptimization) 2018-12-06 11:45:47 +01:00
mcf.c
mem-stats-traits.h
mem-stats.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
memmodel.h
memory-block.cc
memory-block.h
mkconfig.sh
mode-classes.def
mode-switching.c re PR target/88070 (ICE in create_pre_exit, at mode-switching.c:438) 2018-11-20 20:43:20 +01:00
modulo-sched.c
multiple_target.c Avoid unnecessarily numbering cloned symbols. 2018-10-30 11:39:29 +00:00
omp-builtins.def omp-builtins.def (BUILT_IN_GOMP_LOOP_NONMONOTONIC_RUNTIME_START, [...]): Fix up function types - remove one argument. 2018-12-12 23:47:55 +01:00
omp-expand.c re PR debug/87039 (DW_OP_fbreg used without a frame base on a C++ code w/ -fopenmp) 2018-11-19 14:44:13 +01:00
omp-expand.h
omp-general.c builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-general.h builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-grid.c builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
omp-grid.h
omp-low.c omp-low.c (check_omp_nesting_restrictions): Allow cancel or cancellation point with taskgroup clause inside of taskloop. 2018-12-02 13:48:42 +01:00
omp-low.h
omp-offload.c [openacc] Make oacc_fn_attrib_level external 2018-12-19 15:20:06 +00:00
omp-offload.h [openacc] Make oacc_fn_attrib_level external 2018-12-19 15:20:06 +00:00
omp-simd-clone.c re PR tree-optimization/87895 (ICE in purge_dead_edges, at cfgrtl.c:3246) 2018-11-20 21:44:38 +01:00
omp-simd-clone.h
ONEWS
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-problem.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
opt-problem.h Fix compilation failure with C++98 compilers 2018-10-13 12:19:09 +01:00
opt-read.awk
opt-suggestions.c
opt-suggestions.h
optabs-libfuncs.c Add visibility to libfunc constructors 2018-10-31 16:12:14 -07:00
optabs-libfuncs.h Add visibility to libfunc constructors 2018-10-31 16:12:14 -07:00
optabs-query.c
optabs-query.h
optabs-tree.c
optabs-tree.h
optabs.c re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c) 2018-12-18 12:22:00 +01:00
optabs.def re PR target/88556 (Inline built-in sinh, cosh, tanh for -ffast-math) 2018-12-21 14:30:58 +01:00
optabs.h
optc-gen.awk
optc-save-gen.awk
opth-gen.awk Cleanup of libcpp diagnostic callbacks 2018-10-09 23:37:19 +00:00
optinfo-emit-json.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
optinfo-emit-json.h Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
optinfo.cc Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
optinfo.h Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c Add a loop versioning pass 2018-12-17 10:05:51 +00:00
opts.h
output.h S/390: Add support for section anchors 2018-12-03 15:07:36 +00:00
params-enum.h
params-list.h
params-options.h
params.c Remove superfluous assignment in add_params. 2018-10-04 13:06:59 +00:00
params.def Add a loop versioning pass 2018-12-17 10:05:51 +00:00
params.h
pass_manager.h
passes.c re PR ipa/87706 (Inlined functions trigger invalid -Wmissing-profile warning) 2018-11-20 13:25:04 +00:00
passes.def Add a loop versioning pass 2018-12-17 10:05:51 +00:00
plugin.c
plugin.def
plugin.h
poly-int-types.h
poly-int.h
postreload-gcse.c Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868). 2018-11-07 09:33:22 +00:00
postreload.c
predict.c predict.c (determine_unlikely_bbs): Forward declare... 2018-11-28 20:48:53 +00:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c pretty-print.c: add selftest::test_prefixes_and_wrapping 2018-11-30 22:46:45 +00:00
pretty-print.h Support %f in pp_format 2018-11-08 15:31:13 +00:00
print-rtl-function.c
print-rtl.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
print-rtl.h
print-tree.c
print-tree.h
profile-count.c coverage.c (get_coverage_counts): Use from_function_decl for precise function location. 2018-11-30 16:54:30 -07:00
profile-count.h profile-count.h (profile_count::oeprator>=): Fix typo by inverting return condition when *this is precise zero. 2018-12-07 09:49:13 +00:00
profile.c coverage.c (struct conts_entry): Add n_counts. 2018-12-17 13:21:52 +00:00
profile.h
read-md.c
read-md.h
read-rtl-function.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
read-rtl-function.h
read-rtl.c apply_subst_iterator: Handle define_split/define_insn_and_split 2018-11-21 05:08:26 -08:00
README.Portability
real.c Add pattern to remove useless float casts in comparisons. 2018-10-12 20:35:20 +00:00
real.h Add pattern to remove useless float casts in comparisons. 2018-10-12 20:35:20 +00:00
realmpfr.c
realmpfr.h
recog.c
recog.h
ree.c
reg-notes.def
reg-stack.c
regcprop.c
regcprop.h
reginfo.c
regrename.c bitmap.c (bitmap_head::crashme): Define. 2018-12-06 11:32:09 +00:00
regrename.h
regs.h
regset.h
regstat.c
reload1.c
reload.c
reload.h
reorg.c reorg.c (make_return_insns): Use emit_copy_of_insn_after for the insns in the delay slot and add_insn_after... 2018-10-02 10:20:08 +00:00
resource.c
resource.h
rtl-error.c
rtl-error.h
rtl-iter.h
rtl-tests.c Elide repeated RTL elements. 2018-10-11 14:00:20 +00:00
rtl.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
rtl.def
rtl.h Come up with memop_ret enum instead of int endp for memory operations. 2018-11-27 12:30:59 +00:00
rtlanal.c S/390: Skip LT(G) peephole when literal pool is involved 2018-11-20 09:32:49 +00:00
rtlhash.c
rtlhash.h
rtlhooks-def.h
rtlhooks.c
rtx-vector-builder.c
rtx-vector-builder.h
run-rtl-passes.c
run-rtl-passes.h
sancov.c
sanitizer.def
sanopt.c
sbitmap.c
sbitmap.h
sched-deps.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sched-ebb.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sched-int.h
sched-rgn.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c
sel-sched-ir.h
sel-sched.c df-problems.c (df_rd_local_compute): Use bitmap_release. 2018-12-06 11:32:52 +00:00
sel-sched.h
selftest-diagnostic.c diagnostics: add minimum width to left margin for line numbers 2018-10-15 22:16:59 +00:00
selftest-diagnostic.h
selftest-rtl.c
selftest-rtl.h
selftest-run-tests.c C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
selftest.c
selftest.h C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
sese.c
sese.h
shrink-wrap.c
shrink-wrap.h
signop.h
simplify-rtx.c re PR rtl-optimization/87918 (ICE in simplify_binary_operation, at simplify-rtx.c:2153 since r264688) 2018-11-13 10:45:50 +01:00
sort.cc
sparseset.c
sparseset.h
spellcheck-tree.c
spellcheck-tree.h
spellcheck.c spellcheck.c: add another selftest for PR c/82967 2018-12-04 21:33:08 +00:00
spellcheck.h
sreal.c
sreal.h
ssa-iterators.h
ssa.h
stab.def
stack-ptr-mod.c
statistics.c
statistics.h
stmt.c
stmt.h
stor-layout.c re PR c/87691 (transparent_union attribute does not work with MODE_PARTIAL_INT) 2018-11-07 22:06:26 +00:00
stor-layout.h
store-motion.c
streamer-hooks.c
streamer-hooks.h
stringpool.c
stringpool.h
substring-locations.c
substring-locations.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
symbol-summary.h
symtab.c symtab.c (symtab_node::increase_alignment): Correct max alignment check. 2018-10-22 19:51:05 -04:00
sync-builtins.def
system.h Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
target-def.h re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
target-globals.c
target-globals.h
target-hooks-macros.h
target-insns.def PR85434: Prevent spilling of stack protector guard's address on ARM 2018-11-22 14:46:17 +00:00
target.def * target.def (post_cfi_startproc): Fix text. 2018-12-14 09:48:50 -07:00
target.h re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
targhooks.c re PR target/87927 (ICE: segmentation fault with patchable_function_entry attribute for msp430-elf -mlarge) 2018-11-16 23:53:30 +00:00
targhooks.h [PATCH][GCC] Make DR_TARGET_ALIGNMENT compile time variable 2018-11-13 14:11:46 +00:00
timevar.c
timevar.def Add a loop versioning pass 2018-12-17 10:05:51 +00:00
timevar.h
tlink.c
toplev.c Eliminate global state from -fsave-optimization-record 2018-11-19 16:31:03 +00:00
toplev.h
tracer.c
tracer.h
trans-mem.c re PR tree-optimization/88029 (ICE in execute_todo, at passes.c:1974) 2018-11-15 13:44:34 +00:00
trans-mem.h
tree-affine.c tree-affine.c (tree_to_aff_combination): Remove unreachable MEM_REF case. 2018-12-10 14:20:18 +00:00
tree-affine.h
tree-call-cdce.c
tree-cfg.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-cfg.h
tree-cfgcleanup.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-cfgcleanup.h
tree-chrec.c re PR tree-optimization/87087 (Optimization hangs up and consumes over 15Gb of memory) 2018-10-18 08:40:54 +00:00
tree-chrec.h
tree-complex.c re PR middle-end/88448 (gnat.dg/opt66.adb etc. FAIL) 2018-12-11 13:00:49 +00:00
tree-core.h asm inline 2018-12-06 18:56:58 +01:00
tree-data-ref.c re PR bootstrap/88089 (build failure with GCC 4.9 on SPARC/Solaris) 2018-11-20 08:04:26 +00:00
tree-data-ref.h tree-data-ref.h (lambda_int): New typedef. 2018-11-08 12:15:49 +00:00
tree-dfa.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-dfa.h
tree-diagnostic.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-diagnostic.h
tree-dump.c
tree-dump.h
tree-eh.c tree-eh.c (replace_trapping_overflow): Simplify ABS_EXPR case using ABSU_EXPR. 2018-10-31 08:10:58 +00:00
tree-eh.h Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-emutls.c
tree-hash-traits.h
tree-hasher.h
tree-if-conv.c tree-if-conv.c: Include tree-ssa-sccvn.h. 2018-10-25 14:03:24 +00:00
tree-if-conv.h
tree-inline.c re PR tree-optimization/88444 (ICE: tree check: expected ssa_name, have integer_cst in live_on_edge, at tree-vrp.c:468; or ICE: tree check: expected ssa_name, have integer_cst in get_value_range, at vr-values.c:84) 2018-12-14 00:35:10 +01:00
tree-inline.h
tree-into-ssa.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-into-ssa.h
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c Ensure that dump calls are guarded with dump_enabled_p 2018-11-13 16:10:13 +00:00
tree-nested.c re PR fortran/88304 (ICE in use_pointer_in_frame, at tree-nested.c:267) 2018-12-08 14:37:49 +01:00
tree-nested.h
tree-nrv.c
tree-object-size.c PR tree-optimization/88372 - alloc_size attribute is ignored on function pointers 2018-12-14 15:45:55 -07:00
tree-object-size.h
tree-outof-ssa.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-outof-ssa.h
tree-parloops.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-parloops.h
tree-pass.h Add a loop versioning pass 2018-12-17 10:05:51 +00:00
tree-phinodes.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-phinodes.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-predcom.c Report vectorization problems via a new opt_problem class 2018-10-04 17:50:52 +00:00
tree-pretty-print.c Fix infinite recursion in OMP clause pretty-printing, default label 2018-12-03 13:46:19 +00:00
tree-pretty-print.h builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
tree-profile.c Call decl_default_tls_model with a proper type (PR gcov-profile/88279). 2018-11-30 15:06:22 +00:00
tree-scalar-evolution.c re PR target/86677 (popcount builtin detection is breaking some kernel build) 2018-11-12 23:43:56 +00:00
tree-scalar-evolution.h tree-scalar-evolution.h (final_value_replacement_loop): Update prototype. 2018-11-05 11:11:04 +00:00
tree-sra.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-address.c
tree-ssa-address.h
tree-ssa-alias.c [PR 88214] Assert that ptr is a pointer 2018-12-20 15:14:22 +01:00
tree-ssa-alias.h
tree-ssa-ccp.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-ccp.h
tree-ssa-coalesce.c tree-ssa-coalesce.c (struct coalesce_list): Add obstack member. 2018-11-02 11:29:50 +00:00
tree-ssa-coalesce.h
tree-ssa-copy.c re PR tree-optimization/87700 (Compile time hog w/ -O1) 2018-10-23 09:36:13 +00:00
tree-ssa-dce.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-dce.h
tree-ssa-dom.c gimple-ssa-evrp-analyze.h (class evrp_range_analyzer): Add m_update_global_ranges member. 2018-12-07 10:02:11 -07:00
tree-ssa-dom.h
tree-ssa-dse.c
tree-ssa-forwprop.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-ifcombine.c re PR testsuite/85368 (phi-opt-11 test fails on IBM Z) 2018-12-01 00:26:41 +01:00
tree-ssa-live.c tree-core.h (tree_block::abstract_flag): Remove. 2018-10-05 11:46:12 +00:00
tree-ssa-live.h
tree-ssa-loop-ch.c re PR tree-optimization/88533 (Higher performance penalty of array-bounds checking for sparse-matrix vector multiply) 2018-12-19 11:10:08 +00:00
tree-ssa-loop-im.c re PR tree-optimization/84362 (Auto-vectorization regression when accessing member variable through getter/accessor) 2018-12-20 11:39:59 +00:00
tree-ssa-loop-ivcanon.c tree-ssa-loop-ivcanon.c (try_peel_loop): Fix typo and remove dead initialization. 2018-10-31 15:30:48 +00:00
tree-ssa-loop-ivopts.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-loop-manip.h re PR tree-optimization/87873 (ICE: verify_gimple failed (error: incompatible types in PHI argument 0)) 2018-11-05 14:55:53 +00:00
tree-ssa-loop-niter.c re PR tree-optimization/88148 (ICE in tree_nop_conversion_p at gcc/tree.c:12550 since r264273) 2018-11-22 14:08:44 +00:00
tree-ssa-loop-niter.h re PR tree-optimization/88148 (ICE in tree_nop_conversion_p at gcc/tree.c:12550 since r264273) 2018-11-22 14:08:44 +00:00
tree-ssa-loop-prefetch.c
tree-ssa-loop-split.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c tree-scalar-evolution.h (final_value_replacement_loop): Update prototype. 2018-11-05 11:11:04 +00:00
tree-ssa-loop.h
tree-ssa-math-opts.c re PR tree-optimization/87977 (ICE: verify_ssa failed (error: definition in block 4 follows the use)) 2018-11-14 10:01:47 +01:00
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phionlycprop.c
tree-ssa-phiopt.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-phiprop.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssa-pre.c re PR lto/88087 (ICE in execute at tree-ssa-pre.c:4220 since r266183) 2018-11-20 08:06:09 +00:00
tree-ssa-propagate.c Add a loop versioning pass 2018-12-17 10:05:51 +00:00
tree-ssa-propagate.h Add a loop versioning pass 2018-12-17 10:05:51 +00:00
tree-ssa-reassoc.c re PR tree-optimization/88274 (ICE in check, at tree-vrp.c:188) 2018-12-01 00:27:23 +01:00
tree-ssa-sccvn.c tree-ssa-sccvn.c (eliminate_dom_walker::eliminate_stmt): Only allow expected function-pointer cast re-instantiation. 2018-12-03 15:13:04 +00:00
tree-ssa-sccvn.h
tree-ssa-scopedtables.c Add a fun parameter to three stmt_could_throw... functions 2018-10-22 10:27:50 +02:00
tree-ssa-scopedtables.h
tree-ssa-sink.c
tree-ssa-strlen.c re PR tree-optimization/87672 (81512c36 causes ICE in bootstrap stage 3 using "-D_FORTIFY_SOURCE=2" (invalid operand in unary operation, incorrect sharing of tree nodes, verify_gimple failed)) 2018-11-04 19:46:08 +00:00
tree-ssa-strlen.h
tree-ssa-structalias.c re PR tree-optimization/84013 (wrong __restrict clique with inline asm operand) 2018-10-24 09:42:19 +00:00
tree-ssa-tail-merge.c
tree-ssa-ter.c
tree-ssa-ter.h
tree-ssa-threadbackward.c
tree-ssa-threadedge.c 2018-11=12 Richard Biener <rguenther@suse.de> 2018-11-12 14:53:36 +00:00
tree-ssa-threadedge.h
tree-ssa-threadupdate.c re PR rtl-optimization/87468 (ice "wrong amount of branch edges after conditional jump in bb") 2018-11-23 23:51:26 -07:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c
tree-ssa-uninit.c
tree-ssa.c re PR fortran/88229 (ICE tree check: expected integer_cst, have nop_expr in get_len, at tree.h:5608) 2018-11-28 10:59:12 +00:00
tree-ssa.h Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-ssanames.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
tree-ssanames.h tree-ssanames.h (set_range_info): Use value_range_base. 2018-11-13 09:30:49 +00:00
tree-stdarg.c
tree-stdarg.h
tree-streamer-in.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
tree-streamer-out.c re PR c++/87229 (ICE: tree code 'call_expr' is not supported in LTO streams) 2018-11-22 09:54:14 +00:00
tree-streamer.c
tree-streamer.h
tree-switch-conversion.c tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add location_t parameter. 2018-11-16 16:25:12 +00:00
tree-switch-conversion.h tree-switch-conversion.h (switch_decision_tree::emit_case_nodes): Add location_t parameter. 2018-11-16 16:25:12 +00:00
tree-tailcall.c
tree-vect-data-refs.c tree-vect-data-refs.c (vect_enhance_data_refs_alignment): Use DR_TARGET_ALIGNMENT on dr_info rather than dr. 2018-12-21 02:03:33 +01:00
tree-vect-generic.c
tree-vect-loop-manip.c Eliminate source_location in favor of location_t 2018-11-13 20:05:03 +00:00
tree-vect-loop.c tree-vect-loop.c (vect_transform_loop): Fix epilogue iterations for epilogue vectorization. 2018-12-04 13:23:13 +00:00
tree-vect-patterns.c Use unsigned arithmetic for demoted vector plus/minus/mult (PR 88064) 2018-12-05 15:53:03 +00:00
tree-vect-slp.c Fix missing dump_impl_location_t values, using a new dump_metadata_t 2018-11-27 00:55:28 +00:00
tree-vect-stmts.c re PR target/88513 (FAIL: gcc.target/i386/pr59591-1.c) 2018-12-18 12:22:00 +01:00
tree-vector-builder.c
tree-vector-builder.h
tree-vectorizer.c re PR tree-optimization/86637 (ICE: tree check: expected block, have <invalid tree code> in inlining_chain_to_json, at optinfo-emit-json.cc:293) 2018-12-05 11:36:03 +00:00
tree-vectorizer.h re PR tree-optimization/88031 (ICE in vectorizable_reduction, at tree-vect-loop.c:6953) 2018-11-15 13:42:13 +00:00
tree-vrp.c Add a loop versioning pass 2018-12-17 10:05:51 +00:00
tree-vrp.h Add a loop versioning pass 2018-12-17 10:05:51 +00:00
tree.c C++: more location wrapper nodes (PR c++/43064, PR c++/43486) 2018-12-19 15:08:21 +00:00
tree.def builtin-types.def (BT_FN_VOID_BOOL, [...]): New. 2018-11-08 18:13:04 +01:00
tree.h C++: improvements to binary operator diagnostics (PR c++/87504) 2018-12-19 15:15:42 +00:00
treestruct.def
tsan.c
tsan.h
tsystem.h
typeclass.h
typed-splay-tree.c
typed-splay-tree.h
ubsan.c
ubsan.h
unique-ptr-tests.cc
valtrack.c re PR rtl-optimization/88416 (ICE in in df_uses_record, at df-scan.c:3013) 2018-12-13 20:44:50 +01:00
valtrack.h
value-prof.c auto-profile.c (afdo_indirect_call): Skip generating histogram value if we can't find cgraph_node for then... 2018-12-19 02:25:48 +00:00
value-prof.h
var-tracking.c
varasm.c S/390: Add support for section anchors 2018-12-03 15:07:36 +00:00
varasm.h
varpool.c
vec-perm-indices.c
vec-perm-indices.h
vec.c Don't use %z printf length specifier 2018-11-16 13:39:18 +00:00
vec.h re PR tree-optimization/86850 (ubsan: runtime error: member call on null pointer) 2018-11-06 15:46:42 +00:00
vector-builder.h
version.c
version.h
vmsdbg.h
vmsdbgout.c
vr-values.c [PR86153] simplify more overflow tests in VRP 2018-12-19 06:51:41 +00:00
vr-values.h 2018-11=12 Richard Biener <rguenther@suse.de> 2018-11-12 14:53:36 +00:00
vtable-verify.c
vtable-verify.h
web.c
wide-int-bitmask.h
wide-int-print.cc
wide-int-print.h
wide-int-range.cc tree-vrp.c (extract_range_from_multiplicative_op): Remove overflow wraps argument. 2018-10-17 12:32:08 +00:00
wide-int-range.h tree-vrp.c (extract_range_from_multiplicative_op): Remove overflow wraps argument. 2018-10-17 12:32:08 +00:00
wide-int.cc
wide-int.h
xcoff.h
xcoffout.c [RS6000] Bootstrap failure compiling xcoffout.c 2018-11-28 23:24:44 +10:30
xcoffout.h

Copyright (C) 2000-2018 Free Software Foundation, Inc.

This file is intended to contain a few notes about writing C code
within GCC so that it compiles without error on the full range of
compilers GCC needs to be able to compile on.

The problem is that many ISO-standard constructs are not accepted by
either old or buggy compilers, and we keep getting bitten by them.
This knowledge until now has been sparsely spread around, so I
thought I'd collect it in one useful place.  Please add and correct
any problems as you come across them.

I'm going to start from a base of the ISO C90 standard, since that is
probably what most people code to naturally.  Obviously using
constructs introduced after that is not a good idea.

For the complete coding style conventions used in GCC, please read
http://gcc.gnu.org/codingconventions.html


String literals
---------------

Some compilers like MSVC++ have fairly low limits on the maximum
length of a string literal; 509 is the lowest we've come across.  You
may need to break up a long printf statement into many smaller ones.


Empty macro arguments
---------------------

ISO C (6.8.3 in the 1990 standard) specifies the following:

If (before argument substitution) any argument consists of no
preprocessing tokens, the behavior is undefined.

This was relaxed by ISO C99, but some older compilers emit an error,
so code like

#define foo(x, y) x y
foo (bar, )

needs to be coded in some other way.


Avoid unnecessary test before free
----------------------------------

Since SunOS 4 stopped being a reasonable portability target,
(which happened around 2007) there has been no need to guard
against "free (NULL)".  Thus, any guard like the following
constitutes a redundant test:

  if (P)
    free (P);

It is better to avoid the test.[*]
Instead, simply free P, regardless of whether it is NULL.

[*] However, if your profiling exposes a test like this in a
performance-critical loop, say where P is nearly always NULL, and
the cost of calling free on a NULL pointer would be prohibitively
high, consider using __builtin_expect, e.g., like this:

  if (__builtin_expect (ptr != NULL, 0))
    free (ptr);



Trigraphs
---------

You weren't going to use them anyway, but some otherwise ISO C
compliant compilers do not accept trigraphs.


Suffixes on Integer Constants
-----------------------------

You should never use a 'l' suffix on integer constants ('L' is fine),
since it can easily be confused with the number '1'.


			Common Coding Pitfalls
			======================

errno
-----

errno might be declared as a macro.


Implicit int
------------

In C, the 'int' keyword can often be omitted from type declarations.
For instance, you can write

  unsigned variable;

as shorthand for

  unsigned int variable;

There are several places where this can cause trouble.  First, suppose
'variable' is a long; then you might think

  (unsigned) variable

would convert it to unsigned long.  It does not.  It converts to
unsigned int.  This mostly causes problems on 64-bit platforms, where
long and int are not the same size.

Second, if you write a function definition with no return type at
all:

  operate (int a, int b)
  {
    ...
  }

that function is expected to return int, *not* void.  GCC will warn
about this.

Implicit function declarations always have return type int.  So if you
correct the above definition to

  void
  operate (int a, int b)
  ...

but operate() is called above its definition, you will get an error
about a "type mismatch with previous implicit declaration".  The cure
is to prototype all functions at the top of the file, or in an
appropriate header.

Char vs unsigned char vs int
----------------------------

In C, unqualified 'char' may be either signed or unsigned; it is the
implementation's choice.  When you are processing 7-bit ASCII, it does
not matter.  But when your program must handle arbitrary binary data,
or fully 8-bit character sets, you have a problem.  The most obvious
issue is if you have a look-up table indexed by characters.

For instance, the character '\341' in ISO Latin 1 is SMALL LETTER A
WITH ACUTE ACCENT.  In the proper locale, isalpha('\341') will be
true.  But if you read '\341' from a file and store it in a plain
char, isalpha(c) may look up character 225, or it may look up
character -31.  And the ctype table has no entry at offset -31, so
your program will crash.  (If you're lucky.)

It is wise to use unsigned char everywhere you possibly can.  This
avoids all these problems.  Unfortunately, the routines in <string.h>
take plain char arguments, so you have to remember to cast them back
and forth - or avoid the use of strxxx() functions, which is probably
a good idea anyway.

Another common mistake is to use either char or unsigned char to
receive the result of getc() or related stdio functions.  They may
return EOF, which is outside the range of values representable by
char.  If you use char, some legal character value may be confused
with EOF, such as '\377' (SMALL LETTER Y WITH UMLAUT, in Latin-1).
The correct choice is int.

A more subtle version of the same mistake might look like this:

  unsigned char pushback[NPUSHBACK];
  int pbidx;
  #define unget(c) (assert(pbidx < NPUSHBACK), pushback[pbidx++] = (c))
  #define get(c) (pbidx ? pushback[--pbidx] : getchar())
  ...
  unget(EOF);

which will mysteriously turn a pushed-back EOF into a SMALL LETTER Y
WITH UMLAUT.


Other common pitfalls
---------------------

o Expecting 'plain' char to be either sign or unsigned extending.

o Shifting an item by a negative amount or by greater than or equal to
  the number of bits in a type (expecting shifts by 32 to be sensible
  has caused quite a number of bugs at least in the early days).

o Expecting ints shifted right to be sign extended.

o Modifying the same value twice within one sequence point.

o Host vs. target floating point representation, including emitting NaNs
  and Infinities in a form that the assembler handles.

o qsort being an unstable sort function (unstable in the sense that
  multiple items that sort the same may be sorted in different orders
  by different qsort functions).

o Passing incorrect types to fprintf and friends.

o Adding a function declaration for a module declared in another file to
  a .c file instead of to a .h file.