summaryrefslogtreecommitdiffstats
path: root/contrib/llvm
Commit message (Collapse)AuthorAgeFilesLines
* Actually, check for any kind of "C string type".rdivacky2010-10-131-8/+4
| | | | Approved by: rpaulo (mentor)
* Extend this check for const unsigned char *.rdivacky2010-10-131-2/+6
| | | | Approved by: rpaulo (mentor)
* Remove more unneeded files and directories from contrib/llvm. Thisdim2010-10-11721-162290/+0
| | | | | | | still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
* Rework the analysis of the 'r' specifier. It turns out that we can'trpaulo2010-10-113-1/+7
| | | | | | | | make it like xArg because they are different ('x' doesn't accept sign, but 'r' does). This fixes some warnings when building DDB with clang. With help from: rdivacky
* Restore the support for the 'r' and the 'y' conversion specifiers, firstrpaulo2010-10-111-0/+2
| | | | | added on r208987. These are undocumented but are part of printf(9).
* Upgrade Clang and LLVM to the 2.8 release. See here for release notes:dim2010-10-078-26/+36
| | | | | | http://llvm.org/releases/2.8/docs/ReleaseNotes.html Approved by: rpaulo (mentor)
* Apply r207674 from the clangbsd project branch:dim2010-10-061-1/+1
| | | | | | | | | Make "clang -print-multi-os-directory" return "." on amd64, matching gcc's behaviour. This is needed because some ports use the option to determine the installation directory for their libraries. Requested by: kwm Approved by: rpaulo (mentor)
* Cleanup some example and empty directories that were left around afterdim2010-10-0216-665/+0
| | | | | | | the last import of contrib/llvm. Suggested by: obrien Approved by: rpaulo (mentor)
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201425-71544/+93144
| | | | Approved-by: rpaulo (mentor)
* Modify clang so that when TOOLS_PREFIX is defined we register therpaulo2010-08-212-12/+21
| | | | | | | | CLANG_PREFIX macro. This changes the default header search path when we are building clang as part of cross-tools. Submitted by: Dimitry Andric <dimitry at andric.com> Reviewed by: freebsd-current
* Upgrade our Clang in base to r108428.ed2010-07-201094-39245/+75325
| | | | | | | | | This commit merges the latest LLVM sources from the vendor space. It also updates the build glue to match the new sources. Clang's version number is changed to match LLVM's, which means /usr/include/clang/2.0 has been renamed to /usr/include/clang/2.8. Obtained from: projects/clangbsd
* Do the branding right this time.ed2010-06-121-0/+3
| | | | | | | | | I've looked at other places in the source tree where CLANG_VENDOR is used and I suspect it might not be safe to use newlines here. CLANG_VENDOR should just be defined to "FreeBSD ", just like the latest Clang preview in OS X uses "Apple ". Properly use SVN_REVISION to define it to the imported revision of Clang. I do want to have a date in there, so slightly modify the code to support CLANG_VENDOR_SUFFIX.
* Remove Xcode cmake win32 projects unittests from LLVM andrdivacky2010-06-10136-38193/+0
| | | | | | | clang.xcodeproj INPUTS win32 from clang. Requested by: jkim Approved by: ed (mentor)
* Introduce -fformat-extensions. A local FreeBSD extension usedrdivacky2010-06-108-5/+58
| | | | | | for additional printf modifiers in kernel. Approved by: ed (mentor)
* Remove the commented out piece that slipped as a mismerge.rdivacky2010-06-091-10/+0
| | | | Approved by: ed (mentor)
* Adjust include paths to FreeBSD. Remove /usr/local/include andrdivacky2010-06-091-0/+15
| | | | | | add /usr/include/clang/$VERSION (currently VERSION is 2.0). Approved by: ed (mentor)
* Change the default CPU to i486 on i386 (architecture).rdivacky2010-06-091-1/+1
| | | | Approved by: ed (mentor)
* Comment out piece of code using __clear_cache() which FreeBSDrdivacky2010-06-091-1/+1
| | | | | | does not have. This is only used for JIT on ARM so it's harmless. Approved by: ed (mentor)
* Remove unneeded directories.ed2010-06-09195-23040/+0
| | | | | | Even though Roman removed these directories in his working copy, they weren't removed from the actual repository, also causing his working copy to be corrupted.
* Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/rdivacky2010-06-093178-0/+1198913
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core
OpenPOWER on IntegriCloud