Go to file
Greg Clayton 100eb93f89 Add host layer support for pipes.
Windows does support pipes, but they do so in a slightly different way. Added a Host layer which abstracts the use of pipes into a new Pipe class that everyone can use.

Windows benefits include:
- Being able to interrupt running processes when IO is directly hooked up 
- being able to interrupt long running python scripts
- being able to interrupt anything based on ConnectionFileDescriptor

llvm-svn: 212220
2014-07-02 21:10:39 +00:00
clang Fixup typo in MSVCCompatibility.rst 2014-07-02 21:09:33 +00:00
clang-tools-extra Consistently handle clang-tidy check names in ClangTidyError. 2014-07-02 15:05:04 +00:00
compiler-rt XFAIL test on Android (this is a known issue) 2014-07-02 20:18:41 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc OpenCL 1.1 does not define CL_VERSION_1_2 so use hardcoded number instead 2014-06-26 15:26:38 +00:00
libcxx Minor cleanup for string_view; mostly from suggestions by Richard Smith. Also, make the tests pass under c++03 2014-07-02 15:45:57 +00:00
libcxxabi Revert the LSDA change to scan_eh_tab. 2014-06-30 12:35:29 +00:00
lld Add missing dependency to macho-dump. 2014-07-02 18:16:31 +00:00
lldb Add host layer support for pipes. 2014-07-02 21:10:39 +00:00
llvm R600: Add a comment that llvm.AMDGPU.trunc is a legacy intrinsic 2014-07-02 20:53:57 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Derive run-time conditions for delinearization 2014-07-02 17:47:48 +00:00