summaryrefslogtreecommitdiffstats
path: root/lib/clang/libllvmscalaropts
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade our copy of llvm/clang to r126079, from upstream's trunk.dim2011-02-201-1/+2
| | | | | This contains many improvements, primarily better C++ support, an integrated assembler for x86 and support for -pg.
* Upgrade our Clang in base to r114020, from upstream's release_28 branch.dim2010-09-201-3/+2
| | | | Approved-by: rpaulo (mentor)
* Upgrade our Clang in base to r108428.ed2010-07-201-9/+29
| | | | | | | | | 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
* Remove unneeded files from the build.ed2010-06-151-1/+1
| | | | | | | | | | | | | | | I used the following command to determine which source files were unneeded: | for i in `find lib/clang -name '*.o'` | do | MATCHES="`(nm -g --defined-only $i; nm -g --defined-only \ | usr.bin/clang/clang/clang) | sed -e 's/.* //' | \ | sort | uniq -d | wc -l`" | [ $MATCHES -eq 0 ] && echo "$i: unneeded" | done This should slightly improve the build times.
* Import the build makefiles for clang/LLVM.rdivacky2010-06-091-0/+18
Approved by: ed (mentor)
OpenPOWER on IntegriCloud