platform/upstream/llvm.git
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...
2022-01-26 Simon Pilgrim[X86] Add 'getSplitVectorSrc' helper to determine if...
2022-01-26 Nikita Popov[AMDGPUEmitPrintf] Don't require specific pointer eleme...
2022-01-26 Marek Kurdej[clang-format] Correctly format lambdas with variadic...
2022-01-26 Kadir Cetinkaya[clang][DeclPrinter] Fix printing for noexcept expressions
2022-01-26 Matthias Springer[mlir][bufferization] Add an option to use memref types...
2022-01-26 Marek Kurdej[Visualizers] Fix SmallVector<T> visualizer for T insid...
2022-01-26 Nemanja Ivanovic[PowerPC] Fix eq/ne comparison of v2i64 pre-Power8
2022-01-26 Christian Sigg[NVPTX] NFC: Remove unused arguments and attribute...
2022-01-26 Jan Svoboda[clang][lex] Include tracking: simplify and move to...
2022-01-26 Sam McCall[CodeCompletion][clangd] Clean __uglified parameter...
2022-01-26 Nikita Popov[AMDGPUHSAMetadataStreamer] Do not assume ABI alignment...
2022-01-26 David Spickett[lldb] Add option to show memory tags in memory read...
2022-01-26 Nikita Popov[SCEVExpander] Always use i8 GEP for reused value offset
2022-01-26 Alban BridonneauImplement correct cost for SVE bitcasts
2022-01-26 Sebastian Neubauer[CMake] Disable mvsc warning for new versions
2022-01-26 David Spickett[lldb] Correct \params to \param in StackFrame Doxygen...
2022-01-26 David Spickett[lldb] Correct some uses of \b in Doxygen documentation
2022-01-26 Abhina Sreeskantharajan[SystemZ][z/OS] Add AutoConvert.h header to MemoryBuffe...
2022-01-26 LLVM GN Syncbot[gn build] Port 37c4bd0fdbc6
2022-01-26 David Spickett[lldb] Add MemoryTagMap class
2022-01-26 Nikita Popov[DSE] Add test with sret argument (NFC)
2022-01-26 serge-sans... Cleanup LLVMTextAPI headers
next