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

[AutoBump] Merge with 83891777 (May 16) (48) #307

Merged
merged 295 commits into from
Sep 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
295 commits
Select commit Hold shift + click to select a range
bf7a0f9
Fix incorrect codegen with respect to GEPs #85333 (#92047)
hiraditya May 14, 2024
e1685eb
[mlir][llvm] Add llvm.vector.deinterleave2 intrinsic (#91986)
mub-at-arm May 14, 2024
cfa0947
Cope with MCOperand null Insts (#91794)
urnathan May 14, 2024
725014d
[BOLT][NFC] Simplify CFG validation (#91977)
urnathan May 14, 2024
312f83f
[Clang] Fix dependency computation for pack indexing expression (#91933)
cor3ntin May 14, 2024
1aff294
[BOLT][NFC] Simplify successor check (#91980)
urnathan May 14, 2024
03eba20
[OpenACC] Fix ast-print of device_type clause
erichkeane May 14, 2024
e60b83a
[libclc] Clarify condition expression (NFC)
JOE1994 May 14, 2024
d422e90
[GlobalIsel][AArch64] fix out of range access in regbankselect (#92072)
tschuett May 14, 2024
041baf2
[mlir][ArmSME] Use liveness information in the tile allocator (#90448)
MacDue May 14, 2024
2b15c4a
[AArch64] Postcommit fixes for histogram intrinsic (#92095)
huntergr-arm May 14, 2024
d9db266
[PowerPC][test] Catch any exception when retrieving git revision (#92…
jakeegan May 14, 2024
8070b2d
[Clang] Retain the angle loci for invented template parameters of con…
zyn0217 May 14, 2024
a4accdf
[Support] Add option to print SMDiagnostic into a buffer without the …
artemcm May 14, 2024
e08f1fd
[clang][SPIR-V] Always add convergence intrinsics (#88918)
Keenuts May 14, 2024
ac0d415
Update documentation for buffer fat pointers (#92034)
krzysz00 May 14, 2024
736ffdc
[RISCV] Add X27 to SavedRegs when X26 is in SavedRegs for cm.push/pop…
topperc May 14, 2024
2766f21
[ORC] Loosen __objc_imageinfo flag merging to match ld (#91767)
benlangmuir May 14, 2024
82434c7
[LoongArch] Add test cases for div/mod to cover various extended comb…
heiher May 14, 2024
08536b0
[LAA] refactor tryToCreateDiffCheck (NFC) (#92110)
artagnon May 14, 2024
3d6f18d
[AArch64] Remove redundant FDIV Combine. (#91924)
sdesmalen-arm May 14, 2024
b2c5e9b
[ARM] iabs.ll - regenerate test checks
RKSimon May 14, 2024
0f17d9a
[lldb] Fixed the test TestThreadStates when run with a remote target …
slydiman May 14, 2024
4c68de5
[RISCV][CostModel] Add cost model for experimental.cttz.elts (#91778)
mshockwave May 14, 2024
8019cbb
[Clang][Sema] Earlier type checking for builtin unary operators (#90500)
sdkrystian May 14, 2024
2ff43ce
Restore #91137 (#92003)
j2kun May 14, 2024
344c73e
[libc][bazel] Updates for 292b300c5131e54b9977305bb4aca9a03e1b4fed
gribozavr May 14, 2024
5f7477a
RISCVAsmParser: Make diagnostics more conventional
MaskRay May 14, 2024
1355dcb
Fix Bazel Build (#92139)
quanwanandy May 14, 2024
77b80bd
[mlir][flang] Improve handling of fortran module variables. (#91604)
abidh May 14, 2024
b04c07b
[RISCV] Only allow up to e64 in vsetvli (#92010)
palmer-dabbelt May 14, 2024
6c8ebc0
[NFC][CallPromotionUtils]Extract a helper function versionCallSiteWit…
minglotus-6 May 14, 2024
54435b5
[clang-tidy] Ignore implicit casts with errors in bugprone-implicit-w…
PiotrZSL May 14, 2024
97e35e0
Revert "[Clang][Sema] Earlier type checking for builtin unary operato…
sdkrystian May 14, 2024
86f655c
[LAA] Add tests showing unnecessary RT check due to applying loop guards
fhahn May 14, 2024
39d123f
[nfc] const-ify `IntOrString::equalsLower` (#92152)
mtrofin May 14, 2024
de14b74
[RISCV][test] Precommit tests for byte store of -1
asb May 14, 2024
90109d4
[RISCV] Improve constant materialisation for stores of i8 negative co…
asb May 14, 2024
67d840b
[VPlan] Relax over-aggressive assertion in VPTransformState::get().
fhahn May 14, 2024
f89b1b8
[mlir][bazel] Fix bazel build.
olegshyshkov May 14, 2024
19008d3
[llvm] Support fixed point multiplication on AArch64 (#84237)
PiJoules May 14, 2024
acd1007
[mlir][test] Extend `InferIntRangeInterface` test Ops to arbitrary in…
ubfx May 14, 2024
80f8ae3
[NFC] add explanation to register flags doc (#91803)
fmayer May 14, 2024
5adfcb0
Allow passing creduce options through creduce-clang-crash.py (#92141)
ZequanWu May 14, 2024
179efe5
[LAA] Delay applying loop guards until after isSafeDependenceDistance.
fhahn May 14, 2024
302db1a
[Offload] Do not link every target for JIT (#92013)
jhuber6 May 14, 2024
332f5e7
[compiler-rt][ORC] Remove unused cmake variables (NFC) (#87742)
keith May 14, 2024
18ba0cc
[github] Add keith to bazel owners (NFC) (#92164)
keith May 14, 2024
cf5db39
[LV] Add tests with trip counts containing UDIV expressions.
fhahn May 14, 2024
4cfe347
[clangd] Fix -Wunused-but-set-variable after #82396
MaskRay May 14, 2024
d4c86e7
[AArch64][SME] Fix frame lowering not using a base pointer for SME fu…
aemerson May 14, 2024
1202837
Reapply "[Clang] Unify interface for accessing template arguments as …
sdkrystian May 14, 2024
fb8f492
[mlir][sparse] clone a empty sparse tensor when fuse convert into pro…
May 14, 2024
baca93f
[LSR] Tweak debug output to always print initial cost
preames May 14, 2024
f83df08
[NFC] add comment to keep RegState in sync with doc (#92170)
fmayer May 14, 2024
f918c05
[lldb] Allow env override for LLDB_ARGDUMPER_PATH (#91688)
keith May 14, 2024
67beebf
[TableGen][SubtargetEmitter] Refactor hasReadOfWrite to CodeGenProcMo…
michaelmaitland May 14, 2024
536abf8
Read and store gnu build id from loaded core file (#92078)
GeorgeHuyubo May 14, 2024
5bf653c
Revert "Read and store gnu build id from loaded core file" (#92181)
GeorgeHuyubo May 14, 2024
99fad7e
[BOLT][DWARF] Update DW_AT_comp_dir/DW_AT_dwo_name for DWO TUs (#91486)
ayermolo May 14, 2024
844355a
[RISC-V] remove I ext when E ext has been enabled (#92070)
Xinlong-Wu May 14, 2024
3ca428c
[AMDGPU][True16] Add VOP1Inst_t16_with_profiles class (#92184)
Sisyph May 14, 2024
e417e61
[RISCV][LegalizeTypes] Add additional test coverage for type promotio…
topperc May 14, 2024
4a17e86
[LinkerWrapper] Add an overriding option for debugging (#91984)
jhuber6 May 14, 2024
c5cd049
[Clang][Fixup] Fix deleted constructor on older compilers
jhuber6 May 14, 2024
dfdc3dc
[ctx_profile] Profile reader and writer (#91859)
mtrofin May 15, 2024
03c7458
Revert "[ctx_profile] Profile reader and writer" (#92199)
mtrofin May 15, 2024
4d1ecf1
[Transforms] Preserve inbounds attribute of transformed GEPs when fla…
AreaZR May 15, 2024
71fbbb6
[IR] Move GlobalValue::getGUID() out of line (NFC)
nikic May 15, 2024
6642cc6
[SCEV] Add tests for ule/sle exit counts (NFC)
nikic May 15, 2024
11b0591
[Serialization] Read the initializer for interesting static variables…
ChuanqiXu9 May 14, 2024
13b265c
[X86][MC] Support Intel FRED and LKGS instructions. (#91909)
FreddyLeaf May 15, 2024
eb10310
Revert "[Serialization] Read the initializer for interesting static v…
joker-eph May 15, 2024
2ece5cc
[ExceptionDemo] Correct and update example ExceptionDemo (#69485)
epitavy May 15, 2024
72b2c37
[clang-format][NFC] Clean up TokenAnnotator::mustBreakBefore()
owenca May 15, 2024
1a58e88
[RISCV] Move RISCVInsertVSETVLI to after phi elimination (#91440)
lukel97 May 15, 2024
a71e2b9
[libc][errno] Remove non asm generic error number (#92172)
robincaloudis May 15, 2024
d3455f4
[libc][docs] Fix outdated code review section, as per #91934 (#92051)
cyuria May 15, 2024
77047e3
[RISCV] Make vsetvli in test not loop invariant. NFC (#92094)
lukel97 May 15, 2024
74d91d9
[polly] Port polly tests to use NPM (#90632)
rahulana-quic May 15, 2024
847c83f
InstCombine: Process addrspacecast uses in PointerReplacer (#91953)
arsenm May 15, 2024
1539758
Revert "[polly] Port polly tests to use NPM" (#92215)
efriedma-quic May 15, 2024
24180ea
[analyzer] Treat break, continue, goto, and label statements as trivi…
rniwa May 15, 2024
0980f71
[libc][errno] Remove previously added errno numbers (#92163)
robincaloudis May 15, 2024
d7bb072
InstCombine: Emit ldexp intrinsic in exp2->ldexp combine (#92039)
arsenm May 15, 2024
e621690
[MLIR][LLVM] Improve atomic verifier to properly support larger types…
Dinistro May 15, 2024
d6ee7e8
[SystemZ] Handle address clobbering in splitMove(). (#92105)
JonPsson1 May 15, 2024
45726c1
[LLVM] Make sanitizers respect the disable_santizer_instrumentation a…
DanielKristofKiss May 15, 2024
4688df6
Avoid partial munmap (#92109)
stbergmann May 15, 2024
73324cb
[ASan] Remove COMPILER_RT_ASAN_SHADOW_SCALE_DEFINITION. (#91832)
Enna1 May 15, 2024
7f3ac51
[clang][Interp] Only accept constant variables in c++98
tbaederr May 14, 2024
d12c48c
[lldb/aarch64] Allow unaligned PC addresses below a trap handler (#92…
labath May 15, 2024
6479e3c
[clang][Interp] Use proper type for non-primitive reference dummies
tbaederr May 15, 2024
1d43ec8
[clang][Interp][NFC] Remove unnecessary if condition
tbaederr May 15, 2024
afba3da
[clang][Interp] Add basic support for AddrLabelExprs
tbaederr May 15, 2024
ca4a405
[analyzer] Refactor recognition of the errno getter functions (#91531)
NagyDonat May 15, 2024
f090801
[lldb] Disable unaligned-pc-sigbus.test on arm(32)
labath May 15, 2024
2f6c0e6
[flang][Alias Analysis] not all block arguments are dummy arguments (…
tblah May 15, 2024
f39e75b
[CodeGen][ARM64EC][NFC] Factor out emitFunctionAlias and getSymbolFro…
cjacek May 15, 2024
421862f
[Clang] Fix incorrect passing of _BitInt args (#90741)
Lukacma May 15, 2024
d187005
[VPlan] Update VPBlendRecipe codegen for for first-lane only.
fhahn May 15, 2024
b0a1ae2
[LV] Add additional variants of tests with udiv/urem/sdiv/srem in TC.
fhahn May 15, 2024
b6f050f
[lldb] Document some more packets (#92124)
DavidSpickett May 15, 2024
03bdfb6
[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)
DavidSpickett May 15, 2024
e67080d
[mlir][ods] Populate properties in generated builder (#90430)
jpienaar May 15, 2024
7621a0d
[LLVM][CodeGen][SVE] Improve custom lowering for EXTRACT_SUBVECTOR. (…
paulwalker-arm May 15, 2024
eacefba
[lldb][Windows] Fixed tests TestPty and TestPtyServer (#92090)
slydiman May 15, 2024
3c3f6d8
[AMDGPU][AsmParser][NFC] Eliminate Match_PreferE32. (#92159)
kosarev May 15, 2024
de18f5e
[flang][OpenMP] Remove `allocate` from `taskgroup` in test (#92173)
kparzysz May 15, 2024
e6ef836
[flang][OpenMP] Add -fopenmp-version=52 to teams.f90 (#92180)
kparzysz May 15, 2024
ccbf908
[libc] Fix GPU test build error (#92235)
jplehr May 15, 2024
1650f1b
Fix typo "indicies" (#92232)
jayfoad May 15, 2024
398162d
[libc] Fix typo in test message
jhuber6 May 15, 2024
3b5a121
[clang-tidy][NFC] replace comparison of begin and end iterators with …
5chmidti May 15, 2024
8a71284
[MC][X86] Cleanup check prefixes identified in #92248
RKSimon May 15, 2024
8987369
[X86] sibcall - cleanup check prefixes identified in #92248
RKSimon May 15, 2024
932f0de
[clang-tidy] fix crash due to assumed callee in min-max-use-initializ…
5chmidti May 15, 2024
83d9aa2
[VPlan] Add scalar inferencing support for addrspace cast (#92107)
PietroGhg May 15, 2024
d06270e
[workflows] Fix libclang-abi-tests to work with new version scheme (#…
tstellar May 15, 2024
97418bb
[X86] patchable functions - cleanup check prefixes identified in #92248
RKSimon May 15, 2024
96ac2e3
[X86] cmpxchg-clobber-flags.ll - cleanup check prefixes identified in…
RKSimon May 15, 2024
e26eacf
[X86] prefetch.ll - cleanup check prefixes identified in #92248
RKSimon May 15, 2024
3f07430
[X86] avoid-sfb-g-no-change.mir - cleanup check prefixes identified i…
RKSimon May 15, 2024
f8395f8
[X86] Cleanup check prefixes identified in #92248
RKSimon May 15, 2024
b59760d
Revert "[ExceptionDemo] Correct and update example ExceptionDemo" (#9…
kamleshbhalui May 15, 2024
3bb3969
[coro] Lower `llvm.coro.await.suspend.handle` to resume with tail cal…
zmodem May 15, 2024
95e307c
Fix bolt build with -DBUILD_SHARED_LIBS=ON after 71fbbb69d
kparzysz May 15, 2024
c2fba6d
[clang][SPARC] Treat empty structs as if it's a one-bit type in the C…
koachan May 15, 2024
97a3044
[flang][OpenMP] Add `private` to `allocate` in parallel-sections.f90 …
kparzysz May 15, 2024
4ec4a8e
[Frontend][OpenMP] Privatizing clauses in construct decomposition (#9…
kparzysz May 15, 2024
8d386c6
[Frontend][OpenMP] Reduction modifier must be applied somewhere (#92160)
kparzysz May 15, 2024
7c8176e
[Coroutines] Remove unused function (NFC)
DamonFool May 15, 2024
466d266
[AMDGPU] Fix GFX90x check prefixes in tests (#92254)
jayfoad May 15, 2024
61da636
[flang] Initial debug info support for local variables. (#90905)
abidh May 15, 2024
eda098a
[clang][analyzer] Fix a crash in alpha.unix.BlockInCriticalSection (#…
gamesh411 May 15, 2024
da116bd
[Clang] Use ULL for std::max constant argument to fix build failure.
fhahn May 15, 2024
b42d245
[GVNHoist] Replace combineKnownMetadata with combineMetadataForCSE (#…
hiraditya May 15, 2024
8a4cbea
[Clang] Unbreak build take 2 using uint64_t() explicitly.
fhahn May 15, 2024
dceaa0f
[Support] Use malloc instead of non-throwing new (#92157)
AaronBallman May 15, 2024
8ab753c
[flang][OpenMP] Add `REQUIRES: asserts` to test that relies on it
kparzysz May 15, 2024
413aaf1
[clang][Interp][NFC] Support IntAP(S) in emitPrimCast
tbaederr May 15, 2024
28d5f79
[clang][Interp][NFC] Use a smaller default size for IntegralAP
tbaederr May 15, 2024
4527adc
Fix null pointer dereference in logging in mlir TransformOps (#92237)
apach301 May 15, 2024
b576a6b
[X86][AMX] Fix a bug after #83628 (#91207)
phoebewang May 15, 2024
bed5546
[DebugInfo] Get rid of redundant conditional checks in `/DebugInfo` (…
Rajveer100 May 15, 2024
dcf3102
[BOLT][NFC] Add documentation on BOLT options (#92117)
ElvinaYakubova May 15, 2024
8e00703
[Clang][OpenMP] Fix runtime problem when explicit map both pointer an…
jyu2-git May 15, 2024
ff313ee
[RISCV] Remove hasSideEffects=1 for vsetvli pseudos (#91319)
lukel97 May 15, 2024
74218a9
[clang][Interp] Implement __builtin_convertvector
tbaederr May 15, 2024
3a8d176
[utils][filecheck-lint] Add shebang (#92243)
jayfoad May 15, 2024
ba34476
[clang-tidy] Fix crash in modernize-use-constraints (#92019)
PiotrZSL May 15, 2024
54c6ee9
[clang-tidy] Add AllowImplicitlyDeletedCopyOrMove option to cppcoregu…
PiotrZSL May 15, 2024
9bbefb7
[clang] Store FPOptions earlier when parsing function (#92146)
spavloff May 15, 2024
03c53c6
[MC] Remove UseAssemblerInfoForParsing
MaskRay May 15, 2024
141391a
[lld] Fix -ObjC load behavior with LTO (#92162)
NuriAmari May 15, 2024
f0e79db
[RISCV] Fix 80 columns in RISCVMatInt.cpp. NFC
topperc May 15, 2024
29c2475
[mlir] Fix the build after 03c53c69a367008da689f0d2940e2197eb4a955c
d0k May 15, 2024
3f954f5
Correct mismatched allocation/deallocation calls
AaronBallman May 15, 2024
332de4b
[Offload] Correctly reject building on unsupported architectures (#92…
jhuber6 May 15, 2024
be10746
[clang] Don't assume location of compiler-rt for OpenBSD (#92183)
Ericson2314 May 15, 2024
e2d74a2
[X86] EmitCmp - always use cmpw with foldable loads (#92251)
RKSimon May 15, 2024
34f33ba
[lldb] Fixed the TestGdbRemoteCompletion test (#92268)
slydiman May 15, 2024
fc1df55
[lldb][Windows] Fixed the test gdb_remote_client/TestGDBRemotePlatfor…
slydiman May 15, 2024
2ec8571
[OpenMP] Add back in `ENABLE_LIBOMPTARGET' definition
jhuber6 May 15, 2024
4525f44
[flang][OpenMP] Don't pass clauses to op-generating functions anymore…
kparzysz May 15, 2024
eb822dc
[lldb] Fixed the TestCompletion test running on a remote target (#92281)
slydiman May 15, 2024
7645269
[lldb] Fixed the TestNetBSDCore test (#92285)
slydiman May 15, 2024
d92c677
[lldb][Windows] Fixed the TestIOHandlerResizeNoEditline test (#92286)
slydiman May 15, 2024
217668f
[nfc] Allow forwarding `Error` returns from `Expected` callers (#92208)
mtrofin May 15, 2024
0647d10
[RISCV] Remove unneeded casts from int64_t to uint64_t in RISCVMatInt…
topperc May 15, 2024
ec36145
[LAA] Add tests with invariant dependences before strided ones.
fhahn May 15, 2024
c19f2c7
Reapply "[ctx_profile] Profile reader and writer" (#92199)
mtrofin May 15, 2024
df5804a
[gn build] Port c19f2c773b0e
llvmgnsyncbot May 15, 2024
4683571
Revert "[flang] Initial debug info support for local variables. (#909…
psteinfeld May 15, 2024
411bf38
[lldb-dap] Include npm install in the extension installation steps (#…
walter-erquinigo May 15, 2024
2c54bf4
Revert "Reapply "[ctx_profile] Profile reader and writer" (#92199)"
joker-eph May 15, 2024
9ae2177
[RISCV] Handle undef AVLs in RISCVInsertVSETVLI
lukel97 May 15, 2024
378c9e9
[gn build] Port 2c54bf497f7d
llvmgnsyncbot May 15, 2024
d542eb7
[clang] Add tests for CWG issues regarding completeness of types (#92…
Endilll May 15, 2024
64b3cdc
[libc] Fix GPU handling for unsupported backends (#92271)
jhuber6 May 15, 2024
4ab2ac2
[DAGCombiner] Mark vectors as not AllAddOne/AllSubOne on type mismatc…
patrick-rivos May 15, 2024
fc8775e
"Reapply "[ctx_profile] Profile reader and writer" (#92199)"
mtrofin May 15, 2024
2fb9252
[gn build] Port fc8775e2142c
llvmgnsyncbot May 15, 2024
24c3926
[RISCV][test] Add tests for parsing profiles using RISCVISAInfo::pars…
asb May 15, 2024
891d687
[RISCV] Gate unratified profiles behind -menable-experimental-extensi…
asb May 15, 2024
80d9ae9
[clang][dataflow] Fully support Environment construction for Stmt ana…
bazuzi May 15, 2024
ee765b0
[NewPM] Add pass options for `InternalizePass` to preserve GVs. (#91334)
maleadt May 15, 2024
ec1f28d
AMDGPU/gfx12: avoid crashing on legacy waitcnt intrinsics (#92306)
nhaehnle May 15, 2024
81d20d8
[Offload][NFC] Fix warning messages in runtime
jhuber6 May 15, 2024
83f065d
[RISCV] static_assert SupportedProfiles and SupportedExperimentalProf…
asb May 15, 2024
e1ed138
[bazel] Port #92199
MaskRay May 15, 2024
8530b1c
[lldb] Support custom LLVM formatting for variables (#91868)
kastiglione May 15, 2024
1daa7fd
[AArch64][SME] Remove Darwin compile error for ABI support routine ca…
aemerson May 15, 2024
537a94b
Revert "[NewPM] Add pass options for `InternalizePass` to preserve GV…
joker-eph May 15, 2024
f97f039
[lld,test] Fix few FileCheck annotation typos (#92238)
klensy May 15, 2024
00179e9
[bazel] Add new dependencies (#92323)
keith May 15, 2024
050593f
[Coverage] Handle `CoroutineSuspendExpr` correctly (#88898)
bolshakov-a May 15, 2024
5ff6c65
[Coverage] Handle array decomposition correctly (#88881)
bolshakov-a May 15, 2024
aa889d7
[ELF,test] Fix FileCheck prefixes
MaskRay May 15, 2024
0585eed
[lldb-dap] Support publishing to the VSCode market place (#92320)
JDevlieghere May 15, 2024
e00a3cc
[flang] New -fdebug-unparse-with-modules option (#91660)
klausler May 15, 2024
667d12f
[Clang][Sema] Do not mark template parameters in the exception specif…
sdkrystian May 15, 2024
325d1d0
[flang] Fix purity checking for internal subprograms (#91759)
klausler May 15, 2024
c227bf1
[clang] Create new warning group for deprecation of '-fno-relaxed-tem…
mizvekov May 15, 2024
7605ad8
[flang] Always check procedure characterizability (#92008)
klausler May 15, 2024
463f58a
[flang] Further work on relaxing BIND(C) enforcement (#92029)
klausler May 15, 2024
5bbb63b
[flang] Parse REDUCE clauses in !$CUF KERNEL DO (#92154)
klausler May 15, 2024
3ddfb68
[flang] Prevent crash from unfoldable TRANSFER() (#92282)
klausler May 15, 2024
c87b1ca
[InstrProf] Fix bug when clearing traces with samples (#92310)
ellishg May 15, 2024
c00e012
[ctx_profile] Follow the pattern elsewhere for choosing the block IDs
mtrofin May 16, 2024
772b1b0
[scudo] Move the chunk update into functions (#83493)
ChiaHungDuan May 16, 2024
c6e787f
[MCAsmParser] .rept/.irp/.irpc: remove excess tail EOL in expansion
MaskRay May 16, 2024
26fabdd
[memprof] Pass FrameIdConverter and CallStackIdConverter by reference…
kazutakahirata May 16, 2024
fa750f0
Revert "[MC] Remove UseAssemblerInfoForParsing"
nikic May 16, 2024
a9763de
Merge sourcelocation in CSEMIRBuilder::getDominatingInstrForID. (#90922)
rastogishubham May 16, 2024
72200fc
[analyzer] Check C++ base or member initializer in WebKit checkers. (…
rniwa May 16, 2024
f0b3654
[LoopUnroll] Clamp PartialThreshold for large LoopMicroOpBufferSize (…
nikic May 16, 2024
f60c699
[OpenMP] Fix intermediate header locations for OpenMP
jhuber6 May 16, 2024
1595988
Reapply "[Clang][Sema] Earlier type checking for builtin unary operat…
sdkrystian May 16, 2024
3a4c1b9
[Serialization] Read the initializer for interesting static variables…
ChuanqiXu9 May 16, 2024
1dd0d3c
[AArch64][GISel] Fold COPY(y:gpr, DUP(x:fpr, i)) -> UMOV(y:gpr, x:fpr…
dc03-work May 16, 2024
31c9038
[SeparateConstOffsetFromGEP] Add additional inbounds preservation tes…
nikic May 16, 2024
b4d1a60
[SeparateConstOffsetFromGEP] Check correct index for non-negativity
nikic May 16, 2024
83e61d0
[SeparateConstOffsetFromGEP] Add tests for multiple indices (NFC)
nikic May 16, 2024
e91ea1b
[Clang] Disallow VLA type compound literals (#91891)
J-MR-T May 16, 2024
90fbc5b
[MCAsmParser] Simplify. NFC
MaskRay May 16, 2024
ce961c5
[lldb] Fixed the TestFdLeak test (#92273)
slydiman May 16, 2024
b11a660
[clang-format][NFC] Reformat with 18.1.5
owenca May 16, 2024
526553b
[flang] Add nsw flag to do-variable increment with a new option (#91579)
yus3710-fj May 16, 2024
3cc445a
[MCAsmParser] Simplify expandMacro
MaskRay May 16, 2024
245b7b6
[flang] Add ETIME runtime and lowering intrinsics implementation (#90…
JumpMasterJJ May 16, 2024
f2d7400
[LegalizeVectorOps][X86] Add ISD::ABDS/ABSDU to the list of opcodes h…
topperc May 16, 2024
487b43c
[RISCV] Pass subvector type to isLegalInterleavedAccessType in getInt…
topperc May 16, 2024
6bf1859
[ORC] Support visionOS in LC_BUILD_VERSIONs for JITDylibs.
lhames May 16, 2024
566fbb4
[RISCV] Defer creating RISCVInsertVSETVLI to avoid leak with -stop-af…
lukel97 May 16, 2024
70a926c
[clang] NFC: Add a few more interesting test cases for CWG2398
mizvekov May 16, 2024
5bd8091
[mlir] fix polynomial docs for MLIR website (#92348)
j2kun May 16, 2024
afce597
[mlir] fix IRDL dialect docs (#92349)
j2kun May 16, 2024
3c2638d
Revert "[Serialization] Read the initializer for interesting static v…
ChuanqiXu9 May 16, 2024
5c35b63
[MLIR][LLVM] add dwarfAddressSpace to DIDerivedType (#92043)
willghatch May 16, 2024
6706aeb
Revert "[flang] Add ETIME runtime and lowering intrinsics implementat…
joker-eph May 16, 2024
45cc6bd
[clang][Interp] Implement __builtin_shufflevector
tbaederr May 16, 2024
e27f9bb
[github] Add keith back to bazel codeowners
tbaederr May 16, 2024
7c95629
MCAsmParser: Support \+
MaskRay May 16, 2024
89ee3ae
[Flang][OpenMP] Fix update operation not found issue (#92165)
kiranchandramohan May 16, 2024
ca1f0d4
[lld][AArch64][ELF][PAC] Support `.relr.auth.dyn` section (#87635)
kovdan01 May 16, 2024
ce1ce5d
InstCombine: Try to use exp10 intrinsic instead of libcall (#92287)
arsenm May 16, 2024
b5107bd
[mlir][ArmSME] Verify ops on tile types post LLVM conversion (#92076)
c-rhodes May 16, 2024
8389177
SimplifyLibCalls: Use IRBuilder helpers for creating intrinsics (#92288)
arsenm May 16, 2024
5f25d08
[AutoBump] Merge with 83891777 (May 16)
mgehre-amd Aug 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ clang/test/AST/Interp/ @tbaederr
/bolt/ @aaupov @maksfb @rafaelauler @ayermolo @dcci

# Bazel build system.
/utils/bazel/ @rupprecht
/utils/bazel/ @rupprecht @keith

# InstallAPI and TextAPI
/llvm/**/TextAPI/ @cyndyishida
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/libclang-abi-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
ABI_HEADERS: ${{ steps.vars.outputs.ABI_HEADERS }}
ABI_LIBS: ${{ steps.vars.outputs.ABI_LIBS }}
BASELINE_VERSION_MAJOR: ${{ steps.vars.outputs.BASELINE_VERSION_MAJOR }}
BASELINE_VERSION_MINOR: ${{ steps.vars.outputs.BASELINE_VERSION_MINOR }}
LLVM_VERSION_MAJOR: ${{ steps.version.outputs.LLVM_VERSION_MAJOR }}
LLVM_VERSION_MINOR: ${{ steps.version.outputs.LLVM_VERSION_MINOR }}
LLVM_VERSION_PATCH: ${{ steps.version.outputs.LLVM_VERSION_PATCH }}
Expand All @@ -51,9 +50,9 @@ jobs:
id: vars
run: |
remote_repo='https://github.com/llvm/llvm-project'
if [ ${{ steps.version.outputs.LLVM_VERSION_MINOR }} -ne 0 ] || [ ${{ steps.version.outputs.LLVM_VERSION_PATCH }} -eq 0 ]; then
if [ ${{ steps.version.outputs.LLVM_VERSION_PATCH }} -eq 0 ]; then
major_version=$(( ${{ steps.version.outputs.LLVM_VERSION_MAJOR }} - 1))
baseline_ref="llvmorg-$major_version.0.0"
baseline_ref="llvmorg-$major_version.1.0"
# If there is a minor release, we want to use that as the base line.
minor_ref=$(git ls-remote --refs -t "$remote_repo" llvmorg-"$major_version".[1-9].[0-9] | tail -n1 | grep -o 'llvmorg-.\+' || true)
Expand All @@ -75,7 +74,7 @@ jobs:
else
{
echo "BASELINE_VERSION_MAJOR=${{ steps.version.outputs.LLVM_VERSION_MAJOR }}"
echo "BASELINE_REF=llvmorg-${{ steps.version.outputs.LLVM_VERSION_MAJOR }}.0.0"
echo "BASELINE_REF=llvmorg-${{ steps.version.outputs.LLVM_VERSION_MAJOR }}.1.0"
echo "ABI_HEADERS=."
echo "ABI_LIBS=libclang.so libclang-cpp.so"
} >> "$GITHUB_OUTPUT"
Expand Down
Loading