gcc/gcc
Cameron McInally 893e85fa0d extend.texi: Fix errors in x86 FMA builtin naming.
* doc/extend.texi: Fix errors in x86 FMA builtin naming.
	The FMA instruction names should have a 'v' prefix.

From-SVN: r202517
2013-09-12 11:23:08 +02:00
..
ada [multiple changes] 2013-09-10 17:30:44 +02:00
c c-common.c (same_scalar_type_ignoring_signedness): Delete. 2013-09-08 07:16:24 +01:00
c-family re PR c++/43452 (Array delete causes error on incomplete type) 2013-09-09 14:31:16 +00:00
common i386-common.c (OPTION_MASK_ISA_AVX512F_SET): New. 2013-08-22 06:06:03 +00:00
config rs6000.c (toc_relative_expr_p): Use add_cint_operand. 2013-09-12 12:17:05 +09:30
cp cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCATION and restore it at the end. 2013-09-10 13:04:36 +00:00
doc extend.texi: Fix errors in x86 FMA builtin naming. 2013-09-12 11:23:08 +02:00
fortran invoke.texi (Error and Warning Options): Add hyphen. 2013-09-09 23:55:22 +02:00
ginclude
go compiler: expand arguments with multiple results for built-in functions. 2013-09-04 04:32:07 +00:00
java class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead of mark_decl_referenced. 2013-06-05 14:15:31 +00:00
lto lto-streamer.h (lto_global_var_decls): Remove. 2013-09-06 09:06:25 +00:00
objc Fix some typos. 2013-07-21 15:33:00 +00:00
objcp Makefile.in (LLINKER): New variable. 2013-05-16 11:09:31 -04:00
po * fi.po: Update. 2013-07-11 22:47:04 +01:00
testsuite tree-loop-distribution.c (dot_rdg_1): Make graph prettier. 2013-09-12 08:49:01 +00:00
ABOUT-GCC-NLS
acinclude.m4
aclocal.m4 Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
addresses.h
alias.c alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. 2013-09-09 13:06:43 +00:00
alias.h
alloc-pool.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
alloc-pool.h
asan.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
asan.h
attribs.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
auto-inc-dec.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
BASE-VER * BASE-VER: Set to 4.9.0. 2013-03-16 08:09:59 +01:00
basic-block.h basic-block.h (class control_dependences): New. 2013-09-06 07:24:11 +00:00
bb-reorder.c This patch sanitizes the partitioning to address issues such as edge weight insanities that sometimes occur due to upstream optimizations... 2013-08-31 01:43:33 +00:00
bb-reorder.h re PR c++/53743 (ICE when compiling firefox with PGO and LTO) 2013-06-06 16:30:07 +00:00
bitmap.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
bitmap.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
bt-load.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
builtin-attrs.def Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
builtin-types.def Implemented Cilk Plus Array Notation for C Compiler. 2013-05-28 12:55:10 -07:00
builtins.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
builtins.def Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
builtins.h
caller-save.c alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. 2013-09-09 13:06:43 +00:00
calls.c calls.c (special_function_p): setjmp-like functions are leaf. 2013-05-07 13:02:36 +00:00
cfg-flags.def
cfg.c This patch sanitizes the partitioning to address issues such as edge weight insanities that sometimes occur due to upstream optimizations... 2013-08-31 01:43:33 +00:00
cfganal.c cfganal.c (control_dependences::~control_dependences): Properly free all of the vector. 2013-09-06 10:38:08 +00:00
cfgbuild.c First phase of unifying the computation of profile scale factors/probabilities and the actual scaling to use rounding divides... 2013-04-08 17:39:10 +00:00
cfgcleanup.c re PR rtl-optimization/58365 (likely wrong code bug) 2013-09-10 13:47:19 +02:00
cfgexpand.c Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
cfghooks.c cfghooks.c (copy_bbs): Add update_dominance argument. 2013-05-16 17:09:40 +00:00
cfghooks.h cfghooks.c (copy_bbs): Add update_dominance argument. 2013-05-16 17:09:40 +00:00
cfgloop.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
cfgloop.h Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
cfgloopanal.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
cfgloopmanip.c re PR tree-optimization/58326 (ICE in check_loop_closed_ssa_use, at tree-ssa-loop-manip.c:551) 2013-09-09 13:18:38 +00:00
cfgrtl.c This patch sanitizes the partitioning to address issues such as edge weight insanities that sometimes occur due to upstream optimizations... 2013-08-31 01:43:33 +00:00
cgraph.c ipa-prop.c (remove_described_reference): Accept missing references, return false if that hppens, otherwise return true. 2013-09-05 14:41:16 +02:00
cgraph.h cgraph.h (varpool_node_hook, [...]): Declare. 2013-09-08 16:18:04 +00:00
cgraphbuild.c cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs. 2013-08-09 15:23:19 +00:00
cgraphclones.c cgraphclones.c (cgraph_create_virtual_clone): Compute the DECL_NAME of the clone from the DECL_NAME of the original function. 2013-08-29 19:52:33 +00:00
cgraphunit.c cgraphunit.c (analyze_functions): Save input_location, set it to UNKNOWN_LOCATION and restore it at the end. 2013-09-10 13:04:36 +00:00
ChangeLog extend.texi: Fix errors in x86 FMA builtin naming. 2013-09-12 11:23:08 +02: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 Fix non-ASCII characters in names. 2013-04-09 09:29:32 +02:00
ChangeLog.dataflow
ChangeLog.graphite
ChangeLog.lib
ChangeLog.ptr
ChangeLog.tree-ssa
ChangeLog.tuples
cif-code.def cif-code.def (OVERWRITABLE): Correct the comment for overwritable function. 2013-04-10 09:22:04 +00:00
cilkplus.def Implemented Cilk Plus Array Notation for C Compiler. 2013-05-28 12:55:10 -07:00
collect2-aix.c
collect2-aix.h
collect2.c re PR driver/57652 (collect2 does not clean up temporary files) 2013-06-19 19:51:05 -04:00
collect2.h re PR driver/57652 (collect2 does not clean up temporary files) 2013-06-19 19:51:05 -04:00
combine-stack-adj.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
combine.c gcc/ 2013-09-09 13:07:02 +00:00
common.opt Correct previous commit to the final version of patch. 2013-09-01 15:27:14 +00:00
compare-elim.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
conditions.h
config.build config.build: Add support for cygwin x64 target. 2013-03-27 22:54:50 +01:00
config.gcc * config.gcc (*-*-vxworks*): Do not override an existing extra_objs. 2013-09-05 13:54:35 +00:00
config.host config.build: Add support for cygwin x64 target. 2013-03-27 22:54:50 +01:00
config.in configure.ac: Add GAS check for LEON instructions on SPARC. 2013-08-09 09:13:32 +00:00
configure Initial version of gdb hooks 2013-08-28 03:01:20 +00:00
configure.ac Initial version of gdb hooks 2013-08-28 03:01:20 +00:00
context.c Revert my last two changes, r201865 and r201864 2013-08-20 15:51:18 +00:00
context.h Revert my last two changes, r201865 and r201864 2013-08-20 15:51:18 +00:00
convert.c target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. 2013-08-19 12:21:26 +00:00
convert.h
COPYING
COPYING3
COPYING3.LIB
COPYING.LIB
coretypes.h pretty-print.h (output_buffer::output_buffer): Declare. 2013-08-22 10:14:46 +00:00
coverage.c dumpfile.c (dump_loc): Output column number. 2013-08-29 13:51:04 +00:00
coverage.h cgraph.h (cgraph_node): Add profile_id. 2013-08-09 18:23:23 +00:00
cppbuiltin.c Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
cppbuiltin.h
cppdefault.c
cppdefault.h
cprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
cse.c re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
cselib.c re PR rtl-optimization/57425 (RTL alias analysis unprepared to handle stack slot sharing) 2013-06-20 13:43:29 +01:00
cselib.h
cstamp-h.in
data-streamer-in.c data-streamer-in.c (streamer_read_uhwi): Optimize single byte case... 2013-06-20 11:33:43 +00:00
data-streamer-out.c data-streamer.h (streamer_write_char_stream): CSE obs->current_pointer. 2013-06-12 11:09:50 +00:00
data-streamer.c
data-streamer.h data-streamer.h (streamer_write_char_stream): CSE obs->current_pointer. 2013-06-12 11:09:50 +00:00
DATESTAMP Daily bump. 2013-09-12 00:17:06 +00:00
dbgcnt.c
dbgcnt.def Delay base decl's alignment adjustment until transformation happens 2013-09-03 18:19:04 +00:00
dbgcnt.h
dbxout.c cgraph.h (symtab_node_base): Add definition, alias and analyzed flags... 2013-05-29 20:42:50 +00:00
dbxout.h
dce.c Revert: 2013-08-21 12:35:01 -06:00
dce.h
ddg.c Fix typos. 2013-07-21 18:31:07 +00:00
ddg.h
debug.c
debug.h
defaults.h target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. 2013-08-19 12:21:26 +00:00
DEV-PHASE
df-core.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
df-problems.c df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, non-global register. 2013-07-22 09:20:11 -06:00
df-scan.c lower-subreg.c (resolve_simple_move): If called self-recursive... 2013-04-17 23:05:59 +00:00
df.h df.h (df_insn_delete): Adjust prototype. 2013-03-22 16:37:00 +00:00
dfp.c
dfp.h
diagnostic-color.c Makefile.in (toplev.o): Depend on diagnostic-color.h. 2013-04-26 08:55:56 +02:00
diagnostic-color.h opts.c: Include diagnostic-color.h. 2013-04-12 08:20:36 +02:00
diagnostic-core.h opts.c: Include diagnostic-color.h. 2013-04-12 08:19:58 +02:00
diagnostic.c re PR c++/54941 (do not print line/column numbers for <built-in>:0:0) 2013-09-08 14:30:27 +00:00
diagnostic.def opts.c: Include diagnostic-color.h. 2013-04-12 08:19:58 +02:00
diagnostic.h pretty-print.h (pp_base): Remove. 2013-08-05 04:00:57 +00:00
dojump.c
dominance.c pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
domwalk.c re PR c/56113 (out of memory when compiling a function with many goto labels (50k > )) 2013-03-18 08:46:44 +00:00
domwalk.h
double-int.c re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
double-int.h Fix typos. 2013-07-21 18:31:07 +00:00
dse.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
dumpfile.c dumpfile.c (dump_finish): Don't close stderr/stdout. 2013-09-04 14:31:20 +00:00
dumpfile.h dumpfile.c (dump_loc): Output column number. 2013-08-29 13:51:04 +00:00
dwarf2asm.c dwarf2asm.c (dw2_output_indirect_constant_1): Mark new decl STATIC. 2013-05-13 23:04:10 +00:00
dwarf2asm.h
dwarf2cfi.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
dwarf2out.c alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. 2013-09-09 13:06:43 +00:00
dwarf2out.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
emit-rtl.c re PR c++/53743 (ICE when compiling firefox with PGO and LTO) 2013-06-06 16:30:07 +00:00
emit-rtl.h
errors.c
errors.h
et-forest.c
et-forest.h
except.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
except.h
exec-tool.in
explow.c gcc/ 2013-09-09 13:07:02 +00:00
expmed.c expmed.c (lshift_value): Take an unsigned HOST_WIDE_INT instead of an rtx/bitpos pair. 2013-09-09 13:07:18 +00:00
expmed.h
expr.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
expr.h
file-find.c re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin) 2013-06-19 21:01:06 +00:00
file-find.h re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin) 2013-06-19 21:01:06 +00:00
final.c re PR rtl-optimization/58220 (Many new failures for SH after rev. 201833) 2013-08-23 14:31:06 +00:00
fixed-value.c double-int.h (lshift): New overload without precision and arith argument. 2013-05-03 11:09:59 +00:00
fixed-value.h
flag-types.h Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
flags.h
fold-const.c re PR middle-end/58385 (likely wrong code bug) 2013-09-11 13:35:51 +02:00
fp-test.c
FSFChangeLog
FSFChangeLog.10
FSFChangeLog.11
function.c gcc/ 2013-09-09 13:07:02 +00:00
function.h Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
fwprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
gcc-ar.c re PR driver/57651 (gcc-ar and gcc-nm don't find the lto plugin) 2013-06-19 21:01:06 +00:00
gcc-plugin.h
gcc.c Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
gcc.h
gcov-dump.c This patch enables the gcov-dump tool to optionally compute and dump the working set information from the counter histogram... 2013-04-03 20:51:28 +00:00
gcov-io.c This patch enables the gcov-dump tool to optionally compute and dump the working set information from the counter histogram... 2013-04-03 20:51:28 +00:00
gcov-io.h cgraph.h (cgraph_node): Add profile_id. 2013-08-09 18:23:23 +00:00
gcov-iov.c
gcov.c gcov.c (print_usage): Handle new option. 2013-06-20 05:20:09 +00:00
gcse.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
gcse.h
gdbhooks.py Initial version of gdb hooks 2013-08-28 03:01:20 +00:00
gdbinit.in * gdbinit.in (__FUNCTION__): Add. 2013-06-05 16:36:00 +00:00
gen-pass-instances.awk gen-pass-instances.awk: Fix offset of substr(). 2013-07-31 09:34:04 +00:00
genattr-common.c
genattr.c Fix typos. 2013-07-21 18:31:07 +00:00
genattrtab.c
genautomata.c Add error message for mismatched parentheses in reservation string 2013-06-11 22:23:18 +00:00
gencheck.c
genchecksum.c
gencodes.c
genconditions.c
genconfig.c
genconstants.c
genemit.c
genenums.c
genextract.c
genflags.c
gengenrtl.c
gengtype-lex.l
gengtype-parse.c
gengtype-state.c Fix typos. 2013-07-21 18:31:07 +00:00
gengtype.c Revert my last two changes, r201865 and r201864 2013-08-20 15:51:18 +00:00
gengtype.h
genhooks.c
genmddeps.c
genmddump.c
genmodes.c genmodes.c (emit_max_int): New function. 2013-03-28 14:46:31 +00:00
genmultilib t-aarch64-linux (MULTARCH_DIRNAME): Remove. 2013-03-14 09:52:13 +01:00
genopinit.c
genoutput.c re PR other/12081 (Gcc can't be compiled with -mregparm=3) 2013-08-05 22:09:45 +00:00
genpeep.c
genpreds.c
genrecog.c
gensupport.c reload.c (find_reloads): Exit loop once we find this operand cannot be reloaded somehow for this alternative. 2013-07-23 09:56:37 -06:00
gensupport.h
ggc-common.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
ggc-internal.h
ggc-none.c
ggc-page.c ggc-page.c (ggc_pch_write_object): Remove erroneous ATTRIBUTE_UNUSED marking. 2013-06-17 17:25:46 +00:00
ggc.h Revert my last two changes, r201865 and r201864 2013-08-20 15:51:18 +00:00
gimple-fold.c gimple-fold.c (gimple_get_virt_method_for_binfo): Pass real VAR_DECL of vtable rather than full expression. 2013-09-10 13:46:31 +00:00
gimple-fold.h
gimple-iterator.c
gimple-low.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
gimple-pretty-print.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
gimple-pretty-print.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
gimple-ssa-strength-reduction.c re PR middle-end/58041 (Unaligned access to arrays in packed structure) 2013-08-06 11:22:16 +02:00
gimple-streamer-in.c gimple-streamer-in.c (input_gimple_stmt): Silence parameter unused warning. 2013-08-31 14:20:47 +00:00
gimple-streamer-out.c data-streamer-in.c (streamer_read_gcov_count): New function. 2013-03-28 15:29:40 +00:00
gimple-streamer.h
gimple.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
gimple.def Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
gimple.h Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
gimplify.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
glimits.h
godump.c
graph.c pretty-print.h (output_buffer::output_buffer): Declare. 2013-08-22 10:14:46 +00:00
graph.h
graphds.c graphds.h (struct graph): Add obstack member. 2013-05-02 13:59:38 +00:00
graphds.h graphds.h (struct graph): Add obstack member. 2013-05-02 13:59:38 +00:00
graphite-blocking.c
graphite-clast-to-gimple.c graphite: Do not depend on 2D + 1 form in parallelism check 2013-07-14 06:45:08 +00:00
graphite-clast-to-gimple.h This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
graphite-dependences.c graphite: Do not depend on 2D + 1 form in parallelism check 2013-07-14 06:45:08 +00:00
graphite-htab.h This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
graphite-interchange.c
graphite-optimize-isl.c Fix typos. 2013-07-21 18:31:07 +00:00
graphite-poly.c
graphite-poly.h This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
graphite-scop-detection.c
graphite-scop-detection.h
graphite-sese-to-poly.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
graphite-sese-to-poly.h
graphite.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
gsstruct.def
gstab.h
gsyms.h
gsyslimits.h
gtm-builtins.def gtm-builtins.def (_ITM_free): Declare leaf. 2013-08-28 19:42:19 +02:00
haifa-sched.c re PR debug/56950 (compare-debug failure for gcc.dg/pr41345.c with fschedule-insns) 2013-05-24 20:59:59 +00:00
hard-reg-set.h
hash-table.c
hash-table.h This patch extracts approved portions of the hash_table patches to the... 2013-04-23 22:00:12 +00:00
highlev-plugin-common.h
hooks.c [Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook. 2013-04-22 14:50:32 +00:00
hooks.h [Mid-end] Add TARGET_GIMPLE_FOLD_BUILTIN target hook. 2013-04-22 14:50:32 +00:00
host-default.c
hosthooks-def.h
hosthooks.h
hw-doloop.c avr.c, [...]: Where applicable... 2013-03-23 12:11:10 +00:00
hw-doloop.h
hwint.c hwint.c (sext_hwi, zext_hwi): New functions. 2013-04-03 20:24:07 +00:00
hwint.h re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
ifcvt.c asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_* call. 2013-09-09 13:06:53 +00:00
incpath.c
incpath.h
init-regs.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
input.c
input.h
insn-addr.h
insn-notes.def
internal-fn.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
internal-fn.def Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
internal-fn.h
intl.c
intl.h re PR bootstrap/54659 (Bootstrap with --disable-nls broken under Windows) 2013-05-08 09:22:14 -04:00
ipa-cp.c ipa-cp.c (propagate_constants_topo): Do not ignore SCC represented by a thunk. 2013-09-10 15:01:47 +02:00
ipa-devirt.c * ipa-devirt.c (ipa_devirt): Enable with LTO. 2013-09-10 21:41:38 +00:00
ipa-inline-analysis.c Makefile.in: Add ipa-profile.o 2013-09-01 17:47:21 +00:00
ipa-inline-transform.c ipa-inline-transform.c (inline_transform): Do not optimize_inline_calls when not optimizing. 2013-09-02 21:45:48 +00:00
ipa-inline.c re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 15:02:03 +00:00
ipa-inline.h cgraph.c (cgraph_turn_edge_to_speculative): Return newly introduced edge; fix typo in sanity check. 2013-08-13 12:21:16 +00:00
ipa-profile.c ipa-profile.c: Add toplevel comment. 2013-09-09 07:37:53 +00:00
ipa-prop.c ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align. 2013-09-09 17:07:58 +02:00
ipa-prop.h ipa-prop.h (ipa_pass_through_data): New field type_preserved. 2013-08-27 23:41:15 +02:00
ipa-pure-const.c re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 10:13:37 +00:00
ipa-ref-inline.h
ipa-ref.c * ipa-ref.c (ipa_clear_stmts_in_references): Clear lto_stmt_uid, too. 2013-08-09 23:07:52 +00:00
ipa-ref.h cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs. 2013-08-09 15:23:19 +00:00
ipa-reference.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
ipa-reference.h
ipa-split.c ipa-split.c (split_function): Set DECL_NO_INLINE_WARNING_P on the non-inlinable part. 2013-09-06 09:35:23 +00:00
ipa-utils.c re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 10:13:37 +00:00
ipa-utils.h re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 10:13:37 +00:00
ipa.c ipa.c (walk_polymorphic_call_targets): Fix redirection before IPA summary generation. 2013-09-09 06:12:21 +00:00
ira-build.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
ira-color.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
ira-conflicts.c
ira-costs.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
ira-emit.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
ira-int.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
ira-lives.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
ira.c ira.c (update_equiv_regs): Only call set_paradoxical_subreg for non-debug insns. 2013-09-08 18:15:49 +00:00
ira.h
is-a.h is-a.h (as_a): Use gcc_checking_assert. 2013-03-22 13:01:42 +00:00
jump.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
langhooks-def.h
langhooks.c pretty-print.h (pp_underscore): New. 2013-08-03 18:57:25 +00:00
langhooks.h re PR debug/49090 (provide a way to recognize defaulted template parameters) 2013-03-16 22:33:50 -04:00
LANGUAGES
lcm.c
libfuncs.h
limitx.h
limity.h
lists.c
lock-and-run.sh add quotes 2013-05-16 13:41:13 -04:00
loop-doloop.c
loop-init.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
loop-invariant.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
loop-iv.c gcc/ 2013-09-09 13:07:02 +00:00
loop-unroll.c gcc/ 2013-09-09 13:07:02 +00:00
loop-unswitch.c Follow-on patch to r197595 to complete the replacement of truncating divides in... 2013-05-02 13:20:47 +00:00
lower-subreg.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
lower-subreg.h
lra-assigns.c [multiple changes] 2013-07-18 17:04:10 +00:00
lra-coalesce.c [multiple changes] 2013-04-19 03:57:22 +00:00
lra-constraints.c lra.c (lra): Clear lra_optional_reload_pseudos before every constraint pass. 2013-09-10 15:37:57 +00:00
lra-eliminations.c ira.c (update_equiv_regs): Add insn having equiv memory even if it is not lhs of the insn. 2013-05-07 19:29:05 +00:00
lra-int.h re PR rtl-optimization/55342 ([LRA,x86] Non-optimal code for simple loop with LRA) 2013-07-05 20:56:13 +00:00
lra-lives.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
lra-spills.c rtl.h (struct rtx_def): Add comment for field jump. 2013-04-26 18:11:35 +00:00
lra.c lra.c (lra): Clear lra_optional_reload_pseudos before every constraint pass. 2013-09-10 15:37:57 +00:00
lra.h
lto-cgraph.c lto-cgraph.c: Include ipa-utils.h. 2013-09-10 13:50:43 +00:00
lto-compress.c
lto-compress.h
lto-opts.c
lto-section-in.c lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state. 2013-08-30 07:33:06 +00:00
lto-section-out.c pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
lto-streamer-in.c cgraphunit.c (expand_thunk): Get body before touching arguments. 2013-09-07 07:48:59 +00:00
lto-streamer-out.c cgraphunit.c (expand_thunk): Get body before touching arguments. 2013-09-07 07:48:59 +00:00
lto-streamer.c lto-streamer.h (enum LTO_tags): Add LTO_tree_scc. 2013-06-17 15:08:24 +00:00
lto-streamer.h lto-streamer.h (lto_global_var_decls): Remove. 2013-09-06 09:06:25 +00:00
lto-wrapper.c
machmode.def genmodes.c (emit_max_int): New function. 2013-03-28 14:46:31 +00:00
machmode.h stor-layout.c (element_precision): New function. 2013-05-10 11:15:14 +00:00
main.c
Makefile.in lto-cgraph.c: Include ipa-utils.h. 2013-09-10 13:50:43 +00:00
mcf.c
mkconfig.sh
mode-classes.def
mode-switching.c coretypes.h (rtl_opt_pass): Add. 2013-08-07 01:14:39 +00:00
modulo-sched.c asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_* call. 2013-09-09 13:06:53 +00:00
omega.c df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, non-global register. 2013-07-22 09:20:11 -06:00
omega.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
omp-builtins.def
omp-low.c re PR middle-end/58257 (Bogus warning with OpenMP collapsed loops) 2013-08-28 12:08:59 +02:00
ONEWS
opt-functions.awk
opt-gather.awk
opt-include.awk
opt-read.awk
optabs.c asan.c (asan_clear_shadow): Use gen_int_mode with the mode of the associated expand_* call. 2013-09-09 13:06:53 +00:00
optabs.def
optabs.h
optc-gen.awk
optc-save-gen.awk
opth-gen.awk
opts-common.c
opts-diagnostic.h
opts-global.c
opts.c common.opt (fdevirtualize-speculatively): New function. 2013-09-01 15:14:24 +00:00
opts.h
output.h Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
params.c
params.def re PR tree-optimization/48184 (ICE: SIGFPE (division by zero) in compute_alignments () at final.c:731 with --param align-threshold=0 on basic code) 2013-04-11 16:20:26 +00:00
params.h
pass_manager.h dumpfile.c (dump_loc): Output column number. 2013-08-29 13:51:04 +00:00
passes.c passes.c (register_pass): Add overload. 2013-08-29 18:29:33 +00:00
passes.def re PR c++/58377 (spurious "may be used uninitialized" warning with -Og) 2013-09-11 12:20:07 +00:00
plugin.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
plugin.def
plugin.h
pointer-set.c pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
pointer-set.h pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
postreload-gcse.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
postreload.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
predict.c ipa-profile.c: Add toplevel comment. 2013-09-09 07:37:53 +00:00
predict.def
predict.h
prefix.c
prefix.h
pretty-print.c diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer. 2013-08-23 23:58:55 +00:00
pretty-print.h diagnostic.c (diagnostic_set_caret_max_width): Use pp_buffer. 2013-08-23 23:58:55 +00:00
print-rtl.c cfgrtl.c (fixup_reorder_chain): Do not emit barriers to BB_FOOTER. 2013-03-30 14:26:42 +00:00
print-tree.c lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DECL_IN_TEXT_SECTION. 2013-08-28 15:03:43 +00:00
profile.c dumpfile.c (dump_loc): Output column number. 2013-08-29 13:51:04 +00:00
profile.h cgraph.h (cgraph_node): Add profile_id. 2013-08-09 18:23:23 +00:00
read-md.c Fix typos. 2013-07-21 18:18:04 +00:00
read-md.h
read-rtl.c read-rtl.c (validate_const_int): Once an invalid character is seen, quit the loop. 2013-07-18 10:07:37 -06:00
README.Portability
real.c
real.h
realmpfr.c
realmpfr.h
recog.c recog.c (verify_changes): Verify that changes[i].old is non-zero before applying REG_P. 2013-08-30 15:20:29 +01:00
recog.h re PR other/12081 (Gcc can't be compiled with -mregparm=3) 2013-08-05 22:09:45 +00:00
ree.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
reg-notes.def rtl.texi (sequence): Rewrite documentation to match the current use of SEQUENCE rtl objects. 2013-04-08 19:59:57 +00:00
reg-stack.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
regcprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
reginfo.c re PR target/58139 (PowerPC volatile VSX register live across call) 2013-09-05 09:09:07 -05:00
regmove.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
regrename.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
regrename.h
regs.h
regset.h
regstat.c
reload1.c asan.c (asan_emit_stack_protection): Use gen_int_mode instead of GEN_INT. 2013-09-09 13:07:10 +00:00
reload.c reload.c (find_valid_class): Allow classes that do not include FIRST_PSEUDO_REGISTER - 1. 2013-08-26 16:32:55 +01:00
reload.h reload.h (struct reg_equivs): Rename to .. 2013-08-21 15:38:35 +01:00
reorg.c rtl.h (update_alignments): Declare. 2013-08-07 17:17:07 +00:00
resource.c resource.c (mark_referenced_resources): Handle COND_EXEC. 2013-09-06 18:37:50 +01:00
resource.h resource.h (struct resources): Remove unch_memory member. 2013-05-14 17:21:43 +00:00
rtl-error.c
rtl-error.h
rtl.c re PR rtl-optimization/56571 (ICE in copyprop_hardreg_forward_1, at regcprop.c (insn does not satisfy its constraints !)) 2013-03-12 12:13:33 +00:00
rtl.def rtl.def: Add extra fourth optional field to define_cond_exec. 2013-06-04 08:56:32 +00:00
rtl.h rtl.h (update_alignments): Declare. 2013-08-07 17:17:07 +00:00
rtlanal.c re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
rtlhooks-def.h
rtlhooks.c
sanitizer.def Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
sbitmap.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
sbitmap.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
sched-deps.c Fix typos. 2013-07-21 18:18:04 +00:00
sched-ebb.c
sched-int.h sched-int.h (ds_t, dw_t): Make unsigned int. 2013-05-25 10:31:43 +00:00
sched-rgn.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
sched-vis.c pretty-print.h (output_buffer::output_buffer): Declare. 2013-08-22 10:14:46 +00:00
sdbout.c
sdbout.h
sel-sched-dump.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
sel-sched-dump.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
sel-sched-ir.c emit-rtl.c (remove_insn): Do not call df_insn_delete here. 2013-04-13 10:04:09 +00:00
sel-sched-ir.h re PR rtl-optimization/56957 (ICE in add_insn_after, at emit-rtl.c:3783) 2013-04-30 14:55:52 +04:00
sel-sched.c re PR rtl-optimization/57662 (ICE: SIGSEGV in code_motion_process_successors with -fschedule-insns2 -fselective-scheduling2) 2013-08-14 18:31:26 +04:00
sel-sched.h
sese.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
sese.h This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
simplify-rtx.c simplify-rtx.c (simplify_unary_operation_1): Use simplify_gen_binary for (not (neg ...)) and (neg (not ...)) cases. 2013-09-11 17:40:56 +00:00
sparseset.c
sparseset.h
sreal.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
sreal.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
ssaexpand.h
stab.def
stack-ptr-mod.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
statistics.c Introduce beginnings of a pass_manager class. 2013-07-30 18:52:03 +00:00
statistics.h
stmt.c re PR middle-end/55030 (gcc.c-torture/execute/builtins/memcpy-chk.c execution, -Os (et al)) 2013-07-03 14:37:29 +00:00
stor-layout.c stor-layout.c (element_precision): New function. 2013-05-10 11:15:14 +00:00
store-motion.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
streamer-hooks.c
streamer-hooks.h
stringpool.c
symtab.c re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 10:13:37 +00:00
sync-builtins.def
system.h target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. 2013-08-19 12:21:26 +00:00
target-def.h
target-globals.c
target-globals.h
target-hooks-macros.h
target.def target.def (narrow_volatile_bitfield): Note that the default value is false, not !TARGET_STRICT_ALIGN. 2013-08-20 12:17:16 +00:00
target.h Improve cstore code generation on 64-bit sparc. 2013-04-10 12:41:57 -07:00
targhooks.c target.def (register_usage_leveling_p): New hook. 2013-05-30 20:30:38 +00:00
targhooks.h target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. 2013-08-19 12:21:26 +00:00
timevar.c * timevar.c (validate_phases): Add cast. 2013-08-22 15:25:53 +00:00
timevar.def devirt-11.C: Update template. 2013-09-08 16:42:21 +00:00
timevar.h timevar.c (validate_phases): Use size_t for memory. 2013-08-22 14:58:17 +00:00
tlink.c Fix typos. 2013-07-21 18:18:04 +00:00
toplev.c toplev.c (output_stack_usage): Be prepared for suffixes created by the compiler in the function names. 2013-09-06 15:28:02 +00:00
toplev.h Handwritten part of conversion of passes to C++ classes 2013-08-05 20:01:43 +00:00
tracer.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
trans-mem.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
trans-mem.h
tree-affine.c tree-affine.c (add_elt_to_tree): Fix association issue... 2013-09-03 10:02:56 +00:00
tree-affine.h
tree-browser.c This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
tree-browser.def
tree-call-cdce.c re PR regression/58165 (internal compiler error: verify_flow_info) 2013-08-16 10:57:29 +02:00
tree-cfg.c re PR c++/58377 (spurious "may be used uninitialized" warning with -Og) 2013-09-11 12:20:07 +00:00
tree-cfgcleanup.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-chrec.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
tree-chrec.h
tree-complex.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-core.h tree.h: Move documentation for tree_function_decl to tree-core.h with the declaration. 2013-09-05 14:52:50 +00:00
tree-data-ref.c tree-data-ref.c (dump_rdg_vertex, [...]): Move ... 2013-09-11 10:09:41 +00:00
tree-data-ref.h tree-data-ref.c (dump_rdg_vertex, [...]): Move ... 2013-09-11 10:09:41 +00:00
tree-dfa.c double-int.h (lshift): New overload without precision and arith argument. 2013-05-03 11:09:59 +00:00
tree-diagnostic.c tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ... 2013-03-21 11:53:39 +00:00
tree-diagnostic.h
tree-dump.c Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
tree-dump.h
tree-eh.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-emutls.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-flow-inline.h tree-flow-inline.h (get_addr_base_and_unit_offset_1): Handle BIT_FIELD_REF. 2013-04-03 12:54:50 +00:00
tree-flow.h tree-ssa-threadedge.c (thread_across_edge): Record entire path when not threading through a joiner block. 2013-09-03 14:43:46 -06:00
tree-hasher.h This patch is the main part of a consolodation of the hash_table patches to the... 2013-04-26 00:28:35 +00:00
tree-if-conv.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree-inline.c Fix handling of very long asm statements in inliner 2013-09-08 23:41:38 +00:00
tree-inline.h re PR middle-end/57661 (ICE: SIGSEGV in verify_ssa) 2013-08-13 19:06:13 +02:00
tree-into-ssa.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-iterator.c
tree-iterator.h
tree-loop-distribution.c tree-loop-distribution.c (dot_rdg_1): Make graph prettier. 2013-09-12 08:49:01 +00:00
tree-mudflap.c pretty-print.h (output_buffer::output_buffer): Declare. 2013-08-22 10:14:46 +00:00
tree-mudflap.h
tree-nested.c
tree-nomudflap.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-nrv.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-object-size.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-optimize.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-outof-ssa.c
tree-parloops.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree-pass.h common.opt (fdevirtualize-speculatively): New function. 2013-09-01 15:14:24 +00:00
tree-phinodes.c
tree-predcom.c
tree-pretty-print.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree-pretty-print.h pretty-print.h (pp_base): Remove. 2013-08-05 04:00:57 +00:00
tree-profile.c * tree-profile.c (tree_profiling): Cleanup CFG when done. 2013-09-02 22:52:27 +00:00
tree-scalar-evolution.c re PR tree-optimization/57511 (Missing SCEV final value replacement) 2013-09-02 13:24:30 +00:00
tree-scalar-evolution.h function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
tree-sra.c Makefile.in (tree-sra.o): Update dependencies. 2013-09-06 10:36:44 +00:00
tree-ssa-address.c
tree-ssa-alias.c tree-ssa-alias.c (stmt_kills_ref_p_1): Properly compare MEM_REF offsets. 2013-05-17 12:47:45 +00:00
tree-ssa-alias.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
tree-ssa-ccp.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree-ssa-coalesce.c gimple.h (gimple_can_coalesce_p): Prototype. 2013-06-14 12:52:32 -06:00
tree-ssa-copy.c re PR middle-end/57287 (Bogus uninitialized warning with abnormal control flow) 2013-08-29 11:20:16 +00:00
tree-ssa-copyrename.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-dce.c basic-block.h (class control_dependences): New. 2013-09-06 07:24:11 +00:00
tree-ssa-dom.c tree-ssa-dom.c (cprop_into_successor_phis): Also propagate edge implied equivalences into successor phis. 2013-09-06 11:41:48 -06:00
tree-ssa-dse.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-forwprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-ifcombine.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-live.c gimple.h (gimple_can_coalesce_p): Prototype. 2013-06-14 12:52:32 -06:00
tree-ssa-live.h Add uniform debug dump function names. 2013-03-29 03:42:21 +00:00
tree-ssa-loop-ch.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-loop-im.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
tree-ssa-loop-ivcanon.c New vectorizer messages; message format change. 2013-08-29 21:06:08 +00:00
tree-ssa-loop-ivopts.c tree-ssa-loop-ivopts.c (set_autoinc_for_original_candidates): Find auto-increment use both before and after candidate. 2013-09-02 09:58:41 +00:00
tree-ssa-loop-manip.c function.h (loops_for_fn): New inline function. 2013-04-30 08:14:09 +00:00
tree-ssa-loop-niter.c re PR tree-optimization/57584 (ice: SSA corruption: Unable to coalesce ssa_names) 2013-06-20 10:22:33 +00:00
tree-ssa-loop-prefetch.c
tree-ssa-loop-unswitch.c
tree-ssa-loop.c Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree-ssa-math-opts.c target.def (TARGET_LIBC_HAS_FUNCTION): New target hook. 2013-08-19 12:21:26 +00:00
tree-ssa-operands.c
tree-ssa-operands.h
tree-ssa-phiopt.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-phiprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-pre.c tree-ssa-pre.c (do_regular_insertion): Include the expression in the debugging dump when the expression is fully redundant. 2013-08-23 22:48:19 -06:00
tree-ssa-propagate.c
tree-ssa-propagate.h
tree-ssa-reassoc.c re PR tree-optimization/58364 (likely wrong code bug) 2013-09-09 19:09:59 +02:00
tree-ssa-sccvn.c revert: re PR rtl-optimization/57381 (array of volatile pointers hangs gcc) 2013-05-27 12:44:29 +00:00
tree-ssa-sccvn.h This patch extracts approved portions of the hash_table patches to the... 2013-04-23 22:00:12 +00:00
tree-ssa-sink.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-strlen.c re PR tree-optimization/58277 (wrong code at -O3) 2013-08-30 14:41:17 +02:00
tree-ssa-structalias.c re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
tree-ssa-tail-merge.c Fix typos. 2013-07-21 18:04:43 +00:00
tree-ssa-ter.c tree-ssa-ter.c (is_replaceable_p): Do not TER across location or block changes with -Og. 2013-03-08 08:45:29 +00:00
tree-ssa-threadedge.c re PR tree-optimization/58380 (ice in fold_comparison) 2013-09-10 20:23:48 -06:00
tree-ssa-threadupdate.c re PR tree-optimization/58380 (ice in fold_comparison) 2013-09-10 20:23:48 -06:00
tree-ssa-uncprop.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa-uninit.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssa.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-ssanames.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-stdarg.c re PR other/57324 (Undefined behavior issues found with clang's -fsanitize=undefined) 2013-08-23 22:16:08 +00:00
tree-stdarg.h
tree-streamer-in.c lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P... 2013-08-29 16:23:40 +00:00
tree-streamer-out.c re PR lto/58285 (ICE in lto_output_tree, at lto-streamer-out.c:1318) 2013-09-03 09:48:27 +00:00
tree-streamer.c pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
tree-streamer.h pointer-set.h (struct pointer_set_t): Move here from pointer-set.c. 2013-06-24 12:17:16 +00:00
tree-switch-conversion.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-tailcall.c re PR middle-end/58094 (IPA devirt testsuite errors) 2013-09-06 10:13:37 +00:00
tree-vect-data-refs.c Remove a trivial assert (missed in previous checkin) 2013-09-03 19:11:10 +00:00
tree-vect-generic.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
tree-vect-loop-manip.c New vectorizer messages; message format change. 2013-08-29 21:06:08 +00:00
tree-vect-loop.c re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization) 2013-09-05 12:45:20 +00:00
tree-vect-patterns.c re PR tree-optimization/57537 (gcc.dg/vect/slp-widen-mult-half.c generating wrong code on PowerPC64) 2013-06-12 15:01:49 +02:00
tree-vect-slp.c Delay base decl's alignment adjustment until transformation happens 2013-09-03 18:19:04 +00:00
tree-vect-stmts.c re PR tree-optimization/58137 ([trunk, ICE] full unroll + AVX2 vectorization) 2013-09-05 12:45:20 +00:00
tree-vectorizer.c Delay base decl's alignment adjustment until transformation happens 2013-09-03 18:19:04 +00:00
tree-vectorizer.h Delay base decl's alignment adjustment until transformation happens 2013-09-03 18:19:04 +00:00
tree-vrp.c revert: tree-vrp.c (check_array_ref): Bail out on zero-length arrays. 2013-09-03 17:04:39 +00:00
tree.c tree.c (types_same_for_odr): Drop overactive check. 2013-09-05 23:25:48 +00:00
tree.def Makefile.in (omp-low.o): Depend on $(TARGET_H). 2013-08-27 18:38:00 +00:00
tree.h tree.h: Move documentation for tree_function_decl to tree-core.h with the declaration. 2013-09-05 14:52:50 +00:00
treestruct.def
tsan.c Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
tsan.h
tsystem.h
typeclass.h
ubsan.c ubsan.c: Include tm_p.h. 2013-08-31 15:31:34 +00:00
ubsan.h Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
valtrack.c alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. 2013-09-09 13:06:43 +00:00
valtrack.h
value-prof.c re PR tree-optimization/58294 (ice in update_ssa_across_abnormal_edges, at tree-inline.c:1892) 2013-09-09 12:09:50 +00:00
value-prof.h cgraph.h (cgraph_node): Add profile_id. 2013-08-09 18:23:23 +00:00
var-tracking.c alias.c (addr_side_effect_eval): Use gen_int_mode with the mode of the associated gen_rtx_* call. 2013-09-09 13:06:43 +00:00
varasm.c Merge ubsan into trunk. 2013-08-30 16:12:58 +00:00
varpool.c cgraph.h (varpool_node_hook, [...]): Declare. 2013-09-08 16:18:04 +00:00
vec.c
vec.h This patch adds a call to ggc_free from va_gc::release, which is called by vec_free. 2013-07-11 21:32:14 +00:00
version.c
version.h
vmsdbg.h
vmsdbgout.c
vtable-verify.c Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
vtable-verify.h Commit the vtable verification feature. 2013-08-06 20:38:59 -07:00
web.c Automated conversion of passes to C++ classes 2013-08-05 20:16:05 +00:00
xcoff.h
xcoffout.c
xcoffout.h

Copyright (C) 2000-2013 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 know 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.