aganea created this revision.
aganea added reviewers: mstorsjo, hans, kbobyrev, dexonsmith, zero9178.
Herald added subscribers: kadircet, arphaman, hiraditya.
Herald added a project: All.
aganea requested review of this revision.
Herald added projects: clang, LLVM, clang-tools-extra.
Herald added s
ChuanqiXu added a comment.
> Okay, that pretty much paints us into a corner, I guess. If we don't define
> it any longer, we break existing (working) uses of the feature on Windows,
> but we defined it prematurely. In this case, let's leave the macro defined so
> we don't break existing uses --
aganea updated this revision to Diff 506820.
Herald added a subscriber: ormris.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146490/new/
https://reviews.llvm.org/D146490
Files:
clang-tools-extra/clangd/unittests/FSTests.cpp
clang/include/clang/
Author: Chuanqi Xu
Date: 2023-03-21T10:34:33+08:00
New Revision: 8894fe7a6f3efad371d64a1825ba3f4a6704d604
URL:
https://github.com/llvm/llvm-project/commit/8894fe7a6f3efad371d64a1825ba3f4a6704d604
DIFF:
https://github.com/llvm/llvm-project/commit/8894fe7a6f3efad371d64a1825ba3f4a6704d604.diff
LO
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8894fe7a6f3e: [docs] Update the status for coroutines
(authored by ChuanqiXu).
Changed prior to commit:
https://reviews.llvm.org/D146187?vs=505979&id=506821#toc
Repository:
rG LLVM Github Monorepo
C
vzakhari added a comment.
LGTM
Please address @awarzynski's comment about the test.
Comment at: flang/include/flang/Tools/CLOptions.inc:235
+/// passes pipeline
+inline void createHLFIRToFIRPassPipeline(mlir::PassManager &pm,
+llvm::OptimizationLevel optLevel = defaultOpt
pcc created this revision.
pcc added reviewers: bkramer, aaron.ballman.
Herald added subscribers: mikhail.ramalho, arphaman.
Herald added a project: All.
pcc requested review of this revision.
Herald added a project: clang.
Various driver features, such as the sysroot path detection for Android
ta
jaredgrubb added inline comments.
Comment at: clang/unittests/Format/FormatTest.cpp:22178
"});");
- verifyFormat("Block b = ^int *(A *a, B *b) {}");
+ verifyFormat("Block b = ^int *(A *a, B *b) {\n"
+ "};");
MyDeveloperDay wrote:
>
wzssyqa updated this revision to Diff 506838.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146269/new/
https://reviews.llvm.org/D146269
Files:
clang/lib/Basic/Targets/Mips.cpp
clang/test/Driver/mips-abi.c
clang/test/Driver/mips-cpu64abi32.c
llvm/lib/Target/Mips/MipsSubtarget.cpp
paulkirth added inline comments.
Comment at: llvm/test/CodeGen/RISCV/shadowcallstack.ll:184
+
+; RUN: llc -mtriple=riscv32 -mattr=+reserve-x27 < %s | FileCheck %s
-check-prefix=RV32I
+; RUN: llc -mtriple=riscv64 -mattr=+reserve-x27 < %s | FileCheck %s
-check-prefix=RV64I
--
Author: Kadir Cetinkaya
Date: 2023-03-21T07:27:21+01:00
New Revision: 35c2aac6e3957c2e82bf92269039fa02bab0e1d9
URL:
https://github.com/llvm/llvm-project/commit/35c2aac6e3957c2e82bf92269039fa02bab0e1d9
DIFF:
https://github.com/llvm/llvm-project/commit/35c2aac6e3957c2e82bf92269039fa02bab0e1d9.dif
xiongji90 added inline comments.
Comment at: clang/docs/LanguageExtensions.rst:3288
+This builtin is restrcted to work on x86 and arm targets currently. When
support
+for the builtin is added for new targets, the manual should be updated
accordingly.
+
rjmccall
Author: Kadir Cetinkaya
Date: 2023-03-21T07:53:08+01:00
New Revision: 029ec03a096901a83d650ac08375b78f9161ab51
URL:
https://github.com/llvm/llvm-project/commit/029ec03a096901a83d650ac08375b78f9161ab51
DIFF:
https://github.com/llvm/llvm-project/commit/029ec03a096901a83d650ac08375b78f9161ab51.dif
201 - 213 of 213 matches
Mail list logo