platform/upstream/llvm.git
2022-01-27 River Riddle[mlir][NFC] Add a using for llvm::BitVector to LLVM.h
2022-01-27 River Riddle[mlir:Function][NFC] Use BitVector instead of ArrayRef...
2022-01-27 River Riddle[mlir:PassOptions] Fix parsing of nested option values...
2022-01-27 Congzhe Cao[IVDescriptor] Get the exact FP instruction that does...
2022-01-27 Max Kazantsev[Test] Add test for or-reduce idiom symmetrical to...
2022-01-27 Max Kazantsev[Test] Add one more add-reduce test w/ pointer bitcasts
2022-01-27 Evgeny Shulgin[clang-tidy] Fix nested namespaces in `readability...
2022-01-27 Ahmed Bougacha[ObjC] Emit selector load right before msgSend call.
2022-01-27 Arthur O'Dwyer[libc++] Fix LWG3390: move_iterator now handles move...
2022-01-27 Ting Wang[PowerPC] Add the Power10 XS[MAX|MIN]CQP instruction
2022-01-27 Petr Hosek[CMake][Fuchsia] Drop 32-bit ios runtimes
2022-01-27 Craig Topper[RISCV] Use vnsrl.wx with x0 instead of vnsrl.vi for...
2022-01-27 Craig Topper[RISCV] Remove unused flags from FeatureKind in TargetP...
2022-01-27 Arthur Eubanks[gn build] Format gn files
2022-01-27 Arthur Eubanks[gn build] Move -fno-builtin to crt_code
2022-01-27 Chuanqi Xu[NFC] [AST] Move isSameEntity into ASTContext
2022-01-27 Roland McGrath[asan] Add missing #include of sanitizer_platform.h
2022-01-27 David BlaikieDefault to DWARFv4 on Windows
2022-01-27 Arthur Eubanks[clang] Use proper type to left shift after D117262
2022-01-27 Amir Ayupov[BOLT][TEST] Adjust tests for BOLT_CLANG_EXE=clang...
2022-01-27 Aart Bik[mlir][amx] add a full tile matrix mult integral exampl...
2022-01-27 Ting Wang[NFC] Empty test commit, check commit access
2022-01-27 Shubham Sandeep... Revert "Emit swift5 reflection section data in dsym...
2022-01-27 Arthur O'Dwyer[libc++] Fix LWG3533 "Make `base() const&` consistent..."
2022-01-27 Arthur O'Dwyer[libc++] Make C++03 reference_wrapper more like C++11.
2022-01-27 Arthur O'Dwyer[libc++] Fix LWG3557 "static_cast expression in convert...
2022-01-27 Arthur O'Dwyer[libc++] [ranges] Fix LWG3470 "convertible-to-non-slici...
2022-01-27 Zixu Wang[FIX][clang] Fix unused private field in ExtractAPIVisitor
2022-01-27 Med Ismail... [lldb/test] Skip TestSBModule unless darwin
2022-01-27 Med Ismail... Revert "[lldb/test] Try to fix TestSBModule failure"
2022-01-27 Med Ismail... [lldb/test] Try to fix TestSBModule failure
2022-01-27 Aart Bik[mlir][amx] fix some whitespace issues in AMX tests
2022-01-26 Mehdi AminiRevert "[mlir][LLVM] Add support for operand_attrs...
2022-01-26 Arthur Eubanks[gn build] Remove unnecessary include_dirs
2022-01-26 Paweł Bylica[test][DAGCombine] Add more tests for carry diamond...
2022-01-26 Vladislav Khmelevsky[BOLT] Fix DWARFv5 for aarch64
2022-01-26 Stanislav Mekhanoshin[AMDGPU] Validate dst and src2 non-overlapping restrict...
2022-01-26 Arthur Eubanks[gn build] Don't pass -fuse-ld=lld to compiler-rt tests
2022-01-26 Arthur Eubanks[gn build] Remove incorrect interception dependency
2022-01-26 Stanislav Mekhanoshin[AMDGPU] Prevent aliasing of SrcC and Dst in MAI
2022-01-26 Benjamin Kramer[bazel] Port 480cd4cb
2022-01-26 Maksim Panchenko[BOLT][docs] Add note regarding DWARF v5 support to...
2022-01-26 Shubham Sandeep... Emit swift5 reflection section data in dsym bundle...
2022-01-26 Aart Bik[mlir][amx] add a full tile matrix mult example to...
2022-01-26 Petr Hosek[CMake] Use generator expression to get in-tree libc...
2022-01-26 Craig Topper[RISCV] Add hasStdExtZbp() to hasAndNotCompare.
2022-01-26 Jordan Rupprecht[bazel] Enable layering_check for MLIR test directory
2022-01-26 Craig Topper[RISCV] Minor code cleanups in RISCVISAInfo. NFCI
2022-01-26 Fangrui Song[cc1as] Remove -Wa,--compress-debug-sections=zlib-gnu
2022-01-26 Fangrui Song[Driver] Remove obsoleted -gz=zlib-gnu
2022-01-26 Vladislav Khmelevsky[BOLT] Prepare BOLT for unit-testing
2022-01-26 Petr Hosek[CMake] Handle in-tree libc++ for sanitizer tests
2022-01-26 Adrian PrantlFix UB in DwarfExpression::emitLegacyZExt()
2022-01-26 Jeremy Furtek[mlir] Add ODS support for enum attributes with grouped...
2022-01-26 Aaron BallmanUpdate the Bug Life Cycle docs for the switch to GitHub...
2022-01-26 LLVM GN Syncbot[gn build] Port b1d946cbf780
2022-01-26 Adrian PrantlRevert "Fix UB in DwarfExpression::emitLegacyZExt()"
2022-01-26 Matt ArsenaultAMDGPU/GlobalISel: Fold wave address into mubuf address...
2022-01-26 Matt ArsenaultGlobalISel: Avoid crash on asm with lying result types
2022-01-26 Casey Carter[libcxx][test] Narrow XFAIL for tests that pass with...
2022-01-26 Martin Storsjö[libcxx] [test] Fix the locale.time.put.byname/put1...
2022-01-26 Matt ArsenaultAMDGPU/GlobalISel: Mostly fix BFI patterns
2022-01-26 Matt ArsenaultAMDGPU: Add some additional test coverage for BFI matching
2022-01-26 Matt ArsenaultAMDGPU: Switch bfi pattern test to generated checks...
2022-01-26 River Riddle[mlir] Move std.generic_atomic_rmw to the memref dialect
2022-01-26 River Riddle[mlir] Move the complex support of std.constant to...
2022-01-26 River Riddle[mlir:GPU] Replace reference to LLVMFuncOp with FuncOpI...
2022-01-26 Arthur Eubanks[clang] Fix -Wsubobject-linkage after D117262
2022-01-26 Med Ismail... [lldb/API] Add ability to check if module is backed...
2022-01-26 Ellis Hoag[InstrProf][Correlate] Improve error messages
2022-01-26 Zixu Wang[clang] Add an extract-api driver option
2022-01-26 Jon Chesterfield[openmp] Disable build of old runtimes by default
2022-01-26 Craig Topper[RISCV] Remove references to 'B' extension from Assembl...
2022-01-26 jonmeowInitialize terminfo.bzl linkopts to None
2022-01-26 Adrian PrantlFix UB in DwarfExpression::emitLegacyZExt()
2022-01-26 Matt ArsenaultAMDGPU: Emit user sgpr count directives in text asm
2022-01-26 Arthur Eubanks[NFC] Store Address's alignment into PointerIntPairs
2022-01-26 Arthur Eubanks[test][ASan][Win] Print more info when LoadLibrary...
2022-01-26 Arthur Eubanks[gn build] Make HAVE_MALLINFO2 a gn arg, default to...
2022-01-26 Fangrui Song[ELF] Simplify writing the Elf_Chdr header. NFC
2022-01-26 Arthur Eubanks[gn build] Manually port D118110
2022-01-26 Jay Foad[AMDGPU] SILoadStoreOptimizer: Precommit tests for...
2022-01-26 Adrian Kuegel[Bazel] Update config.h to add the new define.
2022-01-26 Yitzhak Mandelbaum[clang][dataflow] Allow clients to disable built-in...
2022-01-26 Kirill Bobyrev[clang] NFC: Use flush() idiomatically
2022-01-26 Jonas Devlieghere[lldb] Remove ConstString::StaticMemorySize
2022-01-26 Chih-Ping Chen[DebugInfo] Add stringLocationExp field to DIStringType
2022-01-26 Konstantina[AMDGPU][SIWholeQuadMode] Use the right VCC register...
2022-01-26 Qiu Chaofan[CMake] [Clang] Add option to specify PowerPC long...
2022-01-26 Stanislav Mekhanoshin[AMDGPU] Remove feature register-banking
2022-01-26 Alex TsaoFIx typo in comment
2022-01-26 Florian Hahn[AArch64] Add float vector compare/select cost-model...
2022-01-26 Pavel Labath[lldb] Fix a couple of use-of-uninit-var errors in...
2022-01-26 Benjamin KramerRevert "Rename llvm::array_lengthof into llvm::size...
2022-01-26 serge-sans... Fix ambiguous call to llvm::size introduced in ef820632...
2022-01-26 Stanislav Gatev[clang][dataflow] Add a transfer function for CXXBoolLi...
2022-01-26 dongAxis[NFC][ORC][AArch64] use isInt<N> to replace fitsRangeSi...
2022-01-26 Sanjay Patel[SDAG] fix bug in ComputeNumSignBits of target constant
2022-01-26 Sanjay Patel[x86] add test for miscompile from wrong min signbits...
2022-01-26 serge-sans... Rename llvm::array_lengthof into llvm::size to match...
next