Enna1 added inline comments.
Comment at: llvm/lib/Analysis/MemoryBuiltins.cpp:288-290
+bool llvm::isNewLikeFn(const Value *V, const TargetLibraryInfo *TLI) {
+ return getAllocationData(V, OpNewLike, TLI).hasValue();
+}
nit: place the definition of `llvm::isNewLi
Enna1 created this revision.
Herald added subscribers: ormris, hiraditya.
Herald added a project: All.
Enna1 requested review of this revision.
Herald added projects: clang, LLVM.
Herald added subscribers: llvm-commits, cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG52992f136b3b: Add !nosanitize to FixedMetadataKinds
(authored by Enna1).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://
Enna1 added a comment.
Herald added subscribers: yaneury, supersymetrie, Chia-hungDuan, pengfei.
Herald added a project: All.
Hi, I'm curious about why hwasan requires PIE. Is there any documents mentioned
this? Thanks!
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.or
Enna1 created this revision.
Herald added subscribers: yaneury, supersymetrie, Chia-hungDuan, cryptoad.
Herald added a project: All.
Enna1 updated this revision to Diff 509252.
Enna1 added a comment.
Enna1 edited the summary of this revision.
Enna1 added reviewers: eugenis, alekseyshl, pcc, vitalyb
Enna1 updated this revision to Diff 509611.
Enna1 added a comment.
rebase
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147121/new/
https://reviews.llvm.org/D147121
Files:
clang/lib/Driver/SanitizerArgs.cpp
clang/test/Driver/sanitizer-ld.c
I
Enna1 added a comment.
gentle ping, @eugenis PTAL, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147121/new/
https://reviews.llvm.org/D147121
___
cfe-commits mailing list
cfe-commits@lists.llvm.o
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb356cd70a27d: [hwasan] remove requirment for PIE (authored
by Enna1).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147121/new/
https://reviews.llvm.org/D14
Enna1 created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
Enna1 edited the summary of this revision.
Enna1 updated this revision to Diff 522422.
Enna1 added a comment.
Enna1 added reviewers: nickdesaulniers, MaskRay, vitalybuka.
Enna1 added a subscriber: MTC.
E
Enna1 updated this revision to Diff 522884.
Enna1 added a comment.
address review comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150632/new/
https://reviews.llvm.org/D150632
Files:
clang/lib/CodeGen/CodeGenFunction.cpp
clang/lib/CodeGe
This revision was automatically updated to reflect the committed changes.
Closed by commit rGe4e6c6510b18: [IR] Adds Instruction::setNoSanitizeMetadata()
(authored by Enna1).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150632/new/
https://reviews.
Enna1 created this revision.
Herald added a project: All.
Enna1 updated this revision to Diff 474450.
Enna1 added a comment.
Enna1 added a reviewer: fhahn.
Enna1 added a subscriber: MTC.
Enna1 published this revision for review.
Herald added subscribers: Sanitizers, cfe-commits, StephenFan.
Herald
12 matches
Mail list logo