Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from MaxMood96:main #148

Merged
merged 102 commits into from
Oct 13, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
e76689e
Add self to .mailmap
zmodem Oct 12, 2021
564e082
[PowerPC] Allow MMA built-ins to accept restrict and volatile qualifi…
Sep 13, 2021
40546cb
Remove 'IgnoreDestructors = true' from cppcoreguidelines-explicit-vir…
carlosgalvezp Oct 12, 2021
67f94e5
[lldb/lua] Supplement Lua bindings for lldb module
ttyS0 Oct 12, 2021
97d67f7
[mlir][linalg] Add vector transfer lowering patters to codegen strategy.
Oct 12, 2021
444ec09
[clang] p0388 array list initialization overloads
urnathan May 21, 2021
a76cfc2
[clang-tidy] Update documentation of check bugprone-unused-return-val…
balazske Oct 12, 2021
dcd7471
[clang] p0388 conversion to incomplete array
urnathan May 20, 2021
2eb42e3
[AArch64][SVE] Add fixed type lowering for EXTRACT_SUBVECTOR
brads55 Oct 5, 2021
c8faeb1
[mlir][linalg] Add switch to disable/enable vector transfer lowering.
Oct 12, 2021
838b4a5
[DebugInfo][NFC] Move LiveDebugValues class to header
jmorse Oct 12, 2021
66e13c7
[AMDGPU] Enable load clustering in the post-RA scheduler
jayfoad Oct 12, 2021
f7ee21a
[TwoAddressInstruction] Remove ad hoc machine verification
jayfoad Oct 12, 2021
66ce101
Revert "[AMDGPU] Enable load clustering in the post-RA scheduler"
jayfoad Oct 12, 2021
6cac17e
[libcxx] [test] Make windows triples in XFAILs less specific
mstorsjo Aug 27, 2021
a76e698
[libc++] Update atomic synopsis and tests.
mordante Jun 6, 2021
55e76c7
[mlir] Limit Python dependency to Development.Module when possible.
mikeurbach Oct 11, 2021
519b350
[mlir][vector] Add folder for no-op InsertStridedSliceOp
antiagainst Oct 12, 2021
9fc35c3
[mlir][sparse] add action enum, group enums together, few asserts
aartbik Oct 12, 2021
1112b7b
[libcxx][AIX] Explicitly include localedef.h in locale.cpp
daltenty Oct 12, 2021
d9fa186
Scatter NDEBUG to fix after 838b4a533e6
jmorse Oct 12, 2021
968e273
[libc++] Use addressof to fix debug tests.
mordante Oct 10, 2021
f565488
[Clang][clang-nvlink-wrapper] Pass nvlink path to the wrapper
saiislam Oct 9, 2021
aefaf16
[TableGen] Fix both sides of '&&' are same
topperc Oct 12, 2021
57b40b5
[AST, CodeGen, Driver] Use llvm::is_contained (NFC)
kazutakahirata Oct 12, 2021
f05c95f
[flang] More work on SYSTEM_CLOCK runtime API and implementation
klausler Oct 6, 2021
098a0d8
[CSSPGO] Unblock optimizations with pseudo probe instrumentation part 3.
htyu Sep 30, 2021
fe2d053
Added OpenMP 5.0 specification based semantic checks for CRITICAL con…
NimishMishra Oct 12, 2021
7964c3e
[X86] `detectAVGPattern()`: small preparatory NFC refactor
LebedevRI Oct 12, 2021
5f4f5da
[X86] `detectAVGPattern()`: support basic case of PAVG chaining (PR52…
LebedevRI Oct 12, 2021
fae7d68
[InstCombine] add tests with nsw/nuw for mul-of-select; NFC
rotateright Oct 12, 2021
7a29496
[InstCombine] propagate no-wrap flag through select-of-mul fold
rotateright Oct 12, 2021
9cf995b
[AMDGPU] Promote generic pointer kernel arguments into global
rampitec Oct 8, 2021
f67d57c
[mlir][Shape] Add a pattern to turn extract from shape_of into tensor…
d0k Oct 12, 2021
a1d57f7
[NFC][X86] `detectAVGPattern()`: rely on `AVGSplitter()` to perform t…
LebedevRI Oct 12, 2021
bbc2fc5
[Support][ORC] Add an explicit release operation to OwningMemoryBlock.
lhames Oct 12, 2021
0902451
[NFC][X86] Add another test case for PR52131
LebedevRI Oct 12, 2021
958da65
[X86] `detectAVGPattern()`: don't require zext in the with-constant case
LebedevRI Oct 12, 2021
2cc4275
[clang/CFG] Don't explicitly add AttributedStmtClass to AlwaysAddList
nico Oct 11, 2021
532d71c
[gn build] (manually) port 67f94e5a9745
nico Oct 12, 2021
e9119a7
[gn build] Port 838b4a533e68
llvmgnsyncbot Oct 12, 2021
27bc1e6
[gn build] Port 9cf995be6bb7
llvmgnsyncbot Oct 12, 2021
f3ec9d8
[analyzer] Fix non-obvious analyzer warning: Use of zero-allocated me…
haoNoQ Oct 12, 2021
ea4a6c8
[Inline] Make sure the InlineAdvisor is correctly cleared.
mtrofin Oct 11, 2021
bdf6ba2
[FPEnv][InstSimplify] Precommit tests: Enable more folds for constrai…
kpneal Oct 12, 2021
86a4a93
[docs] [NFC] Clarify the datalayout documentation
woodruffw Oct 12, 2021
b4db2a5
[sanitizer] Fix StackDepotPrintAll
vitalybuka Oct 12, 2021
63638ed
[mlir][linalg] Enable the vector transfer lowering by default.
Oct 12, 2021
9e9803b
[libc] Add strncat and fix strcat
michaelrj-google Oct 11, 2021
2682733
Remove checks for old gcc versions for LLVM_ATTRIBUTE_*
aeubanks Oct 11, 2021
5abce56
[GlobalISel] Add support for constant vector folding of binops in CSE…
aemerson Oct 11, 2021
15692fd
[LV] Fix 2nd crash for reverse interleaved groups under mask/fold-tail.
azaks Aug 29, 2021
357b8d7
[tests] Add coverage for cases we can drop flags to propagate freeze …
preames Oct 12, 2021
04d76d3
[mlir][python] Add nameloc getter
jpienaar Oct 12, 2021
f7858e7
[flang] Fix build on FreeBSD (need size_t)
klausler Oct 12, 2021
dfa8d33
DebugInfo: Update ranges_always.ll to include more details about how …
dwblaikie Oct 11, 2021
d7e766c
DebugInfo: Add test coverage for non-zero addrx in DW_FORM_LLVM_addrx…
dwblaikie Oct 12, 2021
95e4b71
[mlir][tosa] Fix tosa average_pool2d to linalg type issue
rsuderman Oct 12, 2021
28e648b
[PowerPC] Simplify PPC codegen test pre-inc-disable.ll
RolandF77 Oct 12, 2021
0e0d3b3
[sanitizer] Fix typo in test
vitalybuka Oct 12, 2021
336e886
[sanitizer] Fix test on Windows
vitalybuka Oct 12, 2021
c24b2ad
Add extra tests for D111675
preames Oct 12, 2021
9939e56
[NFC][sanitizer] Refactor Maps into templates
vitalybuka Oct 11, 2021
2815ed5
[ORC] Shut down dispatcher in ExecutorProcessControl implementations.
lhames Oct 12, 2021
b4b9f9b
[PowerPC] Emit dcbt and dcbtst in place of their extended mnemonics o…
Conanap Oct 12, 2021
884d290
[sanitizer] Remove SpinMutexLock from stat function
vitalybuka Oct 10, 2021
6f34839
[instcombine] propagate freeze through single use poison producing fl…
preames Oct 12, 2021
38f121c
[sanitizer] Switch StackDepot to TwoLevelMap
vitalybuka Oct 11, 2021
d80a5d5
[NFC][sanitizer] Move consts into on top of the class
vitalybuka Oct 12, 2021
68d6923
[fir] Add cfg conversion pass
jeanPerier Oct 12, 2021
f09dce5
[lld] fix typos to cycle bots
nico Oct 12, 2021
5c1d356
[mlir][Linalg] Enable vectorization of explicit broadcasts
dcaballe Oct 12, 2021
eeb09fd
[mlir][Linalg] Enable vectorization of 'mul', 'and', 'or' and 'xor' r…
dcaballe Oct 12, 2021
67905bc
[sanitizer] Re-enable test on Windows
vitalybuka Oct 12, 2021
d402fb0
[NFC][sanitizer] Clang-format a line
vitalybuka Oct 12, 2021
2cadef6
[clang] Teardown new PM data structures before running codegen pipeline
aeubanks Oct 11, 2021
19b4e3c
[ORC] Call ExecutionSession::endSession in unit tests.
lhames Oct 12, 2021
f526ee5
[CUDA] Provide address space conversion builtins.
Artem-B Oct 12, 2021
adf55ac
[ORC] Call ExecutorProcessControl::disconnect in unit tests that requ…
lhames Oct 12, 2021
3ec4d4d
[NFC][sanitizer] Add a few consts
vitalybuka Oct 12, 2021
f815c2c
[sanitizer] Fix test on Windows
vitalybuka Oct 12, 2021
b6a8c69
[NFC] Rename EmitAssemblyHelper new/legacy PM methods
aeubanks Oct 12, 2021
7c97e32
[mlir][linalg] Fix generic reduction vectorization
ThomasRaoux Oct 12, 2021
ce7f8c8
[sanitizer] Remove id and replace link with u32
vitalybuka Oct 12, 2021
ca0036d
[sanitizer] Remove StackDepotReverseMap
vitalybuka Oct 12, 2021
49142dd
[flang][NFC] Address warnings from Windows build
klausler Oct 12, 2021
6ee2aa1
[flang][NFC] Document extension: scalars are trivially contiguous
klausler Oct 12, 2021
f65f830
[flang] runtime: fix output B/O/Z editing of "negative" values
klausler Oct 11, 2021
aa71f48
[mlir] update new linalg vectorization tests after vectorization fix
ThomasRaoux Oct 12, 2021
1b81581
[lldb][test] Remove Intel MPX tests
MaskRay Oct 12, 2021
c2d4fe5
[X86] Remove little support we had for MPX
MaskRay Oct 12, 2021
a6ddb7c
[mlir][linalg][bufferize][NFC] Reduce code duplication around bufferi…
matthias-springer Oct 13, 2021
02410df
[flang] Fix Windows build
klausler Oct 13, 2021
fd31620
[mlir][linalg][bufferize][NFC] Conflict detection funcs take OpOperan…
matthias-springer Oct 13, 2021
7c3a810
[mlir][linalg][bufferize] Put buffer copying in separate function
matthias-springer Oct 13, 2021
0292236
[mlir][linalg][bufferize][NFC] Simplify allocateBuffersForResults
matthias-springer Oct 13, 2021
bc1a0c2
[flang] Fix "latest-clang" build warnings
klausler Oct 13, 2021
0ee5323
[mlir][linalg][bufferize][NFC] Simplify getAliasingOpOperand signature
matthias-springer Oct 13, 2021
441485c
[mlir][linalg][bufferize][NFC] Remove InSpaceSpec from bufferizesToMe…
matthias-springer Oct 13, 2021
787eeb8
[RISCV] Optimize immediate materialisation with BCLRI
benshi001 Oct 11, 2021
ecc7f8a
[flang] Fix Windows build (take 2)
klausler Oct 13, 2021
9a70eb9
[profile] Remove emitting symbolizer markup
gulfemsavrun Oct 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[NFC][sanitizer] Add a few consts
Depends on D111609.

Reviewed By: dvyukov

Differential Revision: https://reviews.llvm.org/D111610
  • Loading branch information
vitalybuka committed Oct 12, 2021
commit 3ec4d4dc999e62e5628a1b36fa6b22d24d34f0a3
4 changes: 2 additions & 2 deletions compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ struct StackDepotNode {

COMPILER_CHECK(StackDepotNode::kMaxUseCount >= (u32)kStackDepotMaxUseCount);

u32 StackDepotHandle::id() { return node_->id; }
int StackDepotHandle::use_count() {
u32 StackDepotHandle::id() const { return node_->id; }
int StackDepotHandle::use_count() const {
return atomic_load(&node_->tag_and_use_count, memory_order_relaxed) &
StackDepotNode::kUseCountMask;
}
Expand Down
6 changes: 3 additions & 3 deletions compiler-rt/lib/sanitizer_common/sanitizer_stackdepot.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ struct StackDepotHandle {
StackDepotNode *node_;
StackDepotHandle() : node_(nullptr) {}
explicit StackDepotHandle(StackDepotNode *node) : node_(node) {}
bool valid() { return node_; }
u32 id();
int use_count();
bool valid() const { return node_; }
u32 id() const;
int use_count() const;
void inc_use_count_unsafe();
};

Expand Down