platform/upstream/llvm.git
2023-06-12 Nikita Popov[LoopVectorize] Convert test to opaque pointers (NFC)
2023-06-12 Nikita Popov[LoopVectorize] Regenerate test checks (NFC)
2023-06-12 indev[clang-tidy] run-clang-tidy: forward warnings-as-errors...
2023-06-12 Martin Braenne[clang][dataflow] Model pointer value for builtin funct...
2023-06-12 Ivan Kosarev[AMDGPU][GFX11] Add test coverage for cases involving...
2023-06-12 Kugan Vivekanandarajah[RFC][clangd] Move preamble index out of document open...
2023-06-12 Francesco Petrogalli[MISched] Require asserts and AArch64 registered target...
2023-06-12 Simon Pilgrim[GlobalIsel][X86] Rename x86_64-select-fcmp.mir to...
2023-06-12 Sergio Afonso[OpenMP][Flang][MLIR] Add MLIR support for OpenMP requi...
2023-06-12 rikhuijzer[MLIR][Quant] Fix equations in `Quantization.md`
2023-06-12 Jie FuRemove unused variable 's8' in X86LegalizerInfo.cpp...
2023-06-12 Simon Pilgrim[GlobalIsel][X86] Move G_FCMP getActionDefinitionsBuild...
2023-06-12 Simon Pilgrim[GlobalIsel][X86] Regenerate legalize-fcmp.mir
2023-06-12 Simon Pilgrim[GlobalIsel][X86] Rename x86_64-legalize-fcmp to legali...
2023-06-12 Nikita Popov[LoopVectorize] Convert most tests to opaque pointers...
2023-06-12 Timm Bäder[clang][Driver] Add -fcaret-diagnostics-max-lines=...
2023-06-12 Nikita Popov[Clang] Remove uses of PointerType::getWithSamePointeeT...
2023-06-12 Adrian Kuegel[mlir][Linalg] Apply ClangTidy finding (NFC)
2023-06-12 Nikita Popov[DAGCombine] Move setcc of freeze fold to brcond
2023-06-12 Kadir Cetinkaya[clangd] Enforce strict unused includes by default
2023-06-12 Kadir Cetinkaya[clangd] Decouple IncludeCleaner implementation from...
2023-06-12 Luke Lau[LegalizeTypes][VP] Widen load/store of fixed length...
2023-06-12 Martin Braenne[clang][dataflow][NFC] Expand comments on losing values...
2023-06-12 Guillaume ChateletRevert D148717 "[libc] Improve memcmp latency and codegen"
2023-06-12 David Carliersanitizers: intercept FreeBSD's cpuset_getaffinity...
2023-06-12 Guillaume Chatelet[libc] Improve memcmp latency and codegen
2023-06-12 Francesco Petrogalli[MISched] Use StartAtCycle in trace dumps.
2023-06-12 Christian Ulmann[mlir][llvm] Ensure immediate usage in intrinsics
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Removed global `operator...
2023-06-12 Piotr ZegarRevert "[clang-tidy] Move formatDereference to FixitHin...
2023-06-12 Hristo Hristov[libc++][spaceship] P1612R2: Removed `operator!=` from...
2023-06-12 Hristo Hristov[libc++][spaceship] P1614R2: Removed `operator!=` from...
2023-06-12 Mike Crowe[clang-tidy] Move formatDereference to FixitHintUtils
2023-06-12 Piotr Zegar[clang-tidy][NFC] Sort changes by check name in Release...
2023-06-12 Felix[clang-tidy] Readability-container-data-pointer adds...
2023-06-12 Weining Lu[doc][LoongArch] Use ``lp64s`` instead of `lp64s`. NFC
2023-06-12 Haojian Wu[AST] Always set dependent-type for the CallExpr for...
2023-06-12 wangpc[RISCV] Don't iterate SEW set again for floating-point
2023-06-12 luxufan[SCCP] Replace new value's value state with removed...
2023-06-12 Kelvin Li[flang] Improve compiler_version test (NFC)
2023-06-12 Douglas YungMake test more flexible for platforms that may emit...
2023-06-11 Fangrui Song[Driver] Default to -fxray-function-index
2023-06-11 Fangrui Song[XRay] Rename XRayOmitFunctionIndex to XRayFunctionIndex
2023-06-11 Florian Hahn[VPlan] Use step from induction recipe directly. (NFC)
2023-06-11 Kazu Hirata[CodeGen] Use DenseMapBase::lookup (NFC)
2023-06-11 Kazu Hirata[ExecutionEngine] Remove unused declaration executeCast...
2023-06-11 Kazu Hirata[FuzzMutate] Remove unused declaration chooseType
2023-06-11 Kazu HirataDo not unnecessarily include StringSwitch.h
2023-06-11 Kazu Hirata[ProfileData] Remove unused class SoftInstrProfErrors
2023-06-11 Kazu Hirata[Scalar] Remove RewriteStatepointsForGCLegacyPass
2023-06-11 Oleksii Lozovskyi[AArch64][ARM][X86] Split XRay tests for Linux/macOS
2023-06-11 Fangrui Song[Driver] Simplify xray options
2023-06-11 Hristo Hristov[libc++][spaceship] P1614R2: Removed ops from `unordere...
2023-06-11 Fangrui Song[Driver] Simplify -fxray-instrument handling
2023-06-11 Simon Pilgrim[GlobalIsel][X86] Ensure bit count legalizer patterns...
2023-06-11 Fangrui Song[Driver] Place -ffixed-r19 and some -m* options in...
2023-06-11 Hristo Hristov[libc++][spaceship] P1614R2: Removed ops from `complex`
2023-06-11 Hristo Hristov[libc++][spaceship] P1614R2: Added `operator==` to...
2023-06-11 Hristo Hristov[libc++][spaceship] P1614R2: Removed ops from `memory_r...
2023-06-11 Fangrui Song[Driver] Place -mharden-sls= in m_Group
2023-06-11 Kazu Hirata[IPO] Remove unused forward declarations
2023-06-11 Deniz Evrenci[clang-tidy] Check functions called from catch blocks
2023-06-11 Kazu Hirata[InstCombine] Remove unused function createInstructionC...
2023-06-11 Antonio Frighetto[ConstraintElimination] Handle `ICMP_EQ` predicates
2023-06-11 David Green[NFC] Replace ;; with ;
2023-06-11 Yingwei Zheng[RISCV][NFC] Fix typo in RISCVAsmPrinter::emitNTLHint
2023-06-11 David Green[AArch64] Make VECREDUCE_FMIN/FMAX legal. NFCI
2023-06-11 AdityaK[libcxx] Use the unoptimized routines for volatile...
2023-06-11 Kazu Hirata[ObjectYAML] Remove unused struct DebugSubsectionState
2023-06-11 Kazu Hirata[Scalar] Remove unused function createLICMPass
2023-06-11 Kazu Hirata[CodeGen] Remove unused declaration createNVPTXRuntimeF...
2023-06-11 Kazu Hirata[Transforms] Remove unused declaration createGVExtracti...
2023-06-11 Michael Liao[TableGen] Fix indentation. NFC
2023-06-11 Kazu Hirata[llvm] Remove unused declarations initialize.*Pass
2023-06-11 Ben Shi[AVR] Optimize 8-bit rotation when rotation bits == 3
2023-06-11 Ben Shi[AVR] Optimize 8-bit rotation when rotation bits >= 4
2023-06-10 Kazu Hirata[Transforms] Remove AddDiscriminatorsLegacyPass
2023-06-10 Kazu Hirata[Scalar] Remove CallSiteSplittingLegacyPass
2023-06-10 Kazu Hirata[Transforms] Remove unused function createSimpleLoopUnr...
2023-06-10 Kazu Hirata[Transforms] Remove unused function createCallSiteSplit...
2023-06-10 Kazu Hirata[Transforms] Remove unused function createAddDiscrimina...
2023-06-10 Kazu Hirata[Analysis] Remove unused function createAAResultsWrappe...
2023-06-10 Florian Hahn[ConstraintElim] Add additional monotonic phi tests.
2023-06-10 Kazu HirataRevert "[MCParser] Modernize CppHashInfoTy (NFC)"
2023-06-10 Noah Goldstein[X86] Make constant `mul` -> `shl` + `add`/`sub` work...
2023-06-10 Noah Goldstein[InstCombine] Canonicalize (icmp eq/ne X, rotate(X...
2023-06-10 Noah Goldstein[InstCombine] Transform (icmp eq/ne rotate(X,AX),rotate...
2023-06-10 Noah Goldstein[InstCombine] Add tests for equality `icmp` with rotate...
2023-06-10 Hristo Hristov[libc++][spaceship][NFC] Updates `SpaceshipProjects...
2023-06-10 Kazu Hirata[Transforms] Fix an unused variable warning
2023-06-10 Stanislav Mekhanoshin[AMDGPU] Stop hardcoding v_mov_b32 in VOPD. NFCI.
2023-06-10 Sam James[CMake] Add missing CheckCSourceCompiles include
2023-06-10 Kazu Hirata[CodeGen] Remove mentions of OLDPM
2023-06-10 Kazu Hirata[Transforms] Remove unused declaration createAssumeSimp...
2023-06-10 VikramFix CodeGen HIP test case failing on some targets
2023-06-10 rikhuijzer[MLIR][doc] Make summary appear different than discription
2023-06-10 Matt ArsenaultLowerMemIntrinsics: Skip memmove with different address...
2023-06-10 Ben Shi[AVR] Fix incorrect expansion of pseudo instruction...
2023-06-10 Ben Shi[AVR] Enable sub register liveness
2023-06-10 Ben Shi[AVR][NFC] Improve CodeGen tests
next