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
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
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
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:
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:
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
101 - 120 of 120 matches
Mail list logo