platform/upstream/llvm.git
2023-03-07 Yeting Kuo[ADT][NFC] Use declval to suppress warning for nullptr...
2023-03-07 Greg ClaytonAdd the ability to segment GSYM files.
2023-03-07 Sam Clegg[lld][ELF] Remove unused enum value. NFC
2023-03-06 Snehasish KumarRevert "[memprof] Refactor tests to generate binaries...
2023-03-06 Arthur Eubanks[LLParser] Error out if a name is too long and gets...
2023-03-06 Ben Shi[LoopVectorize][NFC] Fix incorrect comment in LoopVecto...
2023-03-06 Chia-hung DuanRevert "[scudo] Mitigate page releasing thrashing"
2023-03-06 David Green[AArch64] Extend load insert into zero patterns to...
2023-03-06 Dave LeeRevert "[lldb] Redefine p alias to dwim-print command"
2023-03-06 Siva Chandra[libc] Add riscv64 config.
2023-03-06 Siva Chandra... [libc][NFC] Switch dirent, fcntl, inttypes and sched...
2023-03-06 wren romano[mlir][sparse] Fixing -Wsign-compare error in D144773
2023-03-06 Siva Chandra... [libc] Add ALIAS option to add_object_library rule.
2023-03-06 Med Ismail... [lldb] Fix cyclic dependency issue in ScriptedMetadata
2023-03-06 Kazu Hirata[mlir] Fix a warning
2023-03-06 Alexey Bataev[SLP]Fix PR61224: Compiler hits infinite loop.
2023-03-06 Robert Suderman[mlir][math] Add math.cbrt polynomial approximation
2023-03-06 Snehasish Kumar[memprof] Refactor tests to generate binaries and profi...
2023-03-06 Med Ismail... Revert "[lldb] Add an example of interactive scripted...
2023-03-06 Med Ismail... Revert "[lldb/Plugin] Add breakpoint setting support...
2023-03-06 Med Ismail... Revert "[lldb] Move ScriptedProcess private state updat...
2023-03-06 Med Ismail... Revert "[lldb/API] Introduce SBProcess::ForceScriptedSt...
2023-03-06 Med Ismail... [lldb/Utility] Fix layering violation caused by Scripte...
2023-03-06 Med Ismail... [lldb] Add an example of interactive scripted process...
2023-03-06 Med Ismail... [lldb/Plugin] Add breakpoint setting support to Scripte...
2023-03-06 Med Ismail... [lldb] Move ScriptedProcess private state update to...
2023-03-06 Med Ismail... [lldb/API] Introduce SBProcess::ForceScriptedState...
2023-03-06 Owen Pan[clang-format] Don't annotate left brace of class as...
2023-03-06 Dave Lee[lldb] Redefine p alias to dwim-print command
2023-03-06 wren romano[mlir][sparse] Renaming "pointer/index" to "position...
2023-03-06 Yuanfang Chen[NFC][Clang] add test comments for GitHub issue 58896
2023-03-06 Dave LeeRecommit [lldb] Test 'v' support for direct ivar access...
2023-03-06 Jakub Kuderski[ADT] Avoid needless iterator copies in `zippy`
2023-03-06 Chia-hung Duan[scudo] Make the boundary of memory group aligned with...
2023-03-06 Dave LeeRevert "[lldb] Test 'v' support for direct ivar access...
2023-03-06 Jan Svoboda[clang][deps] Un-XFAIL test on AIX
2023-03-06 Sanjay Patel[InstCombine] fold signed absolute diff patterns
2023-03-06 Sanjay Patel[InstCombine] use dyn_cast instead of isa+cast; NFC
2023-03-06 Dave Lee[lldb] Add variable completion to dwim-print
2023-03-06 Dave Lee[lldb] Test 'v' support for direct ivar access (NFC)
2023-03-06 Paul Walker[Bitcode] Add test for constant scalable vector gep.
2023-03-06 Goran Flegar[mlir-opt] Fix dialect preload after fb1bb6a
2023-03-06 Simon Pilgrim[X86] combineBitcastvxi1/checkBitcastSrcVectorSize...
2023-03-06 Jay Foad[AMDGPU] Add GFX9,GFX10,GFX11 checks for llvm.amdgcn...
2023-03-06 Jay Foad[AMDGPU] Generate checks for llvm.amdgcn.s.buffer.load
2023-03-06 Kazu Hirata[X86] Optimize umax(X,1) (NFC)
2023-03-06 Simon Pilgrim[X86] Add Issue #61104 test case
2023-03-06 Alex MacLean[docs][NewPM] fix typos in new pass manager docs
2023-03-06 Fangrui Song[Driver] Reject -march= for ppc
2023-03-06 Arthur Eubanks[Pipeline] Adjust PostOrderFunctionAttrs placement...
2023-03-06 Arthur Eubanks[SROA] Make order of analysis fetching more predictable
2023-03-06 Dhruv Chawla[clang][alias|ifunc]: Add a diagnostic for mangled...
2023-03-06 Valentin Clement[flang] Do not query type_desc for unlimited polymoprhi...
2023-03-06 Valentin Clement[flang] Avoid double cleanup when the result is cleaned...
2023-03-06 Nilay VaishChecked that complexity of std::sort_heap is 2N log...
2023-03-06 Goran Flegar[bazel] Fix build after 28d04c5
2023-03-06 Chia-hung Duan[scudo] Temporarily disable GetRssFromBuffer test
2023-03-06 Chia-hung Duan[scudo] Mitigate page releasing thrashing
2023-03-06 Chia-hung DuanReland D144920 "[scudo] Only prepare PageMap entry...
2023-03-06 Marco Elver[SelectionDAG] Optimize copyExtraInfo deep copy
2023-03-06 Jakub Kuderski[ADT] Clean up zip iterators. NFC.
2023-03-06 Simon Pilgrim[X86] combineBitcastvxi1/checkBitcastSrcVectorSize...
2023-03-06 Simon Pilgrim[X86] Add Issue #61104 test case
2023-03-06 Siva Chandra... [libc] Add arm 32 FEnvImpl.
2023-03-06 Guillaume ChateletFix SafeIntIterator reference type
2023-03-06 Zequan Wu[LLDB][NativePDB] Check string table in PDB files.
2023-03-06 Mehdi AminiRename DebugAction to tracing::Action and move related...
2023-03-06 Paul Scoropan[Flang] [PowerPC} Implement the floating-point conversi...
2023-03-06 Mehdi AminiChange the DebugAction paradigm to delegate the control...
2023-03-06 Simon Pilgrim[X86] vector-shuffle-avx512.ll - update to use attribut...
2023-03-06 Louis Dionne[libc++] Add support for .compile.pass.mm and .link...
2023-03-06 David Truby[flang] Implement ieee_is_normal
2023-03-06 Leandro Lupori[flang] Fix lowering of optional char proc args
2023-03-06 Jake Egan[NFC] Disable test temporarily to investigate why it...
2023-03-06 Mehdi AminiExpose a convenient registerCLOptions() for MlirOptMain...
2023-03-06 Paul Walker[InstCombine] Implement "A & (~A | B) --> A & B" like...
2023-03-06 David Stenberg[DebugInfo] Merge partially matching chains of inlined...
2023-03-06 David Stenberg[lldb] Make GetDIENamesAndRanges() allow 0-valued decl...
2023-03-06 Valentin Clement[flang] Handle parent component in select type
2023-03-06 Haojian Wu[Tooling/Inclusion] Add missing index_sequence symbols.
2023-03-06 Jean Perier[flang][hlfir] Lower intrinsic module procedures to...
2023-03-06 Jean Perier[flang][hlfir] use new runtime for whole allocatable...
2023-03-06 Matthias Springer[mlir][IR] Clean up mergeBlockBefore and mergeBlocks
2023-03-06 pvanhout[AMDGPU] Use UniformityAnalysis in LateCodeGenPrepare
2023-03-06 Hsiangkai Wang[NFC][AArch64] Use 'i' to encode the offset form of...
2023-03-06 pvanhout[AMDGPU] Use UniformityAnalysis in CodeGenPrepare
2023-03-06 Haojian Wu[include-cleaner] Fix a crash on non-identifier-name...
2023-03-06 Nikita Popov[IR] Remove ConstantExpr::getUMin() (NFC)
2023-03-06 Luís Marques[CMake] Enforce LLVM_ENABLE_UNWIND_TABLES
2023-03-06 Jay Foad[AMDGPU] Restore temporal divergence in test
2023-03-06 Archibald Elliott[ARM] Fix Chain/Glue Bug in PerformVMOVhrCombine
2023-03-06 Archibald Elliott[ARM] Pre-Commit Tests for PR60510
2023-03-06 Archibald Elliott[ARM] Fix Crash in 't'/'w' handling without fp16/bf16
2023-03-06 Adrian Kuegel[mlir] Apply ClangTidy readability finding (NFC)
2023-03-06 pvanhout[AMDGPU] Use UniformityAnalysis in RewriteUndefsForPHI
2023-03-06 usama hameed[Sanitizers] Error out for -static-libsan on darwin
2023-03-06 Florian Hahn[GlobalOpt] Add SRA test with constant expr GEPs withou...
2023-03-06 Simon PilgrimExternalFunctions.cpp - fix "unknown pragma 'clang...
2023-03-06 MarcoFalkeclang-tidy: Count template constructors in modernize...
2023-03-06 Matt ArsenaultAMDGPU: Combine down fcopysign f64 magnitude
next