This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r223869 - in /branches/gomp-4_0-branch/gcc: Cha...


Author: bernds
Date: Fri May 29 16:21:44 2015
New Revision: 223869

URL: https://gcc.gnu.org/viewcvs?rev=223869&root=gcc&view=rev
Log:
	* gimple.def (GIMPLE_OMP_ENTRY_END): New code.
	* gimple.h (gimple_build_omp_entry_end): Declare.
	(CASE_GIMPLE_OMP): Add GIMPLE_OMP_ENTRY_END.
	* gimple.c (gimple_build_omp_entry_end): New function.
	* gimple-low.c (lower_stmt): Handle GIMPLE_OMP_ENTRY_END.
	* omp-low.c (expand_omp_target): Remove the entry end statement.
	(predicate_bb): Don't predicate a block ending with
	GIMPLE_OMP_ENTRY_END.
	(lower_omp_target): Append a GIMPLE_OMP_ENTRY_END after the
	ganglocal data allocation.
	(make_gimple_omp_edges): Handle GIMPLE_OMP_ENTRY_END.
	* gimple-pretty-print.c (pp_gimple_stmt_1): Likewise.

Modified:
    branches/gomp-4_0-branch/gcc/ChangeLog.gomp
    branches/gomp-4_0-branch/gcc/gimple-low.c
    branches/gomp-4_0-branch/gcc/gimple-pretty-print.c
    branches/gomp-4_0-branch/gcc/gimple.c
    branches/gomp-4_0-branch/gcc/gimple.def
    branches/gomp-4_0-branch/gcc/gimple.h
    branches/gomp-4_0-branch/gcc/omp-low.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]