Author: Serge Pavlov
Date: 2022-11-16T13:32:27+07:00
New Revision: 1f67dc8b7c225290d1b3eb93d90e2c9861aeefc0
URL:
https://github.com/llvm/llvm-project/commit/1f67dc8b7c225290d1b3eb93d90e2c9861aeefc0
DIFF:
https://github.com/llvm/llvm-project/commit/1f67dc8b7c225290d1b3eb93d90e2c9861aeefc0.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1f67dc8b7c22: [Driver] Enable nested configuration files
(authored by sepavloff).
Changed prior to commit:
https://reviews.llvm.org/D136354?vs=475400&id=475685#toc
Repository:
rG LLVM Github Monorepo
Author: gonglingqin
Date: 2022-11-16T14:47:45+08:00
New Revision: ddbb21bdb579cc5b6092369b39aef376a8df4da1
URL:
https://github.com/llvm/llvm-project/commit/ddbb21bdb579cc5b6092369b39aef376a8df4da1
DIFF:
https://github.com/llvm/llvm-project/commit/ddbb21bdb579cc5b6092369b39aef376a8df4da1.diff
L
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGddbb21bdb579: [LoongArch] Add immediate operand validity
check for __builtin_loongarch_dbar (authored by gonglingqin).
Changed prior to commit:
ht
mgorny accepted this revision as: mgorny.
mgorny added a comment.
I'd say this is fine to land as 16.x. I'll be doing another snapshot for Gentoo
next weekend, so if it lands by then, we're going to do some crash testing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https:
phosek accepted this revision.
phosek added a comment.
LGTM
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138062/new/
https://reviews.llvm.org/D138062
___
cfe-commits mailing list
cfe-commits@lists.llvm.
gonglingqin created this revision.
gonglingqin added reviewers: xen0n, xry111, SixWeining, wangleiat, MaskRay,
XiaodongLoong.
Herald added subscribers: StephenFan, hiraditya.
Herald added a project: All.
gonglingqin requested review of this revision.
Herald added projects: clang, LLVM.
Herald adde
arsenm added inline comments.
Comment at: clang/include/clang/Basic/BuiltinsLoongArch.def:20-23
TARGET_BUILTIN(__builtin_loongarch_dbar, "vIUi", "nc", "")
+TARGET_BUILTIN(__builtin_loongarch_ibar, "vIUi", "nc", "")
+TARGET_BUILTIN(__builtin_loongarch_break, "vIUi", "nc", "")
+TA
paperchalice updated this revision to Diff 475696.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136809/new/
https://reviews.llvm.org/D136809
Files:
clang/lib/Headers/CMakeLists.txt
clang/lib/Tooling/CMakeLists.txt
clang/runtime/CMakeLists.txt
cmake/Modules/GetClangResourceDir.cm
tbaeder updated this revision to Diff 475697.
tbaeder marked 2 inline comments as done.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137488/new/
https://reviews.llvm.org/D137488
Files:
clang/lib/AST/Interp/ByteCodeExprGen.cpp
clang/test/AST/Interp/literals.cpp
Index: clang/test/AS
rsmith added inline comments.
Comment at: clang/lib/AST/Decl.cpp:5264
+
+FunctionDecl *TopLevelStmtDecl::getOrConvertToFunction() {
+ if (FD)
I would hope that we can remove this. Instead, I think we can teach `CodeGen`
to emit a sequence of `TopLevelStmtDecl`s
serge-sans-paille updated this revision to Diff 475699.
serge-sans-paille added a comment.
Add extra assert to ensure we start lexing in a clean state
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137960/new/
https://reviews.llvm.org/D137960
Files:
clang/include/clang/Lex/Token.h
c
201 - 212 of 212 matches
Mail list logo