Skip to content

[AutoBump] Merge with 046b064d (Jan 20) (3) [Only tested LLVM] #541

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

Merged
merged 76 commits into from
Jun 26, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
76 commits
Select commit Hold shift + click to select a range
26c9be2
[X86] Only call combineBitcastToBoolVector after legalization (#123386)
RKSimon Jan 18, 2025
82be3ad
[X86] Consistently use getVectorIdxConstant for element/subvector ext…
RKSimon Jan 18, 2025
d666616
[AArch64] Fold swapped sub/SUBS conditions (#121412)
davemgreen Jan 18, 2025
c2d15ac
[VPlan] Update final IV exit value via VPlan. (#112147)
fhahn Jan 18, 2025
58326f1
Revert "[VPlan] Update final IV exit value via VPlan. (#112147)"
fhahn Jan 18, 2025
33f9d83
[X86] X86FixupVectorConstants - split ConvertToBroadcastAVX512 helper…
RKSimon Jan 18, 2025
699f196
[libc++] remove yield from atomic::wait (#120012)
huixie90 Jan 18, 2025
fcedf98
[X86] Add test coverage for #123456
RKSimon Jan 18, 2025
55f7491
[SLP][NFC]Add a test with incomplete insertion mask, NFC
alexey-bataev Jan 18, 2025
2a4c4b5
[TableGen] Use const getter to implement non-const getter instead of …
topperc Jan 18, 2025
9f7c85f
[LegalizeIntegerTypes] Use forceExpandWideMUL in ExpandIntRes_XMULO. …
topperc Jan 18, 2025
bc386a8
[TableGen] Replace some uses of make_range with methods that already …
topperc Jan 18, 2025
0a33532
[PatternMatch] Add `m_c_XorLike` matcher; NFC (#122642)
goldsteinn Jan 18, 2025
02a56c4
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#123444)
kazutakahirata Jan 18, 2025
80e0cba
[ByteCode] Migrate away from PointerUnion::dyn_cast (NFC) (#123445)
kazutakahirata Jan 18, 2025
fa9fb2a
[CodeGen] Avoid repeated hash lookups (NFC) (#123447)
kazutakahirata Jan 18, 2025
3f1be86
[Object] Avoid repeated hash lookups (NFC) (#123448)
kazutakahirata Jan 18, 2025
a5fb2bb
Reapply "[clang][DebugInfo] Emit DW_AT_object_pointer on function dec…
Michael137 Jan 18, 2025
12f78e7
[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in t…
Sirraide Jan 18, 2025
8e85b77
[Analysis] Avoid repeated hash lookups (NFC) (#123446)
kazutakahirata Jan 18, 2025
92a6eff
[SLP][NFC]Fix the test to use poison and update to show the error
alexey-bataev Jan 18, 2025
2b1e037
[SLP]Fix createInsertVector mask emission
alexey-bataev Jan 18, 2025
4233a15
[FunctionAttrs] Handle zero writes in initializes inference.
fhahn Jan 18, 2025
bb59eb8
[InstCombine] fold unsigned predicates on srem result (#122520)
jacobly0 Jan 18, 2025
eae5ca9
[mlir][Vector] Support poison in `vector.shuffle` mask (#122188)
dcaballe Jan 18, 2025
106c483
[clang-format] Improve brace wrapping and add an option to control in…
Sirraide Jan 18, 2025
30e517c
[libcxx][test] Fix a test for the range of file offsets on ARMv7 Linu…
vvereschaka Jan 19, 2025
6789442
[AArch64] Fix a corner case with large stack allocation (#122038)
ssijaric-nv Jan 19, 2025
24ab012
[CodeGen] Rewrite assert in Register::asMCReg() using member function…
topperc Jan 19, 2025
0e4a10d
[MC] Add MCRegister::isPhysical. NFC
topperc Jan 19, 2025
f811482
[AMDGPU] SIWholeQuadMode: Ensure earliest WQM entry point for PS (#12…
perlfu Jan 19, 2025
f8b2794
[mlir][scf]: Add value bound between scf for loop yield and result (#…
AviadCo Jan 19, 2025
0a44d3a
[CodeGen] Use MCRegister instead of MCPhysReg in VirtRegMap. NFC
topperc Jan 19, 2025
8135762
Volunteer for loop interchange transform (#120824)
madhur13490 Jan 19, 2025
4a486e7
[CodeGen] Use Register/MCRegister::isPhysical. NFC
topperc Jan 19, 2025
7a7d12b
[Github] Bump max ccache size for premerge
boomanaiden154 Jan 19, 2025
0cb2fe5
[Clang] Deprecate __is_referenceable (#123185)
philnik777 Jan 19, 2025
b5df0e7
[SelectionDAG] late init DeferredNodes (#123461)
klensy Jan 19, 2025
6adeda8
[X86] combinePTESTCC - fold PTESTC(PCMPEQ(X,0),-1) == PTESTZ(X,X) (#1…
RKSimon Jan 19, 2025
0d39fe6
[VPlan] Handle VPDerivedIV and more VPInsts in isUniformAfterVector.
fhahn Jan 19, 2025
ddfd89a
[libc++][Docs] Mark P1353R0 as complete (#123020)
frederick-vs-ja Jan 19, 2025
0ab1f57
[clang][bytecode] Register decomposition holding vars (#123515)
tbaederr Jan 19, 2025
293dbea
Fix some typos (#123506)
DeNiCoN Jan 19, 2025
471cec3
[Github] Bump Windows Actions Runner to v2.321.0 (#123508)
boomanaiden154 Jan 19, 2025
f7ebb13
[AArch64] Add more funnel shift test coverage. NFC
davemgreen Jan 19, 2025
f13850a
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#123499)
kazutakahirata Jan 19, 2025
3d15bfb
[CodeGen] Avoid repeated hash lookups (NFC) (#123500)
kazutakahirata Jan 19, 2025
6a5a795
[Coroutines] Avoid repeated hash looksup (NFC) (#123501)
kazutakahirata Jan 19, 2025
24892b8
[MC] Avoid repeated hash lookups (NFC) (#123502)
kazutakahirata Jan 19, 2025
2a4c484
[Support] Avoid repeated hash lookups (NFC) (#123503)
kazutakahirata Jan 19, 2025
8d90473
[LV] Add tests with outisde IV users where vector region can e removed.
fhahn Jan 19, 2025
2c87133
Reapply "[VPlan] Update final IV exit value via VPlan. (#112147)"
fhahn Jan 19, 2025
04034f0
[flang] [unittests] Link to libMLIR in optimizer tests (#123476)
mgorny Jan 19, 2025
69d3ba3
[mlir][irdl] Introduce names in IRDL value lists (#123525)
Moxinilian Jan 19, 2025
b7eee2c
[CodeGen] Remove some implict conversions of MCRegister to unsigned b…
topperc Jan 19, 2025
c46df85
[SPIR-V] Add SPIRV to LLVM_ALL_TARGETS (#119653)
michalpaszkowski Jan 19, 2025
de58693
[ORC][MachO] Add a TODO comment.
lhames Jan 19, 2025
6301394
[ORC] Use BinaryFormat to convert Triple to MachO cputype / cpusubtyp…
lhames Jan 17, 2025
5af7905
Revert "[SPIR-V] Add SPIRV to LLVM_ALL_TARGETS" (#123532)
michalpaszkowski Jan 19, 2025
dd42651
[ORC] Add BinaryFormat dependence to the LLVMOrcDebugging library.
lhames Jan 19, 2025
814b34f
[AVR] Force relocations for non-encodable jumps (#121498)
Patryk27 Jan 20, 2025
0288d06
[LoongArch] Avoid scheduling relaxable code sequence and attach relax…
zhaoqi5 Jan 20, 2025
b08b563
[NFC][AMDGPU] Clean-up feature parsing for AMDGCNSPIRV. (#123519)
AlexVlx Jan 20, 2025
ad599c2
[BOLT][AArch64] Add isPush & isPop (#120713)
yavtuk Jan 20, 2025
7bf8190
Fix typo in comment
lhames Jan 20, 2025
6d12b95
[ORC] Move EHFrameRegistrationPlugin into its own header + source fil…
lhames Jan 20, 2025
a034555
[gn build] Port 6d12b954a7df
llvmgnsyncbot Jan 20, 2025
4294fe1
[Driver][FreeBSD] Remove FreeBSD/loongarch32 support (#122515)
brad0 Jan 20, 2025
cd9ca42
Remove unnecessary return in InlinerPass.cpp (#123507)
ita9naiwa Jan 20, 2025
295d1c3
[AArch64] apple-m4 & apple-a15 have ADRP+ADD fusion (#123504)
guy-david Jan 20, 2025
84c89d0
[LV][EVL] Address post-commit comments for 9720be9. (NFC) (#123311)
Mel-Chen Jan 20, 2025
3b67383
[MC][Mips] Generate required IMAGE_REL_MIPS_PAIR relocation (#120876)
hpoussin Jan 20, 2025
be68f35
[MC][CodeGen][Mips] Add CodeView mapping (#120877)
hpoussin Jan 20, 2025
71d6287
[Clang][MIPS] Create correct linker arguments for Windows toolchains …
hpoussin Jan 20, 2025
046b064
[clang][bytecode][NFC] Use FixedPoint opaque int API (#123522)
tbaederr Jan 20, 2025
bc85ae9
[AutoBump] Merge with 046b064d (Jan 20)
jorickert May 20, 2025
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
  •  
  •  
  •  
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ RUN choco install -y handle

RUN pip3 install pywin32 buildbot-worker==2.8.4

ARG RUNNER_VERSION=2.319.1
ARG RUNNER_VERSION=2.321.0
ENV RUNNER_VERSION=$RUNNER_VERSION

RUN powershell -Command \
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/premerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
fetch-depth: 2
- name: Setup ccache
uses: hendrikmuhs/[email protected]
with:
max-size: "2000M"
- name: Build and Test
# Mark the job as a success even if the step fails so that people do
# not get notified while the new premerge pipeline is in an
Expand Down
Loading