aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/clang/llvm-objdump
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2014-02-16 19:44:07 +0000
committerDimitry Andric <dim@FreeBSD.org>2014-02-16 19:44:07 +0000
commitf785676f2a4a7a9e485a9c482d4e6497babe4392 (patch)
treee0d872ac497be35b3200e236eef94ec43027f1de /usr.bin/clang/llvm-objdump
parent8de08345ab1129d025aa51f38a0e3eb77e5f5f63 (diff)
parentf8af5cf600354830d4ccf59732403f0f073eccb9 (diff)
parentbfef399519ca9b8a4b4c6b563253bad7e0eeffe0 (diff)
downloadsrc-f785676f2a4a7a9e485a9c482d4e6497babe4392.tar.gz
src-f785676f2a4a7a9e485a9c482d4e6497babe4392.zip
Upgrade our copy of llvm/clang to 3.4 release. This version supports
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
Notes
Notes: svn path=/head/; revision=261991