[PATCH] D20313: [Mips] Set mips32 as default CPU for MIPS32 Android

2016-05-16 Thread Petar Jovanovic via cfe-commits
petarj created this revision. petarj added a reviewer: atanasyan. petarj added a subscriber: cfe-commits. Herald added subscribers: srhines, danalbert, tberghammer. Change default CPU for MIPS32 Android. Now it is mips32 (rev1). http://reviews.llvm.org/D20313 Files: lib/Driver/Tools.cpp test

r269730 - Modules: set SystemHeader to true if we are building a system module.

2016-05-16 Thread Manman Ren via cfe-commits
Author: mren Date: Mon May 16 21:15:12 2016 New Revision: 269730 URL: http://llvm.org/viewvc/llvm-project?rev=269730&view=rev Log: Modules: set SystemHeader to true if we are building a system module. If we are processing a #include from a module build, we should treat it as a system header if we

r269733 - [AVX512] _m512_setzero_qi/hi should return __m512i.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 22:42:25 2016 New Revision: 269733 URL: http://llvm.org/viewvc/llvm-project?rev=269733&view=rev Log: [AVX512] _m512_setzero_qi/hi should return __m512i. Modified: cfe/trunk/lib/Headers/avx512bwintrin.h cfe/trunk/test/Headers/x86intrin-2.c Modified: cfe/tr

r269732 - [AVX512] Fix odd formatting in intrinsic header.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 22:42:15 2016 New Revision: 269732 URL: http://llvm.org/viewvc/llvm-project?rev=269732&view=rev Log: [AVX512] Fix odd formatting in intrinsic header. Modified: cfe/trunk/lib/Headers/avx512bwintrin.h Modified: cfe/trunk/lib/Headers/avx512bwintrin.h URL: http:

r269735 - [X86] Fix a few intrinsic tests to use the return type that matches the intrinsic they're testing.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 22:42:37 2016 New Revision: 269735 URL: http://llvm.org/viewvc/llvm-project?rev=269735&view=rev Log: [X86] Fix a few intrinsic tests to use the return type that matches the intrinsic they're testing. Modified: cfe/trunk/test/CodeGen/sse-builtins.c Modified:

r269734 - [X86] Add a few missing typecasts to intrinsics. Found by playing with -fno-lax-vector-conversions on the builtin tests.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 22:42:31 2016 New Revision: 269734 URL: http://llvm.org/viewvc/llvm-project?rev=269734&view=rev Log: [X86] Add a few missing typecasts to intrinsics. Found by playing with -fno-lax-vector-conversions on the builtin tests. Modified: cfe/trunk/lib/Headers/avx2i

Re: [PATCH] D18575: [clang-tidy] New checker to replace deprecated throw() specifications

2016-05-16 Thread don hinton via cfe-commits
hintonda updated this revision to Diff 57432. hintonda added a comment. - Address additional comments. http://reviews.llvm.org/D18575 Files: clang-tidy/modernize/CMakeLists.txt clang-tidy/modernize/ModernizeTidyModule.cpp clang-tidy/modernize/UseNoexceptCheck.cpp clang-tidy/modernize/Us

r269738 - [AVX512] Fix return types in several test cases to match the intrinsic they're testing.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:32 2016 New Revision: 269738 URL: http://llvm.org/viewvc/llvm-project?rev=269738&view=rev Log: [AVX512] Fix return types in several test cases to match the intrinsic they're testing. Modified: cfe/trunk/test/CodeGen/avx512f-builtins.c Modified: cfe/tru

r269739 - [AVX512] Add parentheses around macro arguments in AVX512BW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:33 2016 New Revision: 269739 URL: http://llvm.org/viewvc/llvm-project?rev=269739&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512BW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro

r269737 - [AVX512] Correct types for scalar double precision FMA intrinsics and single precision getexp intrinsics.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:29 2016 New Revision: 269737 URL: http://llvm.org/viewvc/llvm-project?rev=269737&view=rev Log: [AVX512] Correct types for scalar double precision FMA intrinsics and single precision getexp intrinsics. Modified: cfe/trunk/lib/Headers/avx512fintrin.h Mod

r269740 - [AVX512] Add parentheses around macro arguments in AVX512DQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:36 2016 New Revision: 269740 URL: http://llvm.org/viewvc/llvm-project?rev=269740&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512DQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro

r269741 - [AVX512] Add parentheses around macro arguments in AVX512ER intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:38 2016 New Revision: 269741 URL: http://llvm.org/viewvc/llvm-project?rev=269741&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512ER intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro

r269744 - [AVX512] Add parentheses around macro arguments in AVX512VLDQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return value

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:46 2016 New Revision: 269744 URL: http://llvm.org/viewvc/llvm-project?rev=269744&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512VLDQ intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macr

r269743 - [AVX512] Add parentheses around macro arguments in AVX512VLBW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return value

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:42 2016 New Revision: 269743 URL: http://llvm.org/viewvc/llvm-project?rev=269743&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512VLBW intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macr

r269742 - [AVX512] Add parentheses around macro arguments in AVX512PF intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro arguments and return values.

2016-05-16 Thread Craig Topper via cfe-commits
Author: ctopper Date: Mon May 16 23:41:40 2016 New Revision: 269742 URL: http://llvm.org/viewvc/llvm-project?rev=269742&view=rev Log: [AVX512] Add parentheses around macro arguments in AVX512PF intrinsics. Remove leading underscores from macro argument names. Add explicit typecasts to all macro

Re: [PATCH] D20198: clang-format: [JS] sort ES6 imports.

2016-05-16 Thread Daniel Jasper via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. I think, this looks good. Manuel: Are you fine with this, design-wise? Comment at: lib/Format/SortJavaScriptImports.cpp:77 @@ +76,3 @@ +return false; + // NB: empty UR

Re: [PATCH] D20208: clang-format: [JS] fix template string width counting.

2016-05-16 Thread Daniel Jasper via cfe-commits
djasper accepted this revision. djasper added a comment. This revision is now accepted and ready to land. Nice. http://reviews.llvm.org/D20208 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe

r269747 - clang-format: [JS] fix template string width counting.

2016-05-16 Thread Martin Probst via cfe-commits
Author: mprobst Date: Tue May 17 01:29:29 2016 New Revision: 269747 URL: http://llvm.org/viewvc/llvm-project?rev=269747&view=rev Log: clang-format: [JS] fix template string width counting. Summary: Simply looking at the final text greatly simplifies the algorithm and also fixes a reported issue.

Re: [PATCH] D20208: clang-format: [JS] fix template string width counting.

2016-05-16 Thread Martin Probst via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL269747: clang-format: [JS] fix template string width counting. (authored by mprobst). Changed prior to commit: http://reviews.llvm.org/D20208?vs=57066&id=57434#toc Repository: rL LLVM http://reviews

r269748 - clang-format: [JS] simplify logic by parsing forward.

2016-05-16 Thread Martin Probst via cfe-commits
Author: mprobst Date: Tue May 17 01:29:33 2016 New Revision: 269748 URL: http://llvm.org/viewvc/llvm-project?rev=269748&view=rev Log: clang-format: [JS] simplify logic by parsing forward. This also reduces complexity to O(n) from O(n^2) by avoiding backtracking re-parses, and fixes length calcula

<    1   2