freebsd-dev/lib/clang/include
Dimitry Andric c371433e4a For clang, move the definition of FREEBSD_CC_VERSION into its own header
file, lib/clang/freebsd_cc_version.h, instead of reusing Version.inc.
The header is only included from one .cpp file in the clang tree.

This minimizes the number of .cpp files that need to be rebuilt if the
version is bumped.

Discussed with:	bdrewery
2016-06-03 16:17:36 +00:00
..
clang For clang, move the definition of FREEBSD_CC_VERSION into its own header 2016-06-03 16:17:36 +00:00
llvm Update llvm/clang build glue. 2016-01-16 17:49:29 +00:00
AArch64GenAsmMatcher.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenAsmWriter1.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenAsmWriter.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenCallingConv.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenDAGISel.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenDisassemblerTables.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenFastISel.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenInstrInfo.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenMCCodeEmitter.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenMCPseudoLowering.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenRegisterInfo.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
AArch64GenSubtargetInfo.inc Add the AArch64 llvm backend to the build to allow for early testing and 2015-01-07 19:06:27 +00:00
ARMGenAsmMatcher.inc Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
ARMGenAsmWriter.inc
ARMGenCallingConv.inc
ARMGenCodeEmitter.inc
ARMGenDAGISel.inc
ARMGenDisassemblerTables.inc Upgrade our copy of llvm/clang to r142614, from upstream's release_30 2011-10-22 14:08:43 +00:00
ARMGenFastISel.inc Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
ARMGenInstrInfo.inc
ARMGenMCCodeEmitter.inc Upgrade our copy of llvm/clang to r126079, from upstream's trunk. 2011-02-20 19:33:47 +00:00
ARMGenMCPseudoLowering.inc Upgrade our copy of llvm/clang to r135360, from upstream's trunk. 2011-07-17 19:51:40 +00:00
ARMGenRegisterInfo.inc
ARMGenSubtargetInfo.inc Upgrade our copy of llvm/clang to r135360, from upstream's trunk. 2011-07-17 19:51:40 +00:00
AttributesCompatFunc.inc First part of updating llvm/clang build glue: getting llvm-tblgen, 2015-12-31 14:39:45 +00:00
Checkers.inc Upgrade our copy of llvm/clang to r126079, from upstream's trunk. 2011-02-20 19:33:47 +00:00
Makefile Add new pkuintrin.h intrinsics header. 2016-01-06 21:26:31 +00:00
Makefile.depend META MODE: Fix rebuilding of lib/clang/include after clang-tblgen.host is 2015-12-01 05:18:59 +00:00
MipsGenAsmMatcher.inc Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
MipsGenAsmWriter.inc
MipsGenCallingConv.inc
MipsGenCodeEmitter.inc Upgrade our copy of llvm/clang to 3.0 release. Release notes can be 2011-12-09 22:23:45 +00:00
MipsGenDAGISel.inc
MipsGenDisassemblerTables.inc Upgrade our copy of llvm/clang to trunk r162107. With thanks to 2012-08-20 18:33:03 +00:00
MipsGenFastISel.inc Update llvm and clang include files. 2014-11-24 19:37:11 +00:00
MipsGenInstrInfo.inc
MipsGenMCCodeEmitter.inc Upgrade our copy of llvm/clang to trunk r154661, in preparation of the 2012-04-16 21:23:25 +00:00
MipsGenMCPseudoLowering.inc Upgrade our copy of llvm/clang to r168974, from upstream's release_32 2012-12-03 19:24:08 +00:00
MipsGenRegisterInfo.inc
MipsGenSubtargetInfo.inc Upgrade our copy of llvm/clang to r135360, from upstream's trunk. 2011-07-17 19:51:40 +00:00
PPCGenAsmMatcher.inc Enable llvm's integrated assembler for PowerPC, since it should now be 2013-12-16 18:45:21 +00:00
PPCGenAsmWriter.inc
PPCGenCallingConv.inc
PPCGenCodeEmitter.inc
PPCGenDAGISel.inc
PPCGenDisassemblerTables.inc Update llvm and clang include files. 2014-11-24 19:37:11 +00:00
PPCGenFastISel.inc Upgrade our copy of llvm/clang to 3.4 release. This version supports 2014-02-16 19:44:07 +00:00
PPCGenInstrInfo.inc
PPCGenMCCodeEmitter.inc Upgrade our copy of llvm/clang to r126079, from upstream's trunk. 2011-02-20 19:33:47 +00:00
PPCGenRegisterInfo.inc
PPCGenSubtargetInfo.inc Upgrade our copy of llvm/clang to r135360, from upstream's trunk. 2011-07-17 19:51:40 +00:00
SparcGenAsmMatcher.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenAsmWriter.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenCallingConv.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenCodeEmitter.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenDAGISel.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenDisassemblerTables.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenInstrInfo.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenMCCodeEmitter.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenRegisterInfo.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
SparcGenSubtargetInfo.inc Add Makefile glue to build the Sparc backend libraries and link them 2014-02-20 22:22:39 +00:00
X86GenAsmMatcher.inc
X86GenAsmWriter1.inc
X86GenAsmWriter.inc
X86GenCallingConv.inc
X86GenDAGISel.inc
X86GenDisassemblerTables.inc Upgrade our Clang in base to r114020, from upstream's release_28 branch. 2010-09-20 16:43:17 +00:00
X86GenFastISel.inc
X86GenInstrInfo.inc
X86GenRegisterInfo.inc
X86GenSubtargetInfo.inc Upgrade our copy of llvm/clang to r135360, from upstream's trunk. 2011-07-17 19:51:40 +00:00