platform/upstream/llvm.git
2022-10-04 Valentin Clement[flang] Lower TYPE(*) as fir.box<none>
2022-10-04 jeff[DAGCombiner] [AMDGPU] Allow vector loads in MatchLoadC...
2022-10-04 Siva Chandra... [libc] Add a minimal implementation of the POSIX fork...
2022-10-04 Jakub Kuderski[mlir][arith] Mark unknown types legal in WIE
2022-10-04 Christian Sigg[mlir][gpu] Fix GCC -Wparenthesis warning
2022-10-04 Yuanfang Chen[Clang] make canonical AutoType constraints-free
2022-10-04 Ram-NK[NFC][LoopInterchange] Clean up of irrelevent dependenc...
2022-10-04 Peiming Liu[mlir][sparse] support singleton in loop emitter.
2022-10-04 serge-sans... [clang] Unify Sema and CodeGen implementation of isFlex...
2022-10-04 Eli Friedman[AArch64] Don't form paired loads from epilogue operati...
2022-10-04 Daniel Thornburgh[llvm-objdump] [debuginfod] Fetch for very-stripped...
2022-10-04 Jim InghamTurn off the warning that the undefined behavior I...
2022-10-04 Nathan James[clang] Add fix-it note to defaulted-function-deleted...
2022-10-04 Alex Langford[clang][DebugInfo] Respect fmodule-file-home-is-cwd...
2022-10-04 Jim Radford[objdump] Support finding --source via --dsym files
2022-10-04 Aart Bik[mlir][sparse] fixed typo in fix of bazel fix
2022-10-04 Michał Górny[clang-tools-extra] [test] Use CLANG_NO_DEFAULT_CONFIG=1
2022-10-04 Erich KeaneRemove accidentially left assertion
2022-10-04 Aart Bik[mlir][sparse] fix bazel breakage
2022-10-04 Michael Buch[lldb][test] Skip import-std-module/vector tests
2022-10-04 Chris Bieneman[DirectX] Generate `dx.resources` metadata entry
2022-10-04 Erich KeaneImplement DR2565: Invalid types in the parameter-declar...
2022-10-04 Alex Lorenz[clang][driver][darwin] Ensure that the SDK version...
2022-10-04 Sanjay Patel[SDAG] don't hoist div/rem through a select with neutra...
2022-10-04 Sanjay Patel[x86] add test for select + sdiv neutral constant; NFC
2022-10-04 Fangrui Song[llvm-objdump] Add --no-addresses as an alias for ...
2022-10-04 Fangrui Song[llvm-objdump] --no-leading-addr: hide inline relocatio...
2022-10-04 Nathaniel McVicar[mlir][sparse] Restore case coverage warning fix
2022-10-04 Mark de Wever[libc++][format] Updates to Unicode 15.
2022-10-04 Daniel Rodríguez... [ObjectYAML] Support for basic data in code.
2022-10-04 Craig Topper[RISCV] Refactor and improve eliminateFrameIndex.
2022-10-04 Craig Topper[RISCV] Restructure eliminateFrameIndex to share more...
2022-10-04 Nicolas Vasilache[mlir][Linalg] NFC - Add result and bbArg pretty printi...
2022-10-04 Daniel Rodríguez... [ObjectYAML][MachO] Encode export trie address as ULEB1...
2022-10-04 Nicolas Vasilache[mlir][Tensor] NFC - Add result pretty printing to...
2022-10-04 Aaron BallmanModify the qualified/unqualified getter for TypeOfType...
2022-10-04 Tom Honermann[clang] Correct handling of lambdas in lambda default...
2022-10-04 Sanjay Patel[InstSimplify] try harder to fold fmul with 0.0 operand
2022-10-04 Alexey Bataev[SLP]Try to emit canonical shuffle with undef operand.
2022-10-04 Pierre van... [AMDGPU][DAG] Fix insert_vector_elt lowering for 8...
2022-10-04 Sanjay Patel[InstSimplify] add tests for fmul with 0.0 operand...
2022-10-04 Sanjay Patel[InstSimplify] reduce code duplication for fmul folds...
2022-10-04 Pierre van... [AMDGPU] Always lower SHUFFLE_VECTOR
2022-10-04 Jay Foad[ISel] Fix crash in new FMA DAG combine
2022-10-04 Amara Emerson[AArch64] Re-generate some checks for itofp and min...
2022-10-04 Dominik Adamski[OpenMP][OMPIRBuilder] Add support for order(concurrent...
2022-10-04 Florian Hahn[LoopVersioning,LLE] Add -S option to runlines.
2022-10-04 Pierrick BouvierDetect errors in Windows packaging script
2022-10-04 Nikita PopovReapply [InstCombine] Switch foldOpIntoPhi() to use...
2022-10-04 Alex Richardson[SimplifyLibCalls] Retain attributes added by Builder...
2022-10-04 Nikita Popov[InstCombine] Add test where op of phi simplifies to...
2022-10-04 Louis Dionne[llvm] Remove libcxx, libcxxabi and libunwind from...
2022-10-04 Denys Shabalin[mlir] Add fully dynamic constructor to StridedLayoutAt...
2022-10-04 Uday Bondhugula[MLIR] Simplify affine maps + operands exploiting IV...
2022-10-04 Thomas Symalla[NFC][AMDGPU] Pre-commit test for D134418.
2022-10-04 Adrian Kuegel[mlir] Apply ClangTidy performance finding.
2022-10-04 Alex Zinenko[mlir] relax transform dialect multi-handle restriction
2022-10-04 Guray Ozen[mlir][transform] Create GPU transform dialect
2022-10-04 Bjorn Pettersson[LibCalls] Cast Char argument to 'int' before calling...
2022-10-04 Bjorn Pettersson[BuildLibCalls] Use TLI to get 'int' and 'size_t' type...
2022-10-04 Bjorn Pettersson[BuildLibCalls] Name types to identify when 'int' and...
2022-10-04 Florian Hahn[LAA] Pass LoopAccessInfoManager instead of GetLAA...
2022-10-04 Amara EmersonRevert "[AArch64][GlobalISel] Fold away lowered vector...
2022-10-04 Nikita Popov[ValueTracking] Handle constant exprs in isKnownNonZero()
2022-10-04 Daniel Bertalan[lld-macho] Add support for emitting chained fixups
2022-10-04 bipmisAdd reverse load pattern tests
2022-10-04 Florian Hahn[SimpleLoopUnswitch] Clear block and loop dispos after...
2022-10-04 Nikita Popov[SimplifyLibCalls] Place deref attr even if nonnull...
2022-10-04 Nikita PopovRevert "[InstCombine] Switch foldOpIntoPhi() to use...
2022-10-04 Nikita Popov[ValueTracking] Avoid known bits fallthrough for freeze...
2022-10-04 Nikita Popov[ValueTracking] Switch isKnownNonZero() to switch over...
2022-10-04 Matthias Springer[mlir][tensor][NFC] Rename linalg.init_tensor to tensor...
2022-10-04 Nikita Popov[InstCombine] Switch foldOpIntoPhi() to use InstSimplify
2022-10-04 Valentin Clement[flang] Lower polymorphic entities types in dummy argum...
2022-10-04 Florian Hahn[LAA] Use LoopAccessInfoManager in legacy pass.
2022-10-04 LLVM GN Syncbot[gn build] Port 6d9eb5332913
2022-10-04 Balázs Kéri[clang-tidy] Add checker 'bugprone-suspicious-realloc...
2022-10-04 Nicolas Vasilache[mlir][Memref] NFC - Addresult pretty printing to MemrefOps
2022-10-04 Lang Hames[llvm-jitlink] Teach InProcessDeltaMapper to honor...
2022-10-04 Lang Hames[ORC] Don't unnecessarily copy collection element.
2022-10-04 Craig Topper[RISCV] Use _TIED form of VFWADD(U)_WV/VFWSUB(U)_WV...
2022-10-04 Craig Topper[RISCV] Correct the setcc in vp.floor/ceil/round/rounde...
2022-10-04 Lang Hames[ORC] Fix typo in 543790add86.
2022-10-04 Lang Hames[ORC] More attempts to fix Windows bots after d3d9f7caf966.
2022-10-04 Lang Hames[ORC] Attempt to fix Windows bots after d3d9f7caf966.
2022-10-04 LLVM GN Syncbot[gn build] Port d3d9f7caf966
2022-10-04 Lang Hames[ORC][JITLink] Move MemoryFlags.h (MemProt, AllocGroup...
2022-10-04 changkaiyan[bug] The additional patch committed file was deleted.
2022-10-04 Jez Ng[MC][test] Update arm64-leaf-compact-unwind.s to use...
2022-10-04 Jakub Kuderski[mlir] Reduce call stack depth in LogicalResult. NFC.
2022-10-04 Jordan Rupprecht[bazel] port d033ece0c985d3f89c261d030ff2ff1d9c58bbc6
2022-10-04 changkaiyan[mlir][mlir-translation] patch for standalone-translati...
2022-10-04 Jim InghamChange the Sanitizer report breakpoint callbacks to...
2022-10-04 Nemanja Ivanovic[PowerPC] Fix a number of inefficiencies and issues...
2022-10-04 Victor Michel[llvm-gsymutil] Fix tracking of currently open file
2022-10-03 Sam Clegg[lld][WebAssemlby] Improve support for -L / -l and...
2022-10-03 Jeff Niu[mlir][analysis] Remove empty files (NFC)
2022-10-03 Nico Weber[gn build] port d033ece0c985 for now
2022-10-03 Yuanfang Chen[c++] implements tentative DR1432 for partial ordering...
2022-10-03 Jessica PaquetteNFC: Fix legalizer-info-validation again
next