platform/upstream/llvm.git
2022-12-12 David BlaikieReapply "DebugInfo: Add/support new DW_LANG codes for...
2022-12-12 Mitch PhillipsDelete sanitizer_common-based ('old') scudo: o7
2022-12-12 David BlaikieDebugInfo: Test DW_AT_prototyped and generalize it...
2022-12-12 Jonathon Penix[flang] Preserve bound info for pointer assignments...
2022-12-12 Paul Pelzl[analyzer] Nullability: Enable analysis of non-inlined...
2022-12-12 Mitch PhillipsFix breakpoint-command.test when no script interpreter...
2022-12-12 Roman Lebedev[NFC][Exegesis] Don't recompute opcode/reg names on...
2022-12-12 Roman Lebedev[NFC][InstCombine] fold-nested-selects: fix profitabili...
2022-12-12 Mitch Phillips[GWP-ASan] Fix sanitizer backtrace util using wrong...
2022-12-12 Chi Chun Chen[OpenMP] Basic parse and sema support for modifiers...
2022-12-12 Tom Eccles[flang] skip fast_math linker test on powerpc #3
2022-12-12 Vasileios Porpodas[NFC] Cleanup: Replaces BB->getInstList().insert()...
2022-12-12 Michael Jones[libc] remove use after free in tests.
2022-12-12 Guillaume ChateletRevert "[reland][Alignment][NFC] Remove access to depre...
2022-12-12 Mike Urbach[mlir][CAPI] Add a simple MlirOpOperand API for MlirVal...
2022-12-12 Michael Jones[libc] move errno out of file internals
2022-12-12 Nicolas Vasilache[mlir][Transform] Make FuseIntoContainingOp support...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Use scope reparenting helper to update...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Preserve entire scope of labels when...
2022-12-12 Felipe de Azevedo... [CodeExtractor] Only rewrite scope of labels that were...
2022-12-12 Haojian Wu[clangd] Add a missing header guard for InsertionPoint.h
2022-12-12 Tom Eccles[flang] disable fast_math test on powerpc
2022-12-12 Krzysztof Drewniak[mlir][LLVMIR target] Fix llvm.freeze builder to preven...
2022-12-12 Jakub Kuderski[mlir][arith][tosa] Use extended mul in 32-bit `tosa...
2022-12-12 Nikita Popov[Clang] Try to fix test on Windows (NFC)
2022-12-12 Kazu Hirata[mlgo] Use LLVM_HAVE_TFLITE instead of LLVM_HAVE_TF_API...
2022-12-12 Kazu Hirata[mlgo] Remove TENSORFLOW_C_LIB_PATH
2022-12-12 Paul Robinson[ZOS] Convert tests to check 'target={{.*}}-zos{{.*}}'
2022-12-12 Kirill Stoimenov[HWASAN][NFC] Renamed [g|s]et_requested_size to [G...
2022-12-12 Shoaib Meenai[COFF] Respect weak externals for mangled symbol searching
2022-12-12 Nico Weber[gn] port 988ab0048daf
2022-12-12 Arthur Eubanks[lldb] Make ParseTemplateParameterInfos return false...
2022-12-12 Keith Smiley[ORC] Extract hasInitializerSection for testing (NFC)
2022-12-12 Roman Lebedev[NFC][SROA] `rewriteMemOpOfSelect()`: play nice with...
2022-12-12 Jordan Rupprecht[test] Fix dr324.c again for non-writeable source direc...
2022-12-12 Paul Robinson[lit] Use 'target=' in a few more places
2022-12-12 Ye Luo[OpenMP] add offload tests with reduction on complex...
2022-12-12 Doru BerceaEmit CAS loop for min/max atomics.
2022-12-12 Roman Lebedev[NFC][SCEV][LoopUnroll] Add tests where treating `or...
2022-12-12 bixia1[mlir][runner] Add more printMemref functions.
2022-12-12 Ellis Hoag[InstrProf] Fix bug when merging empty profile with...
2022-12-12 Siva Chandra... [libc][bazel] Mark all libc public functions to have...
2022-12-12 Philip Reames[RISCV] Allow fractional LMUL for reduction start value
2022-12-12 Jay Foad[AMDGPU] Make use of !listremove. NFCI.
2022-12-12 Steven WuFix module build after removing None.h from STLExtras.h
2022-12-12 Nikita Popov[Clang] Update compiler-rt sanitizer test to use opaque...
2022-12-12 Bjorn Pettersson[opt] Clean up code related to parsing legacy passes...
2022-12-12 Kazu Hirata[Analysis] Remove TFUtils.cpp
2022-12-12 Guillaume Chatelet[reland][Alignment][NFC] Remove access to deprecated...
2022-12-12 Vladislav Dzhidzhoev[AArch64][GlobalISel] Lower formal arguments of AAPCS...
2022-12-12 Kazu Hirata[CodeGen] Fix a warning
2022-12-12 Nikita Popov[Clang] Convert some tests to opaque pointers (NFC)
2022-12-12 Nikita Popov[Clang] Convert various tests to opaque pointers (NFC)
2022-12-12 Paul Robinson[lldb] Remove redundant XFAIL
2022-12-12 Jakub Kuderski[mlir][arith] Simplify muli emulation with mului_extended
2022-12-12 Sanjay Patel[InstCombine] try to fold a pair of insertelements...
2022-12-12 Michael Platings[clang] Allow using BareMetal toolchain with LLVM_ENABL...
2022-12-12 Simon Pilgrim[X86] X86TTIImpl::getIntImmCost - use APInt::isInt...
2022-12-12 Jan Sjodin[OpenMP][OMPIRBuilder] Migrate code to emit target...
2022-12-12 Nikita Popov[Clang] Update Profile tests to opaque pointers (NFC)
2022-12-12 Carlos Galvez[clang-tidy] Fix a couple additional cases in misc...
2022-12-12 Lei HuangRevert "[scudo] Enable more warnings for standalone...
2022-12-12 Nikita Popov[Clang] Convert PCH tests to opaque pointers (NFC)
2022-12-12 Felipe de Azevedo... [CodeExtractor] Preserve entire scope of !DIVariables...
2022-12-12 Roman Lebedev[opt] NewPM: `opt -passname` syntax is dead, long live...
2022-12-12 Roman Lebedev[SimplifyCFG] `FoldBranchToCommonDest()`: deal with...
2022-12-12 Christian Kandeler[clangd] Add support for semantic token type "operator"
2022-12-12 Nikita Popov[Clang] Convert some OpenMP tests to opaque pointers...
2022-12-12 Guillaume ChateletRevert D139836 "[Alignment][NFC] Remove deprecated...
2022-12-12 Haojian WuUse std::optional in Tooling/Inclusions.
2022-12-12 Sylvain Audi[clang-cl] Ignore #pragma managed/unmanaged
2022-12-12 Guillaume Chatelet[Alignment][NFC] Remove deprecated GlobalObject::getAli...
2022-12-12 Carlos Galvez[clang-tidy][NFC] Fix compiler warning in GlobListTest.cpp
2022-12-12 Zain JaffalRecommit "[AArch64] Select SMULL for zero extended...
2022-12-12 Zain JaffalRevert "Revert "[AArch64] Select SMULL for zero extende...
2022-12-12 Guillaume Chatelet[Alignment][NFC] Use Align in Hexagon emit(local)?Commo...
2022-12-12 David Green[AArch64][SVE] Add some hadd sve codegen tests. NFC
2022-12-12 Nikita Popov[Clang] Convert PowerPC tests to opaque pointers (NFC)
2022-12-12 Haojian Wu[include-cleaner] Add a newline at end of the file...
2022-12-12 Guillaume Chatelet[Alignment][NFC] Use Align in MCSymbol::declareCommon
2022-12-12 Felipe de Azevedo... [nfc][DebugInfo] Move subprogram rewriting utility...
2022-12-12 Guillaume Chatelet[Alignment][NFC] MCSymbol::getCommonAlignment returns...
2022-12-12 Carlos Galvez[clang-tidy][NFC] Simply match processing in misc-use...
2022-12-12 Haojian Wu[include-cleaner] Include the reference type when print...
2022-12-12 Nikita Popov[Clang] Convert CXX tests to opaque pointers (NFC)
2022-12-12 Nikita PopovRevert "[Clang][NFC] Prevent lit tests from matching...
2022-12-12 Tom Eccles[flang] Match alternative names for crtend in fastmath...
2022-12-12 Matthias Springer[mlir][bufferize] Fix typo in EmptyTensorElimination
2022-12-12 Matthias Springer[mlir][bufferize] Implement BufferizableOpInterface...
2022-12-12 Guillaume Chatelet[Alignment][NFC] Use Align in MCSymbol::setCommon
2022-12-12 Valentin Clement[flang] Perform polymorphic pointer association with...
2022-12-12 Chen Zheng[PowerPC][GISel] add the missing verify option - NFC
2022-12-12 Chen Zheng[PowerPC][GISel] support 32 bit load/store
2022-12-12 Alex Zinenko[mlir] make DiagnosedSilenceableError(LogicalResult...
2022-12-12 Haojian Wu[clangd] Fix a typo "Features.h" => "Feature.h" in...
2022-12-12 Chen Zheng[PowerPC][GISel] support 64 bit load/store
2022-12-12 Max Kazantsev[Test] Regenerate checks in turn-to-invariant.ll
2022-12-12 Haojian Wu[clangd] Remove a gest-internal header, NFC
2022-12-12 Simon Pilgrim[llvm-exegesis][X86] Add memory pipe counters to SLM...
2022-12-12 Max Kazantsev[Test] Add some IndVars test with swapped true/false...
next