summaryrefslogtreecommitdiffstats
path: root/lib/clang/include
Commit message (Collapse)AuthorAgeFilesLines
* Update llvm and clang to 3.8.0 release.dim2016-03-031-1/+1
|
* Update llvm and clang to release_38 branch r261684.dim2016-02-241-1/+1
|
* Update llvm and clang to release_38 branch r261369.dim2016-02-211-1/+1
|
* Update llvm, clang and lldb to release_38 branch r260756.dim2016-02-131-1/+1
|
* Update llvm, clang and lldb to release_38 branch r258968.dim2016-01-271-1/+1
|
* Update llvm and clang to release_38 branch r258549.dim2016-01-221-1/+1
|
* Update llvm/clang build glue.dim2016-01-164-6/+7
|
* Update llvm, clang and lldb to trunk r257626, and update build glue.dim2016-01-141-1/+1
|
* Update llvm/clang svn revision.dim2016-01-061-1/+1
|
* Add new pkuintrin.h intrinsics header.dim2016-01-061-0/+1
|
* First part of updating llvm/clang build glue: getting llvm-tblgen,dim2015-12-312-0/+4
| | | | clang-tblgen and clang itself built.
* Update various build glue files for the new llvm/clang version number.dim2015-12-301-2/+7
|
* Update clang's Version.inc file, and regenerate various generateddim2015-12-305-133/+170
| | | | | configuration headers (these used to be generated by autoconf, but upstream has deprecated autoconf in favor of CMake).
* Upgrade our copies of clang and llvm to 3.7.1 release. This is adim2015-12-255-12/+12
| | | | | | | bugfix-only release, with no new features. Please note that from 3.5.0 onwards, clang and llvm require C++11 support to build; see UPDATING for more information.
* META MODE: Fix rebuilding of lib/clang/include after clang-tblgen.host isbdrewery2015-12-012-3/+1
| | | | | | | | | | | | | | | staged. None of usr.bin/clang/clang-tblgen or its dependencies need lib/clang/include, so there is no cyclic dependency here to worry about. The issue came about because of workarounds to dependencies on clang being optional. Without this, the clang-tblgen called during the build would change after it was staged for the host. This would cause lib/clang/include to rebuild due to changed build commands. Sponsored by: EMC / Isilon Storage Division
* Switch the default OpenMP runtime for clang to libomp (from the LLVMdim2015-10-182-2/+2
| | | | | project), as libgomp is not supported anyway. You can use the devel/llvm-devel port to install a recent copy of the OpenMP runtime.
* Merge ^/head r288197 through r288456.dim2015-10-011-1/+1
|\
| * Add missing CLEANFILES.bdrewery2015-09-241-1/+1
| | | | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
* | Don't install Intrin.h, as this is an intrinsics header for Windows.dim2015-09-201-2/+1
| |
* | Update llvm, clang and lldb to 3.7.0 release.dim2015-09-065-10/+8
| |
* | Update llvm/clang to r242221.dim2015-08-121-2/+2
| |
* | Update llvm/clang to r241361.dim2015-07-052-2/+4
| |
* | Update llvm/clang build glue.dim2015-06-234-15/+22
| |
* | Merge ^/head r284188 through r284643.dim2015-06-202-0/+14
|\ \ | |/
| * Add META_MODE support.sjg2015-06-132-0/+14
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| | * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| | |
| | * Merge sync of headsjg2015-05-2732-222/+152
| | |\
| | * \ Merge from head@274682sjg2014-11-192-2/+2
| | |\ \
| | * \ \ Merge head from 7/28sjg2014-08-198-37/+15
| | |\ \ \
| | * | | | Avoid circular dependencysjg2014-05-161-0/+3
| | | | | |
| | * | | | Merge headsjg2014-04-2824-79/+95
| | |\ \ \ \
| | * \ \ \ \ Merge from headsjg2013-09-0513-20/+72
| | |\ \ \ \ \
| | * | | | | | Updated dependenciessjg2013-03-171-2/+0
| | | | | | | |
| | * | | | | | Sync with HEAD.obrien2013-02-088-3/+23
| | |\ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Sync from headsjg2012-11-0411-14/+33
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-222-3/+15
| | | |/ / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | | | | | | | | | Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunkdim2015-06-103-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | r239412.
* | | | | | | | | | Update Makefiles and other build glue for llvm/clang 3.7.0, as of trunkdim2015-05-305-81/+33
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | r238337.
* | | | | | | | | Upgrade our copy of clang and llvm to 3.6.1 release.dim2015-05-255-12/+15
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This release contains the following cherry-picked revisions from upstream trunk: 226124 226151 226164 226165 226166 226407 226408 226409 226652 226905 226983 227084 227087 227089 227208 227209 227210 227211 227212 227213 227214 227269 227430 227482 227503 227519 227574 227822 227986 227987 227988 227989 227990 228037 228038 228039 228040 228188 228189 228190 228273 228372 228373 228374 228403 228765 228848 228918 229223 229225 229226 229227 229228 229230 229234 229235 229236 229238 229239 229413 229507 229680 229750 229751 229752 229911 230146 230147 230235 230253 230255 230469 230500 230564 230603 230657 230742 230748 230956 231219 231237 231245 231259 231280 231451 231563 231601 231658 231659 231662 231984 231986 232046 232085 232142 232176 232179 232189 232382 232386 232389 232425 232438 232443 232675 232786 232797 232943 232957 233075 233080 233351 233353 233409 233410 233508 233584 233819 233904 234629 234636 234891 234975 234977 235524 235641 235662 235931 236099 236306 236307 Please note that from 3.5.0 onwards, clang and llvm require C++11 support to build; see UPDATING for more information.
* | | | | | | | Update generated include/llvm/Support/DataTypes.h.dim2015-02-281-30/+42
| | | | | | | |
* | | | | | | | Minor updates to llvm's pregenerated config headers.dim2015-02-262-2/+9
| | | | | | | |
* | | | | | | | Merge llvm 3.6.0 final from ^/vendor/llvm/dist, merge clang 3.6.0 finaldim2015-02-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from ^/vendor/clang/dist, and resolve conflicts.
* | | | | | | | Merge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge clang 3.6.0rc4 fromdim2015-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ^/vendor/clang/dist, resolve conflicts, and update patches.
* | | | | | | | Merge llvm 3.6.0rc3 from ^/vendor/llvm/dist, merge clang 3.6.0rc3 fromdim2015-02-142-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ^/vendor/clang/dist, resolve conflicts, and update patches README.
* | | | | | | | Merge llvm 3.6.0rc2 from ^/vendor/llvm/dist, merge clang 3.6.0rc2 fromdim2015-01-311-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ^/vendor/clang/dist, resolve conflicts, and cleanup patches.
* | | | | | | | Instead of hardcoding /usr/lib, as in r277803, use ${LIBDIR} for thedim2015-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | private header location, since this Makefile (and everything under lib/clang) is not processed for the 32-bit compat stages anyway. Noticed by: bjk
* | | | | | | | Change the path to clang's private headers. Upstream has always storeddim2015-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | these in $LIBDIR/clang/$VERSION/include, instead of our previous custom location in /usr/include/clang/$VERSION. This allows us to drop yet another FreeBSD-specific patch.
* | | | | | | | Add new internal clang headers, relating to AVX2 and ADX intrinsics.dim2015-01-261-1/+8
| | | | | | | |
* | | | | | | | Update llvm and clang library and binary Makefiles for 3.6.0 rc1.dim2015-01-265-14/+23
| | | | | | | |
* | | | | | | | Upgrade our copy of clang and llvm to 3.5.1 release. This is a bugfixdim2015-01-184-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | only release, no new features have been added. Please note that this version requires C++11 support to build; see UPDATING for more information. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.5.1/docs/ReleaseNotes.html> <http://llvm.org/releases/3.5.1/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month X-MFC-With: 276479
OpenPOWER on IntegriCloud