gcc/gcc
Trevor Saunders 1a3d085cf2 pass current function to opt_pass::gate ()
gcc/
	* passes.c (opt_pass::gate): Take function * argument.
	(gate_all_early_local_passes): Merge into
	(early_local_passes::gate): this.
	(gate_all_early_optimizations): Merge into
	(all_early_optimizations::gate): this.
	(gate_all_optimizations): Mege into
	(all_optimizations::gate): this.
	(gate_all_optimizations_g): Merge into
	(all_optimizations_g::gate): this.
	(gate_rest_of_compilation): Mege into
	(rest_of_compilation::gate): this.
	(gate_postreload): Merge into
	(postreload::gate): this.
	(dump_one_pass): Pass cfun to the pass's gate method.
	(execute_ipa_summary_passes): Likewise.
	(execute_one_pass): Likewise.
	(ipa_write_summaries_2): Likewise.
	(ipa_write_optimization_summaries_1): Likewise.
	(ipa_read_summaries_1): Likewise.
	(ipa_read_optimization_summaries_1): Likewise.
	(execute_ipa_stmt_fixups): Likewise.
	* tree-pass.h (opt_pass::gate): Add function * argument.
	* asan.c, auto-inc-dec.c, bb-reorder.c, bt-load.c,
	combine-stack-adj.c, combine.c, compare-elim.c,
	config/epiphany/resolve-sw-modes.c, config/i386/i386.c,
	config/rl78/rl78.c, config/sh/sh_optimize_sett_clrt.cc,
	config/sh/sh_treg_combine.cc, config/sparc/sparc.c, cprop.c, cse.c,
	dce.c, df-core.c, dse.c, dwarf2cfi.c, except.c,  fwprop.c, gcse.c,
	gimple-ssa-isolate-paths.c, gimple-ssa-strength-reduction.c,
	graphite.c, ifcvt.c, init-regs.c, ipa-cp.c, ipa-devirt.c,
	ipa-profile.c, ipa-pure-const.c, ipa-reference.c, ipa-split.c, ipa.c,
	loop-init.c, lower-subreg.c, mode-switching.c, modulo-sched.c,
	omp-low.c, postreload-gcse.c, postreload.c, predict.c, recog.c, ree.c,
	reg-stack.c, regcprop.c, regrename.c, reorg.c, sched-rgn.c,
	store-motion.c, tracer.c, trans-mem.c, tree-call-cdce.c, tree-cfg.c,
	tree-cfgcleanup.c, tree-complex.c, tree-eh.c, tree-emutls.c,
	tree-if-conv.c, tree-into-ssa.c, tree-loop-distribution.c,
	tree-nrv.c, tree-parloops.c, tree-predcom.c, tree-profile.c,
	tree-sra.c, tree-ssa-ccp.c, tree-ssa-copy.c, tree-ssa-copyrename.c,
	tree-ssa-dce.c, tree-ssa-dom.c, tree-ssa-dse.c, tree-ssa-forwprop.c,
	tree-ssa-ifcombine.c, tree-ssa-loop-ch.c, tree-ssa-loop-im.c,
	tree-ssa-loop-ivcanon.c, tree-ssa-loop-prefetch.c,
	tree-ssa-loop-unswitch.c, tree-ssa-loop.c, tree-ssa-math-opts.c,
	tree-ssa-phiopt.c, tree-ssa-phiprop.c, tree-ssa-pre.c,
	tree-ssa-reassoc.c, tree-ssa-sink.c, tree-ssa-strlen.c,
	tree-ssa-structalias.c, tree-ssa-uncprop.c, tree-ssa-uninit.c,
	tree-ssa.c, tree-stdarg.c, tree-switch-conversion.c, tree-tailcall.c,
	tree-vect-generic.c, tree-vectorizer.c, tree-vrp.c, tsan.c, ubsan.c,
	var-tracking.c, vtable-verify.c, web.c: Adjust.

gcc/testsuite/
	* g++.dg/plugin/dumb_plugin.c, g++.dg/plugin/selfasign.c,
	gcc.dg/plugin/one_time_plugin.c, gcc.dg/plugin/selfasign.c: Adjust.

