Adds support for the new Cortex-A35 ARMv8-A core.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Isn't it time we move AArch64 to the target parser, too?
Anyway, as it is, LGTM, for the time being. Thanks!
Paths
| Differential D15142
Teaches clang about Cortex-A35. ClosedPublic Authored by christof on Dec 2 2015, 2:14 AM.
Details Summary Adds support for the new Cortex-A35 ARMv8-A core.
Diff Detail
Event Timelinechristof updated this object. christof retitled this revision from [AArch64]: Add support for Cortex-A35 to Teaches clang about Cortex-A35..Dec 2 2015, 2:19 AM Comment Actions Isn't it time we move AArch64 to the target parser, too? Anyway, as it is, LGTM, for the time being. Thanks! This revision is now accepted and ready to land.Dec 2 2015, 2:53 AM Closed by commit rL254505: Teaches clang about Cortex-A35. (authored by christof). · Explain WhyDec 2 2015, 4:06 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 41600 lib/Basic/Targets.cpp
lib/Driver/Tools.cpp
test/CodeGen/arm-target-features.c
test/Driver/aarch64-cpus.c
test/Driver/arm-cortex-cpus.c
test/Preprocessor/aarch64-target-features.c
|