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-01-31
Vladislav Dzhidzhoev
[GlobalISel] Don't combine instructions with unknown...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Sam Clegg
[lld][WebAssembly] Apply relocations to TLS data
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Jonas Devlieghere
[lldb] Use ${CMAKE_COMMAND} -E remove instead of remove...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Konstantin...
[libc++][ranges] Fix incorrect integer typedef in ...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Louis Dionne
[libc++] Use bounded iterators in std::string_view...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
H.J. Lu
compiler-rt/lib: Add .Linterceptor_sigsetjmp
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Lang Hames
[ORC] Add a NonOwningSymbolStringPtr utility.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Yermolovich
[DWARF] Fix handling of .debug_aranges with -g1
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Jorge Gorbe...
Fix two warnings introduced by 69011a2ad0ce "[mlir...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Florian Hahn
[VPlan] VPPredInstPHIRecipe does not read from memory.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Siva Chandra...
[libc] Build two different static archives libc.a and...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Sam Clegg
[lld][WebAssembly] Renamed a few tests to conform to...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
LLVM GN Syncbot
[gn build] Port 486729ce06c1
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Craig Topper
[RISCV] Move RISCVELFStreamer::getRelocPairForSize...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Craig Topper
[RISCV] Remove unneeded code from TTI::isLegalMaskedLoa...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Guozhi Wei
[GVN] Don't count debug instructions when limit the...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mitch Phillips
Re-land: [MTE] Add AArch64GlobalsTagging Pass
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Langford
[lldb][NFC] Remove copy of debugserver entitlements...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Aaron Ballman
Fix Clang sphinx build
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
LLVM GN Syncbot
[gn build] Port e9c49901a43f
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
LLVM GN Syncbot
[gn build] Port 04ed86ff1b72
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nico Weber
[gn] prepare for 40025761564 (awkward AMDGPUGenRegister...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mahesh Ravishankar
[mlir][Linalg] Make Elementwise op fusion return a...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Joseph Huber
[Clang] Adjust PIC handling for the AMDGPU ToolChain
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mitch Phillips
Revert "[MTE] Add AArch64GlobalsTagging Pass"
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nico Weber
[gn] port 226c444b3882e
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Kazu Hirata
[llvm-c-test] Fix warnings
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Argyrios Kyrtzidis
Revert "[OpenMP][OMPIRBuilder]Move SIMD alignment calcu...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Benjamin Kramer
[clang-format] Fix use after free in FormatTokenSource...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Sanjay Patel
[InstCombine] reduce icmp_ne0-of-and-of-select-of-constants
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Sanjay Patel
[InstCombine] add tests for icmp-ne0-of-and-of-select...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Rashmi Mudduluru
[-Wunsafe-buffer-usage] Introduce the unsafe_buffer_usa...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
David Green
[AArch64] Make nosimd imply nocrypto
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Teresa Johnson
[MemProf] Make test more resilient to cpu scheduling
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Valentin Clement
[flang] Use fir.type_desc and delay type desc address...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[NFC][libc++] Addresses LWG3781.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[libc++] Addresses LWG3755.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[libc++] Marks LWG2970 as complete.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[libc++] Partly addresses LWG3798.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[libc++] Addresses LWG3764.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[NFC][libc++][format] Uses retarget buffer.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Jorge Gorbe...
[lldb] Fix warning about unhandled enum value `WasmExte...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
bixia1
[mlir][sparse] Extend sorting function generator to...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mark de Wever
[libc++] Fixes the Clang modular build.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nicolas Vasilache
[mlir][Linalg] Add a transform.structured.lower_pack op
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Dhruv Chawla
[Kaleidoscope] Update code snippets in text to match...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Davide Bertola
[llvm-c] add LLVMReplaceMDNodeOperandWith
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Benjamin Kramer
[AST] assert(false) -> llvm_unreachable
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Joseph Huber
[Clang] Do not attempt to directly link arch tools...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Shafik Yaghmour
[Clang] Add machinery to catch overflow in unary minus...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Brachet
[llvm-ifs] Add support for --target=riscv
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Mitch Phillips
[MTE] Add AArch64GlobalsTagging Pass
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Craig Topper
[RISCV] Handle FRMArg as an optional operand instead...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Paulo Matos
[clang][WebAssembly] Initial support for reference...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Leandro Lupori
[flang] Single entry point for GET_ENVIRONMENT_VARIABLE
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Marco Elver
[SanitizerBinaryMetadata] Pretend compiler-generated...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Shao-Ce SUN
[flang] Suppress a warning in D118631 [-Wunused-result]
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Peter Klausler
[flang] More subscript triplet checking at compilation...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Peter Klausler
[flang] Handle missing substring upper bound better...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Christian Kandeler
[clangd] Add semantic token for angle brackets
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Manuel Klimek
[clang-format][NFC] Bring FormatTokenSource under test.
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Philip Reames
[BranchRelaxation] Strengthen post condition assertions
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Jan Sjodin
[flang][driver] Add support for -embed-offload-object...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Benjamin Kramer
[mlir][SubElements] Disambiguate cast<> call for MSVC
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nemanja Ivanovic
[PowerPC] Do not convert lwz to lwa if the offset is...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Philip Reames
[RISCV] Add asserts that we don't increase codesize...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Adrian Vogelsgesang
[LLDB] Do not dereference promise pointer in `coroutine...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
David Sherwood
[AArch64][SME2] Add LLVM IR intrinsics for multi-single...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Francesco Petrogalli
[clang][CGCall] Remove header file not used. [NFCI]
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Guillaume Chatelet
[reland][NFC] Transition GlobalObject alignment from...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Manuel Klimek
[clang-format][NFC] Move IndexedTokenSource to FormatTo...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
David Truby
[flang] Improve error message for move_alloc
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
James Y Knight
[Clang] Improve error message for violations of -fmodul...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Felipe de Azevedo...
[LiveDebugValues] Allow EntryValue with OP_deref expres...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Manuel Klimek
[clang-format][NFC] Pull FormatTokenSource into its...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Zinenko
[mlir] multi-argument binding for top-level transform ops
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Johannes Doerfert
[OpenMP][FIX] Properly check assume only uses
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Guillaume Chatelet
Revert D142708 "[NFC] Transition GlobalObject alignment...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Guillaume Chatelet
[NFC] Transition GlobalObject alignment from MaybeAlign...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Lorenzo Chelini
[MLIR] Split `generalize-tensor-pack.mlir` (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Max Kazantsev
[GuardWidening] Choose right point for generating wide...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Bradbury
[RISCV] Implement isMultiStoresCheaperThanBitsMerge...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Valentin Clement
[flang] derived-type finalization
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Alex Bradbury
[RISCV][test] Add tests ahead of isMultiStoresCheaperTh...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Matt Arsenault
DAG: Remove redundant check for return alignment
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Yashwant Singh
[AMDGPU] Use tablegen to list uniform intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Kerry McLaughlin
[AArch64][SME2] Add multi-vector min/max intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
gonglingqin
[LoongArch] Add baseline test for (X & Y) == Y and...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Kerry McLaughlin
[AArch64][SME2] Add SME2 outer product intrinsics
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
eopXD
[3/3][Clang][RISCV] Add `__riscv_` for overloaded intri...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Max Kazantsev
[Test] Add motivating test for revert of fix of PR60234
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Maya Amrami
[mlir][bufferization] Fix failing lit test
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nikita Popov
[Polly] Fix tests (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
esmeyi
[PowerPC] Improve materialization for immediates which...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Goran Flegar
[bazel] Add missing includes for 5212058
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nikita Popov
[LICM] Regenerate test checks (NFC)
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Nikita Popov
[ConstantFold] Fix inbounds inference on mismatching...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Zain Jaffal
[AArch64] turn extended vecreduce bigger than v16i8...
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
Corentin Jabot
[Clang] Fix typo in ReleaseNotes.rst
commit
|
commitdiff
|
tree
|
snapshot
2023-01-31
eopXD
[2/3][Clang][RISCV] Add `__riscv_` for non-overloaded...
commit
|
commitdiff
|
tree
|
snapshot
next