Revision
302630
by echuraev:
[OpenCL] Added checking OpenCL version for cl_khr_mipmap_image built-ins Reviewers: Anastasia, cfe-commits Reviewed By: Anastasia Subscribers: bader, yaxunl Differential Revision: https://reviews.llvm.org/D32897 |
Change Type | Path in Repository | Path in Workspace |
---|
 | /cfe/trunk/lib/Headers/opencl-c.h (diff) | llvm-revision.src/cfe/trunk/lib/Headers/opencl-c.h |
Revision
302629
by ericwf:
Fix use of removed SH test replacement %exec |
Change Type | Path in Repository | Path in Workspace |
---|
 | /libcxxabi/trunk/test/incomplete_type.sh.cpp (diff) | llvm-revision.src/libcxxabi/trunk/test/incomplete_type.sh.cpp |
Revision
302628
by kosarev:
[Safestack] Fix the canary test to catch the libc's message regarding stack smashing By default glibc writes its diagnostics directly to tty so the `2>&1 |` redirection in the test doesn't catch the *** stack smashing detected *** message, which in turn breaks printing the lit's progress bar. By defining the LIBC_FATAL_STDERR_ environment variable we force glibc to direct diagnostic messages to stderr. Differential Revision: https://reviews.llvm.org/D32599 |
Change Type | Path in Repository | Path in Workspace |
---|
 | /compiler-rt/trunk/test/safestack/canary.c (diff) | llvm-revision.src/compiler-rt/trunk/test/safestack/canary.c |
Revision
302627
by ericwf:
Attempt to speculatively unbreak Apple build bots |
Change Type | Path in Repository | Path in Workspace |
---|
 | /libcxx/trunk/utils/libcxx/test/config.py (diff) | llvm-revision.src/libcxx/trunk/utils/libcxx/test/config.py |
Revision
302626
by ctopper:
[APInt] Fix indentation of tcDivide. Combine variable declaration and initialization. |
Change Type | Path in Repository | Path in Workspace |
---|
 | /llvm/trunk/lib/Support/APInt.cpp (diff) | llvm-revision.src/llvm/trunk/lib/Support/APInt.cpp |
Revision
302625
by ctopper:
[APInt] Use getNumWords function in udiv/urem/udivrem instead of reimplementinging it. |
Change Type | Path in Repository | Path in Workspace |
---|
 | /llvm/trunk/lib/Support/APInt.cpp (diff) | llvm-revision.src/llvm/trunk/lib/Support/APInt.cpp |
Revision
302624
by ioeric:
Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacks Summary: This is the first change as part of developing a clang-query based search and replace tool. Reviewers: klimek, bkramer, ioeric, sbenza, jbangert Reviewed By: ioeric, jbangert Subscribers: sbenza, ioeric, cfe-commits Patch by Julian Bangert! Differential Revision: https://reviews.llvm.org/D29621 |
Change Type | Path in Repository | Path in Workspace |
---|
 | /cfe/trunk/include/clang/Tooling/RefactoringCallbacks.h (diff) | llvm-revision.src/cfe/trunk/include/clang/Tooling/RefactoringCallbacks.h |
 | /cfe/trunk/lib/Tooling/RefactoringCallbacks.cpp (diff) | llvm-revision.src/cfe/trunk/lib/Tooling/RefactoringCallbacks.cpp |
 | /cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp (diff) | llvm-revision.src/cfe/trunk/unittests/Tooling/RefactoringCallbacksTest.cpp |