platform/upstream/llvm.git
2023-01-22 Owen Pan[clang-format][NFC] Add .clang-format to clang/tools...
2023-01-22 Owen Pan[clang-format][NFC] Set LineEnding to LF in config...
2023-01-22 WANG Xuerui[LoongArch] Allow %pc_lo12 relocs in JIRL's immediate...
2023-01-22 Iain Sandoe[C++20][Modules] Fix named module import diagnostics.
2023-01-22 Benjamin Kramer[bazel] Add missing dependencies for 4f1e244eb5
2023-01-22 Johannes Doerfert[OpenMP] Simplify `llvm.assume` operands in device...
2023-01-22 Johannes Doerfert[Attributor] Handle constant icmp expressions in AAPote...
2023-01-22 Timm Bäder[clang][Interp][NFCI] Make InitMap::isInitialized(...
2023-01-22 Timm Bäder[clang][Interp][NFC] Forward-declare Boolean in PrimTypes.h
2023-01-22 Timm Bäder[clang][Interp][NFC] Fix header comment file name
2023-01-22 Noah GoldsteinTransform ctpop(Pow2) -> icmp ne Pow2, 0
2023-01-22 Noah GoldsteinAdd tests for ctpop(Pow2); NFC
2023-01-22 Nikolas Klauser[libc++] Rename take_while_view::__sentinel to __take_w...
2023-01-22 Yonghong Song[BPF][Clang] Fix func argument pattern in bpf-stack...
2023-01-22 Johannes Doerfert[OpenMP] Try to fix Flang after new clause was added
2023-01-22 Johannes Doerfert[OpenMP][FIX] Split test into amdgpu and nvptx specific...
2023-01-22 Johannes Doerfert[OpenMP][FIX] Add default clause to switch
2023-01-22 Johannes Doerfert[OpenMP] Introduce the `ompx_dyn_cgroup_mem(<N>)` clause
2023-01-22 Mehdi AminiAdd the test dialect as dependent for the "test-legaliz...
2023-01-22 Mehdi AminiAdd missing dependent dialects to "convert-gpu-to-rocdl"
2023-01-22 Roman Lebedev[NFC][SCEV] `CompareSCEVComplexity`: deduplicate handling
2023-01-22 Roman Lebedev[NFC][SCEV] `SCEVTraversal::visitAll()`: deduplicate...
2023-01-22 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCo...
2023-01-22 Roman Lebedev[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCo...
2023-01-21 Noah GoldsteinRemove trailing whitespace from comment
2023-01-21 Kazu Hirata[llvm] Use llvm::bit_width (NFC)
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `getRangeRef()` into an exhaustive...
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `getRelevantLoop()` into an exhausti...
2023-01-21 Kazu Hirata[llvm] Use llvm::bit_width (NFC)
2023-01-21 Johannes Doerfert[OpenMP][FIX] Runtime args are not kernel args
2023-01-21 Johannes Doerfert[OpenMP][FIX] Remove version check lines in clang test
2023-01-21 Roman Lebedev[X86] `X86TargetLowering`: override `allowsMemoryAccess()`
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: reserve vector...
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: `scUnknown`: use...
2023-01-21 Roman Lebedev[NFC][SCEV] Reflow `computeSCEVAtScope()` into an exhau...
2023-01-21 Roman Lebedev[NFC][SCEV] `computeSCEVAtScope()`: clang-format
2023-01-21 Argyrios Kyrtzidis[clang/driver] Make sure that `-gno-modules` by itself...
2023-01-21 Johannes Doerfert[OpenMP] Modernize the kernel launching interface and...
2023-01-21 Kazu Hirata[RISCV] Use llvm::bit_width (NFC)
2023-01-21 Simon Pilgrim[DAG] Convert static combineABSToABD to DAGCombiner...
2023-01-21 David Green[ARM] Cortex-M55 Scheduling Model
2023-01-21 Kazu Hirata[AArch64] Simplify isSeveralBitsExtractOpFromShr (NFC)
2023-01-21 Florian Hahn[VPlan] Consider all recipes in replicate blocks as...
2023-01-21 Simon Pilgrim[X86] Add DAG tests showing the failure to reassociate...
2023-01-21 Simon Pilgrim[X86] v8i1-masks.ll - add avx512 test coverage and...
2023-01-21 Nikolas Klauser[libc++] Granularize <type_traits> includes in <bit...
2023-01-21 Nikolas Klauser[libc++] Implement P1413R3 (Deprecate std::aligned_stor...
2023-01-21 ShihPo Hung[Cost] Add CostKind to getVectorInstrCost and its relat...
2023-01-21 Simon Pilgrim[M68k] Fix M68k pipeline order test after 4ece50737d538...
2023-01-21 Iain Sandoe[C++20][Modules] Handle defaulted and deleted functions...
2023-01-21 Jon Chesterfield[openmp] Workaround for HSA in issue 60119
2023-01-21 Simon Pilgrim[X86] avx2-vperm.ll - use X86 check prefix instead...
2023-01-21 Simon Pilgrim[DAG] getNode - add type assertion checks for ISD:...
2023-01-21 Jay Foad[cmake] Fix some indentation in HandleLLVMOptions.cmake
2023-01-21 wanglei[ORC] Add lazy jit support for LoongArch64
2023-01-21 Timm BäderRe-commit "[clang][Interp] Unify visiting variable...
2023-01-21 Haojian WuGlobalISel: Fix the broken release build after c1fc5219...
2023-01-21 Noah GoldsteinMake `shouldExpandLogicAtomicRMWInIR` able to match...
2023-01-21 Dmitry Vyukovsanmd: refine selection of functions for UAR checking
2023-01-21 hezuoqiang[Clang][test] Avoid FileCheck error when matching ...
2023-01-21 Kazu Hirata[ADT] Add [[nodiscard]] to the functions in bit.h ...
2023-01-21 Amir Ayupov[BOLT][NFC] Move getLTOCommonName to Utils
2023-01-21 wren romano[mlir][sparse] factoring out getRankedTensorType helper...
2023-01-21 Kazu Hirata[ADT] Add bit_floor, bit_ceil, and bit_width to bit.h
2023-01-21 David Blaikie[bazel][libc] fixes
2023-01-21 Amir Ayupov[BOLT] Handle __uniq suffix added by -funique-internal...
2023-01-21 Matt ArsenaultGlobalISel: Split main function of RegBankSelect up
2023-01-21 Matt Arsenaultllvm-reduce: Fix default handling of intermediate format
2023-01-21 Matt Arsenaultllvm-reduce: Reorganize some function locations
2023-01-21 Kazu HirataReland: Drop the ZeroBehavior parameter from countLeadi...
2023-01-21 David Blaikie[bazel][libc] fixes
2023-01-21 Siva Chandra[libc][Obvious] Restore static keyword of a few static...
2023-01-21 Dmitri Gribenko[clang][dataflow] Allow analyzing multiple functions...
2023-01-21 David Blaikiebazel: libc: Add missing dependency
2023-01-21 Mehdi AminiRevert "WIP listeners", totally pushed by mistake!
2023-01-21 Mehdi AminiWIP listeners
2023-01-20 Brad King[clang] Add ElaboratedType sugaring for types on implic...
2023-01-20 Amir Ayupov[BOLT][NFC] Move out ReorderFunctions::printStats
2023-01-20 Jim InghamRemove the LINK_COMPONENTS entry from lldb-instr CMakery
2023-01-20 Joseph Huber[OpenMP] Remove unfinished and unused 'Analyzer' tool
2023-01-20 Joseph Huber[OpenMP] Clean up AMD handling for `-fopenmp-targets...
2023-01-20 Eduard Zingerman[BPF][clang] Ignore stack protector options for BPF...
2023-01-20 Anshil Gandhi[LegacyDivergenceAnalysis] Add NewPM support
2023-01-20 Haojian WuFix a -Wunused-variable warning in release build.
2023-01-20 Changpeng FangAMDGPU: Put un-initiaized enumerators together in an...
2023-01-20 Sanjay Patel[InstSimplify] with poison-safe logical ops: (X &&...
2023-01-20 Sanjay Patel[InstSimplify] add tests for logical-and/or reduction...
2023-01-20 Kazu Hirata[mlir] Fix a warning
2023-01-20 Siva Chandra... [libc][NFC] Replace static inline and inline annotation...
2023-01-20 Ed Maste[libc++] Add FreeBSD XFAILs in preparation for CI
2023-01-20 Zahira AmmarguellatRevert "Add support for clang-cl's option `-fexcess...
2023-01-20 Shilei Tian[Clang] Fix test case `clang/test/OpenMP/bug59944.c`
2023-01-20 Arthur EubanksRevert "sanmd: refine selection of functions for UAR...
2023-01-20 Konstantin... [libc++] add FreeBSD atomic wait support
2023-01-20 Jan Svoboda[clang][modules] Disallow importing private framework...
2023-01-20 wren romano[mlir][sparse] IR/SparseTensorDialect.cpp: misc code...
2023-01-20 Fahad Nayyar[Clang] [Sema] Removed a fix-it for system headers
2023-01-20 Peter Rong[APSInt] Fix bug in APSInt mentioned in https://github...
2023-01-20 Argyrios Kyrtzidis[clang/CodeGenActionTest] Use the platform's path separ...
2023-01-20 Tony Tye[AMDGPU][NFC] Clarify heterogeneous DWARF address/memor...
next