platform/upstream/llvm.git
2023-01-20 Matthias Springer[mlir] GreedyPatternRewriteDriver: Add new strict mode...
2023-01-20 Timm Bäder[clang][Interp] Initialize remaining InlineDescriptor...
2023-01-20 Nikita Popov[Flang] Explicitly include cstdint (NFC)
2023-01-20 Sergey Kachkov[GVN] Refactor findDominatingLoad function
2023-01-20 Viktoriia Bakalova[include-mapping] Parse zombie_names.html into a remove...
2023-01-20 Kristof BeylsAdd security group 2022 transparency report.
2023-01-20 Craig TopperRevert "[X86][WIP] Change precision control to FP80...
2023-01-20 Craig Topper[RISCV][TableGen] Use getAllDerivedDefinitions in RISCV...
2023-01-20 Craig Topper[X86][WIP] Change precision control to FP80 during...
2023-01-20 Nicolas Vasilache[mlir][Linalg] Add a structured.pack_transpose transform op
2023-01-20 Nicolas Vasilache[mlir][Linalg] Fix crash in LinalgToStandard
2023-01-20 Nicolas Vasilache[mlir][Linalg] Add missing test
2023-01-20 Kadir Cetinkaya[clangd] Fix shared lib builds
2023-01-20 Uday BondhugulaNFC. Refactor affine fusion code for readability
2023-01-20 Nicolas Vasilache[mlir][Linalg] Fix crash in LinalgToStandard
2023-01-20 LLVM GN Syncbot[gn build] Port 21f4232dd963
2023-01-20 Nikolas Klauser[libc++] Enable segmented iterator optimizations for...
2023-01-20 Kazu Hirata[ADT,Support] Include compiler.h
2023-01-20 Lang Hames[ORC][ORC-RT] Add support for callback-based lookup...
2023-01-20 Nikolas Klauser[libc++] Mark LWG3349 as complete
2023-01-20 Craig TopperRevert "[X86] Avoid converting u64 to f32 using x87...
2023-01-20 Kazu Hirata[llvm] Move bit counting functions to bit.h (NFC)
2023-01-20 LLVM GN Syncbot[gn build] Port b40a3d73dc9c
2023-01-20 Nikolas Klauser[libc++] Remove old CI configurations and update the...
2023-01-20 Nikolas Klauser[libc++] Implement P2446R2 (views::as_rvalue)
2023-01-20 Advenam TacetAdding missing colon
2023-01-20 Shilei Tian[Clang][OpenMP] Allow `f16` literal suffix when compili...
2023-01-20 Yaxun (Sam... [HIP] Unbundler allows missing host entry
2023-01-20 Charles Magahern[clang] Don't short-circuit constant evaluation for...
2023-01-20 Matt Arsenaultllvm-reduce: Trim includes and avoid using namespace...
2023-01-20 Ben Shi[AVR] Fix incorrectly printed global symbol operands...
2023-01-20 River Riddle[mlir][LLVM] Tidy up DebugTranslation casting
2023-01-20 Matt Arsenaultllvm-reduce: Fix typo in help text
2023-01-20 Matt Arsenaultllvm-reduce: Use WithColor in another error message
2023-01-20 Matt Arsenaultllvm-reduce: Account for initializer complexity
2023-01-20 Matt Arsenaultllvm-reduce: Account for aliases and ifuncs in IR compl...
2023-01-20 Matt Arsenaultllvm-reduce: Use consistent ReductionFunc types
2023-01-20 Jonas Devlieghere[lldb] Re-enable xmm/ymm/zmm tests with the system...
2023-01-20 Nico WeberRevert "[gn] port a033dbbe5c43 (clang-stat-cache)"
2023-01-20 Nico WeberRevert "[clang][Darwin] Try to guess the SDK root with...
2023-01-20 Arthur EubanksRevert "[LoopUnroll] Directly update DT instead of...
2023-01-19 Benjamin Kramer[Linalg] Don't create complex vectors when vectorizing...
2023-01-19 Argyrios Kyrtzidis[Lex] For dependency directive lexing, angled includes...
2023-01-19 Diego Caballero[mlir][vector] Disable folding for masked reductions
2023-01-19 Daniele CastagnaCUDA/HIP: Use kernel name to map to symbol
2023-01-19 Jeffrey Byrnes[AMDGPU] Further reduce attaching of implicit operands...
2023-01-19 Geoffrey Martin... [Bazel] Fix layering issues
2023-01-19 serge-sans... [llvm] Cleanup edit_distance short circuiting
2023-01-19 Evgenii StepanovRevert "[AArch64][v8.3A] Avoid inserting implicit landi...
2023-01-19 Fred RissRevert "[Clang] Give Clang the ability to use a shared...
2023-01-19 Volodymyr Sapsai[ODRHash] Detect mismatches in anonymous `RecordDecl`.
2023-01-19 Volodymyr Sapsai[ODRHash] Hash `RecordDecl` and diagnose discovered...
2023-01-19 Alexey Bataev[SLP]Improve isGatherShuffledEntry by looking deeper...
2023-01-19 Ye Luo[OpenMP] Build device runtimes for sm_89 and sm_90
2023-01-19 Paul RobinsonReland "[lit] Stop supporting triple substrings in...
2023-01-19 Alexander Shaposhnikov[Clang] Add lifetimebound attribute to std::move/std...
2023-01-19 Florian Hahn[VPlan] Add vp_depth_first_deep (NFC)
2023-01-19 Gilles Gouaillardet[OpenMP][libomp] Insert correct HWLOC version guards
2023-01-19 Thomas Raoux[mlir] Update VectorToGPU to new memory space
2023-01-19 Frederik GossenRevert "[MLIR] Update bazel build file after 4553056248...
2023-01-19 Paul Kirth[llvm][codegen] Fix non-determinism in StackFrameLayout...
2023-01-19 Jim InghamRemove the undocumented `help` subcommand.
2023-01-19 Mark de Wever[libc++][format] range-default-formatter for map
2023-01-19 Mehdi AminiRemove useless / untested verifier in scf.foreach_threa...
2023-01-19 Arvind Sudarsanam[opt] Fix static code analysis concerns
2023-01-19 Noah GoldsteinRemoving 'TuningSlow3OpsLEA' from ICL config
2023-01-19 Noah GoldsteinAdd transform ctpop(X) -> 1 iff X is non-zero power...
2023-01-19 Noah GoldsteinAdd tests for ctpop(X) where X is a power of 2; NFC
2023-01-19 Frederik Gossen[MLIR] Update bazel build file after 455305624884cf9237...
2023-01-19 LLVM GN Syncbot[gn build] Port c90801457f7c
2023-01-19 Nikolas Klauser[libc++] Refactor deque::iterator algorithm optimizations
2023-01-19 Stanislav Mekhanoshin[AMDGPU] Treat WMMA the same as MFMA for sched_barrier
2023-01-19 Stanislav Mekhanoshin[AMDGPU] Introduce separate register limit bias in...
2023-01-19 Joseph Huber[Clang][NFC] Tweak error message for GPU architecture...
2023-01-19 Joseph Huber[LinkerWrapper] Use `clang` to perform the device linking
2023-01-19 Krzysztof DrewniakRevert "[mlir][Index] Implement InferIntRangeInterface"
2023-01-19 Gulfem Savrun... [IRLinker] Replace CallInstr with CallBase
2023-01-19 Arthur EubanksRevert "Reland [pgo] Avoid introducing relocations...
2023-01-19 Frederik Gossen[MLIR] Add InferTypeOpInterface to scf.if op
2023-01-19 Erich KeaneForbid implicit conversion of constraint expression...
2023-01-19 Florian Hahn[LoopUnroll] Directly update DT instead of DTU.
2023-01-19 Matthias Springer[mlir][SCF] Fix crash in loop peeling
2023-01-19 David Carlier[Sanitizers] GetMemoryProfile implementation for FreeBSD.
2023-01-19 Krzysztof Drewniak[mlir][Index] Implement InferIntRangeInterface
2023-01-19 Xing Xue[clang][driver][AIX] Add OpenMP runtime if -fopenmp...
2023-01-19 v1nh1shungryFix zero-initialization fix-it for variable template
2023-01-19 Paul RobinsonRevert "[lit] Stop supporting triple substrings in...
2023-01-19 Slava Zakharin[NFC][flang] Added debug option to bisect TBAA tag...
2023-01-19 Aaron BallmanSilence some sign comparison warnings; NFC
2023-01-19 Michael Jones[libc] add scanf float converter
2023-01-19 Michael Jones[libc] add internal string class
2023-01-19 Kiran Chandramohan[Flang][Debug] Modifications for getting pathname
2023-01-19 Mark de Wever[libc++][format] Adds formatter std::vector<bool>.
2023-01-19 LLVM GN Syncbot[gn build] Port 04d4f4b3d4e4
2023-01-19 Zino Benaissa[AARCH64][SVE] Do not optimize vector conversions
2023-01-19 Sjoerd Meijer[CostModel][AArch64] Precommit tests for LD1 single...
2023-01-19 Mark de Wever[libc++][format] Adds container adaptor formatters.
2023-01-19 Jonas Paulsson[SystemZ] Improvement in tryRxSBG().
2023-01-19 Jordan Rupprecht[NFC][bazel] Move _tensor_ops_ext.py to the correct...
2023-01-19 Jordan Rupprecht[NFC][bazel] Add _tensor_ops_ext.py to SparseTensorOpsP...
next