summaryrefslogtreecommitdiffstats
path: root/usr.bin/clang
Commit message (Collapse)AuthorAgeFilesLines
* Minor updates to the clang and tblgen manpages.dim2011-05-022-14/+9
|
* Upgrade our copy of llvm/clang to r130700, from upstream's trunk.dim2011-05-021-15/+16
|
* Regenerate clang and tblgen manpages; the clang manpage has some minordim2011-02-272-5/+8
| | | | updates.
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-202-8/+12
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Add manpages for clang and tblgen. These were generated from upstream'sdim2010-09-274-2/+715
| | | | | | | tools/clang/docs/tools/clang.pod and docs/CommandGuide/tblgen.pod, respectively. Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201-4/+8
| | | | Approved-by: rpaulo (mentor)
* Build clang libraries by default with -fno-exceptions and withrpaulo2010-07-221-0/+1
| | | | | | | | | -fno-rtti. The clang libaries that really use exceptions and virtual functions can enable LLVM_REQUIRES_EH and LLVM_REQUIRES_RTTI respectively. This saves space on the resulting binaries and follows what's being done upstream. Submitted by: Dimitry Andric <dimitry at andric.com>
* Upgrade our Clang in base to r108428.ed2010-07-202-28/+91
| | | | | | | | | 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
* Install tblgen so partial / progressive builds are still possible.des2010-06-121-1/+1
|
* Import the build makefiles for clang/LLVM.rdivacky2010-06-094-0/+70
Approved by: ed (mentor)
OpenPOWER on IntegriCloud