[hsa] Rename hsa.[ch] to hsa-common.[ch]
2017-01-20 Martin Jambor <mjambor@suse.cz> * hsa.h: Renaed to hsa-common.h. Adjusted a comment. * hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to gt-hsa-common.h. * Makefile.in (OBJS): Rename hsa.o to hsa-common.o. (GTFILES): Rename hsa.c to hsa-common.c. * hsa-brig.c: Change include of hsa.h to hsa-common.h. * hsa-dump.c: Likewise. * hsa-gen.c: Likewise. * hsa-regalloc.c: Likewise. * ipa-hsa.c: Likewise. * omp-expand.c: Likewise. * omp-low.c: Likewise. * toplev.c: Likewise. From-SVN: r244711
This commit is contained in:
parent
aa348be2b0
commit
13293add08
12 changed files with 29 additions and 13 deletions
|
@ -1,3 +1,19 @@
|
|||
2017-01-20 Martin Jambor <mjambor@suse.cz>
|
||||
|
||||
* hsa.h: Renaed to hsa-common.h. Adjusted a comment.
|
||||
* hsa.c: Renaed to hsa-common.c. Change include of gt-hsa.h to
|
||||
gt-hsa-common.h.
|
||||
* Makefile.in (OBJS): Rename hsa.o to hsa-common.o.
|
||||
(GTFILES): Rename hsa.c to hsa-common.c.
|
||||
* hsa-brig.c: Change include of hsa.h to hsa-common.h.
|
||||
* hsa-dump.c: Likewise.
|
||||
* hsa-gen.c: Likewise.
|
||||
* hsa-regalloc.c: Likewise.
|
||||
* ipa-hsa.c: Likewise.
|
||||
* omp-expand.c: Likewise.
|
||||
* omp-low.c: Likewise.
|
||||
* toplev.c: Likewise.
|
||||
|
||||
2017-01-20 Marek Polacek <polacek@redhat.com>
|
||||
|
||||
PR c/64279
|
||||
|
|
|
@ -1320,7 +1320,7 @@ OBJS = \
|
|||
haifa-sched.o \
|
||||
hash-map-tests.o \
|
||||
hash-set-tests.o \
|
||||
hsa.o \
|
||||
hsa-common.o \
|
||||
hsa-gen.o \
|
||||
hsa-regalloc.o \
|
||||
hsa-brig.o \
|
||||
|
@ -2508,7 +2508,7 @@ GTFILES = $(CPP_ID_DATA_H) $(srcdir)/input.h $(srcdir)/coretypes.h \
|
|||
$(srcdir)/sancov.c \
|
||||
$(srcdir)/ipa-devirt.c \
|
||||
$(srcdir)/internal-fn.h \
|
||||
$(srcdir)/hsa.c \
|
||||
$(srcdir)/hsa-common.c \
|
||||
@all_gtfiles@
|
||||
|
||||
# Compute the list of GT header files from the corresponding C sources,
|
||||
|
|
|
@ -44,7 +44,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "dumpfile.h"
|
||||
#include "print-tree.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
#include "gomp-constants.h"
|
||||
|
||||
/* Convert VAL to little endian form, if necessary. */
|
||||
|
|
|
@ -36,7 +36,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "print-tree.h"
|
||||
#include "stringpool.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
#include "internal-fn.h"
|
||||
#include "ctype.h"
|
||||
#include "builtins.h"
|
||||
|
@ -991,4 +991,4 @@ hsa_internal_fn::get_argument_type (int n)
|
|||
}
|
||||
}
|
||||
|
||||
#include "gt-hsa.h"
|
||||
#include "gt-hsa-common.h"
|
|
@ -1309,7 +1309,7 @@ hsa_internal_fn_hasher::equal (const value_type a, const compare_type b)
|
|||
return a->m_fn == b->m_fn && a->m_type_bit_size == b->m_type_bit_size;
|
||||
}
|
||||
|
||||
/* in hsa.c */
|
||||
/* in hsa-common.c */
|
||||
extern struct hsa_function_representation *hsa_cfun;
|
||||
extern hash_map <tree, vec <const char *> *> *hsa_decl_kernel_dependencies;
|
||||
extern hsa_summary_t *hsa_summaries;
|
|
@ -33,7 +33,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "print-tree.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
|
||||
/* Return textual name of TYPE. */
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "print-tree.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
#include "cfghooks.h"
|
||||
#include "tree-cfg.h"
|
||||
#include "cfgloop.h"
|
||||
|
|
|
@ -35,7 +35,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "print-tree.h"
|
||||
#include "cfghooks.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
|
||||
|
||||
/* Process a PHI node PHI of basic block BB as a part of naive out-f-ssa. */
|
||||
|
|
|
@ -41,7 +41,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cgraph.h"
|
||||
#include "print-tree.h"
|
||||
#include "symbol-summary.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -56,7 +56,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "cilk.h"
|
||||
#include "gomp-constants.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
|
||||
|
||||
/* OMP region information. Every parallel and workshare
|
||||
|
|
|
@ -57,7 +57,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "context.h"
|
||||
#include "gomp-constants.h"
|
||||
#include "gimple-pretty-print.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
|
||||
/* Lowering of OMP parallel and workshare constructs proceeds in two
|
||||
phases. The first phase scans the function looking for OMP statements
|
||||
|
|
|
@ -77,7 +77,7 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "gcse.h"
|
||||
#include "tree-chkp.h"
|
||||
#include "omp-offload.h"
|
||||
#include "hsa.h"
|
||||
#include "hsa-common.h"
|
||||
#include "edit-context.h"
|
||||
|
||||
#if defined(DBX_DEBUGGING_INFO) || defined(XCOFF_DEBUGGING_INFO)
|
||||
|
|
Loading…
Add table
Reference in a new issue