Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
251256d
Revert "[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)" (#131405)
by Henry Jiang
· 11 minutes ago
main
master
21f458d
[Transforms] LoopIdiomRecognize recognize strlen and wcslen (#108985)
by Henry Jiang
· 26 minutes ago
dfab2ae
[SLP] Reorder reuses mask, if it is not empty, for subvector operands
by Alexey Bataev
· 2 hours ago
f1bf8a4
[NFC][AMDGPU] Replace more direct arch comparison with isAMDGCN() (#131379)
by Shilei Tian
· 2 hours ago
ff45f2f
[SLP]Check if user node is same as other node and check operand order
by Alexey Bataev
· 3 hours ago
2a10e1f
[llvm-objcopy] Apply encryptable offset to first segment, not section (#130517)
by Daniel Rodríguez Troitiño
· 3 hours ago
1bb5d9e
[LLVM] Only enable `-fno-lifetime-dse` in LTO mode (#131381)
by Joseph Huber
· 3 hours ago
5c2a320
[RISCV] Add nf argument to VReg class instead overriding with a let. NFC (#131235)
by Craig Topper
· 3 hours ago
2671e23
[SLP] Update vector value for incoming phi node, beeing vectorized already
by Alexey Bataev
· 4 hours ago
983a416
[NFC][Coro] Remove now unused CommonDebugInfo in CoroSplit (#129150)
by Artem Pianykh
· 4 hours ago
1f08ddb
[NFC][llvm/IR] comparison of unsigned expression in ‘>= 0’ is always true (#130843)
by AdityaK
· 4 hours ago
c4ea658
[AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 3 (#131212)
by Brox Chen
· 4 hours ago
d678ddf
[AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 2 (#131210)
by Brox Chen
· 4 hours ago
b783884
[AMDGPU][True16][CodeGen] enable true16 for more codegen test patch 1 (#131206)
by Brox Chen
· 4 hours ago
9b9a7b2
[gn build] Port c84d8e8f1c40
by LLVM GN Syncbot
· 5 hours ago
407bc46
[NFC][AMDGPU] Replace direct arch comparison with `isAMDGCN()` (#131357)
by Shilei Tian
· 5 hours ago
fea5f93
[X86] combineConcatVectorOps - use ConcatSubOperand for X86ISD::VPERMV operand concatenation (#131352)
by Simon Pilgrim
· 5 hours ago
36a682c
SelectionDAG: neg (and x, 1) --> SIGN_EXTEND_INREG x, i1 (#131239)
by Matthias Braun
· 6 hours ago
a905abd
[X86] combineConcatVectorOps - extend ISD::ROTLI/VROTRI handling to support 256-bit types
by Simon Pilgrim
· 6 hours ago
1b8a093
AMDGPU: Migrate some tests away from undef (#131277)
by Matt Arsenault
· 6 hours ago
df933f5
MIR: Replace undef with poison in some MIR tests (#131282)
by Matt Arsenault
· 6 hours ago
54d96b7
[HLSL] Remove old resource annotations (#130338)
by Helena Kotas
· 6 hours ago
f2390bf
[X86] Add test coverage showing failure to concatenate matching rotate nodes
by Simon Pilgrim
· 6 hours ago
e5b7313
[RISCV] Move Size and CopyCost overrides for vector register to the VReg class. NFC (#131222)
by Craig Topper
· 6 hours ago
5aabe7f
[InstCombine] Use known bits to simplify mask in foldSelectICmpAnd (#128741)
by Julian Nagele
· 7 hours ago
424db26
[AMDGPU][True16][CodeGen] add v_cndmask_t16 to hazardmask (#128912)
by Brox Chen
· 7 hours ago
b4cd115
[RISCV] Reorder include of RISCVInstrInfoZi* before C and Zc*. NFC (#131274)
by Craig Topper
· 7 hours ago
d041498
[GSYM] Fix incorrect comparison in gSYM creation (#131197)
by alx32
· 7 hours ago
682563d
[CodeGen] Remove parameter from LiveRangeEdit::canRematerializeAt [NFC]
by Philip Reames
· 7 hours ago
ae8af3c
StandardInstrumentation: Fix -ir-dump-directory with -print-before-pass-number (#130983)
by Matt Arsenault
· 7 hours ago
be96597
[RemoveDIs] Remove "try-debuginfo-iterators..." test flags (#130298)
by Jeremy Morse
· 8 hours ago
f37254e
[X86] combineINSERT_SUBVECTOR - peek through bitcasts to find a concatenation of subvector shuffles (#131331)
by Simon Pilgrim
· 8 hours ago
af5c475
Revert "[Aarch64] [ISel] Don't save vaargs registers if vaargs are unused (#126780)"
by Hans Wennborg
· 8 hours ago
0a6433a
[NFC][Coro] Use CloneFunctionInto for coroutine cloning instead of CloneFunction<Part> (#129149)
by Artem Pianykh
· 8 hours ago
153e3d6
[BPF] Remove unnecessary BitCast operations (#131260)
by yonghong-song
· 8 hours ago
e74542c
[BPF] Avoid repeated hash lookups (NFC) (#131265)
by Kazu Hirata
· 9 hours ago
febeac8
[dsymutil] Avoid repeated hash lookups (NFC) (#131268)
by Kazu Hirata
· 9 hours ago
883bc6d
[Utils] Avoid repeated hash lookups (NFC) (#131267)
by Kazu Hirata
· 9 hours ago
e0d61cc
[SelectionDAG] Avoid repeated hash lookups (NFC) (#131266)
by Kazu Hirata
· 9 hours ago
6828839
[SLP]Set insert point for split node with non-scheulable instructions after the last instruction
by Alexey Bataev
· 10 hours ago
3997783
[msan][NFCI] Add test for llvm.x86.vcvtph2ps.{128,256} (#131244)
by Thurston Dang
· 9 hours ago
f41ca20
[SimplifyCFG] Treat `extract oneuse(op.with.overflow),1` pattern as a single instruction (#128021)
by Gábor Spaits
· 10 hours ago
bb7a34e
Add IRBuilder::CreateFMA (#131112)
by Frederik Harwath
· 11 hours ago
1a45620
Rename ExpandLargeFpConvertPass to ExpandFpPass (#131128)
by Frederik Harwath
· 11 hours ago
4a4bf8d
[X86] combineConcatVectorOps - attempt to recursively call combineConcatVectorOps from inside ConcatSubOperand. (#131303)
by Simon Pilgrim
· 11 hours ago
3fe1ec7
[AArch64][GISel] Silence warning caused by #130156
by Sander de Smalen
· 12 hours ago
5e55ede
AMDGPU: Use generated checks in coalescer_distribute.ll (#131276)
by Matt Arsenault
· 12 hours ago
c23d9e5
AMDGPU: Use generated checks in unchecked test (#131275)
by Matt Arsenault
· 12 hours ago
52871f0
[LV][NFC] Refactor code for extracting first active element (#131118)
by David Sherwood
· 12 hours ago
9c2c284
[SPIR-V] Support SPV_INTEL_fp_max_error extension for `!fpmath` metadata (#130619)
by Viktoria Maximova
· 12 hours ago
540b3ae
[AArch64][GISel] Fix lowering of fp16 intrinsics (#130156)
by Sander de Smalen
· 12 hours ago
1e35e3e
[X86] combineConcatVectorOps - pull out repeated getOpcode() calls. NFC.
by Simon Pilgrim
· 13 hours ago
24416a1
AMDGPU: Use generated tests in reg-coalescer-sched-crash.ll test (#131259)
by Matt Arsenault
· 14 hours ago
a848c27
AMDGPU: Add generated checks to compile only test (#131258)
by Matt Arsenault
· 14 hours ago
0281bd0
Re-apply "[AMDGPU] Fix test failures when expensive checks are enabled (#130644)"
by Shilei Tian
· 4 days ago
3cc3367
[Flang] Add omp_lib dependency to check-flang (#130975)
by Michael Kruse
· 15 hours ago
4cb4999
AMDGPU: Switch a test to generated checks which only tested labels (#131257)
by Matt Arsenault
· 15 hours ago
7c3058d
AMDGPU: Remove undef in subreg-coalescer-crash.ll (#131256)
by Matt Arsenault
· 16 hours ago
138886b
AMDGPU: Switch a test with only function label checks to generated (#131255)
by Matt Arsenault
· 16 hours ago
4287325
AMDGPU: Replace undef references with poison in some MIR tests (#131254)
by Matt Arsenault
· 16 hours ago
098bb37
AMDGPU: Use generated checks in test missing checks (#131110)
by Matt Arsenault
· 16 hours ago
15bbe7c
[VPlan] Move FOR splice cost into VPInstruction::FirstOrderRecurrenceSplice (#129645)
by Luke Lau
· 16 hours ago
c3c7737
[MachineCombiner][Targets] Use Register in TII genAlternativeCodeSequence interface. NFC (#131272)
by Craig Topper
· 17 hours ago
1567201
[ARM] Pass ArrayRef by value instead of const reference. NFC
by Craig Topper
· 17 hours ago
5cc85ee
[CodeGen][NPM] Port MachineBlockPlacement to NPM (#129828)
by Akshat Oke
· 18 hours ago
e50abf8
[AMDGPU][NPM] Port GCNCreateVOPD to NPM (#130059)
by Akshat Oke
· 18 hours ago
2e39d5b
[ctxprof] Missing test for #131269 (#131271)
by Mircea Trofin
· 19 hours ago
b91af89
AMDGPU: Make fma_legacy intrinsic propagate poison (#131063)
by Matt Arsenault
· 19 hours ago
c2fecc0
AMDGPU: Make fmul_legacy intrinsic propagate poison (#131062)
by Matt Arsenault
· 19 hours ago
2d387fc
AMDGPU: Make ballot intrinsic propagate poison (#131061)
by Matt Arsenault
· 19 hours ago
8698c9d
AMDGPU: Make fmed3 intrinsic propagate poison (#131060)
by Matt Arsenault
· 19 hours ago
fa679fd
AMDGPU: Make cvt_pknorm and cvt_pk intrinsics propagate poison (#131059)
by Matt Arsenault
· 19 hours ago
42ab64a
[ctxprof] Fix initializer in PGOCtxProfLowering (#131269)
by Mircea Trofin
· 19 hours ago
8e78e70
[RISCV] Shrink the size of the VLMul field in RegisterClass target flags. Use uint8_t for TSFlags. NFC (#131227)
by Craig Topper
· 20 hours ago
2afed0c
AMDGPU: Replace some test undef uses with poison (#131103)
by Matt Arsenault
· 20 hours ago
7eda31f
AMDGPU: Replace more undef test pointer uses with poison (#131102)
by Matt Arsenault
· 20 hours ago
0f7cd42
AMDGPU: Replace test uses of ptr addrspace(5) undef with poison (#131101)
by Matt Arsenault
· 21 hours ago
1acdc8a
AMDGPU: Replace ptr addrspace(4) undef uses with poison in tests (#131095)
by Matt Arsenault
· 21 hours ago
8289690
[VPlan] Fix crash with inloop fmuladd reductions with blend (#131154)
by Luke Lau
· 22 hours ago
225c316
[X86] Avoid repeated hash lookups (NFC) (#131069)
by Kazu Hirata
· 23 hours ago
caba806
[IPO] Avoid repeated hash lookups (NFC) (#131068)
by Kazu Hirata
· 23 hours ago
d1cbf83
[CodeGen] Avoid repeated hash lookups (NFC) (#131067)
by Kazu Hirata
· 23 hours ago
ad7760c
[Analysis] Avoid repeated hash lookups (NFC) (#131066)
by Kazu Hirata
· 23 hours ago
f3570bf
[libc] Make RPC server handling header only (#131205)
by Joseph Huber
· 23 hours ago
6611fce
[SandboxVec][PassManager][NFC] Fix PM printing
by Vasileios Porpodas
· 2 days ago
d1cfe9f
[LLVM] Update llvm-mca / MCA maintainers (#131187)
by Min-Yih Hsu
· 23 hours ago
a25f55c
[ORC] Make runAllocActions and runDeallocActions asynchorous.
by Lang Hames
· 24 hours ago
affd7fa
Reapply "Use global TimerGroups for both new pass manager and old pass manager timers" (#131173) (#131217)
by Alan Zhao
· 24 hours ago
7513ebd
[Support] Prevent leaking unique lock files (#130984)
by Jan Svoboda
· 24 hours ago
6133572
[CodeGen] Use early return to simplify SplitEditor::defFromParent [NFC]
by Philip Reames
· 24 hours ago
f11f19b
[SLP] Precommit test (#131236)
by Jeffrey Byrnes
· 24 hours ago
48d0632
[RISCV] Remove some unnecessary hasSideEffects = 0 and sink some to their base class. NFC (#131044)
by Craig Topper
· 24 hours ago
c8960ba
Revert "reapply [llvm] add support for mustache templating language" (#131228)
by PeterChou1
· 25 hours ago
3605b07
[docs] Fix link appearing improperly (#131225)
by Nicolas van Kempen
· 26 hours ago
2802b1d
[llvm] Match llvm.type.checked.load.relative semantics to llvm.load.r… (#129583)
by PiJoules
· 26 hours ago
c9c5032
[LAA] Add extra tests for #128061.
by Florian Hahn
· 26 hours ago
a401185
[RISCV] Improve Disassembler test xqci-invalid.txt (#130039)
by quic_hchandel
· 26 hours ago
88ed151
[GOFF] Refactor GOFFOstream (#131143)
by Kai Nacke
· 26 hours ago
45a7a2b
[RISCV] Set CopyCost on register classes [NFC] (#131185)
by Philip Reames
· 27 hours ago
d7799df
[X86] combineConcatVectorOps - extend ISD::VECTOR_SHUFFLE handling to support 512-bit types (#131189)
by Simon Pilgrim
· 27 hours ago
Next »