hokein updated this revision to Diff 290188.
hokein added a comment.
format
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87080/new/
https://reviews.llvm.org/D87080
Files:
clang/include/clang/AST/TemplateBase.h
clang/lib/AST/ASTImporter.cpp
hokein updated this revision to Diff 290187.
hokein marked 2 inline comments as done.
hokein added a comment.
address review comments:
- use PointerUnion
- keep the TemplateArgumentLocInfo trivial, allocate from allocator, no
deallocation.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L
nridge created this revision.
Herald added subscribers: cfe-commits, usaxena95, kadircet, arphaman, jkorous.
Herald added a project: clang.
nridge requested review of this revision.
Herald added subscribers: MaskRay, ilya-biryukov.
Fixes https://github.com/clangd/clangd/issues/515
Repository:
Hello everyone,
LLVM buildmaster will be updated and restarted in the nearest hour.
Thanks
Galina
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
craig.topper created this revision.
craig.topper added reviewers: scanon, MaskRay, efriedma.
Herald added a project: Sanitizers.
Herald added a subscriber: Sanitizers.
craig.topper requested review of this revision.
No point in making __parityti2 go through 2 calls to get to
__paritysi2.
Reposit
aeubanks updated this revision to Diff 290159.
aeubanks added a comment.
remove some includes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87216/new/
https://reviews.llvm.org/D87216
Files:
clang/lib/CodeGen/BackendUtil.cpp
llvm/include/llvm/I
aeubanks created this revision.
Herald added subscribers: llvm-commits, cfe-commits, dexonsmith, steven_wu,
hiraditya, mgorny.
Herald added projects: clang, LLVM.
aeubanks requested review of this revision.
This changes --print-before/after to be a list of strings rather than
legacy passes. (this
hubert.reinterpretcast added inline comments.
Comment at: llvm/lib/Target/PowerPC/PPCInstrPrefix.td:1006
"vexpandbm $vD, $vB", IIC_VecGeneral,
- []>;
+ [(set v16i8:$vD,
Author: Amy Kwan
Date: 2020-09-06T17:13:21-05:00
New Revision: efa57f9a7adb11a14b4e0d930f49070c769fa6ac
URL:
https://github.com/llvm/llvm-project/commit/efa57f9a7adb11a14b4e0d930f49070c769fa6ac
DIFF:
https://github.com/llvm/llvm-project/commit/efa57f9a7adb11a14b4e0d930f49070c769fa6ac.diff
LOG:
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGefa57f9a7adb: [PowerPC] Implement Vector Expand Mask
builtins in LLVM/Clang (authored by amyk).
Changed prior to commit:
https://reviews.llvm.org/
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcc6713a2c35e: Thread safety analysis: Test and document
release_generic_capability (authored by aaronpuchert).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D
Author: Aaron Puchert
Date: 2020-09-06T20:37:41+02:00
New Revision: cc6713a2c35edf17cfb567284cc76b374308e5e4
URL:
https://github.com/llvm/llvm-project/commit/cc6713a2c35edf17cfb567284cc76b374308e5e4
DIFF:
https://github.com/llvm/llvm-project/commit/cc6713a2c35edf17cfb567284cc76b374308e5e4.diff
Author: Aaron Puchert
Date: 2020-09-06T20:37:42+02:00
New Revision: bbb3baf6205c54231257f64fd18661a13a5c97ee
URL:
https://github.com/llvm/llvm-project/commit/bbb3baf6205c54231257f64fd18661a13a5c97ee
DIFF:
https://github.com/llvm/llvm-project/commit/bbb3baf6205c54231257f64fd18661a13a5c97ee.diff
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbbb3baf6205c: Thread safety analysis: Improve documentation
for scoped capabilities (authored by aaronpuchert).
Changed prior to commit:
https://reviews.llvm.org/D87066?vs=289826&id=290145#toc
Reposito
fhahn added inline comments.
Comment at: llvm/lib/Transforms/Scalar/DeadStoreElimination.cpp:115
cl::desc("The number of memory instructions to scan for
"
"dead store elimination (default = 100)"));
static cl::opt MemoryS
fhahn updated this revision to Diff 290140.
fhahn added a comment.
Adjust limit in description, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87163/new/
https://reviews.llvm.org/D87163
Files:
clang/test/CodeGen/thinlto-distributed-newpm.
bc-lee updated this revision to Diff 290137.
bc-lee added a comment.
Add missing initializer.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87201/new/
https://reviews.llvm.org/D87201
Files:
clang/docs/ClangFormatStyleOptions.rst
clang/include/
Author: David Green
Date: 2020-09-06T13:19:55+01:00
New Revision: 667e800bb3a8c1bdda0cabad7549c766b3424064
URL:
https://github.com/llvm/llvm-project/commit/667e800bb3a8c1bdda0cabad7549c766b3424064
DIFF:
https://github.com/llvm/llvm-project/commit/667e800bb3a8c1bdda0cabad7549c766b3424064.diff
L
ASDenysPetrov updated this revision to Diff 290135.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85984/new/
https://reviews.llvm.org/D85984
Files:
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
clang/test/Analysis/C
Author: Benjamin Kramer
Date: 2020-09-06T13:02:11+02:00
New Revision: 4d0312c8e05be5353c6c29b31036647dceca3ce5
URL:
https://github.com/llvm/llvm-project/commit/4d0312c8e05be5353c6c29b31036647dceca3ce5
DIFF:
https://github.com/llvm/llvm-project/commit/4d0312c8e05be5353c6c29b31036647dceca3ce5.dif
ASDenysPetrov updated this revision to Diff 290134.
ASDenysPetrov added a comment.
Test fix.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87146/new/
https://reviews.llvm.org/D87146
Files:
clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
clang/test/Analysis/Inputs/system-he
ASDenysPetrov updated this revision to Diff 290133.
ASDenysPetrov added a comment.
Minor fixes.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87146/new/
https://reviews.llvm.org/D87146
Files:
clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
clang/test/Analysis/Inputs/system
ASDenysPetrov updated this revision to Diff 290131.
ASDenysPetrov added a comment.
Fixed some missed conditions. Added more tests.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87146/new/
https://reviews.llvm.org/D87146
Files:
clang/lib/StaticAnalyzer/Checkers/PthreadLockChecker.cpp
23 matches
Mail list logo