Go to file
Benjamin Kramer 053384edef Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead code eliminating the conditional.
The optimizer should handle this eventually, but currently LVI isn't really designed for this kind of stuff.

llvm-svn: 151918
2012-03-02 15:34:35 +00:00
clang clang -v support for separate clang.git and llvm.git, patch by Andrew Trick. 2012-03-02 14:37:41 +00:00
compiler-rt [asan] Add a negative test for memcpy of long double. 2012-03-02 10:42:10 +00:00
debuginfo-tests Revert previous patch as the corresponding clang patch was reverted. 2012-01-26 07:01:33 +00:00
libclc Switch to BSD/MIT dual license. 2012-02-22 04:47:39 +00:00
libcxx Define _WCHAR_T in solaris/wchar.h. This fixes a bug where Solaris 10 headers 2012-03-02 10:56:04 +00:00
libcxxabi First attempt at arm support. 2012-02-29 22:14:19 +00:00
lld Add support for SharedLibraryAtoms (proxy atoms for exported symbols from a 2012-02-22 21:56:59 +00:00
lldb Fixed Symbol objects being able to get their byte size. 2012-03-02 03:01:16 +00:00
llvm Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead code eliminating the conditional. 2012-03-02 15:34:35 +00:00
polly CodeGen: Document and beautify the parts of the BlockGenerators 2012-03-02 15:20:39 +00:00