mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
Added LLVM header notice.
llvm-svn: 9302
This commit is contained in:
parent
abf2730d2b
commit
afe9f159aa
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,10 @@
|
||||
/*
|
||||
* Header file: errno.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 errno.h (if it lives
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,10 @@
|
||||
/*
|
||||
* Header file: link.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 link.h (if it lives
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,10 @@
|
||||
/*
|
||||
* Header file: stdlib.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 stdlib.h (if it lives
|
||||
|
@ -1,5 +1,10 @@
|
||||
/*
|
||||
* Header file: string.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 string.h (if it lives
|
||||
|
@ -1,5 +1,10 @@
|
||||
/*
|
||||
* Header file: strings.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 strings.h (if it lives
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user