gcc/gcc
David Malcolm 689756831c VINSN_INSN_RTX scaffolding
gcc/
2014-08-19  David Malcolm  <dmalcolm@redhat.com>

	* sel-sched-ir.h (VINSN_INSN_RTX): struct vinsn_def's "insn_rtx"
	field will eventually be an rtx_insn *.  To help with transition,
	for now, convert from an access macro into a pair of functions:
	VINSN_INSN_RTX, returning an rtx_insn *, and...
	(SET_VINSN_INSN_RTX): New function, for use where VINSN_INSN_RTX
	is used as an lvalue.

	* sel-sched-ir.c (vinsn_init): Replace VINSN_INSN_RTX with
	SET_VINSN_INSN_RTX where it's used as an lvalue.
	(VINSN_INSN_RTX): New function.
	(SET_VINSN_INSN_RTX): New function.

/
2014-08-19  David Malcolm  <dmalcolm@redhat.com>

	* rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.

From-SVN: r214165
2014-08-19 15:42:24 +00:00
..
ada 9drpc.adb: Fix a typo 2014-08-13 16:59:05 +00:00
c re PR c/45584 (typeof with casting from const to non-const does not work properly) 2014-08-19 14:14:15 +00:00
c-family invoke.texi: Document -Wc99-c11-compat. 2014-08-19 06:04:38 +00:00
common gcc/ 2014-08-11 11:39:14 +00:00
config config.gcc (*-*-cygwin*): Use __cxa_atexit by default. 2014-08-19 17:21:22 +02:00
cp * class.c (contains_empty_class_p): Remove. 2014-08-19 05:13:38 +00:00
doc invoke.texi: Document -Wc99-c11-compat. 2014-08-19 06:04:38 +00:00
fortran resolve.c (gfc_resolve_finalizers): Ensure that parents are resolved first. 2014-08-17 18:42:19 +02:00
ginclude DR 458 2014-08-14 18:56:10 +00:00
go compiler: Pass initialization of frame temporary to backend. 2014-08-16 00:54:32 +00:00
java IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
lto ipa-utils.h (compare_virtual_tables): Declare. 2014-08-14 23:30:46 +00:00
objc IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
objcp use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
po * zh_CN.po: Update. 2014-05-15 00:04:48 +01:00
testsuite re PR c/45584 (typeof with casting from const to non-const does not work properly) 2014-08-19 14:14:15 +00:00
ABOUT-GCC-NLS
BASE-VER BASE-VER: Change to 5.0.0 2014-08-14 13:58:50 +00:00
COPYING
COPYING.LIB
COPYING3
COPYING3.LIB
ChangeLog VINSN_INSN_RTX scaffolding 2014-08-19 15:42:24 +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
ChangeLog.dataflow
ChangeLog.graphite
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
DATESTAMP Daily bump. 2014-08-19 00:16:38 +00:00
DEV-PHASE
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
LANGUAGES
Makefile.in configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
ONEWS
README.Portability README.Portability: Fix typo. 2014-01-30 17:29:25 +00:00
acinclude.m4
aclocal.m4
addresses.h
alias.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
alias.h
alloc-pool.c add hash_map class 2014-06-24 13:22:11 +00:00
alloc-pool.h
asan.c re PR sanitizer/62089 (Sanitizer may fail to instrument struct accesses) 2014-08-18 08:23:47 +00:00
asan.h
attribs.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
attribs.h
auto-inc-dec.c remove has_execute 2014-07-09 03:06:49 +00:00
basic-block.h Replace BB_HEAD et al macros with functions 2014-08-19 00:26:56 +00:00
bb-reorder.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
bb-reorder.h
bitmap.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
bitmap.h
bt-load.c remove has_execute 2014-07-09 03:06:49 +00:00
builtin-attrs.def
builtin-types.def Cosmetic fixes for DEF_FUNCTION_TYPE_* macros. 2014-05-22 22:16:07 +02:00
builtins.c re PR middle-end/62090 (ice in compute_may_aliases) 2014-08-18 14:51:04 +00:00
builtins.def builtins.def: Change SANITIZE_FLOAT_DIVIDE to SANITIZE_NONDEFAULT. 2014-05-23 14:44:42 +00:00
builtins.h builtins.c (c_getstr, [...]): Export. 2014-08-08 09:18:40 +00:00
caller-save.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
calls.c calls.c (precompute_arguments): Check promoted_for_signed_and_unsigned_p and set the promoted mode. 2014-08-08 05:31:44 +00:00
calls.h * calls.h: Fix typo in comment. 2014-02-24 23:19:32 -07:00
cfg-flags.def
cfg.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
cfganal.c
cfgbuild.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
cfgcleanup.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
cfgexpand.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
cfgexpand.h
cfghooks.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
cfghooks.h
cfgloop.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
cfgloop.h system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
cfgloopanal.c
cfgloopmanip.c re PR middle-end/59561 (warning: iteration 4 invokes undefined behavior) 2014-01-25 00:17:25 +01:00
cfgrtl.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
cgraph.c re PR ipa/61800 (ICE: Segmentation fault during Firefox build) 2014-08-18 13:26:06 +00:00
cgraph.h re PR ipa/61800 (ICE: Segmentation fault during Firefox build) 2014-08-18 13:26:06 +00:00
cgraphbuild.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
cgraphclones.c re PR ipa/61800 (ICE: Segmentation fault during Firefox build) 2014-08-18 13:26:06 +00:00
cgraphunit.c re PR c/61271 (10 * possible coding error with logical not (!)) 2014-08-19 11:35:39 +00:00
cif-code.def re PR ipa/60315 (template constructor switch optimization) 2014-03-26 02:11:57 +00:00
cilk-builtins.def
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
collect-utils.c Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
collect-utils.h Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
collect2-aix.c
collect2-aix.h
collect2.c Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
collect2.h Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
combine-stack-adj.c remove has_execute 2014-07-09 03:06:49 +00:00
combine.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
common.md common.md: New file. 2014-06-11 16:59:17 +00:00
common.opt common.opt: Make the ISL AST generator to be the main code generator of Graphite. 2014-08-16 21:18:24 +00:00
compare-elim.c remove has_execute 2014-07-09 03:06:49 +00:00
conditions.h
config.build
config.gcc config.gcc (*-*-cygwin*): Use __cxa_atexit by default. 2014-08-19 17:21:22 +02:00
config.host
config.in configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
configure Restore Sun as COMDAT group support 2014-08-19 10:13:24 +00:00
configure.ac Restore Sun as COMDAT group support 2014-08-19 10:13:24 +00:00
context.c
context.h
convert.c [convert.c] PR 61876: Guard transformation to lrint by -fno-math-errno. 2014-08-05 09:52:21 +00:00
convert.h
coretypes.h Introduce rtx_insn subclass of rtx_def 2014-08-18 20:02:17 +00:00
coverage.c Make FDO more tolerant to source changes 2014-07-26 00:06:56 +00:00
coverage.h Make FDO more tolerant to source changes 2014-07-26 00:06:56 +00:00
cppbuiltin.c Replace flag_enable_cilkplus with flag_cilkplus. 2014-01-24 15:13:49 -08:00
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
cse.c re PR rtl-optimization/61672 (Less redundant instructions deleted by pre_delete after r208113.) 2014-08-05 13:05:06 +00:00
cselib.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
cselib.h
cstamp-h.in
data-streamer-in.c data-streamer.h (streamer_string_index, [...]): Remove. 2014-08-15 07:51:35 +00:00
data-streamer-out.c data-streamer.h (streamer_string_index, [...]): Remove. 2014-08-15 07:51:35 +00:00
data-streamer.c
data-streamer.h data-streamer.h (streamer_string_index, [...]): Remove. 2014-08-15 07:51:35 +00:00
dbgcnt.c
dbgcnt.def add dbgcnt support for devirt 2014-05-20 20:12:22 +00:00
dbgcnt.h
dbxout.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
dbxout.h
dce.c remove has_execute 2014-07-09 03:06:49 +00:00
dce.h
ddg.c df.h (DF_INSN_INFO_MWS, [...]): New macros. 2014-06-15 07:32:28 +00:00
ddg.h
debug.c
debug.h
defaults.h gcc/ 2014-06-03 07:27:13 +00:00
df-core.c Convert DF_REF_INSN to a function for now 2014-08-19 15:18:42 +00:00
df-problems.c df.h (df_mw_hardreg, [...]): Add a link pointer. 2014-06-15 07:39:30 +00:00
df-scan.c df.h (df_mw_hardreg, [...]): Add a link pointer. 2014-06-15 07:39:30 +00:00
df.h Convert DF_REF_INSN to a function for now 2014-08-19 15:18:42 +00:00
dfp.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
dfp.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
diagnostic-color.c
diagnostic-color.h
diagnostic-core.h
diagnostic.c re PR c/62059 (signed integer overflow in diagnostic.c adjust_line) 2014-08-17 16:19:43 +00:00
diagnostic.def
diagnostic.h re PR fortran/44054 (Handle -Werror, -Werror=, -fdiagnostics-show-option, !GCC$ diagnostic (pragmas) and color) 2014-08-15 15:10:15 +00:00
dojump.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
dominance.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
domwalk.c
domwalk.h
double-int.c double-int.c (div_and_round_double): Use the proper predicate to detect a negative quotient. 2014-05-27 20:30:18 +00:00
double-int.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
dse.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
dumpfile.c invoke.texi: Fix typo. 2014-06-26 17:45:52 +00:00
dumpfile.h
dwarf2asm.c
dwarf2asm.h
dwarf2cfi.c remove has_execute 2014-07-09 03:06:49 +00:00
dwarf2out.c Emit DW_tag_restrict_type for restrict-qualified pointers. 2014-08-19 11:50:55 +00:00
dwarf2out.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
emit-rtl.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
emit-rtl.h Remove duplicate declaration of mem_attrs_eq_p 2014-08-14 17:41:44 +00:00
errors.c
errors.h
et-forest.c
et-forest.h
except.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
except.h convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
exec-tool.in
explow.c re PR middle-end/61268 (ICE in vt_expand_var_loc_chain, at var-tracking.c:8262) 2014-07-24 15:17:35 +00:00
expmed.c expmed.c (struct init_expmed_rtl): Change all fields but pow2 and cint from struct rtx_def to rtx. 2014-07-07 10:42:49 +02: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 calls.c (precompute_arguments): Check promoted_for_signed_and_unsigned_p and set the promoted mode. 2014-08-08 05:31:44 +00:00
expr.h calls.c (precompute_arguments): Check promoted_for_signed_and_unsigned_p and set the promoted mode. 2014-08-08 05:31:44 +00:00
file-find.c
file-find.h
final.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
fixed-value.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
fixed-value.h
flag-types.h opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02:00
flags.h
fold-const.c fold-const.c (tree_swap_operands_p): Put all constants last... 2014-08-15 11:42:01 +00:00
fold-const.h re PR middle-end/61762 (failure to optimize memcpy from constant string) 2014-07-25 07:44:57 +00:00
fp-test.c
function.c calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET. 2014-08-08 05:24:12 +00:00
function.h Makefile.in: add shrink-wrap.o. 2014-05-13 07:05:46 +00:00
fwprop.c remove has_execute 2014-07-09 03:06:49 +00:00
gcc-ar.c
gcc-plugin.h
gcc-symtab.h
gcc.c * gcc.c (do_spec_1): Allocate enough space for saved_suffix. 2014-07-31 16:31:39 -06:00
gcc.h
gcov-counter.def Add gcov-tool: an offline gcda profile processing tool Support. 2014-07-11 05:48:07 +00:00
gcov-dump.c Add gcov-tool: an offline gcda profile processing tool Support. 2014-07-11 05:48:07 +00:00
gcov-io.c libgcov.h: Move renaming of entry points to lib gcov specific portion. 2014-07-29 13:48:38 +00:00
gcov-io.h Add gcov-tool: an offline gcda profile processing tool Support. 2014-07-11 05:48:07 +00:00
gcov-iov.c
gcov-tool.c libgcov.h: Move renaming of entry points to lib gcov specific portion. 2014-07-29 13:48:38 +00:00
gcov.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
gcse.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
gcse.h
gdbasan.in Put a breakpoint on __sanitizer::Report 2014-01-09 10:40:13 -08:00
gdbhooks.py gdbhooks.py: add "break-on-pass" command 2014-08-05 21:01:47 +00:00
gdbinit.in * gdbinit.in (pel): Define. 2014-02-04 15:34:24 +00:00
gen-pass-instances.awk
genattr-common.c
genattr.c
genattrtab.c [genattrtab] Fix memory corruption, allocate enough memory for all bypassed reservations 2014-06-18 08:07:16 +00:00
genautomata.c toplev.c (init_local_tick): Avoid signed integer multiplication overflow. 2014-03-22 15:03:20 +01:00
gencheck.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
genchecksum.c
gencodes.c gencodes.c (main): Make LAST_INSN_CODE higher than any insn code, rather than any named insn's code. 2014-05-27 10:05:55 +00:00
genconditions.c
genconfig.c Only transform rotate to rotatert and v.v. if target has both 2014-07-02 22:19:19 +02:00
genconstants.c
genemit.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
genenums.c
genextract.c
genflags.c
gengenrtl.c rtl.def (VAR_LOCATION): Remove "i" field. 2014-05-13 10:39:08 +00:00
gengtype-lex.l system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
gengtype-parse.c gengtype: Support explicit pointers in template arguments 2014-05-13 15:17:34 +00:00
gengtype-state.c gengtype-state.c (fatal_reading_state): Bring offline. 2014-05-24 17:12:28 +00:00
gengtype.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
gengtype.h gengtype: Support explicit pointers in template arguments 2014-05-13 15:17:34 +00:00
genhooks.c
genmddeps.c
genmddump.c
genmodes.c genmodes.c (struct mode_data): Add need_bytesize_adj field. 2014-04-17 14:49:49 +02:00
genmultilib
genopinit.c genopinit.c (main): Use vec<>::qsort method. 2014-06-17 13:15:53 +00:00
genoutput.c common.md: New file. 2014-06-11 16:59:17 +00:00
genpeep.c
genpreds.c common.md: New file. 2014-06-11 16:59:17 +00:00
genrecog.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
gensupport.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
gensupport.h
ggc-common.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
ggc-internal.h
ggc-none.c ggc.h (ggc_grow): New function. 2014-05-25 02:58:54 +00:00
ggc-page.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
ggc.h ggc.h (ggc_grow): New function. 2014-05-25 02:58:54 +00:00
gimple-builder.c
gimple-builder.h [PATCH - obvious] Remove unused create_gimple_tmp declaration 2014-01-27 09:39:21 +00:00
gimple-expr.c remove pointer-set.[ch] 2014-08-07 20:52:50 +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 gimple-fold.c (fold_gimple_assign): Properly build a null-pointer constant when devirtualizing addresses. 2014-08-19 11:19:52 +00:00
gimple-fold.h gimple-fold.h (gimple_fold_builtin): Remove. 2014-08-04 13:08:34 +00:00
gimple-iterator.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
gimple-iterator.h IPA ICF pass 1/N 2014-08-01 08:20:57 +00:00
gimple-low.c re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP division) 2014-07-10 10:38:30 +00:00
gimple-low.h
gimple-pretty-print.c tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
gimple-pretty-print.h
gimple-ssa-isolate-paths.c re PR c++/60517 (warning/error for taking address of member of a temporary object) 2014-07-31 09:33:58 +00:00
gimple-ssa-strength-reduction.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
gimple-ssa.h convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
gimple-streamer-in.c Change is-a.h to support typedefs of pointers 2014-04-23 19:06:40 +00:00
gimple-streamer-out.c
gimple-streamer.h
gimple-walk.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
gimple-walk.h add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
gimple.c Added fnspec to internal functions. 2014-08-11 06:06:29 +00:00
gimple.def
gimple.h builtins.c (c_getstr, [...]): Export. 2014-08-08 09:18:40 +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
gimplify.c re PR middle-end/62092 (libgomp.c++/target-2.C FAIL while compiling for OpenMP 4.0 offload target) 2014-08-15 09:40:03 +02:00
gimplify.h re PR c++/51253 ([C++11][DR 1030] Evaluation order (sequenced-before relation) among initializer-clauses in braced-init-list) 2014-06-04 11:51:01 -04:00
glimits.h
godump.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
graph.c
graph.h
graphds.c
graphds.h
graphite-blocking.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-clast-to-gimple.c Replacement of isl_int by isl_val 2014-08-11 15:05:48 +00:00
graphite-clast-to-gimple.h graphite-clast-to-gimple.c: gloog is renamed to graphite_regenerate_ast_cloog. 2014-06-29 11:29:18 +00:00
graphite-dependences.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-htab.h convert some hash_table to hash_map 2014-07-09 03:06:09 +00:00
graphite-interchange.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-isl-ast-to-gimple.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-isl-ast-to-gimple.h Makefile.in: Add the compilation of graphite-isl-ast-to-gimple.o. 2014-06-29 14:20:35 +00:00
graphite-optimize-isl.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-poly.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-poly.h graphite-isl-ast-to-gimple.c: Add a new struct ast_build_info. 2014-08-05 03:41:29 +00:00
graphite-scop-detection.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-scop-detection.h
graphite-sese-to-poly.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
graphite-sese-to-poly.h
graphite.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def
haifa-sched.c DEP_PRO/DEP_CON scaffolding 2014-08-19 15:31:23 +00:00
hard-reg-set.h
hash-map.h convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
hash-set.h add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
hash-table.c
hash-table.h playcate old gcc 2014-07-09 03:07:09 +00:00
highlev-plugin-common.h
hooks.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
hooks.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hw-doloop.c df.h (DF_INSN_INFO_MWS, [...]): New macros. 2014-06-15 07:32:28 +00:00
hw-doloop.h
hwint.c
hwint.h configure.ac: Check whether the underlying type of int64_t is long or long long. 2014-06-04 12:35:26 +00:00
ifcvt.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
inchash.c Add an abstract incremental hash data type 2014-07-25 13:39:05 +00:00
inchash.h Change inchash to name space. 2014-08-01 02:51:46 +00:00
incpath.c
incpath.h
init-regs.c remove has_execute 2014-07-09 03:06:49 +00:00
input.c input.c (diagnostic_file_cache_fini): Fix typo in comment. 2014-08-15 14:07:19 +00:00
input.h input.h (in_system_header_at): Add comment. 2014-08-15 16:27:38 +00:00
insn-addr.h
insn-notes.def
internal-fn.c internal-fn.c (init_internal_fns): Fix off-by-one. 2014-08-12 07:34:33 +00:00
internal-fn.def Move inlining of Asan memory checks to sanopt pass. 2014-08-11 06:12:12 +00:00
internal-fn.h Added fnspec to internal functions. 2014-08-11 06:06:29 +00:00
intl.c
intl.h
ipa-comdats.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-cp.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-devirt.c ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. 2014-08-16 09:10:23 +00:00
ipa-inline-analysis.c lto-streamer.h (struct lto_input_block): Make it a class with a constructor. 2014-08-08 12:55:31 +00:00
ipa-inline-transform.c IPA C++ refactoring 3/N 2014-08-04 11:56:50 +00:00
ipa-inline.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-inline.h IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-profile.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-prop.c ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. 2014-08-16 09:10:23 +00:00
ipa-prop.h IPA ICF pass 1/N 2014-08-01 08:20:57 +00:00
ipa-pure-const.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
ipa-ref.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-ref.h IPA REF alias refactoring 2014-07-01 06:45:26 +00:00
ipa-reference.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-reference.h
ipa-split.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
ipa-utils.c IPA C++ refactoring 3/N 2014-08-04 11:56:50 +00:00
ipa-utils.h ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. 2014-08-16 09:10:23 +00:00
ipa-visibility.c ipa-visibility.c (update_visibility_by_resolution_info): Do no turn UNDEF comdats as extern. 2014-08-18 19:21:58 +00:00
ipa.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
ira-build.c ira-build.c (sort_conflict_id_map): Don't call qsort if num is 0, as ira_object_id_map might be NULL, or 1. 2014-06-30 09:33:41 +02:00
ira-color.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
ira-conflicts.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
ira-costs.c ira-costs.c (find_costs_and_classes): For -O0... 2014-07-26 09:48:24 +00:00
ira-emit.c
ira-int.h -fuse-caller-save - Use collected register usage information 2014-05-28 09:43:21 +00:00
ira-lives.c df.h (DF_INSN_INFO_MWS, [...]): New macros. 2014-06-15 07:32:28 +00:00
ira.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
ira.h
is-a.h Introduce safe_as_a 2014-08-18 19:50:38 +00:00
jump.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
langhooks-def.h langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define. 2014-06-25 11:16:12 +02:00
langhooks.c lto-streamer.h (lto_write_data): New function. 2014-07-30 12:14:58 +00:00
langhooks.h langhooks-def.h (LANG_HOOKS_OMP_CLAUSE_LINEAR_CTOR): Define. 2014-06-25 11:16:12 +02:00
lcm.c Support mode toggle. 2014-07-02 15:03:14 +02:00
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh
loop-doloop.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
loop-init.c remove has_execute 2014-07-09 03:06:49 +00:00
loop-invariant.c loop-invariant.c (struct invariant): Add a new member: eqno; 2014-07-03 05:24:12 +00:00
loop-iv.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
loop-unroll.c loop-unroll.c (struct iv_to_split): Remove n_loc and loc fields. 2014-08-05 10:09:00 +02:00
lower-subreg.c remove has_execute 2014-07-09 03:06:49 +00:00
lower-subreg.h
lra-assigns.c re PR rtl-optimization/61522 (ICE while building libgcc in LRA) 2014-06-16 15:55:03 +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 lra-constraints.c (remove_inheritance_pseudos): Process destination pseudo too. 2014-07-11 17:19:53 +00:00
lra-eliminations.c re PR rtl-optimization/61215 (ICE in gen_add2_insn, at optabs.c:4718 when building wine-1.7.19) 2014-05-23 01:52:01 +00:00
lra-int.h lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. 2014-06-04 17:34:49 +00:00
lra-lives.c re PR middle-end/61430 (ICE in lra_create_copy) 2014-06-16 09:58:34 +00:00
lra-spills.c
lra.c lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. 2014-06-04 17:34:49 +00:00
lra.h lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. 2014-06-04 17:34:49 +00:00
lto-cgraph.c lto-streamer.h (struct lto_input_block): Make it a class with a constructor. 2014-08-08 12:55:31 +00:00
lto-compress.c
lto-compress.h
lto-opts.c lto-streamer.h (lto_write_data): New function. 2014-07-30 12:14:58 +00:00
lto-section-in.c lto-streamer.h (struct lto_input_block): Make it a class with a constructor. 2014-08-08 12:55:31 +00:00
lto-section-names.h Create a new header lto-section-names.h 2014-05-22 16:21:18 +00:00
lto-section-out.c lto-streamer.h (struct lto_input_block): Make it a class with a constructor. 2014-08-08 12:55:31 +00:00
lto-streamer-in.c data-streamer.h (streamer_string_index, [...]): Remove. 2014-08-15 07:51:35 +00:00
lto-streamer-out.c lto-streamer-out.c (DFS::DFS_write_tree_body): Stream DECL_EXTERNALs in BLOCKs as non-references. 2014-08-19 07:57:44 +00:00
lto-streamer.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
lto-streamer.h lto-streamer.h (struct output_block::symbol): Change from struct symtab_node to plain symtab_node. 2014-08-11 02:10:00 +00:00
lto-wrapper.c Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
machmode.def
machmode.h machmode.h (bitwise_mode_for_mode): Declare. 2014-04-22 12:46:07 +00:00
main.c
mcf.c system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
mkconfig.sh Merge in wide-int. 2014-05-06 16:25:05 +00:00
mode-classes.def
mode-switching.c remove has_execute 2014-07-09 03:06:49 +00:00
modulo-sched.c remove has_execute 2014-07-09 03:06:49 +00:00
omega.c
omega.h
omp-builtins.def
omp-low.c remove pointer-set.[ch] 2014-08-07 20:52:50 +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
opt-include.awk
opt-read.awk
optabs.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
optabs.def tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
optabs.h gengtype-state.c (fatal_reading_state): Bring offline. 2014-05-24 17:12:28 +00:00
optc-gen.awk re PR driver/61106 ([4.8/4.9] impliedness of -Wunused-parameter depends on -W option ordering) 2014-05-08 22:17:43 +00:00
optc-save-gen.awk
opth-gen.awk
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02: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
params.def Move inlining of Asan memory checks to sanopt pass. 2014-08-11 06:12:12 +00:00
params.h New asan-instrumentation-with-call-threshold parameter. 2014-06-16 08:43:47 +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 IPA ICF pass 1/N 2014-08-01 08:20:57 +00:00
passes.def re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208 with -fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink) 2014-08-14 13:14:24 +00:00
plugin.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
plugin.def plugin.def: Improve comment for PLUGIN_INCLUDE_FILE. 2014-03-18 19:16:52 +00:00
plugin.h
postreload-gcse.c remove has_execute 2014-07-09 03:06:49 +00:00
postreload.c remove has_execute 2014-07-09 03:06:49 +00:00
predict.c Remove a redundant assignment "*predictor = PRED_BUILTIN_EXPECT;", since six 2014-08-08 12:06:51 -05: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
prefix.c
prefix.h
pretty-print.c
pretty-print.h system.h: Define __STDC_FORMAT_MACROS before including inttypes.h. 2014-05-26 10:42:43 +00:00
print-rtl.c rtl.h (insn_location): Declare. 2014-06-06 07:32:25 +00:00
print-rtl.h
print-tree.c tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_DECL and NAMELIST_DECL... 2014-07-15 10:17:32 +00:00
print-tree.h
profile.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
profile.h
read-md.c
read-md.h
read-rtl.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
real.c Summary: Generate canonical infinity for the Motorola extended real format 2014-07-17 08:40:15 +00:00
real.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
realmpfr.c
realmpfr.h expr.h: Remove prototypes of functions defined in builtins.c. 2014-06-02 20:13:44 +00:00
recog.c re PR tree-optimization/62079 (ICE: in calc_dfs_tree, at dominance.c:401 with -fnon-call-exceptions) 2014-08-14 08:56:49 +00:00
recog.h recog.h (operand_alternative): Remove offmem_ok, nonffmem_ok, decmem_ok and incmem_ok. 2014-06-11 16:58:43 +00:00
ree.c remove has_execute 2014-07-09 03:06:49 +00:00
reg-notes.def reg-notes.def (CROSSING_JUMP): Likewise. 2014-05-19 06:49:58 +00:00
reg-stack.c Split BB_HEAD et al into BB_HEAD/SET_BB_HEAD variants 2014-08-18 20:48:17 +00:00
regcprop.c remove has_execute 2014-07-09 03:06:49 +00:00
regcprop.h regcprop.h: New file. 2014-05-15 06:54:48 +00:00
reginfo.c re PR rtl-optimization/61629 (FAIL: gcc.dg/20020312-2.c (internal compiler error)) 2014-07-24 15:17:54 +00:00
regrename.c remove has_execute 2014-07-09 03:06:49 +00:00
regrename.h
regs.h -fuse-caller-save - Collect register usage information 2014-05-28 09:43:11 +00:00
regset.h
regstat.c df.h (FOR_EACH_INSN_INFO_MW): New macro. 2014-06-15 07:32:54 +00:00
reload.c common.md: New file. 2014-06-11 16:59:17 +00:00
reload.h
reload1.c common.md: New file. 2014-06-11 16:59:17 +00:00
reorg.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
resource.c -fuse-caller-save - Use collected register usage information 2014-05-28 09:43:21 +00:00
resource.h
rtl-error.c
rtl-error.h
rtl.c RTL & dwarf2out changes 2014-08-01 02:51:57 +00:00
rtl.def rtl.def (SYMBOL_REF): Remove middle "0" field. 2014-05-13 10:39:16 +00:00
rtl.h Replace PREV_INSN et al macros with functions 2014-08-19 14:47:55 +00:00
rtlanal.c New function: for_each_rtx_in_insn 2014-08-18 20:25:45 +00:00
rtlhash.c RTL & dwarf2out changes 2014-08-01 02:51:57 +00:00
rtlhash.h RTL & dwarf2out changes 2014-08-01 02:51:57 +00:00
rtlhooks-def.h
rtlhooks.c
sanitizer.def asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS. 2014-06-20 21:20:51 +00:00
sbitmap.c
sbitmap.h
sched-deps.c DEP_PRO/DEP_CON scaffolding 2014-08-19 15:31:23 +00:00
sched-ebb.c
sched-int.h DEP_PRO/DEP_CON scaffolding 2014-08-19 15:31:23 +00:00
sched-rgn.c remove has_execute 2014-07-09 03:06:49 +00:00
sched-vis.c re PR rtl-optimization/61461 (-fdump-rtl-all-slim causes ICE with fold-const.c) 2014-07-18 18:11:53 +00:00
sdbout.c symtab.c (section_hash): New hash. 2014-06-12 04:03:49 +00:00
sdbout.h
sel-sched-dump.c
sel-sched-dump.h
sel-sched-ir.c VINSN_INSN_RTX scaffolding 2014-08-19 15:42:24 +00:00
sel-sched-ir.h VINSN_INSN_RTX scaffolding 2014-08-19 15:42:24 +00:00
sel-sched.c Split NEXT_INSN/PREV_INSN into lvalue and rvalue forms 2014-08-19 00:54:22 +00:00
sel-sched.h
sese.c convert some hash_table to hash_map 2014-07-09 03:06:09 +00:00
sese.h convert some hash_table to hash_map 2014-07-09 03:06:09 +00:00
shrink-wrap.c df.h (DF_INSN_INFO_MWS, [...]): New macros. 2014-06-15 07:32:28 +00:00
shrink-wrap.h shrink-wrap.h: Update comment. 2014-05-15 06:30:58 +00:00
signop.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
simplify-rtx.c calls.c (precompute_arguments): Use new SUBREG_PROMOTED_SET instead of SUBREG_PROMOTED_UNSIGNED_SET. 2014-08-08 05:24:12 +00:00
sparseset.c
sparseset.h sparseset.h (sparseset_pop): Fix the wrong index. 2014-02-24 18:35:54 +00:00
sreal.c
sreal.h
ssa-iterators.h
stab.def
stack-ptr-mod.c remove has_execute 2014-07-09 03:06:49 +00:00
statistics.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
statistics.h
stmt.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
stmt.h
stor-layout.c opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02:00
stor-layout.h opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02:00
store-motion.c remove has_execute 2014-07-09 03:06:49 +00:00
streamer-hooks.c
streamer-hooks.h
stringpool.c use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
stringpool.h
symtab.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
sync-builtins.def
system.h system.h (CONST_DOUBLE_OK_FOR_CONSTRAINT_P): Poison. 2014-06-11 16:59:01 +00:00
target-def.h
target-globals.c lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. 2014-06-04 17:34:49 +00:00
target-globals.h lra-int.h (lra_static_insn_data): Make operand_alternative a const pointer. 2014-06-04 17:34:49 +00:00
target-hooks-macros.h Fix DEFHOOKPOD argument order in target-hooks-macros.h comment 2014-04-23 21:29:08 +00:00
target.def Support mode toggle. 2014-07-02 15:03:14 +02:00
target.h target.def (mode_switching): New hook vector. 2014-05-13 10:50:51 +02:00
targhooks.c common.md: New file. 2014-06-11 16:59:17 +00:00
targhooks.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
timevar.c
timevar.def lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevar 2014-07-12 09:35:00 +00:00
timevar.h
tlink.c Part 2 of the collect-utils library, now also used for collect2. 2014-06-26 09:16:28 +00:00
toplev.c configure.ac: Eliminate ClooG installation dependency. 2014-08-18 15:42:11 +00:00
toplev.h toplev.c (backend_init_target): Move init_emit_regs and init_regs to... 2014-06-26 02:28:37 +00:00
tracer.c remove has_execute 2014-07-09 03:06:49 +00:00
trans-mem.c ipa-devirt.c: Include gimple-pretty-print.h 2014-08-07 20:58:17 +00:00
trans-mem.h
tree-affine.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-affine.h convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
tree-browser.c allow storing values directly in hash tables 2014-06-24 13:21:53 +00:00
tree-browser.def
tree-call-cdce.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-cfg.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-cfg.h passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa under the TODO_verify_il umbrella. 2014-04-30 08:06:49 +00:00
tree-cfgcleanup.c convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-cfgcleanup.h
tree-chrec.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-chrec.h
tree-complex.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-core.h Added fnspec to internal functions. 2014-08-11 06:06:29 +00:00
tree-data-ref.c re PR tree-optimization/62031 (Different results between O2 and O2 -fpredictive-commoning) 2014-08-15 07:50:40 +00:00
tree-data-ref.h re PR tree-optimization/62031 (Different results between O2 and O2 -fpredictive-commoning) 2014-08-15 07:50:40 +00:00
tree-dfa.c tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here. 2014-06-17 23:20:30 +00:00
tree-dfa.h tree-dfa.h (get_addr_base_and_unit_offset_1): Move from here. 2014-06-17 23:20:30 +00:00
tree-diagnostic.c
tree-diagnostic.h
tree-dump.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-dump.h
tree-eh.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-eh.h convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-emutls.c IPA C++ refactoring 3/N 2014-08-04 11:56:50 +00:00
tree-hasher.h allow storing values directly in hash tables 2014-06-24 13:21:53 +00:00
tree-if-conv.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-inline.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-inline.h convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-into-ssa.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-into-ssa.h
tree-iterator.c use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
tree-iterator.h
tree-loop-distribution.c configure.ac: Also check for popen. 2014-07-30 18:29:41 +00:00
tree-nested.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-nested.h
tree-nrv.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-object-size.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-object-size.h
tree-outof-ssa.c re PR middle-end/61919 (FAIL: gfortran.dg/fmt_g0_6.f08 -O2 execution test) 2014-07-28 08:41:34 +00:00
tree-outof-ssa.h
tree-parloops.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-parloops.h
tree-pass.h re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208 with -fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink) 2014-08-14 13:14:24 +00:00
tree-phinodes.c rm a bunch of _stat allocation functions 2014-05-17 23:06:33 +00:00
tree-phinodes.h
tree-predcom.c convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
tree-pretty-print.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
tree-pretty-print.h
tree-profile.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
tree-scalar-evolution.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-scalar-evolution.h
tree-sra.c convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-ssa-address.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-ssa-address.h
tree-ssa-alias.c re PR tree-optimization/62091 (ice in before_dom_children) 2014-08-14 23:36:22 +00:00
tree-ssa-alias.h tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter. 2014-07-08 09:12:56 +00:00
tree-ssa-ccp.c gimple-fold.h (gimple_fold_builtin): Remove. 2014-08-04 13:08:34 +00:00
tree-ssa-coalesce.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
tree-ssa-coalesce.h
tree-ssa-copy.c re PR c/61779 (gcc -Og fails with impossible constraint on legal C code) 2014-07-14 13:52:38 +00:00
tree-ssa-copyrename.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-dce.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-dom.c Convert tree-ssa-dom to inchash 2014-08-01 02:52:30 +00:00
tree-ssa-dom.h tree-ssa-dom.h (loop_depth_of_name): Remove. 2014-07-08 09:22:54 +00:00
tree-ssa-dse.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-forwprop.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-ifcombine.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-live.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
tree-ssa-live.h
tree-ssa-loop-ch.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-loop-im.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-ssa-loop-ivcanon.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-loop-ivopts.c tree-ssa-loop-ivopts.c (ivopts_data): New field name_expansion_cache. 2014-08-15 02:42:33 +00:00
tree-ssa-loop-ivopts.h
tree-ssa-loop-manip.c re PR tree-optimization/62070 (ICE: verify_ssa failed) 2014-08-11 10:55:10 +00:00
tree-ssa-loop-manip.h
tree-ssa-loop-niter.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-ssa-loop-niter.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-ssa-loop-prefetch.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-loop-unswitch.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-loop.c re PR tree-optimization/62081 (ICE: in fix_loop_structure, at loop-init.c:208 with -fno-tree-ch -fno-tree-cselim -fno-tree-dominator-opts -fno-tree-reassoc -fno-tree-sink) 2014-08-14 13:14:24 +00:00
tree-ssa-loop.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-ssa-math-opts.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-operands.c tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
tree-ssa-operands.h use templates instead of gengtype for typed allocation functions 2014-05-17 23:07:23 +00:00
tree-ssa-phiopt.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-ssa-phiprop.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-pre.c ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors. 2014-08-16 09:10:23 +00:00
tree-ssa-propagate.c [multiple changes] 2014-06-24 06:33:58 +00:00
tree-ssa-propagate.h
tree-ssa-reassoc.c convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-ssa-sccvn.c Convert tree-ssa-sccvn to inchash 2014-08-01 02:52:41 +00:00
tree-ssa-sccvn.h Convert tree-ssa-sccvn to inchash 2014-08-01 02:52:41 +00:00
tree-ssa-sink.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-strlen.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-structalias.c tree-ssa-structalias.c (readonly_id): Rename to string_id. 2014-08-15 12:54:28 +00:00
tree-ssa-tail-merge.c Convert tree-ssa-tail-merge to inchash 2014-08-01 02:52:52 +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
tree-ssa-threadedge.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
tree-ssa-threadedge.h
tree-ssa-threadupdate.c re PR tree-optimization/61607 (DOM missed jump threading and destroyed loops) 2014-06-26 07:44:10 +00:00
tree-ssa-threadupdate.h
tree-ssa-uncprop.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssa-uninit.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-ssa.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
tree-ssa.h convert many uses of pointer_map to hash_map 2014-08-02 11:34:54 +00:00
tree-ssanames.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-ssanames.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-stdarg.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-stdarg.h
tree-streamer-in.c revert: tree-streamer-out.c (pack_ts_type_common_value_fields): Stream if type is complete. 2014-06-30 22:18:25 +00:00
tree-streamer-out.c lto-streamer-out.c (DFS::DFS_write_tree_body): Stream DECL_EXTERNALs in BLOCKs as non-references. 2014-08-19 07:57:44 +00:00
tree-streamer.c add hash_map class 2014-06-24 13:22:11 +00:00
tree-streamer.h add hash_map class 2014-06-24 13:22:11 +00:00
tree-switch-conversion.c IPA C++ refactoring 2/N 2014-07-24 12:25:27 +00:00
tree-tailcall.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-vect-data-refs.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
tree-vect-generic.c remove has_execute 2014-07-09 03:06:49 +00:00
tree-vect-loop-manip.c Merge in wide-int. 2014-05-06 16:25:05 +00:00
tree-vect-loop.c re PR c/62073 (Segmentation fault with tree vectorize) 2014-08-11 11:24:35 +00:00
tree-vect-patterns.c tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
tree-vect-slp.c re PR tree-optimization/62075 (Vectorizer ICE on dolphin) 2014-08-11 14:48:24 +00:00
tree-vect-stmts.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
tree-vectorizer.c IPA C++ refactoring 1/N 2014-07-24 12:07:13 +00:00
tree-vectorizer.h tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
tree-vrp.c remove has_execute 2014-07-09 03:06:49 +00:00
tree.c re PR bootstrap/62077 (--with-build-config=bootstrap-lto fails) 2014-08-15 13:27:58 -04:00
tree.def tree-vect-patterns.c (vect_recog_sad_pattern): New function for SAD pattern recognition. 2014-06-24 22:58:43 -04:00
tree.h add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
treestruct.def
tsan.c remove has_execute 2014-07-09 03:06:49 +00:00
tsan.h
tsystem.h
typeclass.h
ubsan.c opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02:00
ubsan.h opts.c (common_handle_option): Handle -fsanitize=alignment. 2014-08-01 09:52:43 +02:00
valtrack.c Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
valtrack.h Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
value-prof.c convert the rest of the users of pointer_map to hash_map 2014-08-07 10:44:14 +00:00
value-prof.h
var-tracking.c remove pointer-set.[ch] 2014-08-07 20:52:50 +00:00
varasm.c add a hash_set based on hash_table 2014-08-02 11:23:49 +00:00
varasm.h varasm.c (set_implicit_section): New function. 2014-06-11 05:51:23 +00:00
varpool.c remove pointer-set.[ch] 2014-08-07 20:52:50 +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 rm a bunch of _stat allocation functions 2014-05-17 23:06:33 +00:00
version.c
version.h
vmsdbg.h configure.ac: Remove long long and __int64 type checks... 2014-05-26 08:19:02 +00:00
vmsdbgout.c
vtable-verify.c remove has_execute 2014-07-09 03:06:49 +00:00
vtable-verify.h Remove a layer of indirection from hash_table 2014-06-24 13:21:35 +00:00
web.c remove has_execute 2014-07-09 03:06:49 +00:00
wide-int-print.cc gcov-io.c (gcov_read_words): Don't call memmove if excess is 0. 2014-07-03 16:39:05 +02:00
wide-int-print.h Merge in wide-int. 2014-05-06 16:25:05 +00:00
wide-int.cc re PR tree-optimization/61682 (wrong code at -O3 on x86_64-linux-gnu) 2014-07-04 00:11:21 +02:00
wide-int.h * wide-int.h (generic_wide_int): Declare as class instead of struct. 2014-08-16 19:27:54 +00:00
xcoff.h
xcoffout.c
xcoffout.h

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.