Go to file
Mehdi Amini dc4c095d51 Nuke getGlobalContext() from LLVM (but the C API)
The only use for getGlobalContext() is in the C API.
Let's just move the static global here and nuke the C++ API.

Differential Revision: http://reviews.llvm.org/D19094

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266380
2016-04-14 21:59:18 +00:00
clang In vector comparisons, handle scalar LHS just as we handle scalar RHS 2016-04-14 21:03:38 +00:00
clang-tools-extra [clang-tidy] Add check misc-multiple-statement-macro 2016-04-14 21:15:57 +00:00
compiler-rt [sanitizer] [SystemZ] Fix stack traces. 2016-04-14 21:19:27 +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 [AMDGPU] Implement get_local_size for amdgcn--amdhsa triple 2016-04-07 19:54:19 +00:00
libcxx Qualify calls to addressof to avoid getting ADL. Fixes PR#27254. 2016-04-13 17:02:23 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Do not use llvm::getGlobalContext(). 2016-04-14 21:41:44 +00:00
lldb Fix Xcode project after recent s390x changes. 2016-04-14 20:05:21 +00:00
llgo benchcomp: Add a mode for analyzing rule execution time in ninja log files. 2016-04-08 22:42:22 +00:00
llvm Nuke getGlobalContext() from LLVM (but the C API) 2016-04-14 21:59:18 +00:00
openmp [ITTNOTIFY] Correct barrier imbalance time in case of tasks 2016-04-14 16:06:49 +00:00
polly Add contexts to test cases. NFC. 2016-04-14 15:22:13 +00:00