Re: [PATCH] Changed tool-template to use CommonOptionsParser.

2014-08-02 Thread Manuel Klimek
LG http://reviews.llvm.org/D4765 ___ cfe-commits mailing list cfe-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Re: [PATCH] [libcxxabi] [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them.

2014-08-02 Thread Manuel Klimek
Ack. I'd still hope that we only need to tell that at most once to a reviewer, but I'll try to find the time to implement sending something on accept. On Aug 2, 2014 12:17 AM, Nico Weber tha...@chromium.org wrote: Manuel: This is a good example where the email-only flow didn't work well, the

r214616 - libclang: Update LINK_COMPONENTS.

2014-08-02 Thread NAKAMURA Takumi
Author: chapuni Date: Sat Aug 2 01:58:39 2014 New Revision: 214616 URL: http://llvm.org/viewvc/llvm-project?rev=214616view=rev Log: libclang: Update LINK_COMPONENTS. Modified: cfe/trunk/tools/libclang/CMakeLists.txt cfe/trunk/tools/libclang/Makefile Modified:

r214617 - libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs.

2014-08-02 Thread NAKAMURA Takumi
Author: chapuni Date: Sat Aug 2 02:05:38 2014 New Revision: 214617 URL: http://llvm.org/viewvc/llvm-project?rev=214617view=rev Log: libclang/Makefile: Restore some components in LINK_COMPONENTS. Clang's Makefile(s) are not transitive on clang libs. Modified:

r214619 - libclang/Makefile: Update LINK_COMPONENTS take #2.

2014-08-02 Thread NAKAMURA Takumi
Author: chapuni Date: Sat Aug 2 02:16:14 2014 New Revision: 214619 URL: http://llvm.org/viewvc/llvm-project?rev=214619view=rev Log: libclang/Makefile: Update LINK_COMPONENTS take #2. Modified: cfe/trunk/tools/libclang/Makefile Modified: cfe/trunk/tools/libclang/Makefile URL:

r214620 - libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise.

2014-08-02 Thread NAKAMURA Takumi
Author: chapuni Date: Sat Aug 2 02:24:04 2014 New Revision: 214620 URL: http://llvm.org/viewvc/llvm-project?rev=214620view=rev Log: libclang/Makefile: Update LINK_COMPONENTS take #3. Sorry for the noise. Modified: cfe/trunk/tools/libclang/Makefile Modified:

[clang-tools-extra] r214621 - Changed tool-template to use CommonOptionsParser.

2014-08-02 Thread Alexander Kornienko
Author: alexfh Date: Sat Aug 2 03:24:10 2014 New Revision: 214621 URL: http://llvm.org/viewvc/llvm-project?rev=214621view=rev Log: Changed tool-template to use CommonOptionsParser. Reviewers: pcc, klimek Reviewed By: klimek Subscribers: cfe-commits Differential Revision:

Re: [PATCH] Changed tool-template to use CommonOptionsParser.

2014-08-02 Thread Alexander Kornienko
Closed by commit rL214621 (authored by @alexfh). REPOSITORY rL LLVM http://reviews.llvm.org/D4765 Files: clang-tools-extra/trunk/tool-template/ToolTemplate.cpp Index: clang-tools-extra/trunk/tool-template/ToolTemplate.cpp ===

r214635 - vcfsx and dss instructions require immediates, variables are not valid.

2014-08-02 Thread Joerg Sonnenberger
Author: joerg Date: Sat Aug 2 10:07:21 2014 New Revision: 214635 URL: http://llvm.org/viewvc/llvm-project?rev=214635view=rev Log: vcfsx and dss instructions require immediates, variables are not valid. Modified: cfe/trunk/test/CodeGen/builtins-ppc-altivec.c Modified:

[PATCH] Inconsistency in Preprocessor::ReleaseMacroInfo(MacroInfo *MI)

2014-08-02 Thread Vassil Vassilev
Hi, In cases where ReleaseMacroInfo gets called and it doesn't cleanup the Preprocessor's MIChainHead can lead to double deletion. I am sending the patch that fixes the problem for me. Vassil diff --git a/lib/Lex/PPDirectives.cpp b/lib/Lex/PPDirectives.cpp index 5f38387..1a9b5eb 100644 ---

Re: [libcxxabi] r214573 - [unwinder] Tell the assembler that functions are functions so that the linker knows how to link them.

2014-08-02 Thread Saleem Abdulrasool
On Fri, Aug 1, 2014 at 3:02 PM, Jonathan Roelofs jonat...@codesourcery.com wrote: Author: jroelofs Date: Fri Aug 1 17:02:21 2014 New Revision: 214573 URL: http://llvm.org/viewvc/llvm-project?rev=214573view=rev Log: [unwinder] Tell the assembler that functions are functions so that the

Re: [PATCH] [libcxx] Update libc++ docs to include instructions for LIT.

2014-08-02 Thread Nico Weber
Awesome :-) Comment at: www/index.html:156 @@ -143,6 +155,3 @@ p - On Mac OS 10.7 (Lion) and later, the easiest way to get this library is to install - Xcode 4.2 or later. However if you want to install tip-of-trunk from here - (getting the bleeding edge), read

r214656 - Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease mingw32 builder.

2014-08-02 Thread NAKAMURA Takumi
Author: chapuni Date: Sat Aug 2 20:11:44 2014 New Revision: 214656 URL: http://llvm.org/viewvc/llvm-project?rev=214656view=rev Log: Tools.cpp: Avoid std::to_string() on -fbuild-session-timestamp to appease mingw32 builder. Modified: cfe/trunk/lib/Driver/Tools.cpp Modified:

Re: [PATCH] Handle SPARC float command line parameters for SPARCv9

2014-08-02 Thread Brad Smith
On 26/07/14 4:21 PM, Brad Smith wrote: I missed a switch case when adding the initial float handling support for SPARCv9. ping. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___