gcc/gcc
Walter Lee 341c653c70 TILE-Gx big endian support.
/:
	* configure.ac (tilepro-*-*) Change to tilepro*-*-*.
	(tilegx-*-*): Change to tilegx*-*-*.
	* configure: Regenerate.

contrib/:
	* config-list.mk (LIST): Add tilegxbe-linux-gnu.

libcpp/:
	* configure.ac: Change "tilepro" triplet to "tilepro*".
	* configure: Regenerate.

libgcc/:
	* config.host: Support "tilegx*" and "tilepro*" triplets.
	* config/tilegx/sfp-machine32.h (__BYTE_ORDER): Handle big endian.
	* config/tilegx/sfp-machine64.h (__BYTE_ORDER): Handle big endian.

gcc/:
	* config.gcc (tilepro-*-*): Change to tilepro*-*-*.
	(tilegx-*-linux*): Change to tilegx*-*-linux*; Support tilegxbe
	triplet.
	* common/config/tilegx/tilegx-common.c
	(TARGET_DEFAULT_TARGET_FLAGS): Define.
	* config/tilegx/linux.h (ASM_SPEC): Add endian_spec.
	(LINK_SPEC): Ditto.
	* config/tilegx/sync.md (atomic_test_and_set): Handle big endian.
	* config/tilegx/tilegx.c (tilegx_return_in_msb): New.
	(tilegx_gimplify_va_arg_expr): Handle big endian.
	(tilegx_expand_unaligned_load): Ditto.
	(tilegx_expand_unaligned_store): Ditto.
	(TARGET_RETURN_IN_MSB): New.
	* config/tilegx/tilegx.h (TARGET_DEFAULT): New.
	(TARGET_ENDIAN_DEFAULT): New.
	(TARGET_BIG_ENDIAN): Handle big endian.
	(BYTES_BIG_ENDIAN): Ditto.
	(WORDS_BIG_ENDIAN): Ditto.
	(FLOAT_WORDS_BIG_ENDIAN): Ditto.
	(ENDIAN_SPEC): New.
	(EXTRA_SPECS): New.
	* config/tilegx/tilegx.md (extv): Handle big endian.
	(extzv): Ditto.
	(insn_st<n>): Ditto.
	(insn_st<n>_add<bitsuffix>): Ditto.
	(insn_stnt<n>): Ditto.
	(insn_stnt<n>_add<bitsuffix>):Ditto.
	(vec_interleave_highv8qi): Handle big endian.
	(vec_interleave_highv8qi_be): New.
	(vec_interleave_highv8qi_le): New.
	(insn_v1int_h): Handle big endian.
	(vec_interleave_lowv8qi): Handle big endian.
	(vec_interleave_lowv8qi_be): New.
	(vec_interleave_lowv8qi_le): New.
	(insn_v1int_l): Handle big endian.
	(vec_interleave_highv4hi): Handle big endian.
	(vec_interleave_highv4hi_be): New.
	(vec_interleave_highv4hi_le): New.
	(insn_v2int_h): Handle big endian.
	(vec_interleave_lowv4hi): Handle big endian.
	(vec_interleave_lowv4hi_be): New.
	(vec_interleave_lowv4hi_le): New.
	(insn_v2int_l): Handle big endian.
	(vec_interleave_highv2si): Handle big endian.
	(vec_interleave_highv2si_be): New.
	(vec_interleave_highv2si_le): New.
	(insn_v4int_h): Handle big endian.
	(vec_interleave_lowv2si): Handle big endian.
	(vec_interleave_lowv2si_be): New.
	(vec_interleave_lowv2si_le): New.
	(insn_v4int_l): Handle big endian.
	* config/tilegx/tilegx.opt (mbig-endian): New option.
	(mlittle-endian): New option.
	* doc/install.texi: Document tilegxbe-linux.
	* doc/invoke.texi: Document -mbig-endian and -mlittle-endian.

