MaskRay added a comment.
Herald added a subscriber: Enna1.
Herald added a project: All.
`recordSled(CurSled, MI, Kind, 0);` is not intended. All new ports should use
version 2.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113638/new/
https://revi
dberris added a comment.
Whoops -- sorry, I had forgotten to change my email settings and missed this.
Thanks for the patch, it's exciting to see XRay being supported in the Hexagon
architecture!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D11363
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG543a9ad7c460: [xray] add support for hexagon (authored by
androm3da).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://rev
kparzysz accepted this revision.
kparzysz added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113638/new/
https://reviews.llvm.org/D113638
_
sidneym added a comment.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113638/new/
https://reviews.llvm.org/D113638
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cg
androm3da added a comment.
Ping - any thoughts/concerns?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113638/new/
https://reviews.llvm.org/D113638
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
androm3da added a comment.
This patch spans several areas, so I would be happy to decompose it into
smaller parts if it made it easier for reviewers.
Comment at: compiler-rt/lib/xray/xray_hexagon.cpp:76-84
+static void WriteInstFlushCache(void *Addr, uint32_t NewInstruction) {
androm3da created this revision.
androm3da added reviewers: dberris, kparzysz.
Herald added subscribers: hiraditya, mgorny.
androm3da requested review of this revision.
Herald added projects: clang, Sanitizers, LLVM.
Herald added subscribers: llvm-commits, Sanitizers, cfe-commits.
Adds x-ray suppo