platform/upstream/llvm.git
2022-03-10 Ahmed Bougacha[clang][Driver] Get darwin -Xarch_ working for subtypes...
2022-03-10 Yaxun (Sam... [HIP] Fix -fno-gpu-sanitize
2022-03-10 Yaxun (Sam... [HIP] Fix HIP include path
2022-03-10 LLVM GN Syncbot[gn build] Port c31014322c0b
2022-03-10 Brad Smith[Driver][OpenBSD] Disable unwind tables on Arm
2022-03-10 Xiang1 ZhangTLS loads opimization (hoist)
2022-03-10 Yevgeny Rouban[Support] Try 2: Reset option to its default if its...
2022-03-10 Vitaly Buka[msan] Fix unittest for 9397bdc6
2022-03-10 Craig Topper[RISCV] Support 'generic' as a valid CPU name.
2022-03-10 Florian Mayer[NFC] [HWASan] document why we tag Size but untag Align...
2022-03-10 Aart Bik[mlir][sparse] add end2end test for linalg.dot sparsifi...
2022-03-09 Shilei Tian[OpenMP][CUDA] Fix the check of `setContext`
2022-03-09 Aart Bik[mlir][sparse] added linalg.dot to sparse kernel collection
2022-03-09 Kevin AtheyRevert "[MSAN] add interceptor for timer_create, timer_...
2022-03-09 Kevin AtheyRevert "[MSAN] adjust Posix/timer.cpp"
2022-03-09 Sanjay Patel[Analysis] remove bogus smin/smax pattern detection
2022-03-09 Sanjay Patel[InstCombine] add tests to show miscompiled smin/smax...
2022-03-09 Stanislav Mekhanoshin[SDAG] Use MMO flags in MemSDNode folding
2022-03-09 Louis DionneRevert "[libc++] Remove extension to support allocator...
2022-03-09 Michael Gottesman[debug-info] Debug salvage llvm.dbg.addr in original...
2022-03-09 David Green[AArch64][SLP] Add a test with mutual reductions. NFC
2022-03-09 Colin Cross[CompilerRT] Fix build of compiler-rt with musl
2022-03-09 Craig Topper[RISCV] Switch undef -> poison in fixed-vector RVV...
2022-03-09 Shilei Tian[OpenMP][CUDA] Avoid calling `cuCtxSetCurrent` redundantly
2022-03-09 zhijian[NFC][llvm-nm] create a new helper function exportSymbo...
2022-03-09 David BlaikieRevert "Disable -Wmissing-prototypes for internal linka...
2022-03-09 Kevin Athey[MSAN] adjust Posix/timer.cpp
2022-03-09 Congzhe Cao[LoopInterchange] Detect output dependency of a store...
2022-03-09 zhijian[llvm-nm][NFC] remove global variable " std::vector...
2022-03-09 Valentin Clement[flang][NFC] Remove old RTBuilder.h
2022-03-09 Shilei Tian[OpenMP][CUDA] Fix an issue that multiple `CUmodule...
2022-03-09 Mark Dewing[OpenMP][doc]Minor doc fixes
2022-03-09 zhijian[llvm-nm]add helper function to print out the object...
2022-03-09 Kevin Athey[MSAN] add interceptor for timer_create, timer_settime...
2022-03-09 Alok Kumar... [DebugInfo][SROA] Correct debug info for global variabl...
2022-03-09 Valentin Clement[flang] Lower more array character cases
2022-03-09 Saleem Abdulrasoollldb/ObjectFile: reflow a comment (NFC)
2022-03-09 Florian HahnRevert "[PassManager] Add pretty stack entries before...
2022-03-09 Petr HosekRevert "[MSAN] add interceptor for timer_create, timer_...
2022-03-09 Andrew Litteken[IROutliner] Handling outlined code with no exit paths
2022-03-09 Saleem AbdulrasoolAArch64: correct epilogue/prologue emission for swift...
2022-03-09 Valentin Clement[flang] Update ArrayValueCopy to support array_amend...
2022-03-09 Xi Ruoyao[sanitizer][mips] Fix the condition to include sanitize...
2022-03-09 Sanjay Patel[SDAG] match rotate pattern with extra 'or' operation
2022-03-09 Changpeng FangAMDGPU: Set up User SGPRs for queue_ptr only when necessary
2022-03-09 Stanislav Mekhanoshin[AMDGPU] Merge flat with global in the SILoadStoreOptimizer
2022-03-09 Jay Foad[AMDGPU] Remove HasAtomicFaddInstsGFX90X and HasAtomicF...
2022-03-09 Benoit JacobFix linking error, undefined class static constants.
2022-03-09 Louis Dionne[libc++] Enable format_to and vformat_to tests even...
2022-03-09 Valentin Clement[flang] Add OpenACC flag to bbc
2022-03-09 Vang Thao[AMDGPU] Add scheduler pass to rematerialize trivial...
2022-03-09 Valentin Clement[flang] Add OpenMP flag to bbc
2022-03-09 Craig Topper[InstCombine] Preserve FMF in foldLogicOfFCmps.
2022-03-09 Pavel LabathRevert "[lldb] Remove the global platform list"
2022-03-09 Jay Foad[AMDGPU] Fix some confusing check prefixes. NFC.
2022-03-09 Peter Klausler[flang] Fix extent computation in finalization
2022-03-09 Mark de Wever[libc++][NFC] Cleanups in <charconv>.
2022-03-09 Nico Weber[gn build] (manually) port ffb9429b6f3c29ab
2022-03-09 Dave Lee[lldb] Fix step-avoid-regexp logging
2022-03-09 Dave Lee[lldb] Add SBType::IsAggregateType
2022-03-09 Florian Hahn[LV] Do not consider instrs dead if used by phi that...
2022-03-09 Pavel Labath[lldb] Fix TestDebuggerAPI on windows (broken by D120810)
2022-03-09 Andrzej Warzynski[flang][driver] Add support for -S and implement -c...
2022-03-09 Stanislav GatevRevert "[clang][dataflow] Move dataflow testing support...
2022-03-09 Stanislav Gatev[clang][dataflow] Move dataflow testing support out...
2022-03-09 Thomas Preud... [MachinePipeliner] Fix isPseduo typo.
2022-03-09 Aaron BallmanAdd the C and C++ Language Working Group meeting info
2022-03-09 Pavel Labath[lldb] Remove the global platform list
2022-03-09 Louis Dionne[libc++] Don't manually override NDEBUG in the dylib...
2022-03-09 Shraiysh Vaishay[mlir][OpenMP] Generating enums in accordance with...
2022-03-09 Simon Pilgrim[X86] Add shift identity select tests
2022-03-09 fourdim[JITLink][RISCV] Refactor range checking and alignment...
2022-03-09 Florian Hahn[PassManager] Another adjustment to account for differe...
2022-03-09 Timm Bäder[clang][sema] Enable first-class bool support for C2x
2022-03-09 Dmitry Vassiliev[llvm-dwarfdump] Avoid possible div-by-zero in debug...
2022-03-09 Nikita Popov[Coroutines] Avoid pointer element access for resume...
2022-03-09 Pavel Labath[lldb] Don't print *trailing* nuls in char arrays
2022-03-09 Pavel Labath[lldb/driver] Fix SIGTSTP handling
2022-03-09 Pavel Labath[lldb] Warn when we fail to find dwo/dwp files
2022-03-09 Florian Hahn[PassManager] Adjust check lines to account for differe...
2022-03-09 Florian Hahn[PassManager] Add pretty stack entries before P->run...
2022-03-09 Aaron BallmanUpdate my office hours
2022-03-09 Simon Pilgrim[IR] MatrixBuilder - CreateIndexAssumption - fix unused...
2022-03-09 Vladislav Khmelevsky[BOLT] Move some of the tests to common directory
2022-03-09 Krasimir Georgiev[lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2ee...
2022-03-09 Simon Pilgrim[clang] ScalarExprEmitter::VisitCastExpr - use castAs...
2022-03-09 Simon Pilgrim[clang] Environment::createValueUnlessSelfReferential...
2022-03-09 Simon Pilgrim[X86] Add common check prefixes to vector-bitreverse.ll
2022-03-09 Simon Pilgrim[clang] Sema::ActOnModuleImport - remove superfluous...
2022-03-09 Alexey LapshinFix for buildbot failure: https://lab.llvm.org/buildbot...
2022-03-09 Chuanqi Xu[NFC] [C++20] [Modules] Add test to show private module...
2022-03-09 Uday BondhugulaNFC. Clean up memref utils library
2022-03-09 Andrzej Warzynski[flang] Remove 'using namespace mlir;` from header...
2022-03-09 Nikita Popov[CoroFrame] Avoid pointer element type access for swift...
2022-03-09 LLVM GN Syncbot[gn build] Port 2dc4a80ec026
2022-03-09 Alexey Lapshin[objcopy][NFC] Move NameOrPattern::create() into Common...
2022-03-09 Stanislav GatevRevert "[clang][dataflow] Add analysis that detects...
2022-03-09 Nikita Popov[IR][IPSCCP] Treat different function type as address...
2022-03-09 Stanislav Gatev[clang][dataflow] Add analysis that detects unsafe...
2022-03-09 David Spickett[libcxx][CI] Use temporary clang-13 bots for Arm/AArch64
next