From-SVN: r208069
2014-02-24 15:08:00 +00:00
..
ada 2014-02-24 Sergey Rybin <rybin@adacore.com frybin> 2014-02-24 16:07:09 +01:00
c c-parser.c (c_parser_declspecs): Replace call to error by error_at. 2014-02-19 18:51:57 +00:00
c-family re PR c/37743 (Bogus printf format warning with __builtin_bswap32.) 2014-02-19 23:27:40 +01:00
common TILE-Gx big endian support. 2014-02-24 15:08:00 +00:00
config TILE-Gx big endian support. 2014-02-24 15:08:00 +00:00
cp re PR c++/58170 ([c++11] Crash when aliasing a template class that is a member of its template base class.) 2014-02-22 00:50:12 -05:00
doc TILE-Gx big endian support. 2014-02-24 15:08:00 +00:00
fortran re PR fortran/60302 (ICE with c_f_pointer and android cross compiler) 2014-02-21 23:54:50 +01:00
ginclude Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
go re PR go/60288 (gccgo crashes compiling '*func_ptr(0)') 2014-02-20 15:20:26 +00:00
java Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto lto-partition.c (add_symbol_to_partition_1, [...]): Aliases have no defined size. 2014-02-20 19:40:14 +00:00
objc re PR c/59963 (Wrong column number for warning -Woverflow) 2014-01-31 08:13:50 +00:00
objcp Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
po gcc.pot: Regenerate. 2014-02-02 17:40:13 +00:00
testsuite re PR rtl-optimization/60268 (ICE: in rank_for_schedule, at haifa-sched.c:2557) 2014-02-24 09:57:02 +04:00
ABOUT-GCC-NLS Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
BASE-VER
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog TILE-Gx big endian support. 2014-02-24 15:08:00 +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-02-24 00:16:52 +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 * Makefile.in (prefix.o, cppbuiltin.o): Depend on $(BASEVER). 2014-02-06 11:58:16 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection. 2014-01-09 09:31:05 +02: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
basic-block.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
bb-reorder.c re PR rtl-optimization/57763 (comp-goto-1.c: ICE verify_flow_info failed, error: EDGE_CROSSING missing across section boundary) 2014-01-19 16:30:22 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 c++/60272 (atomic<>::compare_exchange_weak has spurious store and can cause race conditions) 2014-02-20 16:11:43 -08: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 re PR target/59927 (ICE sorry, unimplemented: ms_abi attribute requires -maccumulate-outgoing-args or subtarget optimization implying it) 2014-02-10 17:12:38 -08:00
calls.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfg-flags.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfg.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR rtl-optimization/59724 (ICE : in rtl_verify_bb_layout, at cfgrtl.c) 2014-01-09 08:21:21 +01:00
cfgexpand.c re PR middle-end/60080 (gcc.dg/vect/vect-nop-move.c FAILs) 2014-02-10 18:19:01 +00:00
cfgexpand.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cfghooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cgraph.c cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove inline clones when edge disappears. 2014-02-19 07:33:45 +00:00
cgraph.h re PR ipa/59469 (LLVM build failure with gcc LTO) 2014-02-07 02:27:05 +00:00
cgraphbuild.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cgraphclones.c re PR tree-optimization/60002 (ICE: SIGSEGV in skip_artificial_parms_for() with -O2 -fcompare-debug -fdeclone-ctor-dtor -fipa-cp-clone) 2014-02-04 14:38:13 +01: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 sanitizer/59600 (no_sanitize_address mishandled when function is inlined) 2014-02-05 05:22:29 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
collect2.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
combine-stack-adj.c re PR debug/52727 (internal compiler error at dwarf2cfi.c2:685) 2014-02-05 10:42:19 -08:00
combine.c re PR rtl-optimization/60116 (wrong code at -Os on x86_64-linux-gnu in 32-bit mode) 2014-02-12 10:16:34 +00:00
common.opt re PR tree-optimization/46590 (long compile time with -O2 and many loops) 2014-01-17 14:49:18 +00:00
compare-elim.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 TILE-Gx big endian support. 2014-02-24 15:08:00 +00:00
config.host Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
config.in Use ud2 assembly mnemonic when available. 2014-02-14 17:37:23 +00:00
configure Use ud2 assembly mnemonic when available. 2014-02-14 17:37:23 +00:00
configure.ac Use ud2 assembly mnemonic when available. 2014-02-14 17:37:23 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cse.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
cselib.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dbxout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dce.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR rtl-optimization/38518 (Excessive compile time with -O3) 2014-01-17 10:47:59 +00:00
df-problems.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
dwarf2out.c re PR debug/60152 (multiple AT_calling_convention attributes generated after r205679) 2014-02-13 23:42:44 +01:00
dwarf2out.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
emit-rtl.c emit-rtl.c (gen_reg_rtx): Assert that crtl->emit.regno_pointer_align_length is non-zero. 2014-02-20 21:21:42 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 expr.c (expand_expr_real_1): For a bit-field destination type... 2014-02-19 14:45:16 +00:00
expr.h re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs) 2014-02-07 02:11:27 +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 re PR sanitizer/60142 ([asan] -fsanitize=address breaks debugging - stepping into functions no longer possible) 2014-02-18 22:16:21 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
flags.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
fold-const.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Reverted r205593 2014-01-06 16:34:52 +00:00
function.h re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs) 2014-02-07 02:11:27 +00:00
fwprop.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 lto-cgraph.c (asm_nodes_output): Make global. 2014-02-05 17:21:07 +00: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 gcse.c (compute_transp): break from loop over canon_modify_mem_list when we found a dependence. 2014-02-12 14:50:06 +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 re PR target/49008 (A typo code found in genautomata.c) 2014-02-11 22:00:04 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-expr.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-fold.c 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-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 re PR middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-12 13:36:08 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple-ssa-strength-reduction.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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/59630 (ICE converting the return type of a builtin function) 2014-01-08 09:06:27 +00:00
gimple.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimple.h re PR middle-end/59630 (ICE converting the return type of a builtin function) 2014-01-08 09:06:27 +00:00
gimplify-me.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimplify-me.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
gimplify.c Refactor common code into new maybe_fold_stmt function. 2014-02-12 15:46:30 +01:00
gimplify.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
glimits.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
godump.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-scop-detection.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-sese-to-poly.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite-sese-to-poly.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
graphite.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR rtl-optimization/58960 (ICE in bmp_iter_set_init) 2014-02-18 09:41:29 +04: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 Fix a typo. 2014-01-31 13:52:39 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 rtl-optimization/60030 (ICE in simplify_subreg, at simplify-rtx.c:5903) 2014-02-06 22:54:21 +01:00
internal-fn.def re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) 2014-01-29 12:02:46 +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 re PR ipa/60266 (ICE: in ipa_get_parm_lattices, at ipa-cp.c:261 during LibreOffice LTO build) 2014-02-24 13:39:52 +01:00
ipa-devirt.c 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-inline-analysis.c re PR middle-end/60013 (Build of 176.gcc from CPU2000 loops in cc1 starting with r207231) 2014-02-06 07:39:24 +00:00
ipa-inline-transform.c re PR middle-end/58555 (Floating point exception in want_inline_self_recursive_call_p) 2014-02-20 06:40:07 +00:00
ipa-inline.c re PR middle-end/58555 (Floating point exception in want_inline_self_recursive_call_p) 2014-02-20 06:40:07 +00:00
ipa-inline.h re PR middle-end/58555 (Floating point exception in want_inline_self_recursive_call_p) 2014-02-20 06:40:07 +00:00
ipa-profile.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-prop.c re PR ipa/60243 (IPA is slow on large cgraph tree) 2014-02-19 09:29:34 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-reference.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-split.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ipa-utils.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 ipa.c (function_and_variable_visibility): Also clear WEAK flag when disolving COMDAT_GROUP. 2014-02-19 07:45:00 +00:00
ira-build.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ira-color.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08: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 jump.c (delete_related_insns): Keep (use (insn))s. 2014-01-18 10:12:22 +00:00
langhooks-def.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
langhooks.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lower-subreg.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra-assigns.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-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 target/60298 ([ARM/Thumb1] ICE caused by LRA for case pr54713-1.c) 2014-02-21 21:23:48 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lra.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-cgraph.c re PR ipa/59469 (LLVM build failure with gcc LTO) 2014-02-07 02:27:05 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-section-in.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-section-out.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-streamer-in.c re PR lto/59723 (ICE: in lto_output_tree, at lto-streamer-out.c:1390 when compiling some Fortran tests with -flto) 2014-02-04 14:53:24 +00:00
lto-streamer-out.c re PR target/60179 (target optimization attribute streaming is broken) 2014-02-14 12:03:43 +00:00
lto-streamer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
lto-streamer.h lto-cgraph.c (asm_nodes_output): Make global. 2014-02-05 17:22:08 +00:00
lto-wrapper.c lto-cgraph.c (asm_nodes_output): Make global. 2014-02-05 17:21:07 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
modulo-sched.c modulo-sched.c (schedule_reg_moves): Clear distance1_uses if it is newly allocated. 2014-01-06 09:46:12 -07: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 Refactor common code into new maybe_fold_stmt function. 2014-02-12 15:46:30 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 optabs.c (expand_atomic_compare_and_swap): Allow expander to fail. 2014-02-07 14:20:17 +00:00
optabs.def Update copyright years in gcc/ 2014-01-02 22:23:26 +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 (option_name): Remove "enabled by default" rider. 2014-02-13 09:22:04 +00:00
opts.h Update copyright years in gcc/ 2014-01-02 22:23:26 +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 tree-optimization/56490 (-Wall triggering infinite loop) 2014-02-21 10:53:56 +01:00
params.h cfgexpand.c (expand_stack_vars): Optionally disable asan stack protection. 2014-01-09 09:31:05 +02:00
pass_manager.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
passes.c re PR c++/57945 (ICE: in varpool_get_node, at cgraph.h:840) 2014-01-17 15:19:55 +01:00
passes.def re PR middle-end/57904 (Bogus(?) "invokes undefined behavior" warning with Fortran's finalization wrapper (gfortran.dg/class_48.f90)) 2014-01-17 10:50:10 -07:00
plugin.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
plugin.def Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
postreload.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
predict.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
predict.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 re PR rtl-optimization/57915 (ICE in set_address_disp, at rtlanal.c:5537) 2014-02-04 13:14:52 +01:00
recog.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
ree.c re PR rtl-optimization/60131 (RTL check fail in rhs_regno) 2014-02-14 13:26:31 -07:00
reg-notes.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
reg-stack.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
regcprop.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
reginfo.c re PR debug/54694 (internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2387) 2014-01-15 13:41:03 -08:00
regrename.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 middle-end/52306 (ICE in cselib_record_set, at cselib.c:2158) 2014-02-10 09:25:44 -07:00
reorg.c jump.c (delete_related_insns): Keep (use (insn))s. 2014-01-18 10:12:22 +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 rtlanal.c (canonicalize_condition): Split out duplicated mode check. 2014-01-25 20:03:16 +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 re PR rtl-optimization/60268 (ICE: in rank_for_schedule, at haifa-sched.c:2557) 2014-02-24 09:57:02 +04:00
sched-vis.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
sdbout.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 Check if mode is OK first 2014-02-03 07:06:31 -08: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR rtl-optimization/59649 (BImode miscompiled) 2014-01-08 11:01:29 +01:00
stor-layout.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
store-motion.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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/59469 (LLVM build failure with gcc LTO) 2014-02-07 02:28:33 +00: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure) 2014-01-07 15:26:41 +00:00
toplev.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tracer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
trans-mem.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-cfg.c tree-cfg.c (replace_uses_by): Mark altered BBs before doing the substitution. 2014-02-20 14:56:27 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-core.h re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure) 2014-01-09 19:25:19 +01: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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 re PR middle-end/60221 (gcc -fexceptions generates unnecessary cleanup code) 2014-02-20 09:00:23 +00:00
tree-eh.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-emutls.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-hasher.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-if-conv.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-inline.c re PR ipa/60243 (IPA is slow on large cgraph tree) 2014-02-19 14:25:47 +00:00
tree-inline.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-into-ssa.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-object-size.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-parloops.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-pass.h Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR tree-optimization/59745 (internal compiler error: tree check: expected tree that contains 'typed' structure, have '<invalid tree code>' in operand_equal_p, at fold-const.c:2492) 2014-01-10 21:37:52 +01:00
tree-pretty-print.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-pretty-print.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-profile.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR middle-end/59776 (gcc -g -O1 ICE in expand_debug_locations, at cfgexpand.c:3865) 2014-02-11 18:46:34 +01: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 middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-07 09:33:23 +00:00
tree-ssa-alias.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-ccp.c re PR middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-08 10:09:01 +01:00
tree-ssa-coalesce.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-coalesce.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-copy.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-copyrename.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-dce.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-dom.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-dom.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-dse.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-forwprop.c re PR middle-end/59993 (ICE: SSA corruption) 2014-01-30 18:28:19 +00:00
tree-ssa-ifcombine.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-im.c re PR tree-optimization/46590 (long compile time with -O2 and many loops) 2014-01-17 14:40:11 +00:00
tree-ssa-loop-ivcanon.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-ivopts.c builtins.c (get_object_alignment_2): Minor tweak. 2014-01-13 10:36:27 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop-unswitch.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-loop.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-math-opts.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-operands.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-operands.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-phiopt.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-phiprop.c re PR tree-optimization/60183 (phiprop creates invalid code) 2014-02-15 09:54:52 +00:00
tree-ssa-pre.c Note that pass_pre destroys PROP_no_crit_edges 2014-01-10 10:37:22 +00:00
tree-ssa-propagate.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-propagate.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-reassoc.c re PR tree-optimization/60174 (ICE on ACATS cc3305a) 2014-02-18 23:15:27 +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 Note that pass_pre destroys PROP_no_crit_edges 2014-01-10 10:37:22 +00:00
tree-ssa-strlen.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-structalias.c re PR middle-end/60092 (posix_memalign not recognized to derive alias and alignment info) 2014-02-07 09:33:23 +00:00
tree-ssa-tail-merge.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-ter.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssa-uninit.c re PR tree-optimization/56490 (-Wall triggering infinite loop) 2014-02-21 10:53:56 +01:00
tree-ssa.c tree-ssa.c (verify_ssa): If verify_def found an error, ICE. 2014-02-17 14:10:42 +00:00
tree-ssa.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssanames.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-ssanames.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-stdarg.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 re PR target/60179 (target optimization attribute streaming is broken) 2014-02-14 12:03:43 +00:00
tree-streamer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-streamer.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-switch-conversion.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-tailcall.c re PR target/60077 (gcc.target/i386/pr35767-5.c FAILs) 2014-02-07 02:11:27 +00:00
tree-vect-data-refs.c re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop) 2014-02-21 13:18:54 +00:00
tree-vect-generic.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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 tree-vect-loop.c (vect_is_slp_reduction): Don't set use_stmt twice. 2014-02-14 08:31:23 +01:00
tree-vect-patterns.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-vect-slp.c tree-vect-slp.c (vect_supported_load_permutation_p): Avoid redef of outer loop index variable. 2014-02-03 19:12:58 +00:00
tree-vect-stmts.c re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop) 2014-02-21 13:18:54 +00:00
tree-vectorizer.c Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree-vectorizer.h re PR tree-optimization/60276 (-O3 autovectorizer breaks on a particular loop) 2014-02-21 13:18:54 +00:00
tree-vrp.c re PR tree-optimization/59919 (ICE in process_assert_insertions_for, at tree-vrp.c:6096) 2014-01-24 13:51:22 -07:00
tree.c re PR c++/60082 (Certain Cilk keywords executable Hanging for -O1) 2014-02-07 11:49:08 +01:00
tree.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tree.h re PR target/60062 (wrong code (for code with the optimize attribute) at -O1 and above on x86_64-linux-gnu in 32-bit mode) 2014-02-06 11:54:20 +01:00
treestruct.def Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
tsan.c re PR middle-end/59630 (ICE converting the return type of a builtin function) 2014-01-08 09:06:27 +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 re PR sanitizer/59667 (ubsan: ICE ubsan_type_descriptor) 2014-01-08 10:06:09 +00:00
ubsan.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00: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 var-tracking.c (vt_stack_adjustments): Don't require stack_adjusts to match for the exit block. 2014-02-07 14:49:12 +00:00
varasm.c ipa.c (function_and_variable_visibility): Decompose DECL_ONE_ONLY groups when we know they are controlled by LTO. 2014-02-04 23:26:36 +00:00
varasm.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
varpool.c varpool.c: Include pointer-set.h. 2014-02-07 23:49:18 +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 Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
vtable-verify.h Update copyright years in gcc/ 2014-01-02 22:23:26 +00:00
web.c Update copyright years in gcc/ 2014-01-02 22:23:26 +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.