1. 22 Mar, 2015 2 commits
    • nios2-protos.h (nios2_adjust_call_address): Adjust function parameter declaration. · a866d527
      2015-03-21  Chung-Lin Tang  <cltang@codesourcery.com>
      	    Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* config/nios2/nios2-protos.h (nios2_adjust_call_address): Adjust
      	function parameter declaration.
      	* config/nios2/nios2.md (call,call_value,sibcall,sibcall_value):
      	Update arguments to nios2_adjust_call_address().
      	(sibcall_internal): Rename from *sibcall.
      	(sibcall_value_internal): Rename from *sibcall_value.
      	* config/nios2/nios2.c (nios2_emit_add_constant): New function.
      	(nios2_large_got_address): Add target temp reg parameter.
      	(nios2_got_address): Adjust call to nios2_large_got_address, add
      	force_reg around it.
      	(nios2_load_pic_address): Add target temp reg parameter, replace call
      	to nios2_got_address with corresponding code.
      	(nios2_legitimize_constant_address): Update call to
      	nios2_load_pic_address.
      	(nios2_adjust_call_address): Add temp reg parameter, update PIC case
      	to use temp reg for PIC loading purposes.
      	(nios2_asm_output_mi_thunk): Implement TARGET_ASM_OUTPUT_MI_THUNK.
      	(TARGET_ASM_CAN_OUTPUT_MI_THUNK): Define.
      	(TARGET_ASM_OUTPUT_MI_THUNK): Likewise.
      
      Co-Authored-By: Sandra Loosemore <sandra@codesourcery.com>
      
      From-SVN: r221569
      Chung-Lin Tang committed
    • Daily bump. · f409ce4c
      From-SVN: r221568
      GCC Administrator committed
  2. 21 Mar, 2015 11 commits
    • invoke.texi (-fno-diagnostics-show-caret): Fix usage of "the @option{...}". · 6d5c05f0
      2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi (-fno-diagnostics-show-caret): Fix
      	usage of "the @option{...}".
      	(-Wopenmp-simd): Likewise.
      	(-fsanitize-recover): Likewise.
      	(-fsanitize-undefined-trap-on-error): Likewise.
      	(-flto): Likewise.
      	(tracer-dynamic-coverage-feedback): Likewise.
      	(reorder-block-duplicate-feedback): Likewise.
      	(loop-unroll-jam-size): Likewise.
      	(-B): Likewise.
      	(-I-): Likewise.
      	(-mabs=legacy): Likewise.
      	(-mupper-regs-df): Likewise.
      	(-mupper-regs-sf): Likewise.
      	(-mpointers-to-nested-functions): Likewise.
      
      From-SVN: r221564
      Sandra Loosemore committed
    • extend.texi (Cilk Plus Builtins): Add markup. · ce805a8d
      2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/extend.texi (Cilk Plus Builtins): Add markup.
      
      From-SVN: r221559
      Sandra Loosemore committed
    • invoke.texi (-fcheck-pointer-bounds): Copy-edit, add additional index entries and cross-references. · 7651042e
      2015-03-21  Sandra Loosemore  <sandra@codesourcery.com>
      
      	gcc/
      	* doc/invoke.texi (-fcheck-pointer-bounds): Copy-edit, add
      	additional index entries and cross-references.
      	(-fchkp-check-incomplete-type): Likewise.
      	(-fchkp-first-field-has-own-bounds): Likewise.
      	(-fchkp-narrow-to-innermost-array): Likewise.
      	(-fchkp-use-fast-string-functions): Likewise.
      	(-fchkp-use-nochk-string-functions): Likewise.
      	(-fchkp-use-static-const-bounds): Likewise.
      	(-fchkp-treat-zero-dynamic-size-as-infinite): Likewise.
      	(-fchkp-instrument-marked-only): Likewise.
      	(-fchkp-use-wrappers): Likewise.
      	(-static-libmpx): Likewise.
      	(-static-libmpxwrappers): Likewise.
      	* doc/extend.texi (bnd_legacy): Likewise.
      	(bnd_instrument): Likewise.
      	(bnd_variable_size): Likewise.
      	(Pointer Bounds Checker builtins): Likewise.
      
      From-SVN: r221558
      Sandra Loosemore committed
    • reduction-4.c: Don't run on hppa*-*-hpux*. · 844d9a76
      	* testsuite/libgomp.oacc-c-c++-common/reduction-4.c: Don't run on
      	hppa*-*-hpux*.
      
      From-SVN: r221557
      John David Anglin committed
    • Fix ChangeLog year · 7ce3cec7
      From-SVN: r221554
      Mikael Morin committed
    • Fix ChangeLog formatting · 02ea2926
      From-SVN: r221553
      Mikael Morin committed
    • Put @{xxx} in one line · 2aec4543
      	* gfortran.texi (_gfortran_caf_sync_memory): Put @{xxx} in one
      	line.
      
      From-SVN: r221552
      H.J. Lu committed
    • Mark omp thread functions as parallelized · a79b7ec5
      2015-03-21  Tom de Vries  <tom@codesourcery.com>
      
      	PR tree-optimization/65458
      	* cgraph.c (cgraph_node::dump): Handle parallelized_function field.
      	* cgraph.h (cgraph_node): Add parallelized_function field.
      	* lto-cgraph.c (lto_output_node): Write parallelized_function field.
      	(input_overwrite_node): Read parallelized_function field.
      	* omp-low.c (expand_omp_taskreg, finalize_task_copyfn): Set
      	parallelized_function on cgraph_node for child_fn.
      	* tree-parloops.c: Add include of plugin-api.h, ipa-ref.h and cgraph.h.
      	Remove include of gt-tree-parloops.h.
      	(parallelized_functions): Remove static variable.
      	(parallelized_function_p): Rewrite using parallelized_function field of
      	cgraph_node.
      	(create_loop_fn): Remove adding to parallelized_functions.
      	* Makefile.in (GTFILES): Remove tree-parloops.c
      
      From-SVN: r221551
      Tom de Vries committed
    • 2015-03-21 Tobias Burnus <burnus@net-b.de> · 2691415b
              * gfortran.texi (_gfortran_caf_sync_all,
              * _gfortran_caf_sync_images,
              _gfortran_caf_sync_memory, _gfortran_caf_error_stop,
              _gfortran_caf_error_stop_str, _gfortran_caf_atomic_define,
              _gfortran_caf_atomic_ref, _gfortran_caf_atomic_cas,
              _gfortran_caf_atomic_op): New sections.
      
      From-SVN: r221550
      Tobias Burnus committed
    • trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented coindexed coarray accesses. · a684fb64
      2015-03-21  Tobias Burnus  <burnus@net-b.de>
      
              * trans-expr.c (gfc_get_tree_for_caf_expr): Reject unimplemented
              coindexed coarray accesses.
      
      2015-03-21  Tobias Burnus  <burnus@net-b.de>
      
              * gfortran.dg/coarray_38.f90: New.
              * gfortran.dg/coarray_39.f90: New.
              * gfortran.dg/coarray/coindexed_3.f90: Add dg-error, turn into
              compile test.
      
      From-SVN: r221549
      Tobias Burnus committed
    • Daily bump. · 506fdd17
      From-SVN: r221547
      GCC Administrator committed
  3. 20 Mar, 2015 14 commits
  4. 19 Mar, 2015 13 commits