Go to file
Nico Weber a62cffae52 Don't pull in setjmp.h in -ffreestanding compiles.
Also provide _setjmpex(). r200243 put in _setjmp() and _setjmpex() behind a
comment since jmp_buf wasn't available. r200344 added jmp_buf and put in
_setjmp(), but missed _setjmpex().

llvm-svn: 212557
2014-07-08 18:34:46 +00:00
clang Don't pull in setjmp.h in -ffreestanding compiles. 2014-07-08 18:34:46 +00:00
clang-tools-extra As funny as it might look, this wasn't what I intended to test. 2014-07-08 16:42:54 +00:00
compiler-rt [msan] Fix out of bounds access in origin copying. 2014-07-08 14:15:23 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Fix some failing tests for the standard containers. The tests were failing in 32-bit mode because they assumed that std::size_type and make_unsigned<ptrdiff_t>::type were always the same type. No change to libc++, just the tests. 2014-07-08 15:19:40 +00:00
libcxxabi Add a cmake build system. 2014-07-03 19:35:48 +00:00
lld [Mips] Make rel-dynamic-07.test test case independent from external input files. 2014-07-08 15:47:55 +00:00
lldb Revert accidental change to Xcode project. 2014-07-08 18:09:58 +00:00
llvm Revert "GlobalDCE: Delete available_externally initializers if it allows removing the value the initializer is referring to." 2014-07-08 17:06:03 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update for llvm api change. 2014-07-06 18:11:46 +00:00