Ping?
On Mon, May 20, 2019 at 1:43 PM A. Skrobov via Phabricator
wrote:
>
> t.yomitch created this revision.
> t.yomitch added reviewers: efriedma, echristo, ddunbar.
> Herald added a subscriber: kristina.
> Herald added a project: clang.
>
> Repository:
> rC Clang
>
> https://reviews.llvm.org/
tyomitch created this revision.
tyomitch added reviewers: labrinea, rengolin.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
Currently, the availability of DSP instructions (ACLE 6.4.7) is handled in a
hand-rolled tricky condition block in lib/Basic/Target
tyomitch created this revision.
tyomitch added reviewers: joerg, rengolin, dougk, yaron.keren.
tyomitch added a subscriber: cfe-commits.
For clarity and ease of maintenance, I suggest porting this test
to use the same tooling as the rest of the tests.
http://reviews.llvm.org/D14548
Files:
test
tyomitch created this revision.
tyomitch added reviewers: rengolin, joerg, bogden.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
Update for clang tests for D14568
http://reviews.llvm.org/D14570
Files:
test/Driver/arm-cortex-cpus.c
test/Driver/biarch.
tyomitch created this revision.
tyomitch added a reviewer: rengolin.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
Clang-side update, corresponding to D14577
http://reviews.llvm.org/D14578
Files:
lib/Basic/Targets.cpp
Index: lib/Basic/Targets.cpp
tyomitch added a comment.
In http://reviews.llvm.org/D14570#288022, @joerg wrote:
> The specific CPU was only chosen to match what the backend supported at the
> time. As long as the feature set is identical, it doesn't really matter.
The feature set isn't quite identical; default ARMv6 CPU fo
tyomitch created this revision.
tyomitch added reviewers: rengolin, t.p.northover.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
http://reviews.llvm.org/D18391
Files:
test/Preprocessor/arm-target-features.c
Index: test/Preprocessor/arm-target-features.
tyomitch created this revision.
tyomitch added reviewers: rengolin, bogden, compnerd.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
Clang-side update, corresponding to D14755
http://reviews.llvm.org/D14756
Files:
test/Driver/arm-cortex-cpus.c
Index: t
tyomitch created this revision.
tyomitch added reviewers: t.p.northover, rengolin.
tyomitch added a subscriber: cfe-commits.
Herald added subscribers: rengolin, aemerson.
Clang-side update, corresponding to D14757
http://reviews.llvm.org/D14758
Files:
lib/Driver/Tools.cpp
Index: lib/Driver/To