1. 12 Jan, 2015 18 commits
  2. 11 Jan, 2015 7 commits
  3. 10 Jan, 2015 9 commits
  4. 09 Jan, 2015 6 commits
    • invoke.texi ([-fvtable-verify]): Copy-edit and fix markup. · c608d704
      2015-01-09  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi ([-fvtable-verify]): Copy-edit and fix markup.
      	([-fvtv-debug], [-fvtv-counts]): Likewise.  Correct location
      	of log files.
      
      From-SVN: r219414
      Sandra Loosemore committed
    • Simplify jit.dg/test-combination.c · 8cf8f223
      gcc/testsuite/ChangeLog:
      	* jit.dg/test-threads.c (struct testcase): Move declaration
      	to jit.dg/all-non-failing-tests.h.
      	(testcases): Likewise.
      	* jit.dg/all-non-failing-tests.h (struct testcase): Move
      	declaration here from jit.dg/all-non-failing-tests.h.
      	(testcases): Likewise.
      	* jit.dg/test-combination.c (create_code): Eliminate spelling
      	out all of the testcases in favor of looping through the
      	"testcases" metadata.
      	(verify_code): Likewise.
      
      From-SVN: r219413
      David Malcolm committed
    • arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon. · 5357406f
      2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
      
          * config/arm/arm.h (MAX_SYNC_LIBFUNC_SIZE): Delete semicolon.
      
      From-SVN: r219412
      Andreas Tobler committed
    • Fix the jit build after header flattening of r219402 · 860e981c
      gcc/jit/ChangeLog:
      	* dummy-frontend.c: Include "fixed-value.h", "alias.h", "flags.h",
      	"symtab.h", "inchash.h".  Move include of "hash-set.h" much
      	earlier.
      	* jit-builtins.c: Remove redundant includes of "opts.h" and
      	"tree.h".
      	* jit-common.h: Include "hash-set.h", "input.h", "vec.h",
      	"double-int.h", "alias.h", "flags.h", "symtab.h", "inchash.h".
      	* jit-playback.c: Include "hashtab.h", "machmode.h", "input.h",
      	"statistics.h", "vec.h", "double-int.h", "real.h",
      	"fixed-value.h", "alias.h", "flags.h", "symtab.h", "tree-core.h",
      	"inchash.h", "fold-const.h".  Move include of "hash-set.h" to
      	earlier.
      	* jit-recording.c: Remove redundant includes of "opts.h" and
      	"tree.h".
      
      From-SVN: r219411
      David Malcolm committed
    • re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:2327) · 1b34e6e2
      	PR middle-end/64412
      	* lto-streamer.h (lto_stream_offload_p): New declaration.
      	* lto-streamer.c (lto_stream_offload_p): New variable.
      	* cgraphunit.c (ipa_passes): Set lto_stream_offload_p
      	at the same time as section_name_prefix.
      	* lto-streamer-out.c (hash_tree): Don't hash TREE_TARGET_OPTION
      	if lto_stream_offload_p.
      	* tree-streamer-out.c (streamer_pack_tree_bitfields): Don't
      	stream TREE_TARGET_OPTION if lto_stream_offload_p.
      	(write_ts_function_decl_tree_pointers): Don't
      	stream DECL_FUNCTION_SPECIFIC_TARGET if lto_stream_offload_p.
      	* tree-streamer-in.c (unpack_value_fields): Don't stream
      	TREE_TARGET_OPTION in if ACCEL_COMPILER.
      	(lto_input_ts_function_decl_tree_pointers): Don't stream
      	DECL_FUNCTION_SPECIFIC_TARGET in if ACCEL_COMPILER.
      	* lto-opts.c (lto_write_options): Use lto_stream_offload_p
      	instead of section_name_prefix string comparisons.
      lto/
      	* lto.c (read_cgraph_and_symbols): Set lto_stream_offload_p
      	if ACCEL_COMPILER.
      
      Co-Authored-By: Jakub Jelinek <jakub@redhat.com>
      
      From-SVN: r219410
      Bernd Schmidt committed
    • * Initial implementation. · 000c70a7
      From-SVN: r219408
      Ian Lance Taylor committed