Go to file
Matt Arsenault 0daeb63f03 R600: Fix LowerSDIV24
Use ComputeNumSignBits instead of checking for i8 / i16 which only
worked when AMDIL was lying about having legal i8 / i16.

If an integer is known to fit in 24-bits, we can
do division faster with float ops.

llvm-svn: 213843
2014-07-24 06:59:20 +00:00
clang [OPENMP] Initial parsing and sema analysis for clause 'capture' in 'atomic' directive. 2014-07-24 06:46:57 +00:00
clang-tools-extra Add the fix that should've accompanied r213738. 2014-07-23 11:50:54 +00:00
compiler-rt Build libcxx-tsan only if TSan is supported on host architecture 2014-07-23 20:07:26 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
libcxx Fix ctype_base::xdigit for Android. 2014-07-23 19:32:03 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
lldb Add debug asserts / sanity checks to 2014-07-24 01:53:11 +00:00
llvm R600: Fix LowerSDIV24 2014-07-24 06:59:20 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Fix] Typo during refactoring 2014-07-23 20:26:25 +00:00