platform/upstream/llvm.git
2023-01-03 Fangrui Song[dfsan] Support Linux AArch64
2023-01-03 Johannes Doerfert[Attributor][FIX] Treat undef as zero offset in AAPoint...
2023-01-03 Matt Arsenaultllvm-reduce: Refine missing argument behavior
2023-01-03 Matt Arsenaultllvm-reduce: Don't remove strictfp
2023-01-03 Matt Arsenaultllvm-reduce: Avoid invalid attribute reduction on optno...
2023-01-03 Craig TopperRecommit "[M68k] Regenerate divide-by-constant.ll....
2023-01-03 Craig TopperRevert "[M68k] Regenerate divide-by-constant.ll. NFC"
2023-01-03 Craig Topper[M68k] Regenerate divide-by-constant.ll. NFC
2023-01-03 Johannes Doerfert[OpenMP][2/2] Make device functions have hidden visibility
2023-01-03 Corentin Jabot[Clang] Fix a crash when encountering an ill-formed...
2023-01-03 a.puschin[mlir][tosa] Fix out-of-boundaries iteration for tosa...
2023-01-03 Dinar Temirbulatov[SLP][AArch64] Incorrectly estimated intrinsic as a...
2023-01-03 Rob Suderman[mlir][tosa] Fix tosa.transpose_conv2d decompositions...
2023-01-03 Blue Gaston[Sanitizers] Fix procmap tests for apple arm64
2023-01-03 William Huang[llvm-profdata] Remove unnecessary file size check
2023-01-03 Rob Suderman[mlir][tosa] Canonicalize tosa.transpose to tosa.reshape
2023-01-03 Qiao Zhang[mlir][python] Expose fp8 types with pybind.
2023-01-03 Luke Lau[WebAssembly][NFC] Add test case for {u,s}itofp on...
2023-01-03 v1nh1shungry[clangd] show underlying type in type hint for `decltyp...
2023-01-03 Jacques Pienaar[mlir][shape] Fix overridden arguments and fit to 80...
2023-01-03 Chris Bieneman[DX] Improve parse error messages
2023-01-03 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2023-01-03 Mehdi AminiApply clang-tidy fixes for llvm-qualified-auto in TestB...
2023-01-03 Craig Topper[RISCV] Remove some non-Zfh instructions from rv64zfh...
2023-01-03 Doru BerceaFix initializer name.
2023-01-03 Dani Ferreira... [clang][dataflow] Treat unions as structs.
2023-01-03 Chris Bieneman[YAML] Support serializing MutableArrayRef
2023-01-03 Ron LiebermanRevert "[libomptarget][plugin-nextgen] fix for [TypePr...
2023-01-03 Siva Chandra... [libc][NFC] Remove a constexpr marking to fix GCC build.
2023-01-03 Alexey Bataev[SLP]Fix crash on casting non-instruction extractelement.
2023-01-03 Fangrui Song[dfsan] Remove injectMetadataGlobals
2023-01-03 Florian Hahn[ConstraintElim] Adjust position in LTO pipeline.
2023-01-03 Ron Lieberman[libomptarget][plugin-nextgen] fix for [TypePromotion...
2023-01-03 Juan Manuel... [MCDwarf][NFC] Typo in function documentation
2023-01-03 Matt Arsenaultllvm-reduce: Reduce individual operands of named metadata
2023-01-03 Matt ArsenaultOpenMPOpt: Use getFnAttributeAsParsedInteger
2023-01-03 Jonas Devlieghere[lldb] Remove spurious `n` at the end of option error...
2023-01-03 Matt ArsenaultAMDGPU: Create alloca wide load/store with explicit...
2023-01-03 Nikita Popov[InstCombine] Convert some tests to opaque pointers...
2023-01-03 Jonas Hahnfeld[JITLink][RISCV] Homogenize immediate handling
2023-01-03 Jonas Hahnfeld[JITLink][RISCV] Improve R_RISCV_JAL
2023-01-03 Simon Pilgrim[APInt] Add APInt::isOneBitSet helper.
2023-01-03 Matt Arsenaultllvm-reduce: Reduce prologue data
2023-01-03 Matt Arsenaultllvm-reduce: Reduce prefix data
2023-01-03 Matt Arsenaultllvm-reduce: Add reduction for function personalities
2023-01-03 Matt ArsenaultAMDGPU: Use cast instead of unchecked dyn_cast
2023-01-03 Matt ArsenaultOpenMPOpt: Fix introducing empty nvvm.annotations into...
2023-01-03 luxufan[LoopFusion] Exit early if one of fusion candidate...
2023-01-03 Matt Arsenaultllvm-reduce: Avoid push_back for constant array
2023-01-03 Matt Arsenaultllvm-reduce: Remove unused class
2023-01-03 Matt Arsenaultllvm-reduce: Restrict set of run delta passes in invoke...
2023-01-03 Matt ArsenaultUtils: Fix comment typos
2023-01-03 Samuel Parker[TypePromotion] NewPM support.
2023-01-03 Samuel Parker[NFC] Formatting
2023-01-03 Erich KeaneReapply "[NFC] Update CXXSTatus to show we implement...
2023-01-03 Matt Arsenaultllvm-reduce: Try to fix error message test on windows
2023-01-03 luxufan[CVP] Simplify SRem when constantrange abs(lhs) < abs...
2023-01-03 Lucas Prates[NFC][AArch64] Adjust comments in tablegen file
2023-01-03 Muhammad Omair... [LLDB] Skip python exception unit test on AArch64/Windows
2023-01-03 Muhammad Omair... [LLDB] Skip TestThreadSpecificBreakpoint.py on AArch64...
2023-01-03 luxufan[CVP] Add baseline tests of abs(lhs) < abs(rhs) in...
2023-01-03 Matt ArsenaultAMDGPU: Diagnose which LDS global failed to lower
2023-01-03 Nikita Popov[TLI] Fix signature for fprintf (PR59757)
2023-01-03 Erich KeaneRevert "[NFC] Update CXXSTatus to show we implement...
2023-01-03 Erich Keane[NFC] Update CXXSTatus to show we implement CWG 2061
2023-01-03 Matt Arsenaultllvm-reduce: Fix missing newline after error message
2023-01-03 Nikita Popov[OpenMP] Convert some tests to opaque pointers (NFC)
2023-01-03 Nikita Popov[CGP] Avoid branch on poison UB in test (NFC)
2023-01-03 Nikita Popov[SimplifyCFG] Add test for branch on undef/poison ...
2023-01-03 Tobias Gysi[mlir][llvm] Make the import of LLVM IR metadata extens...
2023-01-03 Nikita Popov[LSR] Convert test to check IR (NFC)
2023-01-03 Nikita Popov[RewriteStatepointsForGC] Avoid branch on undef UB...
2023-01-03 Nikita Popov[RewriteStatepointsForGC] Convert some tests to opaque...
2023-01-03 Florian Hahn[ConstraintElim] Move after first instcombine run.
2023-01-03 Nikita Popov[SampleProfile] Avoid branch on undef UB in tests ...
2023-01-03 Nikita Popov[SafepointIRVerifier] Convert tests to opaque pointers...
2023-01-03 Michael Buch[lldb][Test] TestDataFormatterLibcxxRangesRefView.py...
2023-01-03 Nikita Popov[PlaceSafepoints] Avoid branch on undef UB in test...
2023-01-03 Nikita Popov[HotColdSplit] Avoid branch on undef UB in test (NFC)
2023-01-03 Nikita Popov[Coroutines] Convert some tests to opaque pointers...
2023-01-03 Nikita Popov[Coroutines] Avoid branch on undef UB in test (NFC)
2023-01-03 Muhammad Omair... [llvm] XFAIL X86 tests failing on AArch64/Windows
2023-01-03 Nikita Popov[CodeGenPrepare] Avoid branch on undef UB in tests...
2023-01-03 Simon PilgrimFix MSVC "result of 32-bit shift implicitly converted...
2023-01-03 Nikita Popov[CodeExtractor] Avoid branch on undef UB in tests ...
2023-01-03 Nikita Popov[CodeExtractor] Convert some tests to opaque pointers...
2023-01-03 Nikita Popov[CallSiteSplitting] Avoid branch on undef UB in test...
2023-01-03 Nikita Popov[Inline] Avoid branch on undef UB in tests (NFC)
2023-01-03 Matthias Springer[mlir][transforms][NFC] Expand CanonicalizerPass docume...
2023-01-03 Nikita Popov[SimplifyCFG] Avoid branch on undef UB in test (NFC)
2023-01-03 Dinar Temirbulatov[SLP][AArch64] Add fmuladd test coverage
2023-01-03 Muhammad Omair... [compiler-rt] XFAIL builtins unit tests on WoA
2023-01-03 chenglin.bi[TypePromotion] Add truncate in ConvertTruncs when...
2023-01-03 Mehdi AminiApply clang-tidy fixes for llvm-else-after-return in...
2023-01-03 Mehdi AminiApply clang-tidy fixes for performance-move-const-arg...
2023-01-03 Haojian Wu[clang-tidy] Fix all broken links in the comment.
2023-01-03 Campbell SuterLink the default GC strategies everywhere getGCStrategy...
2023-01-03 Johannes ReifferscheidAdd a math.cbrt instruction and lowering to libm.
2023-01-03 Chuanqi Xu[C++20] [Modules] Emit full specialization of variable...
2023-01-03 LLVM GN Syncbot[gn build] Port c570287fbf4d
next