Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update llvm to trunk r256633. | dim | 2015-12-30 | 1 | -0/+1 |
| | |||||
* | Update llvm/clang to r241361. | dim | 2015-07-05 | 1 | -2/+2 |
| | |||||
* | Update llvm/clang to r240225. | dim | 2015-06-23 | 1 | -1/+1 |
| | |||||
* | Merge llvm 3.6.0rc1 from ^/vendor/llvm/dist, merge clang 3.6.0rc1 from | dim | 2015-01-25 | 1 | -3/+25 |
| | | | | ^/vendor/clang/dist, resolve conflicts, and cleanup patches. | ||||
* | Upgrade our copy of llvm/clang to 3.4 release. This version supports | dim | 2014-02-16 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | all of the features in the current working draft of the upcoming C++ standard, provisionally named C++1y. The code generator's performance is greatly increased, and the loop auto-vectorizer is now enabled at -Os and -O2 in addition to -O3. The PowerPC backend has made several major improvements to code generation quality and compile time, and the X86, SPARC, ARM32, Aarch64 and SystemZ backends have all seen major feature work. Release notes for llvm and clang can be found here: <http://llvm.org/releases/3.4/docs/ReleaseNotes.html> <http://llvm.org/releases/3.4/tools/clang/docs/ReleaseNotes.html> MFC after: 1 month | ||||
* | Upgrade our copy of llvm/clang to r135360, from upstream's trunk. | dim | 2011-07-17 | 1 | -0/+4 |
| | |||||
* | Upgrade our copy of llvm/clang to r132879, from upstream's trunk. | dim | 2011-06-12 | 1 | -2/+5 |
| | |||||
* | Upgrade our Clang in base to r108428. | ed | 2010-07-20 | 1 | -2/+3 |
| | | | | | | | | | 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 | ||||
* | Import LLVM/clang from vendor stripped of docs/ test/ website/ www/ examples/ | rdivacky | 2010-06-09 | 1 | -0/+115 |
in llvm/ and/or llvm/contrib/clang/ respectively. Approved by: ed (mentor) Approved by: core |