Go to file
Evan Cheng d31802c1f6 Add x86 isel lowering logic to form bit test with inverted condition. e.g.
x ^ -1.

Patch by David Majnemer.
rdar://12755626

llvm-svn: 169339
2012-12-05 00:10:38 +00:00
clang Thread safety analysis: Add a new "beta" warning flag: -Wthread-safety-beta. 2012-12-05 00:06:15 +00:00
clang-tools-extra Update the #include lines of the extra tools. 2012-12-04 09:21:50 +00:00
compiler-rt Fix a use-after-unmap bug in /proc/self/maps caching. The cached buffer was occasionally deleted in the MemoryMappingLayout destructor. 2012-12-04 23:30:00 +00:00
debuginfo-tests XTARGET was removed, update debug-info tests. 2012-10-20 01:38:50 +00:00
libclc Implement any() builtin. Patch by Tom Stellard! 2012-10-08 03:39:21 +00:00
libcxx [CMake] Add support for selecting which c++ abi library to use. 2012-11-30 21:02:29 +00:00
libcxxabi __list::ends_with_template was giving the wrong answer for empty lists. And __parse_unnamed_type_name wasn't properly handling the list of paramters and was not safe against incorrectly mangled lambdas (running past last). 2012-11-30 18:43:50 +00:00
lld Add library dependencies to the lld cmake build. 2012-12-04 21:09:04 +00:00
lldb Fix comment in ABIMacOSX_i386::RegisterIsCalleeSaved to say that 2012-12-04 22:08:50 +00:00
llvm Add x86 isel lowering logic to form bit test with inverted condition. e.g. 2012-12-05 00:10:38 +00:00
polly User isl sha commit id instead of the git tag 2012-12-04 21:54:37 +00:00