Skip to content

Commit

Permalink
Copyright refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
dbabokin committed Apr 22, 2015
1 parent 4518bce commit 8e47273
Show file tree
Hide file tree
Showing 43 changed files with 106 additions and 43 deletions.
2 changes: 1 addition & 1 deletion ast.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2011-2013, Intel Corporation
Copyright (c) 2011-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2013, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
35 changes: 34 additions & 1 deletion builtins/__do_print_nvptx.cu
@@ -1,3 +1,36 @@
/*
Copyright (c) 2014-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of Intel Corporation nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#include <cstdio>

#define PRINT_BUF_SIZE 4096
Expand Down Expand Up @@ -88,7 +121,7 @@ __device__ void __do_print_nvptx(const char *format, const char *types, int widt
if (bufp == &printString[PRINT_BUF_SIZE])
break;
for (int i = 0; i < width; ++i) {
bool val0 = *((bool*)ptr);
bool val0 = *((bool*)ptr);
bool val = val0; \
if (mask & (1ull << i)) {
const char *tmpBuf1 = val ? trueBuf : falseBuf;
Expand Down
2 changes: 1 addition & 1 deletion builtins/dispatch.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2011-2013, Intel Corporation
;; Copyright (c) 2011-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
3 changes: 1 addition & 2 deletions builtins/svml.m4
@@ -1,5 +1,4 @@
;; copyright stub :)
;; Copyright (c) 2013, Intel Corporation
;; Copyright (c) 2013-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-avx-common.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-avx-x2.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-avx.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-avx1-i64x4base.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2013-2014, Intel Corporation
;; Copyright (c) 2013-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-generic-1.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2012-2013, Intel Corporation
;; Copyright (c) 2012-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-generic-common.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-neon-16.ll
@@ -1,7 +1,7 @@
;;
;; target-neon-16.ll
;;
;; Copyright(c) 2013 Google, Inc.
;; Copyright(c) 2013-2015 Google, Inc.
;;
;; All rights reserved.
;;
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-neon-32.ll
Expand Up @@ -2,7 +2,7 @@
;; target-neon-32.ll
;;
;; Copyright(c) 2012-2013 Matt Pharr
;; Copyright(c) 2013 Google, Inc.
;; Copyright(c) 2013, 2015 Google, Inc.
;;
;; All rights reserved.
;;
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-neon-8.ll
@@ -1,7 +1,7 @@
;;
;; target-neon-8.ll
;;
;; Copyright(c) 2013 Google, Inc.
;; Copyright(c) 2013-2015 Google, Inc.
;;
;; All rights reserved.
;;
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-neon-common.ll
@@ -1,7 +1,7 @@
;;
;; target-neon-common.ll
;;
;; Copyright(c) 2013 Google, Inc.
;; Copyright(c) 2013-2015 Google, Inc.
;;
;; All rights reserved.
;;
Expand Down
31 changes: 31 additions & 0 deletions builtins/target-nvptx.ll
@@ -1,3 +1,34 @@
;; Copyright (c) 2014-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
;; modification, are permitted provided that the following conditions are
;; met:
;;
;; * Redistributions of source code must retain the above copyright
;; notice, this list of conditions and the following disclaimer.
;;
;; * Redistributions in binary form must reproduce the above copyright
;; notice, this list of conditions and the following disclaimer in the
;; documentation and/or other materials provided with the distribution.
;;
;; * Neither the name of Intel Corporation nor the names of its
;; contributors may be used to endorse or promote products derived from
;; this software without specific prior written permission.
;;
;;
;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
;; IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
;; TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
;; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
;; OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
;; EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
;; PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
;; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
;; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Define the standard library builtins for the NOVEC target
define(`MASK',`i1')
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse2-common.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse2-x2.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse2.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse4-16.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2013, Google, Inc.
;; Copyright (c) 2013, 2015, Google, Inc.
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse4-8.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2013, Google, Inc.
;; Copyright (c) 2013, 2015, Google, Inc.
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse4-common.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2013, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse4-x2.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/target-sse4.ll
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2014, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion builtins/util-nvptx.m4
@@ -1,4 +1,4 @@
;; Copyright (c) 2010-2013, Intel Corporation
;; Copyright (c) 2010-2015, Intel Corporation
;; All rights reserved.
;;
;; Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion check_isa.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2013, Intel Corporation
Copyright (c) 2013-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion ctx.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion ctx.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion docs/template-news.txt
Expand Up @@ -57,7 +57,7 @@
%(body)s
</div>
<div class="clearfix"></div>
<div id="footer"> &copy; 2011-2014 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<div id="footer"> &copy; 2011-2015 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<!-- Please Do Not remove this link, thank u -->
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/template-perf.txt
Expand Up @@ -57,7 +57,7 @@
%(body)s
</div>
<div class="clearfix"></div>
<div id="footer"> &copy; 2011-2014 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<div id="footer"> &copy; 2011-2015 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<!-- Please Do Not remove this link, thank u -->
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/template.txt
Expand Up @@ -57,7 +57,7 @@
%(body)s
</div>
<div class="clearfix"></div>
<div id="footer"> &copy; 2011-2014 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<div id="footer"> &copy; 2011-2015 <strong>Intel Corporation</strong> | Valid <a href="http://validator.w3.org/check?uri=referer">XHTML</a> | <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a> | ClearBlue by: <a href="http://www.themebin.com/">ThemeBin</a>
<!-- Please Do Not remove this link, thank u -->
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion examples/intrinsics/generic-16.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2012, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion examples/intrinsics/knc.h
@@ -1,5 +1,5 @@
/**
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion examples/intrinsics/sse4.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2012, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion func.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2011-2014, Intel Corporation
Copyright (c) 2011-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion ispc.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion llvmutil.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2013, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion module.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion module.h
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion ptxtools/Makefile
@@ -1,5 +1,5 @@
#
# Copyright (c) 2014, Evghenii Gaburov
# Copyright (c) 2014-2015, Evghenii Gaburov
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion test_static.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2013, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion type.cpp
@@ -1,5 +1,5 @@
/*
Copyright (c) 2010-2014, Intel Corporation
Copyright (c) 2010-2015, Intel Corporation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down

0 comments on commit 8e47273

Please sign in to comment.