Go to file
Chandler Carruth 8f4f5090b4 [PM] Move away from the old llvm/PassManager.h header and its using
declarations and just use the legacy namespace qualifier in this file
and the permanent header name.

The old wrapper header is going away to make LLVM's build more modular,
and without updating Clang I can't easily start to add usage of the new
pass manager to Clang. This should make it more clear in the code which
set of types is doing what.

llvm-svn: 229090
2015-02-13 09:47:49 +00:00
clang [PM] Move away from the old llvm/PassManager.h header and its using 2015-02-13 09:47:49 +00:00
clang-tools-extra Re-sort includes using the LLVM utils/sort_includes.py script. 2015-02-13 09:07:58 +00:00
compiler-rt [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +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 Implement log10 2015-01-30 18:00:34 +00:00
libcxx Fix error checking in get_temp_file_name(). 2015-02-13 03:02:28 +00:00
libcxxabi Don't use bzero() and strcpy(). 2015-02-13 07:18:22 +00:00
lld ELF/AArch64: Add support for checking for ABS32 overflow 2015-02-13 06:22:31 +00:00
lldb Fix the last two warnings I see on Linx building 'lldb': mismatched 2015-02-13 08:16:15 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm Re-sort the #include lines in bindings and examples which I managed to 2015-02-13 09:14:30 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly Link LLVM libraries into libLLVMPolly if BUILD_SHARED_LIBS=ON is set 2015-02-12 08:27:19 +00:00