platform/upstream/llvm.git
2022-04-20 Nathan James[clang] Add a raw_ostream operator<< overload for QualType
2022-04-20 Nikolas Klauser[libc++] Granularize <functional> includes
2022-04-20 Mehdi AminiImprove invalid-ir-print-after-failure.mlir to show...
2022-04-20 Muhammad Omair... [LLDB] Update inspect getargspec to getfullargspec
2022-04-20 Pengxuan ZhengReland "[COFF, ARM64] Add __break intrinsic"
2022-04-20 serge-sans... [clang-tblgen] Automatically document options values
2022-04-20 Siva Chandra... [libc] Add the implementation of the fflush function.
2022-04-20 Pengxuan ZhengRevert "[COFF, ARM64] Add __break intrinsic"
2022-04-20 Stanislav Mekhanoshin[AMDGPU] Remove obsolete hack from allowsMisalignedMemo...
2022-04-20 Florian Hahn[VPlan] Initial modeling of middle block in VPlan.
2022-04-20 Eli FriedmanLook through calls to std::addressof to compute pointer...
2022-04-20 Paul Kirth[safestack] Support safestack in stack size diagnostics
2022-04-20 Jan SvobodaRevert "[clang][lex] NFCI: Use DirectoryEntryRef in...
2022-04-20 Jan Svoboda[clang][lex] NFCI: Use FileEntryRef in ModuleMap::diagn...
2022-04-20 Pengxuan Zheng[COFF, ARM64] Add __break intrinsic
2022-04-20 Fangrui SongRevert D119136 "[clang] Implement Change scope of lambd...
2022-04-20 Dan Liew[NFC] Avoid unnecessary duplication of code generating...
2022-04-20 Florian Hahn[LICM] Add additional writeonly tests, check attributes.
2022-04-20 Shoaib Meenai[ELF] Shrink binding and type in Symbol
2022-04-20 Shoaib Meenai[ELF] Assert on invalid GOT or PLT relocations
2022-04-20 Aaron BallmanSpeculatively fix build bot
2022-04-20 Christudasan... [AMDGPU] Regenerate lit test pattern (NFC).
2022-04-20 Zequan Wu[LLDB][NativePDB] Fix the case when S_DEFRANGE_SUBFIELD...
2022-04-20 Fangrui SongRevert D123909 "[Clang] Use of decltype(capture) in...
2022-04-20 Aaron Ballman[C2x] Disallow functions without prototypes/functions...
2022-04-20 Jun ZhangReland "[Clang][Sema] Fix invalid redefinition error...
2022-04-20 Mike Kashkarov[flang] Set LBOUND() folding for (x) expression as...
2022-04-20 Mike Kashkarov[flang] Fix LBOUND() folding for constant arrays
2022-04-20 Yitzhak Mandelbaum[clang][dataflow] Ensure well-formed flow conditions.
2022-04-20 Jan Svoboda[clang][lex] NFCI: Use DirectoryEntryRef in FrameworkCa...
2022-04-20 Jan Svoboda[clang] NFCI: Use DirectoryEntryRef in FrontendAction...
2022-04-20 Jan Svoboda[clang][lex] NFCI: Use DirectoryEntryRef in HeaderSearc...
2022-04-20 Alexey Bataev[DAG]Introduce llvm::processShuffleMasks and use it...
2022-04-20 Aaron BallmanSpeculatively fix build bot
2022-04-20 Craig Topper[InstCombine] Don't look through bitcast from vector...
2022-04-20 Craig Topper[InstCombine] Pre-commit test for D124015
2022-04-20 chenglin.bi[InstCombine] Fold mul nuw+lshr to a single multiplicat...
2022-04-20 Aaron BallmanSpeculatively fix build bots
2022-04-20 Aaron BallmanSpeculatively fix build bots
2022-04-20 Aaron BallmanRemoving some ancient, unused testing functionality
2022-04-20 Paul Robinson[PS5][NFC] Fix a test with a misplaced -x option
2022-04-20 Aaron BallmanSpeculatively fix build bots
2022-04-20 Jun ZhangRevert "[Clang][Sema] Fix invalid redefinition error...
2022-04-20 Arthur Eubanks[clang-format] Don't skip PP lines if original line...
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...
next