Go to file
Hal Finkel 746b530a7d Add the missing "n" to libm LIBBUILTIN definitions
The libm math functions should be marked with the "n" (nothrow) flag so that
the corresponding IR function declarations are tagged with the nounwind
attribute (this has been true in C mode, but not in C++ mode).

The test case has been updated to run in C++ mode in addition to in C mode.

llvm-svn: 190217
2013-09-06 23:23:32 +00:00
clang Add the missing "n" to libm LIBBUILTIN definitions 2013-09-06 23:23:32 +00:00
clang-tools-extra clang-modernize: Fix bugs in Pass-By-Value transform 2013-09-06 22:28:53 +00:00
compiler-rt [sanitizer] Avoid including any system headers in the system-header-free part of the runtime library. 2013-09-06 15:34:17 +00:00
debuginfo-tests Use a more backwards-compatible method for evaluating expressions and add 2013-09-06 22:33:52 +00:00
libclc Implement mad_hi built-in 2013-09-06 22:09:51 +00:00
libcxx N3545: Quoted strings 2013-09-05 04:48:45 +00:00
libcxxabi Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT 2013-08-29 19:19:27 +00:00
lld [PECOFF] Don't add RVAs to base relocations table. 2013-09-06 22:09:02 +00:00
lldb Re-enable some locally passing tests on Linux and see how they behave on the buildbots. 2013-09-06 22:33:49 +00:00
llvm TBAA: add isTBAAVtableAccess to MDNode so clients can call the function 2013-09-06 22:47:05 +00:00
polly [CodeGen] Fixup assert fails caused by incorrect LoopInfo update 2013-09-02 16:13:00 +00:00