platform/upstream/llvm.git
2022-04-22 Fraser Cormack[RISCV] Update test from SEW to Log2SEW
2022-04-22 Michael Liao[Testing] Fix the shared build. NFC.
2022-04-22 Brad SmithFix test for c7ee0b8bda8b32a800bc01e9151b364446a6e1b1
2022-04-22 Abinav Puthan... [AMDGPU] Rename the FlatSignedIntrPat multiclass to...
2022-04-22 Mark Kettenis[Clang] Fix the guaranteed alignment of memory returned...
2022-04-22 Jun ZhangUse range based for loop in Sema::CheckParameterPacksFo...
2022-04-22 wangpc[RISCV] Do not outline CFI instructions when they are...
2022-04-22 wangpc[RISCV] Precommit test for D122634
2022-04-22 Abinav Puthan... [AMDGPU] Remove no-ret atomic ops selection in the...
2022-04-22 Abinav Puthan... [AMDGPU] Remove atomic pattern args in FLAT_[Global_...
2022-04-22 Abinav Puthan... [AMDGPU] Select no-return DS_PK_ADD_F16 in tblgen
2022-04-22 Abinav Puthan... [AMDGPU] Select no-return atomic intrinsics in tblgen
2022-04-22 Fangrui Song[tsan][test] Change -tsan to -passes=tsan
2022-04-22 Xiang1 Zhang[x86] Support 3 builtin functions for 32-bits mode
2022-04-22 Ping Deng[RISCV][NFC] Use defvar to simplify pattern definations.
2022-04-22 Bill Wendling[randstruct] Check final randomized layout ordering
2022-04-22 Fangrui Song[LegacyPM] Remove AddressSanitizerLegacyPass
2022-04-22 Fangrui Song[DebugInfo][test] Delete a legacy asan test
2022-04-22 Fangrui Song[DebugInfo][test] Delete a legacy asan test
2022-04-22 Nico WeberRevert "[LegacyPM] Remove AddressSanitizerLegacyPass"
2022-04-22 Nico Weber[gn build] (manually) port a7691dee2d3c (TestAST)
2022-04-22 Xiang1 Zhang[Clang Format] emmintrin.h smmintrin.h (NFC)
2022-04-22 Will Dietz[MLIR] prefer /bin/sh over /bin/bash for simple test...
2022-04-22 Fangrui Song[LegacyPM] Remove AddressSanitizerLegacyPass
2022-04-22 Xiang1 ZhangRevert "[x86] Support 3 builtin functions for 32-bits...
2022-04-22 Xiang1 Zhang[x86] Support 3 builtin functions for 32-bits mode
2022-04-22 Matt ArsenaultAMDGPU: Fix fneg combine test not checking full result
2022-04-22 Amy Zhuang[mlir] Modify SuperVectorize to generate select op...
2022-04-22 Dominic Chen[scudo] Disable memory tagging on arm64_32
2022-04-22 Brad Smith[libcxx] Add some missing xlocale wrapper functions...
2022-04-21 Vitaly BukaRevert "[asan] Emit .size directive for global object...
2022-04-21 Zequan Wu[LLDB][NativePDB] Make sure the number of param symbol...
2022-04-21 Alexander Yermolovich[BOLT][DWARF] Implement monolithic DWARF5
2022-04-21 Joseph Huber[OpenMP] Properly guard linker input using the new...
2022-04-21 Joseph Huber[OpenMP][Docs] Remove usage of deprecated flag in docum...
2022-04-21 Paul KirthRevert "[clang][safestack] Remove triple from stack...
2022-04-21 Mircea Trofin[mlgo][nfc] Decouple TensorSpec from tensorflow.
2022-04-21 Mahesh Ravishankar[mlir][Linalg] Deprecate legacy reshape + generic op...
2022-04-21 Dominic Chen[libc] Use correct mnemonic for arm64_32 architecture
2022-04-21 Shafik Yaghmour[DEBUG-INFO] Change how we handle auto return types...
2022-04-21 Paul Kirth[clang][safestack] Remove triple from stack usage test
2022-04-21 owenca[clang-format] Fix a crash on AllowShortFunctionsOnASin...
2022-04-21 Vasileios Porpodas[TTI] Pre-commit cost model tests splat-loads.
2022-04-21 Roy SundahlFix sanitizer stack traces on aarch64.
2022-04-21 Sam McCall[Testing] Fix standalone builds after a7691dee2d3c0ea3f...
2022-04-21 Richard SmithUse builtin recognition to detect std::move / std:...
2022-04-21 owenca[clang-format][NFC] Clean up code in token annotator
2022-04-21 Alexander Yermolovich[DWARF] Add API to get data from MCDwarfLineStr
2022-04-21 Alex Brachet[docs] Fix underline
2022-04-21 Sam McCall[clangd] Fix CLANGD_TIDY_CHECKS=Off tests after b859c39...
2022-04-21 Vitaly Buka[msan] Update Use-after-destruction documentation
2022-04-21 Douglas YungMark test stack-usage-safestack.c as requiring x86.
2022-04-21 Sam McCall[Testing] fix shared lib build after a7691dee2d3c0ea3f9f4d1
2022-04-21 Alex Brachet[asan] Emit .size directive for global object size...
2022-04-21 Sam McCall[bazel] try to adapt a7691dee2d3c0ea3f9f4d1, again
2022-04-21 Sanjay Patel[InstCombine] C0 <<{nsw, nuw} (X - C1) --> (C0 >> C1...
2022-04-21 Sam McCall[bazel] try to adapt a7691dee2d3c0ea3f9f4d1
2022-04-21 Fangrui SongRevert "[SimplifyCFG] Handle branch on same condition...
2022-04-21 Sam McCall[Testing] TestAST, a helper for writing straight-line...
2022-04-21 Atmn Patel[Libomptarget][remote] Add OpenMP linker flag to the...
2022-04-21 Xiang Li[DeveloperPolicy] Add invitation link for commit access.
2022-04-21 Chris Lattner[AsmParser/Printer] Rework sourceloc support for functi...
2022-04-21 zhijian[libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnni...
2022-04-21 Frederik Gossen[MLIR] Fix iteration counting in greedy pattern application
2022-04-21 Sam McCallReland [Frontend] avoid copy of PCH data when Precompil...
2022-04-21 Craig Topper[RISCV] Teach generateInstSeqImpl to generate BSETI...
2022-04-21 Ulrich Weigand[SystemZ] Add z16 scheduler description
2022-04-21 Sam McCallRevert "[Frontend] avoid copy of PCH data when Precompi...
2022-04-21 Sanjay Patel[InstCombine] add more tests for a planned shift fold...
2022-04-21 Fangrui Song[LegacyPM] Remove GCOVProfilerLegacyPass
2022-04-21 Ulrich WeigandSupport z16 processor name
2022-04-21 Sam McCall[Frontend] avoid copy of PCH data when PrecompiledPream...
2022-04-21 Haojian Wu[clangd] Fix a declare-constructor tweak crash on incom...
2022-04-21 Ulrich Weigand[sanitizer] Fix prctl unit test on non-SMT systems
2022-04-21 Fangrui Song[LegacyPM] Remove MemorySanitizerLegacyPass
2022-04-21 Vasileios Porpodas[SLP] Refactoring isLegalBroadcastLoad() to use `Elemen...
2022-04-21 Wael Yehia[AIX] Always pass namedsects option when linking with...
2022-04-21 chenglin.biRevert "[InstCombine] Add one use limitation for ...
2022-04-21 Alex Zinenko[mlir] enable doc generation for the transform dialect
2022-04-21 Craig Topper[RISCV] Add special case to constant materialization...
2022-04-21 Stanislav Mekhanoshin[AMDGPU] Refine 64 bit misaligned LDS ops selection
2022-04-21 chenglin.bi[InstCombine] Add one use limitation for (X * C2)...
2022-04-21 Jacob Lambert[clang][HIP] Updating driver to enable archive/bitcode...
2022-04-21 Sanjay PatelRevert "[InstCombine] C0 <<{nsw, nuw} (X - C1) -->...
2022-04-21 chenglin.bi[InstCombine] add baseline test for (X * C2) << C1...
2022-04-21 Sam McCall[Frontend] Simplify PrecompiledPreamble::PCHStorage...
2022-04-21 Nico Weber[lld/mac] Warn that writing zippered outputs isn't...
2022-04-21 Adam Czachorowski[clangd] Add beforeExecute() callback to FeatureModules.
2022-04-21 Simon Pilgrim[X86] Add test case for Issue #54911
2022-04-21 Fangrui SongRevert D121279 "[MLIR][GPU] Add canonicalizer for gpu...
2022-04-21 Simon Pilgrim[M68k] Regenerate cmp.ll tests
2022-04-21 Tyler Mandry[fuchsia] Don't include duplicate profiling symbols...
2022-04-21 Byoungchan Lee[compiler-rt][Darwin] Add arm64 to simulator platforms
2022-04-21 Sanjay Patel[InstCombine] C0 <<{nsw, nuw} (X - C1) --> (C0 >> C1...
2022-04-21 Sanjay Patel[InstCombine] add tests for C << (X - C1); NFC
2022-04-21 Paul Robinson[PS4] Driver: use correct --shared option
2022-04-21 Kirill Bobyrev[clangd] Include Cleaner: suppress unused warnings...
2022-04-21 Kirill Bobyrev[clangd] Correctly identify self-contained headers...
2022-04-21 gbreynoo[llvm-ar] Fix thin archive being wrongly converted...
2022-04-21 Alex Zinenko[mlir] Connect Transform dialect to PDL
next