platform/upstream/llvm.git
2022-04-20 Siva Chandra... [libc] Add GNU extention functions fread_unlocked and...
2022-04-20 Aaron BallmanUpdate the developer policy to mention release notes
2022-04-20 Paul Robinson[PS4][NFC] Rename classes to align with prevailing...
2022-04-20 Siva Chandra... [libc][docs] Update the fuzzing doc to better reflect...
2022-04-20 Aaron Ballman[C11/C2x] Change the behavior of the implicit function...
2022-04-20 Sanjay Patel[InstCombine] remove likely redundant ValueTracking...
2022-04-20 Matt ArsenaultMachineModuleInfo: Move AddrLabelSymbols to AsmPrinter
2022-04-20 Fabian Wolff[clang-tidy] Reduce false positives for `bugprone-infin...
2022-04-20 Matt ArsenaultMachineModuleInfo: Remove UsesMorestackAddr
2022-04-20 Fabian Wolff[clang-tidy] Fix `readability-container-size-empty...
2022-04-20 Fabian Wolff[clang-tidy] Fix `altera-struct-pack-align` check for...
2022-04-20 Matt ArsenaultMachineModuleInfo: Move HasSplitStack handling to AsmPr...
2022-04-20 Matthias Springer[mlir][tensor] Promote extract(from_elements(...))...
2022-04-20 Benjamin Kramer[bazel] Port f26c41e8dd28
2022-04-20 Simon Pilgrim[X86][AVX512] Rename avx512popcntdq intrinsics tests...
2022-04-20 Simon Pilgrim[X86][AVX] Add i386 test coverage to avx2 intrinsic...
2022-04-20 Simon Pilgrim[X86][AVX] Add i386 test coverage to avx-vnni intrinsic...
2022-04-20 Simon Pilgrim[X86][AVX] Add i386 test coverage to avx intrinsic...
2022-04-20 Nikita Popov[SimplifyCFG] Remove one-use limitation in FoldCondBran...
2022-04-20 Matt Arsenaultllvm-reduce: Clone properties of blocks
2022-04-20 Jay Foad[AMDGPU] Fix crash in SIOptimizeExecMaskingPreRA
2022-04-20 Alex Bradbury[clang][Sema] Fix typo in checkBuiltinArgument helper
2022-04-20 Haojian Wu[clangd] Handle the new Using TemplateName.
2022-04-20 Nikita Popov[SimplifyCFG] Add additional threading tests (NFC)
2022-04-20 Alexey BataevRevert "[DAG]Introduce llvm::processShuffleMasks and...
2022-04-20 Corentin Jabot[Clang] Fix references to captured variables in dependa...
2022-04-20 Matt ArsenaultLocalStackSlotAllocation: Combine debug printing statements
2022-04-20 Matt ArsenaultLocalStackSlotAllocation: Stop creating unused virtual...
2022-04-20 Matt Arsenaultllvm-reduce: Fix sources with executable permission
2022-04-20 Nico Weber[gn build] (manually) port f26c41e8dd28 (lib/clang...
2022-04-20 Nico Weber[compiler-rt][sanitizers] build ubsan, asan etc librari...
2022-04-20 Simon Pilgrim[X86] Add multiuse all_of test case for D123652
2022-04-20 gysit[mlir][linalg] Add ods-gen helper to simplify the build...
2022-04-20 Kito Cheng[RISCV] Moving RVV intrinsic type related util to clang...
2022-04-20 gysit[mlir][linalg] Avoid template methods for parsing and...
2022-04-20 Alexey Bataev[DAG]Introduce llvm::processShuffleMasks and use it...
2022-04-20 Uday Bondhugula[MLIR] NFC. Drop trailing white space in GPU async...
2022-04-20 Joseph Huber[OpenMP] Add triple to the linker wrapper job
2022-04-20 Uday BondhugulaAdd RegionBranchOpInterface on affine.for op
2022-04-20 Jay Foad[AMDGPU] Simplify calls to getDefSrcRegIgnoringCopies...
2022-04-20 Sam McCall[Testing] Drop clangTesting from clang's public library...
2022-04-20 Joseph Huber[OpenMP] Add explicit triple to linker wrapper test
2022-04-20 Jay Foad[AMDGPU] Add GlobalISel checks for flat scratch SVS...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to sse2 intrinsic...
2022-04-20 Abinav Puthan... [AMDGPU][GlobalISel] Force return atomic selection...
2022-04-20 Nikita Popov[Support] Remove unused LLVM_PTR_SIZE macro
2022-04-20 Nikita Popov[Support] Remove LLVM_ATTRIBUTE_DEPRECATED
2022-04-20 Nikita Popov[DomTreeUpdater] Remove deprecated methods
2022-04-20 Simon Pilgrim[X86][FMA4] Add i386 test coverage to fma4 intrinsic...
2022-04-20 Nikita Popov[IRBuilder] Remove deprecated CreateShuffleVector(...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to sse42 intrinsic...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to sse41 intrinsic...
2022-04-20 Sven van Haastregt[OpenCL] Add missing __opencl_c_atomic_scope_device...
2022-04-20 Nikita Popov[IR] Deprecate Type::getPointerElementType() (NFC)
2022-04-20 Nikita Popov[ScopBuilder] Avoid pointer element type access
2022-04-20 Matthias Springer[mlir][bufferize] Fix missing copies when writing to...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to sse4a intrinsic...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to ssse3 intrinsic...
2022-04-20 Simon Pilgrim[X86][SSE] Add i386 test coverage to sse3 intrinsic...
2022-04-20 Simon Pilgrim[XOP] Add i386 test coverage to xop intrinsic tests
2022-04-20 Ingo Müller[mlir][docs] Add missing parentheses in example code...
2022-04-20 Chen Zheng[PowerPC] add XLC compat builtin __abs
2022-04-20 Max Kazantsev[Test] One more test with potentially malformed phis
2022-04-20 Chuanqi Xu[NFC] Return correct PreservedAnalysis for CoroEarly
2022-04-20 Zakk Chen[RISCV][Clang][NFC] Update vid intrinsic tests.
2022-04-20 Sheng[NFC] test commit
2022-04-20 Ting Wang[NFC] Empty test commit, check commit access
2022-04-20 Whisperity[clang-tidy] Fix crash on calls to overloaded operators...
2022-04-20 chenglin.bi[InstCombine] add tests for mul+lshr; NFC
2022-04-20 Jean Perier[flang] Do not pass derived type by descriptor when...
2022-04-20 Konrad Kleine[clang-format] SortIncludes should support "@import...
2022-04-20 Max Kazantsev[Test] Add one more test for patch [SLP]Improve reducti...
2022-04-20 Douglas YungMake tests slightly more flexible for platforms which...
2022-04-20 Fangrui Song[AMDGPU] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTI...
2022-04-20 Fangrui Song[PowerPC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERT...
2022-04-20 Fangrui SongRevert D123198 "[BuildLibCalls] Introduce getOrInsertLi...
2022-04-20 LLVM GN Syncbot[gn build] Port 6c69427e880b
2022-04-20 Nico Weber[gn build] port clang-linker-wrapper build file
2022-04-20 Richard[clang-tidy] Improve macro handling in modernize-macro...
2022-04-20 jacquesguan[mlir][Vector] Add check of supported reduction kind...
2022-04-20 Matt ArsenaultTargetRegistry: Don't add "error" to error messages
2022-04-20 Matt ArsenaultAMDGPU: Add assert for GDS globals
2022-04-20 Petr Hosek[CMake][Fuchsia] Include find-all-symbols in the distri...
2022-04-20 Matt ArsenaultAMDGPU: Serialize VGPRForAGPRCopy
2022-04-20 Matt ArsenaultAMDGPU: Fix allocating GDS globals to LDS offsets
2022-04-20 Matt ArsenaultAMDGPU: Serialize a few more MachineFunctionInfo fields...
2022-04-20 Matt ArsenaultAMDGPU: Serialize gds size in MIR
2022-04-20 jacquesguan[mlir][LLVMIR] Add vector predication type cast intrins...
2022-04-20 Matt ArsenaultAMDGPU: Serialize WWM registers
2022-04-20 Matt ArsenaultMachineModuleInfo: Don't allow dynamically setting...
2022-04-20 Matt ArsenaultValueMap: Fix typo
2022-04-20 Matt ArsenaultX86: Do not use ValueMap for PreallocatedIds
2022-04-20 Matt ArsenaultAMDGPU: Defer creation of WWM VGPR spill slots
2022-04-20 Matt ArsenaultAArch64: Use Register
2022-04-20 Matt ArsenaultAMDGPU: Remove some unreachable code in WWM pass
2022-04-20 Matt ArsenaultAMDGPU: Remove unused MachineFunctionInfo fields
2022-04-20 Matt ArsenaultIntrinsics: Mark llvm.eh.sjlj.callsite argument as...
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Add -global-isel-abort=1 to select...
2022-04-20 Matt ArsenaultGlobalISel: Add LegalizeMutations to help use More...
2022-04-20 Matt ArsenaultAArch64/GlobalISel: Reduce use of getMinClassForRegBank
next