History log of /external/clang/lib/Headers/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
6bcf27bb9a4b5c3f79cb44c0e4654a6d7619ad89 29-May-2014 Stephen Hines <srhines@google.com> Update Clang for 3.5 rebase (r209713).

Change-Id: I8c9133b0f8f776dc915f270b60f94962e771bc83
/external/clang/lib/Headers/Makefile
3e80d8ac921825436bd11d9b4017a0691584056b 29-Jan-2012 Douglas Gregor <dgregor@apple.com> Introduce a module map for (some of) the compiler-supplied
headers. The remaining headers require more sophisticated
requirements; they'll be handled separately. Part of
<rdar://problem/10710060>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149206 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
6ee5b9384533d5b3f8c18b578fccd3935e1b892f 06-Oct-2011 Peter Collingbourne <peter@pcc.me.uk> Clang-side build system infrastructure for multiple tblgens.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141267 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
af1879141c0fe45550fa0ebea80e8ca4383b1089 22-Jul-2010 Daniel Dunbar <daniel@zuster.org> build: Make sure arm_neon.h gets installed.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@109073 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
e188b09224b15acfd1d4a9e863edfdd79af57764 26-Jun-2010 Bob Wilson <bob.wilson@apple.com> Add a missing dependency to try to fix a buildbot failure.
It complained with:

llvm[5]: Building Clang arm_neon.h.inc with tblgen
cp: cannot create regular file `/build/buildbot-llvm/clang-x86_64-linux-selfhost-rel/llvm.obj.2/Release/lib/clang/2.0/include/arm_neon.h': No such file or directory


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106922 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
bc817cffbca01c879f13e9290d94797f6caafc7a 25-Jun-2010 Daniel Dunbar <daniel@zuster.org> build: Get CLANG_VERSION from Version.inc instead of depending on VER file directly.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106864 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
a23326b5c244a03bf61ebb86db60a777ea26f926 17-Jun-2010 Nate Begeman <natebegeman@mac.com> Generate arm_neon.inc in include/clang/Basic, which provides:
1. builtins definitions for BuiltinsARM.def
2. intrinsic validation code for SemaChecking

Unsure as to whether this is the best way to handle the make dependencies or not.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106208 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
afed099bd2e759efd4bb63fdc525d3445f94cc13 08-Jun-2010 Daniel Dunbar <daniel@zuster.org> Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile.
- This eliminates most dependencies on how Clang is installed relative to LLVM.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@105637 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
c90b32eb44a0cdac27035ceb16af28506c92b8a8 28-May-2010 Nate Begeman <natebegeman@mac.com> Convert arm_neon.h into arm_neon.td, from which arm_neon.h will be built
Add Makefile support for building arm_neon.h from arm_neon.td
Need to figure out an appropriate cmake rule for this.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@104928 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
f918b8f93429004100c4e01d001c9b1dd95bb4de 16-Sep-2009 Mike Stump <mrs@apple.com> Collapse more clang version numbers down into fewer places.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81983 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
1f2c32e61ca0825e05e7bf6af2f3cb59e21ed2b9 16-Sep-2009 Mike Stump <mrs@apple.com> Back to 1.1 we go.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@81944 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
adcf5b389acd7998742e3d2e807f72ef3abb8cfb 21-Feb-2009 Daniel Dunbar <daniel@zuster.org> Put compiler headers in <prefix>/lib/clang/1.0/include (vs
<prefix>/Headers, gross).


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65247 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
3733831cde6030f09b462d548dcc9d4fb70b971e 22-Jan-2009 Mike Stump <mrs@apple.com> Avoid creating .dir files in the installation area.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62744 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile
bda0b626e74513950405c27525af87e214e605e2 16-Mar-2008 Chris Lattner <sabre@nondot.org> Make a major restructuring of the clang tree: introduce a top-level
lib dir and move all the libraries into it. This follows the main
llvm tree, and allows the libraries to be built in parallel. The
top level now enforces that all the libs are built before Driver,
but we don't care what order the libs are built in. This speeds
up parallel builds, particularly incremental ones.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48402 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/lib/Headers/Makefile