platform/upstream/llvm.git
2022-11-17 bixia1[mlir][sparse] Fix a problem in the new operator rewriter.
2022-11-17 Krzysztof Parzyszek[Hexagon] Improve inserting/extracting to/from scalar...
2022-11-17 Matt ArsenaultLangRef: Fix repeated word
2022-11-17 Krzysztof Parzyszek[Hexagon] Fix lowering loads/stores of scalar vNi1
2022-11-17 Krzysztof Parzyszek[Hexagon] Use BUILD_PAIR instead of HexagonISD::COMBINE...
2022-11-17 Martin Storsjö[openmp] [test] Unbreak tests that rely on hidden_helpe...
2022-11-17 Guillaume ChateletRevert D119547 "[libc][bazel] Add tests to the bazel...
2022-11-17 Vaibhav YenamandraRefactor StaticAnalyzer to use `clang::SarifDocumentWriter`
2022-11-17 Artem Belevich[CUDA] make use of deprecated texture API conditional...
2022-11-17 Peiming Liu[mlir][sparse] fix crash on sparse_tensor.foreach opera...
2022-11-17 Evgenii Stepanov[scudo] Extend basic test to cover zero size allocs.
2022-11-17 Jakub Kuderski[bazel][mlir] Add missing dependency for D138178
2022-11-17 Jakub Kuderski[mlir][arith] Add `index_cast` and `index_castui` suppo...
2022-11-17 Sami Tolvanen[X86][KCFI] Add support for memory operand unfolding
2022-11-17 Sanjay Patel[Passes] reduce duplicated CHECK lines in tests; NFC
2022-11-17 Adrian PrantlAttempt ro fix Windows build errors.
2022-11-17 bixia1[mlir][sparse] Extend the operator new rewriter to...
2022-11-17 Jakub Kuderski[mlir][spirv][math] Fix crash on unsupported types...
2022-11-17 Tomas Matheson[ARM][AArch64] Use StringRef in TargetParser structs
2022-11-17 Mengxuan Cai[LoopInterchange] Refactor and rewrite validDepIntercha...
2022-11-17 Jakub Kuderski[mlir][arith] Add Max*I and Min*I support to WIE
2022-11-17 Roman Lebedev[Pipelines] Introduce SROA after (final, run-time)...
2022-11-17 Slava Zakharin[flang] Propagate fastmath flags during intrinsics...
2022-11-17 Sanjay Patel[Passes] reduce duplicated CHECK lines in tests; NFC
2022-11-17 bixia1[mlir][sparse] Run an integration test with codegen.
2022-11-17 Roman Lebedev[Analysis] `isSafeToLoadUnconditionally()`: `lifetime...
2022-11-17 Roman Lebedev[NFC][SROA] Add test for select speculation failures
2022-11-17 Stanislav Mekhanoshin[AMDGPU] Allow finer grain control of an unaligned...
2022-11-17 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2022-11-17 Matt ArsenaultValueTracking: Look through copysign in isKnownNeverInf...
2022-11-17 Jay Foad[AMDGPU] Remove isLiteralConstant and isLiteralConstantLike
2022-11-17 Matt ArsenaultValueTracking: Look through fneg in isKnownNeverNaN
2022-11-17 Jonas Paulsson[Clang, SystemZ] Add support for option -mno-pic-data...
2022-11-17 Sam McCall[include-cleaner] add macro symbols and implicit refs...
2022-11-17 Philip Reames[SDAG] Assert we don't see scalable VECTOR_SHUFFLES
2022-11-17 Jordan Rupprecht[test] Allow skipTestIfFn to apply to entire classes...
2022-11-17 Tomas Matheson[ARM][AArch64] De-template TargetParser types
2022-11-17 Alex BrachetFix debug-info test
2022-11-17 Tom Eccles[flang] Set default to -ffpcontract=fast
2022-11-17 Louis Dionne[libc++][NFC] Add missing include <cstring> in char_tra...
2022-11-17 luxufan[MemorySSA] Relax assert condition in createDefinedAccess
2022-11-17 Bradley Smith[AArch64][SVE] Ensure redundant PTEST are removed with...
2022-11-17 Sanjay Patel[PhaseOrdering] add test for load combining; NFC
2022-11-17 Sanjay Patel[SystemZ] change test to mir to better isolate miscompi...
2022-11-17 Louis Dionne[libc++] Only include_next C library headers when they...
2022-11-17 bixia1[mlir][sparse] Split SparseTensorRewrite into PreSparsi...
2022-11-17 David Green[ARM] Add an extra test for low trip count MVE vectoriz...
2022-11-17 Matthias Springer[mlir][transform] Add C++ builder to SequenceOp
2022-11-17 Guillaume Chatelet[libc][bazel] Add tests to the bazel build
2022-11-17 Martin Storsjö[openmp] [cmake] Fix detecting aarch64 in standalone...
2022-11-17 Alex Richardson[CGP] Update MemIntrinsic alignment if possible
2022-11-17 Alex Richardson[AMDGPU] Autogenerate a test in preparation for upcomin...
2022-11-17 Emmmer[LLDB][RISCV] Allow accessing FPR registers through...
2022-11-17 Emmmer[LLDB][RISCV] Allow accessing registers through ABI...
2022-11-17 Timm Bäder[clang] Short-circuit evaluation in ::EvaluateAsConstan...
2022-11-17 Uday Bondhugula[MLIR] NFC. Fix unused context warning from Parser.h
2022-11-17 Anton Sidorenko[MachineCombiner][RISCV] Add fmadd/fmsub/fnmsub instruc...
2022-11-17 Evgeniy BrevnovRevert "[JT] Preserve exisiting BPI/BFI during JumpThre...
2022-11-17 Evgeniy Brevnov[JT] Preserve exisiting BPI/BFI during JumpThreading
2022-11-17 Valentin Clement[flang] Create fir.dispatch_table and fir.dt_entry...
2022-11-17 Valentin Clement[flang] Make CollectBindings available to lowering
2022-11-17 Jay Foad[AMDGPU] Add GFX11 to some tests with manual checks
2022-11-17 Tobias Gysi[mlir][llvm] Move call and gep LLVM IR import tests.
2022-11-17 Emilia Dreamer[clang-format] Remove special case for kw_operator...
2022-11-17 Emilia Dreamer[clang-format] Defer formatting of operator< to honor...
2022-11-17 Aliia Khasanova[mlir] Make kDynamicSize equal to kDynamicOffsetAndStride.
2022-11-17 Tobias Gysi[mlir][llvm] Consolidate function attribute import...
2022-11-17 Tobias Gysi[mlir][llvm] Test LLVM IR global variable import separa...
2022-11-17 Sinan LinFix broken CI
2022-11-17 Anton Sidorenko[MachineCombiner][RISCV] Precommit tests for D136764
2022-11-17 Matt JacobsonIn ChangePrinters tests, redirect stderr of `diff ...
2022-11-17 Jay Foad[GlobalISel] Better verification of G_UNMERGE_VALUES
2022-11-17 Muhammad Omair... Revert "[lld-macho] Overhaul map file code"
2022-11-17 Muhammad Omair... Revert "[lld-macho] Emit map file entry for compact...
2022-11-17 Muhammad Omair... Revert "[lld-macho] Fix bugs around EH_Frame symbols"
2022-11-17 Fangrui Song[Sink] Add a single successor test
2022-11-17 Matt ArsenaultValueTracking: Look through fabs and fneg in isKnownNev...
2022-11-17 Matt ArsenaultValueTracking: Look through canonicalize in isKnownNeve...
2022-11-17 Che-Yu WuIncrease the limit of SCF nested tiling loop to 10
2022-11-17 Vladislav Khmelevsky[BOLT][runtime] Change fPIE flag to fPIC
2022-11-17 Sinan Lin[CodeGen][BasicBlockSections] Fix wrong alignment direc...
2022-11-17 Vitaly Buka[NFC][asan] Reformat macro
2022-11-17 Vitaly Buka[NFC][asan] clang-format the test
2022-11-17 Vitaly Buka[NFC][asan] format __sanitizer_annotate_contiguous_cont...
2022-11-17 Chi Chun Chen[OpenMP][NFC] Claim thread_limit clause in target directive
2022-11-17 Carlos Alberto... [llvm-debuginfo-analyzer] Return by reference instead...
2022-11-17 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-11-17 Fangrui Song[LTO] Make local linkage GlobalValue in non-prevailing...
2022-11-17 Fangrui SongRevert D135427 "[LTO] Make local linkage GlobalValue...
2022-11-17 Matt JacobsonTrivial fix to failing test on FreeBSD
2022-11-17 Serge Pavlov[clang] Missed rounding mode use in constant evaluation
2022-11-17 Yashwant SinghHandling ADD|SUB U64 decomposed Pseudos not getting...
2022-11-17 WANG Xuerui[BinaryFormat] Add LoongArch
2022-11-17 zhanglimin[OpenMP] kmp_affinity.h: add LoongArch64 support
2022-11-17 Youling Tang[sanitizer] Add ptrace interceptor support for LoongArch
2022-11-17 Alex BrachetRevert "[CMake] Drop libLTO and switch to PIE for Fuchs...
2022-11-17 Mike Hommey[lld-macho] Increase slop to prevent thunk out of range...
2022-11-17 Craig Topper[RISCV] Add a DAG combine to pre-promote (i1 (truncate...
2022-11-17 Joshua Batista[HLSL] add sin library function
2022-11-17 Koakuma[SPARC] Don't emit deprecated FP branches when targeting v9
next