This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG35737df4dcd2: [Clang][AArch64][ARM] Unaligned Access Warning
Added (authored by mubashar_).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
mubashar_ updated this revision to Diff 400827.
mubashar_ added a comment.
Addressed comments from @lenary.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
https://reviews.llvm.org/D116221
Files:
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/include/clang/Basic/Di
mubashar_ updated this revision to Diff 400572.
mubashar_ marked 8 inline comments as done.
mubashar_ added a comment.
Addressed comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
https://reviews.llvm.org/D116221
Files:
clang/include/clang/Basic/DiagnosticASTKinds.td
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG61d547e82494: [Clang][AArch64][ARM] PMUv3 Option Added
(authored by mubashar_).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
h
mubashar_ updated this revision to Diff 400518.
mubashar_ marked an inline comment as done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116748/new/
https://reviews.llvm.org/D116748
Files:
clang/test/Driver/aarch64-perfmon.c
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/i
mubashar_ updated this revision to Diff 399685.
mubashar_ added a comment.
The command line option for Clang is now +pmuv3 to enable PerfMon.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116748/new/
https://reviews.llvm.org/D116748
Files:
clang/test/Driver/aarch64-perfmon.c
llvm/i
mubashar_ updated this revision to Diff 399271.
mubashar_ set the repository for this revision to rG LLVM Github Monorepo.
mubashar_ added a comment.
Windows tests are now expected to fail.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd17fb46e8945: [Clang][AArch64][ARM] PMUv3.4 Option Added
(authored by mubashar_).
Changed prior to commit:
https://reviews.llvm.org/D116748?vs=397
mubashar_ created this revision.
mubashar_ added a reviewer: lenary.
Herald added subscribers: hiraditya, kristof.beyls.
mubashar_ requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Performance monitor architecture extension
mubashar_ updated this revision to Diff 397322.
mubashar_ marked 2 inline comments as done.
mubashar_ added a comment.
Enabled warning whenever +strict-align is present.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
https://reviews.llvm.org/D116221
Files:
clang/include/cl
mubashar_ updated this revision to Diff 396151.
mubashar_ edited the summary of this revision.
mubashar_ added a comment.
Cleaned up code to make it more clang format friendly. Added another test suite
in C.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116221/new/
https://reviews.llvm
mubashar_ created this revision.
mubashar_ added a reviewer: lenary.
Herald added a subscriber: kristof.beyls.
mubashar_ requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
A warning for when potential cases of
unaligned access with option -mno
mubashar_ closed this revision.
mubashar_ added a comment.
Landed as: https://reviews.llvm.org/rG8e47b83ec93de6f92d077240a3665f3a03076957
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D113256
___
cfe-commi
mubashar_ updated this revision to Diff 386165.
mubashar_ marked 5 inline comments as done.
mubashar_ added a comment.
Placement of Cortex-A710 items changed to order specified by previous comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D1132
mubashar_ updated this revision to Diff 385463.
mubashar_ marked 6 inline comments as done.
mubashar_ added a comment.
Patch addresses comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113256/new/
https://reviews.llvm.org/D113256
Files:
clang/docs/ReleaseNotes.rst
clang/test/
mubashar_ created this revision.
mubashar_ added reviewers: dmgreen, lenary.
Herald added subscribers: hiraditya, kristof.beyls.
mubashar_ requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monore
mubashar_ added a comment.
Addressed comments from @dmgreen.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112459/new/
https://reviews.llvm.org/D112459
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mai
mubashar_ updated this revision to Diff 382309.
mubashar_ marked 2 inline comments as done.
mubashar_ added a comment.
Made adjustments to AArch64.td and AArch64Subtarget.cpp files.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112459/new/
https://reviews.llvm.org/D112459
Files:
clan
mubashar_ created this revision.
mubashar_ added reviewers: lenary, dmgreen.
Herald added subscribers: hiraditya, kristof.beyls.
mubashar_ requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Enables support for Cortex-X2 cores
mubashar_ marked an inline comment as done.
mubashar_ added inline comments.
Comment at: clang/docs/ReleaseNotes.rst:86
+- Support has been added for the following processors (command-line
identifiers in parentheses):
+ - Arm Cortex-A510 (cortex-a510)
dmgreen
mubashar_ updated this revision to Diff 379717.
mubashar_ marked an inline comment as done.
mubashar_ added a comment.
Corrected PAUTH duplication mistake.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
Files:
clang/docs/ReleaseNotes.rst
mubashar_ updated this revision to Diff 379713.
mubashar_ marked 2 inline comments as done.
mubashar_ added a comment.
Added crypto and no-crypto tests for -mcpu and added new section for Arm and
AArch64 support in release notes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
mubashar_ updated this revision to Diff 379321.
mubashar_ added a comment.
Added crypto and non-crypto related tests for mcpu in aarch64-cpus.c
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
Files:
clang/docs/ReleaseNotes.rst
clang/test/D
mubashar_ updated this revision to Diff 378645.
mubashar_ added a comment.
Added files that were missing from previous diff.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
Files:
clang/docs/ReleaseNotes.rst
clang/test/Driver/aarch64-cpus.
mubashar_ added a comment.
@xgupta I followed the request review via web interface section of that page.
Let me look into it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
_
mubashar_ added a comment.
@xgupta those would be under the history tab.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
___
cfe-commits mailing list
cfe-commit
mubashar_ updated this revision to Diff 378216.
mubashar_ marked 3 inline comments as done.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
Files:
llvm/include/llvm/Support/AArch64TargetParser.def
llvm/
mubashar_ updated this revision to Diff 372698.
mubashar_ added a comment.
Updated release notes to solve a merge conflict.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109825/new/
https://reviews.llvm.org/D109825
Files:
clang/docs/ReleaseNotes.rst
clang/test/Driver/aarch64-cpus.c
mubashar_ created this revision.
mubashar_ added a reviewer: MarkMurrayARM.
Herald added subscribers: hiraditya, kristof.beyls.
mubashar_ requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
This patch enables support for Corte
29 matches
Mail list logo