Sign in
android
/
toolchain
/
llvm-project
/
HEAD
37f38d1
Change OWNERS to use main branch
by Sharjeel Khan
· 6 months ago
main
9f7e6a9
Merge 386af4a5c6 for LLVM update to 563880
by Yi Kong
· 6 months ago
386af4a
Revert "[clang][bytecode] Stack-allocate bottom function frame" (#125325)
by Jorge Gorbe Moya
· 7 months ago
598106d
[mlir][Linalg] NFC: Expose a method to deduplicate operands/remove dead results of `linalg.generic` op. (#125141)
by MaheshRavishankar
· 7 months ago
280609c
[clang-format][NFC] Minor improvement to FormatToken::isTypeName()
by Owen Pan
· 7 months ago
f73f5af
[Driver] Refactor option '-mlink-bitcode-file'. (#125322)
by Amit Kumar Pandey
· 7 months ago
1eac7cd
[M68k] always use movem for register spills (#106715)
by Janis Heims
· 7 months ago
5dc8155
[RISCV] Add ESWIN EIC770X (SiFive P550) to getHostCPUNameForRISCV. (#125277)
by Craig Topper
· 7 months ago
a3799f2
[RISCV] Remove potentially incompatible vtype toggles fro mvlseg-vsseg mca test (#125226)
by Michael Maitland
· 7 months ago
c3c3262
[mlir][Vector] Fix `vector.shuffle` folder for poison indices (#124863)
by Diego Caballero
· 7 months ago
db7e2e5
[RISCV] Add PseudoCCMOVGPRNoX0 test caes for RISCVOptWInstrs. NFC
by Craig Topper
· 7 months ago
ae7f7c4
[RISCV] Add PseudoCCMOVGPRNoX0 to RISCVOptWInstrs.
by Craig Topper
· 7 months ago
ec7b137
[NVPTX] Fix `--check-prefixes` in `cp-async-bulk.ll` (NFC) (#125146)
by Justin Fargnoli
· 7 months ago
41745a2
[NFC][DirectX] Change deprecated insertBefore(Instruction*) API (#125308)
by S. Bharadwaj Yadavalli
· 7 months ago
9ad153a
[flang][cuda] Adding more bindings to libcudadevice (#125276)
by Renaud Kauffmann
· 7 months ago
2b04291
[mlir][Vector] Fix scalable InsertSlice/ExtractSlice lowering (#124861)
by Diego Caballero
· 7 months ago
213a939
[LegalizeDAG] Use Base+Offset instead of Offset+Base for jump tables
by Alexander Richardson
· 7 months ago
c641c1a
[VPlan] Pass VPValue operands to handleReplication. (NFC)
by Florian Hahn
· 7 months ago
f50efe9
[LVI] Pre commit test for #124480 (NFC)
by Andreas Jonson
· 7 months ago
95c0c78
workflows/premerge: Fix condition for macos job (#125237)
by Tom Stellard
· 7 months ago
6deee0d
[lldb] Use llvm::Error instead of CommandReturnObject for error reporting (#125125)
by Jonas Devlieghere
· 7 months ago
e6d12ad
[BOLT][NFC] Fix test X86/dynamic-relocs-on-entry.s (#125264)
by YongKang Zhu
· 7 months ago
91e77d8
[TableGen] Restore OpName::OPERAND_LAST emission in InstrInfoEmitter (#125265)
by Rahul Joshi
· 7 months ago
9333d8f
[analyzer][NFC] Simplify and eliminate redundant map lookups (#125272)
by Balazs Benics
· 7 months ago
fa6b7ec
[bazel] Replace strip_include_prefix in lldb with includes (#125293)
by Keith Smiley
· 7 months ago
87b7f63
Revert "Reland "[lldb] Implement basic support for reverse-continue" (#125242)"
by Adrian Prantl
· 7 months ago
ffe3129
[mlir] allow overriding visitRegionSuccessors (#125268)
by Maksim Levental
· 7 months ago
d9c9326
[SLP]Recalculate number of parts when requesting number of elements based on original scalars size
by Alexey Bataev
· 7 months ago
82b923d
Reland "[CFIFixup] Factor logic into helpers and use range-based loops (NFC) #125137"
by Daniel Hoekwater
· 7 months ago
d841c88
[RISCV] Move spread(4,8) shuffle lowering above generic fallbacks [NFC
by Philip Reames
· 7 months ago
503e4b2
[InstCombine] Perform some cleanups, add some tests
by David Majnemer
· 7 months ago
c640f97
[TableGen] Don't use inline storage for ReferenceLocs (NFC) (#125231)
by Nikita Popov
· 7 months ago
9ff24f5
Revert "[CFIFixup] Factor logic into helpers and use range-based loops (NFC) (#125137)"
by Daniel Hoekwater
· 7 months ago
7444ccd
LAA: improve code in getStrideFromPointer (NFC) (#124780)
by Ramkumar Ramachandra
· 7 months ago
e822dff
[MIPS] Autogenerate a jump tables test
by Alex Richardson
· 7 months ago
c7d4ccf
[PowerPC] Autogenerate a test checks in preparation for follow-up commit
by Alex Richardson
· 7 months ago
dbabad0
[lldb] Use validation combination of options in TestAbbreviations (#125270)
by Jonas Devlieghere
· 7 months ago
2a2d6e6
[lldb-dap] Bump the version to 0.2.9
by Jonas Devlieghere
· 7 months ago
833ba0a
[ObjC][ARC] Initialize member of ObjCARCContract (#125256)
by Akira Hatanaka
· 7 months ago
b25fe9c
[msan][NFCI] Add tests for Arm NEON add reduction to scalar (#125271)
by Thurston Dang
· 7 months ago
f14f197
[CFIFixup] Factor logic into helpers and use range-based loops (NFC) (#125137)
by Daniel Hoekwater
· 7 months ago
2bfb3ba
[flang] Make REAL/COMPLEX(10) a hard error for non-x86 targets (#124655)
by Peter Klausler
· 7 months ago
631abff
Revert "[SLP]Use the size of gathered scalars when evaluating slice size"
by Alexey Bataev
· 7 months ago
e78aa8f
[SLP]Use the size of gathered scalars when evaluating slice size
by Alexey Bataev
· 7 months ago
f354981
[clang][bytecode] Stack-allocate bottom function frame (#125253)
by Timm Baeder
· 7 months ago
6b8d076
[clang][bytecode] Return failure for dead non-temporary pointers (#125247)
by Timm Baeder
· 7 months ago
9955d84
[SLP][NFC]Add a test with the incorrect shuffled elements of buildvector
by Alexey Bataev
· 7 months ago
bf34884
[AArch64] Fix a warning
by Kazu Hirata
· 7 months ago
f8300f1
[flang] Refine "same type" testing for intrinsic arguments (#125133)
by Peter Klausler
· 7 months ago
56c4684
[flang] Suppress USEs of non-USE'able names in module files (#124980)
by Peter Klausler
· 7 months ago
c82db77
[flang] Handle indirect USE of ancestor module into submodule (#124969)
by Peter Klausler
· 7 months ago
cadc70c
[flang] Prefer non-elemental to elemental defined operator resolution (#124941)
by Peter Klausler
· 7 months ago
4927a5e
[flang] Allow defined assignment to CLASS(*) (#124817)
by Peter Klausler
· 7 months ago
10b0a07
[flang] Fold KIND= arguments in intrinsic function references (#124666)
by Peter Klausler
· 7 months ago
36caa8f
[flang] Fix crash on SMP with dummy procedure (#124663)
by Peter Klausler
· 7 months ago
8d8a821
[flang] Support OPEN(..., FORM="BINARY") (#124657)
by Peter Klausler
· 7 months ago
ef91cae
Allow 'inline' on some declarations in MS compatibility mode (#125250)
by Aaron Ballman
· 7 months ago
0ff49a7
[bazel] add missing dep after 5fbb8dd7da5cd8b76127e780d418fe780d3337a4
by Jorge Gorbe Moya
· 7 months ago
ef8e033
[llvm][aarch64] Add support for the MS qualifiers __ptr32, __ptr64, _sptr, __uptr (#112793)
by Daniel Paoliello
· 7 months ago
eb0af4e
[CIR] Fix shared build. NFC
by Michael Liao
· 7 months ago
88f858d
IndVarSimplify: thread CmpPredicate to SCEV (NFC) (#125240)
by Ramkumar Ramachandra
· 7 months ago
759ef58
[Hexagon] Set the default compilation target to V68 (#125239)
by Ikhlas Ajbar
· 7 months ago
1b0becf
[lldb] Add some formatting to variable.rst (NFC)
by Dave Lee
· 7 months ago
5c3db5a
[Github] Label lldb-dap PRs (#125139)
by Jonas Devlieghere
· 7 months ago
bd95b57
[RISCV][VLOpt] Move OperandInfo into anonymous namespace. Move getEMULEqualsEEWDivSEWTimesLMUL out of RISCVVType namespace. NFC (#125138)
by Craig Topper
· 7 months ago
7fd3743
[RISCV] Rename Mips instruction records to start with MIPS_. NFC (#125170)
by Craig Topper
· 7 months ago
6414239
[SystemZ][XRay] Reland XRay runtime support for SystemZ (#124611)
by Kai Nacke
· 7 months ago
b9207ae
[NFC][analyzer][docs] Improve Annotations.rst (#122749)
by Donát Nagy
· 7 months ago
65136a3
SCEV: migrate LoopInvariantPredicate to CmpPredicate (NFC) (#125204)
by Ramkumar Ramachandra
· 7 months ago
e31c6c9
[flang] Fix building on aarch64 *BSD and musl libc after 9d8dc45d17088300e9e2086594ca581b119193c8 (#125183)
by Brad Smith
· 7 months ago
b2447a2
AMDGPU: Add willreturn to sendmsg intrinsics (#125014)
by Matt Arsenault
· 7 months ago
fbf544c
[CIR] Fix some clang-tidy problems in CIR (#125128)
by Andy Kaylor
· 7 months ago
e2301d6
[TableGen] Reduce size of MatchTableRecord (NFC) (#125221)
by Nikita Popov
· 7 months ago
272ce90
[Clang] Make OpenMP offloading consistently use the bound architecture (#125135)
by Joseph Huber
· 7 months ago
0324c70
Revert 48a66e9b2a9a5083f26c95b14b09c9c897780f59 "[TTI] getTypeBasedIntrinsicInstrCost - add basic handling for strided load/store intrinsics (#125223)"
by Simon Pilgrim
· 7 months ago
48a66e9
[TTI] getTypeBasedIntrinsicInstrCost - add basic handling for strided load/store intrinsics (#125223)
by Simon Pilgrim
· 7 months ago
7e66cf7
Reland "[lldb] Implement basic support for reverse-continue" (#125242)
by David Spickett
· 7 months ago
0d63a3d
[mlir][acc] Update LegalizeDataValues pass to allow MappableType (#125134)
by Razvan Lupusoru
· 7 months ago
7a0c6cf
[CodeGen] Avoid repeated hash lookups (NFC) (#125160)
by Kazu Hirata
· 7 months ago
5a116f8
[Vectorize] Migrate away from PointerUnion::dyn_cast (NFC) (#125159)
by Kazu Hirata
· 7 months ago
9268494
[TableGen] Migrate away from PointerUnion::dyn_cast (NFC) (#125158)
by Kazu Hirata
· 7 months ago
c8ba57e
[AST] Migrate away from PointerUnion::dyn_cast (NFC) (#125157)
by Kazu Hirata
· 7 months ago
5fbb8dd
[mlir][llvmir][reland] expose Type(To/From)LLVMIRTranslator C API (#125110)
by Maksim Levental
· 7 months ago
1f56bb3
[Offload][NFC] Fix typos discovered by codespell (#125119)
by Christian Clauss
· 7 months ago
55be370
[InstCombine] Fold frexp of select to select of frexp (#121227)
by Narayan
· 7 months ago
a325622
[DSE] Allow attribute differences in redundant store elimination (#125190)
by Nikita Popov
· 7 months ago
6dd07b1
Revert "[SLP]Reduce number of alternate instruction, where possible"
by Alexey Bataev
· 7 months ago
cf8c730
Fix LinalgOps build error on older clang versions
by erichkeane
· 7 months ago
1a314b2
PeepholeOpt: Fix copy current source index accounting bug
by Matt Arsenault
· 7 months ago
85d4175
Revert "[flang][hlfir] get rid of box when translating scalars to extented value" (#125222)
by jeanPerier
· 7 months ago
46befd7
[clang][bytecode][NFC] Remove unused function (#125201)
by Timm Baeder
· 7 months ago
70ec2e4
[MLIR] Fix type incompatibility in BitcastOp fold (#125193)
by Vadim Curcă
· 7 months ago
c1163b8
[NFC] remove string literals from AArch64SVEACLETypes.def (#125063)
by Tomas Matheson
· 7 months ago
4378ec7
[MLIR][doc] Fix docs for IRDL using -gen-dialect-doc (#125195)
by Thomas Preud'homme
· 7 months ago
ae570d5
[lldb][TypeSystemClang] Fix enum signedness in CompleteEnumType (#125203)
by Michael Buch
· 7 months ago
fcb1234
[include-cleaner] Dont report explicit refs for global operator new/delete (#125199)
by kadir çetinkaya
· 7 months ago
eb1a571
[SystemZ] Replace SELRMux with COPY in case of identical operands. (#125108)
by Jonas Paulsson
· 7 months ago
9cf8ee9
[MCA] Do not allocate space for DependenceEdge by default in DependencyGraphNode (NFC) (#125080)
by Anton Sidorenko
· 7 months ago
8bd7281
[lldb][test] explicit-member-function-quals.cpp: fix expected output
by Michael Buch
· 7 months ago
650beee
[AArch64] Change misched-fusion-cmp-bcc.ll to use valid cpu names. NFC
by David Green
· 7 months ago
Next »