Go to file
Greg Clayton bc8fc0f5e0 Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code.
Modified the test programs to use floating point constants that always will display correctly. We had some numbers that were being rounded, and now that we are using clang, we no longer round them and we get more correct results.

llvm-svn: 183792
2013-06-11 21:56:55 +00:00
clang Correctly handle designated initializers which modify an array initialized 2013-06-11 21:48:11 +00:00
clang-tools-extra More build fixes. 2013-06-11 20:24:32 +00:00
compiler-rt [lsan] Harmonized some naming inconsistencies. 2013-06-11 15:26:20 +00:00
debuginfo-tests We've got the type right, which has broken these tests - but now we need to get the location information correct that the type was papering over 2013-06-07 22:09:23 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Test case for r183481. 2013-06-07 14:24:18 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [PECOFF][Writer] Structure of pe32_header was changed. 2013-06-11 21:39:58 +00:00
lldb Use llvm::APFloat for formatting if a target is available. Each target when debugging has a "ASTContext" that helps us to use the correct floating point semantics. Now that APFloat supports toString we now use that. If we don't have a target, we still fall back on the old display methodology, but the important formatting should always have a target available and thus use the compiler floating point code. 2013-06-11 21:56:55 +00:00
llvm Make host ARM CPU feature detection independent of the vendor 2013-06-11 21:45:01 +00:00
polly TempScopInfo: Add code to build the scalar dependences. 2013-06-10 13:55:34 +00:00