aboutsummaryrefslogtreecommitdiff
path: root/include/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/Config/alloca.h7
-rw-r--r--include/llvm/Config/dlfcn.h9
-rw-r--r--include/llvm/Config/fcntl.h9
-rw-r--r--include/llvm/Config/limits.h9
-rw-r--r--include/llvm/Config/malloc.h9
-rw-r--r--include/llvm/Config/memory.h9
-rw-r--r--include/llvm/Config/stdint.h9
-rw-r--r--include/llvm/Config/sys/mman.h12
-rw-r--r--include/llvm/Config/sys/resource.h13
-rw-r--r--include/llvm/Config/sys/stat.h12
-rw-r--r--include/llvm/Config/sys/time.h12
-rw-r--r--include/llvm/Config/sys/types.h12
-rw-r--r--include/llvm/Config/sys/wait.h11
-rw-r--r--include/llvm/Config/time.h9
-rw-r--r--include/llvm/Config/unistd.h9
15 files changed, 117 insertions, 34 deletions
diff --git a/include/llvm/Config/alloca.h b/include/llvm/Config/alloca.h
index f27ef060dc..a6d6dbf9bd 100644
--- a/include/llvm/Config/alloca.h
+++ b/include/llvm/Config/alloca.h
@@ -1,5 +1,10 @@
/*
- * Header file: alloc.h
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file includes the infamous alloc.h header file if the
diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h
index 9beddccbf1..454ede8570 100644
--- a/include/llvm/Config/dlfcn.h
+++ b/include/llvm/Config/dlfcn.h
@@ -1,5 +1,10 @@
-/*
- * Header file: dlfcn.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file is the autoconf replacement for dlfcn.h (if it lives
diff --git a/include/llvm/Config/fcntl.h b/include/llvm/Config/fcntl.h
index 267503d6e4..bfea550f45 100644
--- a/include/llvm/Config/fcntl.h
+++ b/include/llvm/Config/fcntl.h
@@ -1,5 +1,10 @@
-/*
- * Header file: fcntl.h
+//
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file is the autoconf replacement for fcntl.h (if it lives
diff --git a/include/llvm/Config/limits.h b/include/llvm/Config/limits.h
index da5cd66514..e5a787e5e1 100644
--- a/include/llvm/Config/limits.h
+++ b/include/llvm/Config/limits.h
@@ -1,5 +1,10 @@
-/*
- * Header file: limits.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file is the autoconf replacement for limits.h (if it lives
diff --git a/include/llvm/Config/malloc.h b/include/llvm/Config/malloc.h
index fa85fc8863..c78408a359 100644
--- a/include/llvm/Config/malloc.h
+++ b/include/llvm/Config/malloc.h
@@ -1,5 +1,10 @@
-/*
- * Header file: malloc.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file includes the infamous malloc.h header file if the
diff --git a/include/llvm/Config/memory.h b/include/llvm/Config/memory.h
index 01d68aea0d..f75902b5bc 100644
--- a/include/llvm/Config/memory.h
+++ b/include/llvm/Config/memory.h
@@ -1,5 +1,10 @@
-/*
- * Header file: memory.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file is the autoconf replacement for memory.h (if it lives
diff --git a/include/llvm/Config/stdint.h b/include/llvm/Config/stdint.h
index fe2a076e22..a98961063e 100644
--- a/include/llvm/Config/stdint.h
+++ b/include/llvm/Config/stdint.h
@@ -1,5 +1,10 @@
-/*
- * Header file: stdint.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ ******************************************************************************
*
* Description:
* This header file is the autoconf replacement for stdint.h (if it lives
diff --git a/include/llvm/Config/sys/mman.h b/include/llvm/Config/sys/mman.h
index af7affd940..191161aa90 100644
--- a/include/llvm/Config/sys/mman.h
+++ b/include/llvm/Config/sys/mman.h
@@ -1,10 +1,18 @@
-/*
- * Header file: mman.h
+/*===-- Config/sys/mman.h - Autoconf sys/mman.h wrapper -----------*- C -*-===//
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
*
* Description:
* This header file includes the headers needed for the mmap() system/
* function call. It also defines some macros so that all of our calls
* to mmap() can act (more or less) the same, regardless of platform.
+ *
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_MMAN_H
diff --git a/include/llvm/Config/sys/resource.h b/include/llvm/Config/sys/resource.h
index 00979b2a89..7e090ce4ba 100644
--- a/include/llvm/Config/sys/resource.h
+++ b/include/llvm/Config/sys/resource.h
@@ -1,9 +1,16 @@
-/*
- * Header file: resource.h
+/*===-- Config/sys/resource.h - Annotation classes --------------*- C++ -*-===//
+ *
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
*
- * Description:
* This header file is the autoconf replacement for sys/resource.h (if it
* lives on the system).
+ *
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_RESOURCE_H
diff --git a/include/llvm/Config/sys/stat.h b/include/llvm/Config/sys/stat.h
index 7bf33d3f24..a19fee4222 100644
--- a/include/llvm/Config/sys/stat.h
+++ b/include/llvm/Config/sys/stat.h
@@ -1,9 +1,15 @@
-/*
- * Header file: stat.h
+/*===-- Config/sys/stat.h - Annotation classes --------------*- ----C++ -*-===//
+ *
+ * The LLVM Compiler Infrastructure
*
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
* This header file includes the headers needed for the stat() system
* call.
+ *
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_STAT_H
diff --git a/include/llvm/Config/sys/time.h b/include/llvm/Config/sys/time.h
index c982b8e0e1..21cb140089 100644
--- a/include/llvm/Config/sys/time.h
+++ b/include/llvm/Config/sys/time.h
@@ -1,9 +1,15 @@
-/*
- * Header file: time.h
+/*===-- Config/sys/time.h - Annotation classes ------------------*- C++ -*-===//
+ *
+ * The LLVM Compiler Infrastructure
*
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
* This header file is the autoconf replacement for sys/time.h (if it
* lives on the system).
+ *
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_TIME_H
diff --git a/include/llvm/Config/sys/types.h b/include/llvm/Config/sys/types.h
index 08ec22df28..bdb64a7b08 100644
--- a/include/llvm/Config/sys/types.h
+++ b/include/llvm/Config/sys/types.h
@@ -1,9 +1,15 @@
-/*
- * Header file: types.h
+/*===-- Config/sys/types.h - Annotation classes --------------*- C++ -*-===//
+ *
+ * The LLVM Compiler Infrastructure
*
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
* This header file is the autoconf substitute for sys/types.h. It
* includes it for us if it exists on this system.
+ *
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_TYPES_H
diff --git a/include/llvm/Config/sys/wait.h b/include/llvm/Config/sys/wait.h
index 5d69fa1ca4..de92831316 100644
--- a/include/llvm/Config/sys/wait.h
+++ b/include/llvm/Config/sys/wait.h
@@ -1,9 +1,14 @@
-/*
- * Header file: wait.h
+/*===-- Config/sys/wait.h - Annotation classes ------------------*- C++ -*-===//
+ *
+ * The LLVM Compiler Infrastructure
*
- * Description:
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
* This header file includes the headers needed for the wait() system
* call.
+ *===----------------------------------------------------------------------===//
*/
#ifndef _CONFIG_SYS_WAIT_H
diff --git a/include/llvm/Config/time.h b/include/llvm/Config/time.h
index 4f14d0d0dd..b2f3e6ee05 100644
--- a/include/llvm/Config/time.h
+++ b/include/llvm/Config/time.h
@@ -1,5 +1,10 @@
-/*
- * Header file: time.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
*
* Description:
* This header file is the autoconf replacement for time.h (if it lives
diff --git a/include/llvm/Config/unistd.h b/include/llvm/Config/unistd.h
index 72642aeb2a..5b621a6b76 100644
--- a/include/llvm/Config/unistd.h
+++ b/include/llvm/Config/unistd.h
@@ -1,5 +1,10 @@
-/*
- * Header file: unistd.h
+/*
+ * The LLVM Compiler Infrastructure
+ *
+ * This file was developed by the LLVM research group and is distributed under
+ * the University of Illinois Open Source License. See LICENSE.TXT for details.
+ *
+ *===----------------------------------------------------------------------===//
*
* Description:
* This header file is the autoconf replacement for unistd.h (if it lives