mgorny created this revision.
mgorny added reviewers: chandlerc, chapuni, samsonov.
mgorny added a subscriber: cfe-commits.
Make it possible to override the value of CLANG_LIBDIR_SUFFIX, and use it
uniformly to control install location of runtimes (i.e. lib/clang), therefore
supporting sharing a
AsafBadouh created this revision.
AsafBadouh added a reviewer: igorb.
AsafBadouh added a subscriber: cfe-commits.
AsafBadouh set the repository for this revision to rL LLVM.
Repository:
rL LLVM
https://reviews.llvm.org/D23753
Files:
../tunkClang/tools/clang/lib/Headers/avx512fintrin.h
Index
mgorny created this revision.
mgorny added a reviewer: rafael.
mgorny added a subscriber: cfe-commits.
Add CLANG_GOLD_LIBDIR_SUFFIX that defaults to ${LLVM_LIBDIR_SUFFIX}
and can be overriden if LLVMgold.so is installed elsewhere. The use case
are multilib systems where binutils is 64-bit and clan
igorb accepted this revision.
igorb added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rL LLVM
https://reviews.llvm.org/D23753
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/m
Author: abadouh
Date: Sun Aug 21 02:56:47 2016
New Revision: 279392
URL: http://llvm.org/viewvc/llvm-project?rev=279392&view=rev
Log:
[X86][AVX512F] minor fix of the parameter names
add "__" prefix
Bug 28842 https://llvm.org/bugs/show_bug.cgi?id=29040
Differential Revision: https://reviews.llvm.
This revision was automatically updated to reflect the committed changes.
Closed by commit rL279392: [X86][AVX512F] minor fix of the parameter names
(authored by abadouh).
Changed prior to commit:
https://reviews.llvm.org/D23753?vs=68801&id=68805#toc
Repository:
rL LLVM
https://reviews.llvm
mgorny created this revision.
mgorny added a reviewer: chapuni.
mgorny added a subscriber: cfe-commits.
Copy the necessary options and configuration checks from LLVM to clang,
to support stand-alone documentation builds.
https://reviews.llvm.org/D23758
Files:
CMakeLists.txt
Index: CMakeLists
NoQ added a comment.
In https://reviews.llvm.org/D15227#519239, @xazax.hun wrote:
> I suspect that slightly different AST is generated for those architectures
> that cause the different behavior. I will further investigate those problems.
Seems so, because on my machine when i append `-triple
omtcyfz marked an inline comment as done.
omtcyfz added a comment.
In https://reviews.llvm.org/D23651#521031, @vmiklos wrote:
> It is expected that either SymbolOffsets or OldNames is empty, and the size
> of the non-empty container is the same as the size of the NewNames container.
> So no, th
dcoughlin added a comment.
This has been requested by PR29069 https://llvm.org/bugs/show_bug.cgi?id=29069
https://reviews.llvm.org/D19979
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-comm
mprobst created this revision.
mprobst added a reviewer: djasper.
mprobst added subscribers: cfe-commits, klimek.
https://reviews.llvm.org/D23761
Files:
lib/Format/FormatTokenLexer.cpp
lib/Format/FormatTokenLexer.h
lib/Format/TokenAnnotator.cpp
unittests/Format/FormatTestJS.cpp
Index: un
ygao added a subscriber: ygao.
Comment at: lib/Format/FormatTokenLexer.cpp:245
@@ -241,1 +244,3 @@
++Offset; // Skip the escaped character.
+if (Offset + 1 < Lex->getBuffer().end() && *Offset == '$' &&
+*(Offset + 1) == '{') {
What happens if th
flake
On Sat, Aug 20, 2016 at 11:30 AM Benjamin Kramer
wrote:
> It cycled back to green. flake?
>
> On Sat, Aug 20, 2016 at 7:27 PM, Vitaly Buka
> wrote:
> > msan is not happy about this change
> >
> http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/15681/steps/check-llvm%20m
Prazek updated this revision to Diff 68824.
Prazek added a comment.
- fixes
https://reviews.llvm.org/D23343
Files:
clang-tidy/modernize/MakeSmartPtrCheck.cpp
docs/ReleaseNotes.rst
test/clang-tidy/modernize-make-shared.cpp
test/clang-tidy/modernize-make-unique.cpp
Index: test/clang-tidy
14 matches
Mail list logo