Re: r242121 - Add support for -fuse-ld= in the mingw toolchain driver.

2015-11-15 Thread Yaron Keren via cfe-commits
r253161 2015-11-14 22:45 GMT+02:00 Martell Malone : > The reason why I didn't use -fuse-ld=lld2 was because on Windows we don't > have symlinks. > I figured passing flavor gets over this hurdle and the installation takes > up less space. > If you want to change it I have

Re: [PATCH] D14215: Disable frame pointer elimination when using -pg

2015-11-15 Thread Stefan Kempf via cfe-commits
sisnkemp updated this revision to Diff 40230. http://reviews.llvm.org/D14215 Files: lib/Driver/Tools.cpp lib/Frontend/CompilerInvocation.cpp test/CodeGen/x86_64-profiling-keep-fp.c Index: test/CodeGen/x86_64-profiling-keep-fp.c

Re: [PATCH] D13844: [libclang] Visit TypeAliasTemplateDecl

2015-11-15 Thread Sergey Kalinichev via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253166: [libclang] Visit TypeAliasTemplateDecl (authored by skalinichev). Changed prior to commit: http://reviews.llvm.org/D13844?vs=37672=40234#toc Repository: rL LLVM

r253166 - [libclang] Visit TypeAliasTemplateDecl

2015-11-15 Thread Sergey Kalinichev via cfe-commits
Author: skalinichev Date: Sun Nov 15 07:48:32 2015 New Revision: 253166 URL: http://llvm.org/viewvc/llvm-project?rev=253166=rev Log: [libclang] Visit TypeAliasTemplateDecl This makes TypeAliasTemplateDecl accessible via LibClang and python bindings Differential Revision:

r253169 - [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt intrinsics

2015-11-15 Thread Simon Pilgrim via cfe-commits
Author: rksimon Date: Sun Nov 15 08:40:31 2015 New Revision: 253169 URL: http://llvm.org/viewvc/llvm-project?rev=253169=rev Log: [X86][MMX] Added MMX IR + assembly codegen builtin tests for some missing cvt intrinsics Modified: cfe/trunk/test/CodeGen/mmx-builtins.c Modified:

r253164 - Remove some trailing whitespace

2015-11-15 Thread Sergey Kalinichev via cfe-commits
Author: skalinichev Date: Sun Nov 15 06:37:01 2015 New Revision: 253164 URL: http://llvm.org/viewvc/llvm-project?rev=253164=rev Log: Remove some trailing whitespace Modified: cfe/trunk/tools/libclang/CXType.cpp Modified: cfe/trunk/tools/libclang/CXType.cpp URL:

Re: [PATCH] D13000: [libclang] Expose AutoType

2015-11-15 Thread Sergey Kalinichev via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL253165: [libclang] Expose AutoType (authored by skalinichev). Changed prior to commit: http://reviews.llvm.org/D13000?vs=35193=40232#toc Repository: rL LLVM http://reviews.llvm.org/D13000 Files:

r253165 - [libclang] Expose AutoType

2015-11-15 Thread Sergey Kalinichev via cfe-commits
Author: skalinichev Date: Sun Nov 15 07:10:10 2015 New Revision: 253165 URL: http://llvm.org/viewvc/llvm-project?rev=253165=rev Log: [libclang] Expose AutoType Expose the AutoType via LibClang and python bindings Differential Revision: http://reviews.llvm.org/D13000 Modified:

r253161 - Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld.

2015-11-15 Thread Yaron Keren via cfe-commits
Author: yrnkrn Date: Sun Nov 15 02:06:27 2015 New Revision: 253161 URL: http://llvm.org/viewvc/llvm-project?rev=253161=rev Log: Make the mingw toolchain accept 'ld' and 'lld' only as values to -fuse-ld. Post-commit suggestion by Filipe Cabecinhas. Modified: cfe/trunk/lib/Driver/Tools.cpp

r253177 - [Basic] Use a bitfield in SLocEntry for clarity. NFC.

2015-11-15 Thread Vedant Kumar via cfe-commits
Author: vedantk Date: Sun Nov 15 18:11:58 2015 New Revision: 253177 URL: http://llvm.org/viewvc/llvm-project?rev=253177=rev Log: [Basic] Use a bitfield in SLocEntry for clarity. NFC. Modified: cfe/trunk/include/clang/Basic/SourceManager.h Modified:

r253178 - [Frontend] Rangify for loop. NFC.

2015-11-15 Thread Vedant Kumar via cfe-commits
Author: vedantk Date: Sun Nov 15 18:59:34 2015 New Revision: 253178 URL: http://llvm.org/viewvc/llvm-project?rev=253178=rev Log: [Frontend] Rangify for loop. NFC. Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp Modified: cfe/trunk/lib/Frontend/CompilerInstance.cpp URL:

[PATCH] D14691: clang side of http://reviews.llvm.org/D14690

2015-11-15 Thread Rafael Ávila de Espíndola via cfe-commits
rafael created this revision. rafael added a reviewer: chandlerc. rafael added a subscriber: cfe-commits. Herald added a reviewer: tstellarAMD. http://reviews.llvm.org/D14691 Files: include/clang/Lex/HeaderSearchOptions.h include/clang/Sema/Sema.h lib/AST/VTableBuilder.cpp

r253181 - [Basic] Replace vector with BitVector in SourceManager. NFC.

2015-11-15 Thread Vedant Kumar via cfe-commits
Author: vedantk Date: Sun Nov 15 22:39:22 2015 New Revision: 253181 URL: http://llvm.org/viewvc/llvm-project?rev=253181=rev Log: [Basic] Replace vector with BitVector in SourceManager. NFC. Modified: cfe/trunk/include/clang/Basic/SourceManager.h Modified:

r253184 - [Sema] Implement several unary type traits more accurately

2015-11-15 Thread David Majnemer via cfe-commits
Author: majnemer Date: Mon Nov 16 00:58:51 2015 New Revision: 253184 URL: http://llvm.org/viewvc/llvm-project?rev=253184=rev Log: [Sema] Implement several unary type traits more accurately is_empty, is_polymorphic, and is_abstract didn't handle incomplete types correctly. Only non-union class