Go to file
Krzysztof Parzyszek ccf5ee0b8f Use report_fatal_error after all
Depending on the compiler used to build LLVM, llvm_unreachable can either
expand to a call to abort(), or to a __builtin_unreachable. The latter
does not have a predictable behavior at runtime.

llvm-svn: 270260
2016-05-20 19:46:42 +00:00
clang ObjectiveC: canonicalize "kindof id" to "id". 2016-05-20 17:29:43 +00:00
clang-tools-extra [clang-tidy] Switch to a more common way of customizing check behavior. 2016-05-20 13:42:40 +00:00
compiler-rt [esan] Add custom flag support 2016-05-20 19:26:52 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc math: Use single precision fmax in sp path 2016-05-17 19:44:01 +00:00
libcxx Reorganize locale extension fallbacks. NFCI 2016-05-20 12:58:41 +00:00
libcxxabi libc++abi: make __cxa_call_unexpected visible 2016-05-11 23:56:37 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Make tp offset computation target independent. 2016-05-20 17:41:09 +00:00
lldb Adopt mmap flags that allow mmap'ed memory to be less crash prone. 2016-05-20 19:18:20 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm Use report_fatal_error after all 2016-05-20 19:46:42 +00:00
openmp Remove trailing whitespace in src/ directory 2016-05-20 19:03:38 +00:00
polly Revert "Optimistic assume required invariant loads to be invariant" 2016-05-19 13:47:34 +00:00