From-SVN: r209481
2014-04-17 12:37:16 +00:00
..
ada * gcc-interface/trans.c (Case_Statement_to_gnu): Revert latest change. 2014-04-15 11:09:33 +00:00
c re PR middle-end/60469 (simple cilk plus program ICEs) 2014-04-12 17:57:15 +00:00
c-family re PR c/60819 (dse1 removing not-dead insn (aliasing issue?)) 2014-04-14 11:49:42 +00:00
common gcc: 2014-04-11 19:40:04 +01:00
config pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
cp decl.c (reshape_init_r): Handle a single element of vector type. 2014-04-16 20:46:47 +00:00
doc invoke.texi (free): Document AArch64. 2014-04-14 14:40:02 +00:00
fortran re PR fortran/58085 (Wrong indexing of an array in ASSOCIATE) 2014-04-13 11:58:55 +00:00
ginclude Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
go Sync to current external repository. 2014-04-14 22:43:47 +00:00
java Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto common.opt (lto_partition_model): New enum. 2014-04-15 12:56:16 +00:00
objc re PR c/59963 (Wrong column number for warning -Woverflow) 2014-01-31 08:13:50 +00:00
objcp tree.h (TYPE_IDENTIFIER): Declare. 2014-04-14 18:10:27 +00:00
po * sv.po: Update. 2014-03-31 15:11:42 +01:00
testsuite pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ABOUT-GCC-NLS Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
BASE-VER * BASE-VER: Set to 4.9.0. 2014-04-11 14:50:55 +02:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00: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 Reverted r205593 2014-01-06 16:34:52 +00:00
ChangeLog.dataflow
ChangeLog.graphite
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2014-04-17 00:17:05 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
Makefile.in re PR plugins/59335 (Plugin doesn't build on trunk) 2014-04-15 10:02:46 +02:00
ONEWS
README.Portability README.Portability: Fix typo. 2014-01-30 17:29:25 +00:00
acinclude.m4 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
aclocal.m4
addresses.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
alias.c re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow) 2014-04-15 16:04:11 +00:00
alias.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
alloc-pool.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
alloc-pool.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
asan.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
asan.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
attribs.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
attribs.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
auto-inc-dec.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
basic-block.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
bb-reorder.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
bb-reorder.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
bitmap.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
bitmap.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
bt-load.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
builtin-attrs.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
builtin-types.def re PR middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-07 09:33:23 +00:00
builtins.c re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) 2014-03-18 12:31:04 +01:00
builtins.def re PR middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-07 09:33:23 +00:00
builtins.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
caller-save.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
calls.c calls.c (store_one_arg): Remove incorrect const qualification on the type of the temporary. 2014-03-20 11:35:22 +00:00
calls.h * calls.h: Fix typo in comment. 2014-02-24 23:19:32 -07:00
cfg-flags.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfg.c cfg.c (dump_bb_info): Fix flags check. 2014-04-15 15:12:00 +00:00
cfganal.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfgbuild.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfgcleanup.c remove has_gate 2014-04-17 12:36:56 +00:00
cfgexpand.c remove has_gate 2014-04-17 12:36:56 +00:00
cfgexpand.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfghooks.c re PR ipa/60518 (ICE: in verify_loop_structure, at cfgloop.c:1647) 2014-03-14 12:54:25 +00:00
cfghooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfgloop.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfgloop.h cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
cfgloopanal.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfgloopmanip.c re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior) 2014-01-25 00:17:25 +01:00
cfgrtl.c remove has_gate 2014-04-17 12:36:56 +00:00
cgraph.c re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node failed) 2014-04-04 16:11:06 +02:00
cgraph.h re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node failed) 2014-04-04 16:11:06 +02:00
cgraphbuild.c remove has_gate 2014-04-17 12:36:56 +00:00
cgraphclones.c cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply. 2014-04-16 11:20:43 +02:00
cgraphunit.c re PR c++/59645 (ICE with covariant return and volatile) 2014-01-30 09:18:15 -05:00
cif-code.def re PR ipa/60315 (template constructor switch optimization) 2014-03-26 02:11:57 +00:00
cilk-builtins.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cilk-common.c cilk-common.c (cilk_arrow): Build a MEM_REF, not an INDIRECT_REF. 2014-02-14 14:07:30 +00:00
cilk.h Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08:00
cilkplus.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
collect2-aix.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
collect2-aix.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
collect2.c gcc.c (PLUGIN_COND): Always enable unless -fno-use-linker-plugin or -fno-lto is specified and the... 2014-03-06 08:48:01 +00:00
collect2.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
combine-stack-adj.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
combine.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
common.opt common.opt (lto_partition_model): New enum. 2014-04-15 12:56:16 +00:00
compare-elim.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
conditions.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
config.build Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
config.gcc [AArch64] Fix selection of default CPU options at configure-time 2014-03-12 10:13:07 +00:00
config.host Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
config.in Disable local dynamic TLS model on Solaris/x86 if as/ld cannot handle it 2014-03-07 11:30:40 +00:00
configure enable -Woverloaded-virtual when available 2014-04-17 12:37:05 +00:00
configure.ac enable -Woverloaded-virtual when available 2014-04-17 12:37:05 +00:00
context.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
context.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
convert.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
convert.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
coretypes.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
coverage.c ipa-utils.c (ipa_merge_profiles): Merge profile_id. 2014-04-14 17:18:54 +00:00
coverage.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cppbuiltin.c Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08:00
cppbuiltin.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cppdefault.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cppdefault.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
cse.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
cselib.c cselib.c (cselib_hash_rtx): Perform addition in unsigned type to avoid signed integer overflow. 2014-03-25 10:27:54 +01:00
cselib.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cstamp-h.in
data-streamer-in.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
data-streamer-out.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
data-streamer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
data-streamer.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dbgcnt.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dbgcnt.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dbgcnt.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dbxout.c tree.h (TYPE_IDENTIFIER): Declare. 2014-04-14 18:10:27 +00:00
dbxout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dce.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
dce.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ddg.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ddg.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
debug.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
debug.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
defaults.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
df-core.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
df-problems.c df-problems.c (df_rd_confluence_n): Avoid bitmap_copy by using bitmap_and_compl instead of bitmap_and_compl_into. 2014-03-18 14:39:16 +00:00
df-scan.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
df.h re PR rtl-optimization/38518 (Excessive compile time with -O3) 2014-01-17 10:47:59 +00:00
dfp.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dfp.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
diagnostic-color.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
diagnostic-color.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
diagnostic-core.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
diagnostic.c PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals 2014-01-23 10:13:08 +01:00
diagnostic.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
diagnostic.h PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals 2014-01-23 10:13:08 +01:00
dojump.c dojump.c (do_compare_rtx_and_jump): Sets correct probability for compiler inserted conditional jumps for NAN float... 2014-03-27 00:41:10 +00:00
dominance.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
domwalk.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
domwalk.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
double-int.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
double-int.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dse.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
dumpfile.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dumpfile.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dwarf2asm.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dwarf2asm.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dwarf2cfi.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
dwarf2out.c dwarf2out: Use normal constant values in bound_info if possible. 2014-04-17 10:36:21 +00:00
dwarf2out.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
emit-rtl.c re PR middle-end/60291 (slow compile times for any mode (-O0/-O1/-O2) on large .c source file (30MBs)) 2014-02-25 08:59:10 +00:00
emit-rtl.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
errors.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
errors.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
et-forest.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
et-forest.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
except.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
except.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
exec-tool.in Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
explow.c * explow.c (probe_stack_range): Emit a final optimization blockage. 2014-04-04 21:07:48 +00:00
expmed.c re PR middle-end/59261 (FAIL: gcc.dg/vect/bb-slp-26.c -flto -ffat-lto-objects (internal compiler error)) 2014-02-04 10:36:18 +01:00
expmed.h re PR bootstrap/59934 (Bootstrap fail since r206941: expmed.h:252:33: error: array subscript is above array bounds) 2014-01-27 09:33:39 -07:00
expr.c re PR middle-end/60556 (tip of tree crash with mips compiler) 2014-04-11 13:52:14 +02:00
expr.h re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc) 2014-03-24 17:38:09 +00:00
file-find.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
file-find.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
final.c remove has_gate 2014-04-17 12:36:56 +00:00
fixed-value.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
fixed-value.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
flag-types.h common.opt (lto_partition_model): New enum. 2014-04-15 12:56:16 +00:00
flags.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
fold-const.c re PR tree-optimization/55022 (air.f90 is miscompliled with -m64 -O2 -fgraphite-identity after revision 190619) 2014-04-14 08:11:08 +00:00
fold-const.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
fp-test.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
function.c remove has_gate 2014-04-17 12:36:56 +00:00
function.h cfgloop.h (struct loop): Rename force_vect into force_vectorize. 2014-04-14 10:42:12 +00:00
fwprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
gcc-ar.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gcc-plugin.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gcc-symtab.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gcc.c * gcc.c (used_arg): Prevent out of bound access for multilib_options. 2014-04-17 11:01:22 +02:00
gcc.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gcov-dump.c gnat_ugn.texi: Bump @copying's copyright year. 2014-01-02 22:25:41 +01:00
gcov-io.c re PR gcov-profile/58602 (.gcno files not truncated at gcov_close) 2014-02-03 14:55:36 -07:00
gcov-io.h gcov-io.c (gcov_var): Move from gcov-io.h. 2014-01-08 16:37:08 +00:00
gcov-iov.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gcov.c gnat_ugn.texi: Bump @copying's copyright year. 2014-01-02 22:25:41 +01:00
gcse.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
gcse.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gdbasan.in Put a breakpoint on __sanitizer::Report 2014-01-09 10:40:13 -08:00
gdbhooks.py Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gdbinit.in * gdbinit.in (pel): Define. 2014-02-04 15:34:24 +00:00
gen-pass-instances.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genattr-common.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genattr.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genattrtab.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genautomata.c toplev.c (init_local_tick): Avoid signed integer multiplication overflow. 2014-03-22 15:03:20 +01:00
gencheck.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genchecksum.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gencodes.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genconditions.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genconfig.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genconstants.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genemit.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genenums.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genextract.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genflags.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengenrtl.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengtype-lex.l Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengtype-parse.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengtype-state.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengtype.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gengtype.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genhooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genmddeps.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genmddump.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genmodes.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genmultilib Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genopinit.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genoutput.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genpeep.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genpreds.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
genrecog.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gensupport.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gensupport.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ggc-common.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ggc-internal.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ggc-none.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ggc-page.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ggc.h parser.c (synthesize_implicit_template_parm): Use grow_tree_vec. 2014-02-07 02:14:58 +00:00
gimple-builder.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-builder.h [PATCH - obvious] Remove unused create_gimple_tmp declaration 2014-01-27 09:39:21 +00:00
gimple-expr.c re PR middle-end/60746 (ICE segfault in gimple-expr.c:314) 2014-04-04 11:52:35 +00:00
gimple-expr.h re PR middle-end/60746 (ICE segfault in gimple-expr.c:314) 2014-04-04 11:52:35 +00:00
gimple-fold.c tree-vrp.c (simplify_internal_call_using_ranges): If only one range is range_int_cst_p... 2014-03-26 10:17:10 +01:00
gimple-fold.h re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_for_binfo, at gimple-fold.c:3224) 2014-02-11 22:54:21 +00:00
gimple-iterator.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-iterator.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-low.c remove has_gate 2014-04-17 12:36:56 +00:00
gimple-low.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-pretty-print.c Correct TDF_RAW pretty-printing of GIMPLE_OMP_FOR's GF_OMP_FOR_KIND_CILKSIMD. 2014-02-21 10:18:15 +01:00
gimple-pretty-print.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-ssa-isolate-paths.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
gimple-ssa-strength-reduction.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
gimple-ssa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-streamer-in.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-streamer-out.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-streamer.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-walk.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-walk.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple.c re PR middle-end/60746 (ICE segfault in gimple-expr.c:314) 2014-04-04 11:52:35 +00:00
gimple.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple.h gimple.h (struct gimple_statement_base): Align subcode to 16 bits. 2014-04-01 08:55:58 +00:00
gimplify-me.c re PR lto/60635 (ICE when mixing C and Fortran lto1: error: use operand missing for stmt) 2014-03-25 11:43:03 +00:00
gimplify-me.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimplify.c cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
gimplify.h re PR middle-end/60746 (ICE segfault in gimple-expr.c:314) 2014-04-04 11:52:35 +00:00
glimits.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
godump.c tree.h (TYPE_IDENTIFIER): Declare. 2014-04-14 18:10:27 +00:00
graph.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graph.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphds.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphds.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-blocking.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-clast-to-gimple.c re PR tree-optimization/58028 (Several failures in libgomp.graphite after revision 200946) 2014-03-03 11:39:22 +00:00
graphite-clast-to-gimple.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-dependences.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-htab.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-interchange.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-optimize-isl.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-poly.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-poly.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-scop-detection.c re PR tree-optimization/59817 (ICE in extract_affine_chrec with -O2 -ftree-loop-linear) 2014-04-14 08:09:06 +00:00
graphite-scop-detection.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-sese-to-poly.c re PR tree-optimization/60785 (ICE in gsi_for_stmt w/ -O2 -ftree-loop-linear) 2014-04-08 10:59:40 +00:00
graphite-sese-to-poly.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
gsstruct.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gstab.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gsyms.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gsyslimits.h
gtm-builtins.def
haifa-sched.c haifa-sched.c: Fix outdated function reference and minor grammar errors in introductory comment. 2014-04-07 13:16:46 +00:00
hard-reg-set.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hash-table.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hash-table.h Makefile.in (TREE_FLOW_H): Remove. 2014-01-09 21:02:43 +00:00
highlev-plugin-common.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
host-default.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hosthooks-def.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hosthooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hw-doloop.c hw-doloop.c (reorg_loops): Release the bitmap obstack. 2014-01-07 22:51:49 -07:00
hw-doloop.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hwint.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
hwint.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ifcvt.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
incpath.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
incpath.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
init-regs.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
input.c PR preprocessor/59935 - caret diagnostics crashes on non-file locations 2014-01-28 16:03:19 +01:00
input.h PR preprocessor/58580 - preprocessor goes OOM with warning for zero literals 2014-01-23 10:13:08 +01:00
insn-addr.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
insn-notes.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
internal-fn.c re PR sanitizer/60613 (Invalid signed subtraction ubsan diagnostics) 2014-03-22 17:25:50 +01:00
internal-fn.def re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) 2014-03-18 12:31:04 +01:00
internal-fn.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
intl.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
intl.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-cp.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-devirt.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-inline-analysis.c remove has_gate 2014-04-17 12:36:56 +00:00
ipa-inline-transform.c re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node failed) 2014-04-04 16:11:06 +02:00
ipa-inline.c remove has_gate 2014-04-17 12:36:56 +00:00
ipa-inline.h re PR ipa/60243 (IPA is slow on large cgraph tree) 2014-03-28 19:50:28 +00:00
ipa-profile.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-prop.c re PR lto/60461 (LTO linking error at -Os (and above) on x86_64-linux-gnu) 2014-03-14 11:49:05 +01:00
ipa-prop.h ipa-prop.h (ipa_ancestor_jf_data): Update ocmment. 2014-02-19 07:42:06 +00:00
ipa-pure-const.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-ref-inline.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-ref.c ipa-ref.c (ipa_remove_stmt_references): Fix references traversal when removing references. 2014-01-17 05:36:19 +00:00
ipa-ref.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-reference.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-reference.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-split.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ipa-utils.c ipa-utils.c (ipa_merge_profiles): Merge profile_id. 2014-04-14 17:18:54 +00:00
ipa-utils.h re PR lto/59468 (ICE on invalid C++ code with LTO in gimple_get_virt_method_for_binfo, at gimple-fold.c:3224) 2014-02-11 22:54:21 +00:00
ipa.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ira-build.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira-color.c re PR other/59545 (Signed integer overflow issues) 2014-03-26 06:46:27 +00:00
ira-conflicts.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira-costs.c ira-costs.c (find_costs_and_classes): Add missed ira_init_register_move_cost_if_necessary. 2014-01-14 19:08:32 +00:00
ira-emit.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira-int.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira-lives.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira.c remove has_gate 2014-04-17 12:36:56 +00:00
ira.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
is-a.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
jump.c remove has_gate 2014-04-17 12:36:56 +00:00
langhooks-def.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
langhooks.c The error_mark_node is not an OpenMP mappable type. 2014-03-07 09:46:13 +01:00
langhooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lcm.c re PR tree-optimization/46590 (long compile time with -O2 and many loops) 2014-01-16 13:48:51 +00:00
libfuncs.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
limitx.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
limity.h
lists.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lock-and-run.sh
loop-doloop.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
loop-init.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
loop-invariant.c re PR rtl-optimization/38518 (Excessive compile time with -O3) 2014-01-17 10:47:59 +00:00
loop-iv.c re PR rtl-optimization/38518 (Excessive compile time with -O3) 2014-01-17 10:47:59 +00:00
loop-unroll.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
loop-unswitch.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lower-subreg.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
lower-subreg.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra-assigns.c re PR target/60675 ([aarch64] internal compiler error: Max. number of generated reload insns per insn is achieved (90)) 2014-03-28 15:27:58 +00:00
lra-coalesce.c re PR rtl-optimization/59511 (FAIL: gcc.target/i386/pr36222-1.c scan-assembler-not movdqa with -mtune=corei7) 2014-01-15 17:32:47 +00:00
lra-constraints.c re PR rtl-optimization/60650 ([ARM] LRA ICE in assign_by_spills) 2014-04-02 20:55:02 +00:00
lra-eliminations.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra-int.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra-lives.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra-spills.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra.c re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc) 2014-03-24 17:38:09 +00:00
lra.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-cgraph.c re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in call to always_inline 'readlinkat': recursive inlining) 2014-04-04 18:02:31 +00:00
lto-compress.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-compress.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-opts.c re PR lto/60319 (wrong code (that hangs) by LTO at -Os and above on x86_64-linux-gnu) 2014-02-25 08:57:42 +00:00
lto-section-in.c lto-section-in.c (lto_get_section_data): Fix const cast. 2014-03-04 12:52:13 +00:00
lto-section-out.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-streamer-in.c cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
lto-streamer-out.c cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
lto-streamer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-streamer.h lto-streamer.h (LTO_major_version): Bump to 4. 2014-04-15 13:25:44 +00:00
lto-wrapper.c common.opt (lto_partition_model): New enum. 2014-04-15 12:56:16 +00:00
machmode.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
machmode.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
main.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
mcf.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
mkconfig.sh Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
mode-classes.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
mode-switching.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
modulo-sched.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
omega.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
omega.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
omp-builtins.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
omp-low.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
omp-low.h re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) 2014-01-29 12:02:46 +01:00
opt-functions.awk opts.h (CL_PCH_IGNORE): Define. 2014-03-03 21:51:58 +00:00
opt-gather.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opt-include.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opt-read.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
optabs.c re PR middle-end/60729 (Compiler failure for combination of -ftrapv and -O3: compiler error: in prepare_cmp_insn) 2014-04-02 08:26:57 +00:00
optabs.def re PR rtl-optimization/60501 (LRA emits add patterns which might clobber cc) 2014-03-24 17:38:09 +00:00
optabs.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
optc-gen.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
optc-save-gen.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opth-gen.awk Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opts-common.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opts-diagnostic.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opts-global.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
opts.c opts.c (OPT_fif_conversion, [...]): Disable for Og. 2014-04-17 07:09:56 +00:00
opts.h opts.h (CL_PCH_IGNORE): Define. 2014-03-03 21:51:58 +00:00
output.h output.h (output_constant): Delete. 2014-01-20 20:13:10 +00:00
params.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
params.def re PR rtl-optimization/60317 (find_hard_regno_for compile time hog in libvpx) 2014-02-25 20:34:44 +00:00
params.h re PR rtl-optimization/60317 (find_hard_regno_for compile time hog in libvpx) 2014-02-25 20:34:44 +00:00
pass_manager.h merge register_dump_files_1 into register_dump_files and remove more fiddling with properties 2014-04-17 12:36:41 +00:00
passes.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
passes.def passes.def: Move early points-to after early SRA. 2014-04-14 13:55:46 +00:00
plugin.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
plugin.def plugin.def: Improve comment for PLUGIN_INCLUDE_FILE. 2014-03-18 19:16:52 +00:00
plugin.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
pointer-set.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
pointer-set.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
postreload-gcse.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
postreload.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
predict.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
predict.def re PR ipa/58721 (The subroutine perdida is no longer inlined in fatigue.f90) 2014-03-18 12:31:04 +01:00
predict.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
prefix.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
prefix.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
pretty-print.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
pretty-print.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
print-rtl.c re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs) 2014-02-10 18:19:01 +00:00
print-rtl.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
print-tree.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
print-tree.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
profile.c re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_longjmp and inlining) 2014-02-01 09:40:31 +01:00
profile.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
read-md.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
read-md.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
read-rtl.c re PR other/58712 (issues found by --enable-checking=valgrind) 2014-01-29 11:35:15 +01:00
real.c re PR other/59545 (Signed integer overflow issues) 2014-03-26 20:32:40 +01:00
real.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
realmpfr.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
realmpfr.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
recog.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
recog.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ree.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
reg-notes.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
reg-stack.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
regcprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
reginfo.c remove has_gate 2014-04-17 12:36:56 +00:00
regrename.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
regrename.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
regs.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
regset.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
regstat.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
reload.c 014-01-16 Bernd Schmidt <bernds@codesourcery.com> 2014-01-16 13:51:24 -07:00
reload.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
reload1.c re PR target/57935 (ICE in rs6000_secondary_reload_inner:15181, type = load) 2014-02-27 08:27:40 +10:30
reorg.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
resource.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
resource.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtl-error.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtl-error.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtl.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtl.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtl.h re PR target/52125 (Problems with LO16 asm operands on MIPS) 2014-01-23 08:24:38 +00:00
rtlanal.c re PR rtl-optimization/60452 (wrong code at -O1 with large offsets in the frame) 2014-03-26 07:38:30 +00:00
rtlhooks-def.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
rtlhooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sanitizer.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sbitmap.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sbitmap.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sched-deps.c re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685) 2014-02-05 10:42:19 -08:00
sched-ebb.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sched-int.h re PR rtl-optimization/58960 (ICE in bmp_iter_set_init) 2014-02-18 09:41:29 +04:00
sched-rgn.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
sched-vis.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sdbout.c re PR rtl-optimization/56356 (DJGPP compiler crashing) 2014-03-18 21:02:54 +01:00
sdbout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sel-sched-dump.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sel-sched-dump.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sel-sched-ir.c sel-sched-ir.c (sel_gen_insn_from_expr_after): Reset INSN_DELETED_P on the insn being emitted. 2014-02-03 15:56:56 +04:00
sel-sched-ir.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sel-sched.c sel-sched.c (calculate_new_fences): New parameter ptime. 2014-02-25 10:41:08 +04:00
sel-sched.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sese.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sese.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
simplify-rtx.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sparseset.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sparseset.h sparseset.h (sparseset_pop): Fix the wrong index. 2014-02-24 18:35:54 +00:00
sreal.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sreal.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ssa-iterators.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stab.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stack-ptr-mod.c remove has_gate 2014-04-17 12:36:56 +00:00
statistics.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
statistics.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stmt.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stmt.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stor-layout.c stor-layout.c (place_field): Finalize non-constant offset for the field, if any. 2014-04-14 13:33:23 +00:00
stor-layout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
store-motion.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
streamer-hooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
streamer-hooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stringpool.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
stringpool.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
symtab.c re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node failed) 2014-03-21 13:59:35 +01:00
sync-builtins.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
system.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
target-def.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
target-globals.c parser.c (synthesize_implicit_template_parm): Use grow_tree_vec. 2014-02-07 02:14:58 +00:00
target-globals.h target-globals.c (save_target_globals): Allocate < 4KB structs using GC in payload of target_globals struct instead of... 2014-01-10 21:25:05 +01:00
target-hooks-macros.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
target.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
target.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
targhooks.c opts.h (CL_PCH_IGNORE): Define. 2014-03-03 21:51:58 +00:00
targhooks.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
timevar.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
timevar.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
timevar.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tlink.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
toplev.c toplev.c (init_local_tick): Avoid signed integer multiplication overflow. 2014-03-22 15:03:20 +01:00
toplev.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tracer.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
trans-mem.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
trans-mem.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-affine.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-affine.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-browser.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-browser.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-call-cdce.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-cfg.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-cfg.h re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) 2014-01-29 12:02:46 +01:00
tree-cfgcleanup.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-cfgcleanup.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-chrec.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-chrec.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-complex.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-core.h cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
tree-data-ref.c re PR tree-optimization/60023 (ICE: verify_gimple failed: dead STMT in EH table with -O3 -fnon-call-exceptions -mavx2) 2014-02-04 14:08:00 +01:00
tree-data-ref.h tree-data-ref.h (ddr_is_anti_dependent, [...]): Remove. 2014-01-28 12:49:08 +00:00
tree-dfa.c re PR tree-optimization/59779 (FAIL: gcc.dg/autopar/outer-1.c scan-tree-dump-times parloops "parallelizing outer loop") 2014-03-13 20:10:05 +01:00
tree-dfa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-diagnostic.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-diagnostic.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-dump.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-dump.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-eh.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-eh.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-emutls.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-hasher.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-if-conv.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-inline.c cgraphclones.c (cgraph_create_virtual_clone): Duplicate ipa_transforms_to_apply. 2014-04-16 11:20:43 +02:00
tree-inline.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-into-ssa.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-into-ssa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-iterator.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-iterator.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-loop-distribution.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-nested.c re PR fortran/59440 (ICE in force_decl_die, at dwarf2out.c:20111 with -g) 2014-01-17 15:42:58 +01:00
tree-nested.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-nrv.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-object-size.c remove has_gate 2014-04-17 12:36:56 +00:00
tree-object-size.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-outof-ssa.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-outof-ssa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-parloops.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-parloops.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-pass.h pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-phinodes.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-phinodes.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-predcom.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-pretty-print.c cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
tree-pretty-print.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-profile.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-scalar-evolution.c re PR tree-optimization/59387 (wrong code (hangs) at -Os on x86_64-linux-gnu) 2014-01-13 20:14:03 +01:00
tree-scalar-evolution.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-sra.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-address.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-address.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-alias.c re PR rtl-optimization/56965 (nonoverlapping_component_refs_p is bogus and slow) 2014-04-15 16:04:11 +00:00
tree-ssa-alias.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-ccp.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-coalesce.c re PR lto/60404 (wrong code by LTO on x86_64-linux-gnu) 2014-03-05 09:46:31 +01:00
tree-ssa-coalesce.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-copy.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-copyrename.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-dce.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-dom.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-dom.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-dse.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-forwprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-ifcombine.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-live.c re PR middle-end/60291 (slow compile times for any mode (-O0/-O1/-O2) on large .c source file (30MBs)) 2014-02-21 13:14:23 +00:00
tree-ssa-live.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-ch.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop-im.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop-ivcanon.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop-ivopts.c re PR tree-optimization/60766 (Wrong optimization with -O2) 2014-04-07 14:03:55 +00:00
tree-ssa-loop-ivopts.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-manip.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-manip.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-niter.c Makefile.in (TREE_FLOW_H): Remove. 2014-01-09 21:02:43 +00:00
tree-ssa-loop-niter.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-prefetch.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop-unswitch.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-loop.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-math-opts.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-operands.c tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P. 2014-04-16 10:50:58 +00:00
tree-ssa-operands.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-phiopt.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-phiprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-pre.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-propagate.c re PR tree-optimization/60849 (bogus comparison result type) 2014-04-17 08:13:53 +00:00
tree-ssa-propagate.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-reassoc.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-sccvn.c tree-ssa-sccvn.c (visit_reference_op_call): Handle NULL vdef. 2014-01-15 21:21:32 +00:00
tree-ssa-sccvn.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-sink.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-strlen.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-structalias.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-tail-merge.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-ter.c tree-ssa-operands.c (create_vop_var): Set DECL_IGNORED_P. 2014-04-16 10:50:58 +00:00
tree-ssa-ter.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-threadedge.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-threadedge.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-threadupdate.c re PR tree-optimization/59597 (Performance degradation on Coremark after r205074) 2014-01-22 14:27:38 -07:00
tree-ssa-threadupdate.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-uncprop.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa-uninit.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-ssa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssanames.c remove has_gate 2014-04-17 12:36:56 +00:00
tree-ssanames.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-stdarg.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-stdarg.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-streamer-in.c re PR target/60179 (target optimization attribute streaming is broken) 2014-02-14 12:03:43 +00:00
tree-streamer-out.c tree-streamer-out.c (streamer_write_chain): Do not temporarily set TREE_CHAIN to NULL_TREE. 2014-04-03 14:22:17 +00:00
tree-streamer.c tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member. 2014-04-03 14:27:02 +00:00
tree-streamer.h tree-streamer.h (struct streamer_tree_cache_d): Add next_idx member. 2014-04-03 14:27:02 +00:00
tree-switch-conversion.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-tailcall.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-vect-data-refs.c re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program cc1) out of memory) 2014-04-17 08:09:02 +00:00
tree-vect-generic.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-vect-loop-manip.c re PR tree-optimization/58921 (ICE with segfault on valid code at -O3 on x86_64-linux-gnu) 2014-01-14 09:04:50 +00:00
tree-vect-loop.c re PR c++/60836 (invalid PHI argument and ICE in verify_gimple) 2014-04-17 08:12:58 +00:00
tree-vect-patterns.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-vect-slp.c re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program cc1) out of memory) 2014-04-17 08:09:02 +00:00
tree-vect-stmts.c re PR tree-optimization/60656 (x86 vectorization produces wrong code) 2014-04-04 21:27:21 -04:00
tree-vectorizer.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree-vectorizer.h re PR tree-optimization/60841 (gcc: internal compiler error: Killed (program cc1) out of memory) 2014-04-17 08:09:02 +00:00
tree-vrp.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tree.c remove has_gate 2014-04-17 12:36:56 +00:00
tree.def cfgloop.h (struct loop): Move force_vectorize down. 2014-04-15 08:01:01 +00:00
tree.h tree.c (iterative_hash_expr): Use enum tree_code_class to store TREE_CODE_CLASS. 2014-04-15 08:08:06 +00:00
treestruct.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tsan.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
tsan.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tsystem.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
typeclass.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ubsan.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
ubsan.h ubsan.h (ubsan_create_data): Change second argument's type to const location_t *. 2014-03-26 20:33:40 +01:00
valtrack.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
valtrack.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
value-prof.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
value-prof.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
var-tracking.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
varasm.c re PR middle-end/60797 (gcc hangs with error: only weak aliases are supported in this configuration) 2014-04-11 11:45:44 +00:00
varasm.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
varpool.c re PR lto/60820 (ice in ctor_for_folding, at varpool.c:291) 2014-04-14 17:53:34 +00:00
vec.c vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h. 2014-02-12 16:01:03 +00:00
vec.h vec.c (vec_prefix::calculate_allocation): Move as inline variant to vec.h. 2014-02-12 16:01:03 +00:00
version.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
version.h
vmsdbg.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
vmsdbgout.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
vtable-verify.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
vtable-verify.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
web.c pass current function to opt_pass::gate () 2014-04-17 12:37:16 +00:00
xcoff.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
xcoffout.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
xcoffout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00

README.Portability

Copyright (C) 2000-2014 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
---------------

Irix6 "cc -n32" and OSF4 "cc" have problems with constant string
initializers with parens around it, e.g.

const char string[] = ("A string");

This is unfortunate since this is what the GNU gettext macro N_
produces.  You need to find a different way to code it.

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.