projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2023-06-19
Mehdi Amini
Emit MLIR trampoline wrapper function with LLVM private...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Mehdi Amini
Remove extra closing `)` from MLIR --view-op-graph...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Nikita Popov
[SCCP] Fix conversion of range to constant for vectors...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Russell Greene
lldb: do more than 1 kilobyte at a time to vastly incre...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Alexandros...
[FuncSpec] Add Freeze and CallBase to the InstCostVisitor.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Nikita Popov
[InstSimplify] Fold icmp of uadd.sat/usub.sat (PR63381)
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Nikita Popov
[InstSimplify] Add test for icmp of uadd.sat/usub.sat...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Jacob Crawley
[flang][hlfir] Add hlfir.count intrinsic
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Tom Eccles
[flang] don't allow conversions between logical and...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Tom Eccles
[flang][hlfir] Fix multiple return declaration type
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Dmitry Makogon
[Test] Add test for PR62430 showing bug in SCEV mul...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Hristo Hristov
[libc++][ranges] Mark `views::stride` in progress
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Alexandros...
[FuncSpec][NFC] Improve the unittest coverage.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Momchil Velikov
[CodeGenPrepare] Fix for using outdated/corrupt LoopInfo
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Martin Braenne
[clang][dataflow] Create `Value`s for integer literals.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Joseph Huber
[libc] Disable atomic optimizations for `libc` AMDGPU...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Ingo Müller
[mlir][ExecutionEngine] Only load JITDyLibs without...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Christian Sigg
[Bazel][mlir] Fix layering check after 11db162db07d6083...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Felix
[clang-tidy] Reserved-identifier: Improved AllowedIdent...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Bing1 Yu
[X86][AMX] Let Store not be removed if combineCastStore...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Matthias Springer
[mlir][transform] SequenceOp: Top-level operations...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Matthias Springer
[mlir][transform] ApplyPatternsOp: Add check to prevent...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
David Green
[AArch64] More tablegen patterns for addp of two extracts
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
David Green
[AArch64] Add tablegen patterns for faddp of two extracts
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
luxufan
[SCCP][NFC] Regenerate test case
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
luxufan
[SCCP][NFC] Regenerate test case
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Yevgeny Rouban
[LoopUnrollRuntime] Allow indirect transition to deopt...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Chuanqi Xu
Recommit [ABI] [C++20] [Modules] Don't generate vtable...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Fangrui Song
[XRay] Mark Mach-O xray_instr_map and xray_fn_idx as...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Jianjian GUAN
[RISCV] Match shl (ext v, splat 1) to vector widening...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Fangrui Song
[MC] flushPendingLabels: set Atom for new fragment...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-19
Fangrui Song
[MC] Fold A-B when A is a pending label or A/B are...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Fangrui Song
[MC] Remove unneeded MCDataFragment check from AttemptT...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Fangrui Song
[MC] flushPendingLabels: set Atom for new fragment...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Alfred Persson...
[libc] [NFC] malloc.h: fix include guard typo
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Fangrui Song
[XRay][test] Make tests less sensitive to .Ltmp/Ltmp...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Kazu Hirata
[Target] Use llvm::is_contained (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Kazu Hirata
[BOLT] Use llvm::is_contained (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Kazu Hirata
[AST] Use DenseMapBase::lookup (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Hristo Hristov
[libc++][spaceship][NFC] P1612R2: Mark remove `operator...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Pranav Kant
[Bazel][mlir] Port ee8b8d6b58e1ff45d1bcbad38c6cf458f872b38d
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Uday Bondhugula
[MLIR] Provide bare pointer memref lowering option...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Matt Arsenault
clang/HIP: Use __builtin_fmaf16
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Serge Pavlov
[Doc] Fix table layout
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Simon Pilgrim
[GlobalIsel][X86] selectDivRem - fix typo in 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Simon Pilgrim
[GlobalIsel][X86] Regenerate srem/urem select test...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Serge Pavlov
[clang] Add __builtin_isfpclass
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Yingwei Zheng
[CodeGenPrepare][RISCV] Remove asserting VH references...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
luxufan
[SCCP][NFC] Regenerate test case
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Ivan Butygin
[mlir][math] Uplift from arith to math.fma
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Simon Pilgrim
[X86] Regenerate tls.ll and reuse common linux check...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Simon Pilgrim
[X86] Regenerate add32ri8.ll
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Paul Walker
[SVE][AArch64TTI] Fix invalid mla combine that miscompu...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Paul Walker
[NFC][AArch64TTI] Breakout add/sub combines into discre...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Paul Walker
Increase test coverage of Transforms/InstCombine/AArch6...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
AMS21
[clang-tidy] Improve `performance-move-const-arg` messa...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
AMS21
[clang-tidy] Fix `llvmlibc-inline-function-decl` false...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
LLVM GN Syncbot
[gn build] Port 845618cf69e8
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
AMS21
[clang-tidy] Refactor common code from the Noexcept...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
NAKAMURA Takumi
pr62660-normalization-failure.ll REQUIRES: asserts...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Youngsuk Kim
[clang] Replace uses of CGBuilderTy::CreateElementBitCa...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-18
Krzysztof Parzyszek
[Hexagon] Add missing patterns for boolean [v]selects
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Krzysztof Parzyszek
[Hexagon] Handle all compares of i1 and vNi1
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Krzysztof Parzyszek
[Hexagon] Add missing patterns for truncate to vNi1
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
LLVM GN Syncbot
[gn build] Port cea4285949b5
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Nico Weber
[gn] fix build after 992cb98462ab
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Fangrui Song
[Pseudo Probe] Do not place functions in nodeduplicate...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Owen Pan
[clang-format][NFC] Remove redundant getLLVMStyle(...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Brad Smith
[Support/ELF] - Add OpenBSD PT_OPENBSD_NOBTCFI constant.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
[LSR] Enable SCEV verification for test from f3a0ad2d...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Fangrui Song
PPCAsmParser: Use parseOptionalToken
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Uday Bondhugula
[MLIR] Add support for bare pointer calling convention...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
Revert "[LSR] Consider post-inc form when creating...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Jeff Niu
[mlir][arith] Remove unused ODS class
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
[LSR] Add test for #62660.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Felipe de Azevedo...
[Coding style] Fix incorrect link syntax
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Hui
[libc++][NFC] Granularise <thread> header
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Prajwal S N
[docs] Fix link for static constructors article
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
[AMDGPU] Update test after abfeda5af329b58.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
[LSR] Consider post-inc form when creating extends...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Florian Hahn
[LSR] Add test case for #58039.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Corentin Jabot
[Clang] Add the list of core papers approved in Varna...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Fangrui Song
[Pseudo Probe] Make .pseudo_probe GC-able
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Jay Foad
[AMDGPU] Generate checks for load-constant tests
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Fangrui Song
[bazel] Fix clang after D148094
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Sergei Barannikov
[clang][CodeGen] Break up TargetInfo.cpp [8/8]
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Sergei Barannikov
[clang][CodeGen] Break up TargetInfo.cpp [7/8]
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Sindhu Chittireddy
[NFC] Fix potential dereferencing of null return value.
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Pranav Kant
[Bazel][mlir] Port 120cd5aafca2ccc8b04d208598e817ffc6d0b869
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Weining Lu
[LoongArch] Fix handling of the chain of CSRWR and...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Weining Lu
[LoongArch][NFC] Precommit test for D153120 (the fix...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Ashay Rane
[MLIR] Register all extensions in CAPI's RegisterEverything
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
LiaoChunyu
[RISCV] Fold special case (xor (setcc constant, y,...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Matt Arsenault
clang/AMDGPU: Emit atomicrmw for atomic_inc/dec builtins
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Fangrui Song
[MC] Restore a special case to support limited A-B...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-17
Owen Pan
Reland [clang-format] Fix overlapping whitespace replac...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-16
Daniel Thornburgh
[Fuchsia] Forward libedit flags to stage2
commit
|
commitdiff
|
tree
|
snapshot
2023-06-16
Philip Reames
[RISCV] Fix a latent miscompile in doPeepholeMaskedRVV
commit
|
commitdiff
|
tree
|
snapshot
2023-06-16
Philip Reames
[RISCV] Add a policy operand to VPseudoBinaryNoMaskTU...
commit
|
commitdiff
|
tree
|
snapshot
2023-06-16
Diego Caballero
[mlir][Vector] Fix 0-D tensor vectorization in Linalg
commit
|
commitdiff
|
tree
|
snapshot
next