platform/upstream/llvm.git
2021-04-16 Javier Setoain[mlir][ArmSVE] Cleanup dialect registration
2021-04-16 Louis Dionne[libc++] Fix LWG 2874: Constructor shared_ptr::shared_p...
2021-04-16 Nicolas Vasilache[mlir][python] Add simple debugging and printing helpers
2021-04-16 Sanjay Patel[PhaseOrdering] add test to track PR49785; NFC
2021-04-16 Alexey Bataev[OPENMP]Fix PR49115: Incorrect results for scan directive.
2021-04-16 Kristof Beyls[docs] Add Pointer Authentication call info
2021-04-16 Frederik Gossen[MLIR] Fix `isValidIndex`
2021-04-16 Hansang Bae[OpenMP] Add omp_target_is_accessible() to header files
2021-04-16 Sanjay Patel[ValueTracking] don't recursively compute known bits...
2021-04-16 Roman Lebedev[X86][CostModel] Fix cost model for non-power-of-two...
2021-04-16 Abhina Sreeskantharajan[SystemZ][z/OS][Windows] Add new functions that set...
2021-04-16 Nigel PerksRestore lit feature object-emission. Omit DebugInfo...
2021-04-16 Frederik Gossen[MLIR][Shape] Expose `getShapeVec` and add support...
2021-04-16 Nico Weber[llvm-objcopy] clang-format a line
2021-04-16 Florian Hahn[SimplifyCFG] Regenerate CHECK lines and add test for...
2021-04-16 Caroline Concatto[NFC][AArch64][SVE] Move select-sve.ll tests to sve...
2021-04-16 David Green[ARM] Combine sub 0, csinc X, Y, CC -> csinv -X, Y, CC
2021-04-16 Fraser Cormack[RISCV] Rerun stack test through update_llc_test_checks.py
2021-04-16 Simon Pilgrim[CostModel][X86] Add fully aligned load/store tests
2021-04-16 Pushpinder... Revert "[AMDGPU][OpenMP] Add amdgpu-arch tool to list...
2021-04-16 LemonBoy[lld] Fix test crashing when AVR target is missing
2021-04-16 Simon Moll[docs] Add vector predication call
2021-04-16 Nicolas Vasilache[mlir][Python][Linalg] Add support for captures in...
2021-04-16 LemonBoy[LLD][ELF][AVR] Propagate ELF flags to the linked image
2021-04-16 Max Sagebaum[clang-format] Inconsistent behavior regarding line...
2021-04-16 Nicolas Vasilache[mlir][linalg] Add support for WAW fusion on tensors.
2021-04-16 Guillaume Chatelet[libc] Fix typo
2021-04-16 Guillaume Chatelet[libc] Add slice/take/drop methods to ArrayRef
2021-04-16 Nick Desaulniers[Aarch64] handle "o" inline asm memory constraints
2021-04-16 Petr Hosek[libcxx] Make the GDB pretty printer test less strict
2021-04-16 patacca[Polly][Ast] Partial refactoring of IslAst and IslAstIn...
2021-04-16 Pushpinder... [AMDGPU][OpenMP] Add amdgpu-arch tool to list AMD GPUs...
2021-04-16 Jim Lin[RISCV] Don't emit save-restore call if function is...
2021-04-16 Ahmed TaeiFix tile-and-pad when padding doesn't span all dimension
2021-04-16 Jason MolendaDon't refer to allocation map entry after deallocating it
2021-04-16 Christopher... [libcxx] adds `cpp17-.*iterator` concepts for iterator_...
2021-04-16 hsmahesha[AMDGPU] Refactor ds_read/ds_write related select code...
2021-04-16 Mircea Trofin[MLGO] Fix use of AM.invalidate post D100519
2021-04-16 Marcythm[LICM][NFC] Fix typo
2021-04-16 Juneyoung Lee[LangRef] formatting
2021-04-16 Fangrui Song[Polly] Fix PM invalidate usage after D100519
2021-04-16 LLVM GN Syncbot[gn build] Port 3bc88eb3924f
2021-04-16 Jez Ng[lld-macho] Don't use arrays as template parameters
2021-04-16 Jez Ng[lld-macho] Make load relaxation work for arm64_32
2021-04-16 Jez Ng[lld-macho] Add 32-bit compact unwind support
2021-04-16 Jez Ng[lld-macho] Add support for arm64_32
2021-04-16 Jez Ng[lld-macho] Re-root absolute input file paths if -sysli...
2021-04-16 Jez Ng[lld-macho] LTO: Unset VisibleToRegularObj where possible
2021-04-16 Richard SmithAdd triple to fix test failure.
2021-04-16 Juneyoung Lee[LangRef] fix unexepcted unindent errror
2021-04-16 Juneyoung Lee[LangRef] clarify the semantics of nocapture
2021-04-16 George Balatsouras[dfsan] Remove hard-coded constant in release_shadow_sp...
2021-04-16 Caroline TiceRevert "[LLDB] Use path relative to binary for finding...
2021-04-16 Joshua HabermanImplemented [[clang::musttail]] attribute for guarantee...
2021-04-15 Christopher... [libcxx] adds `std::indirectly_readable_traits` to...
2021-04-15 Arthur Eubanks[NFC][NewPM] Remove some AnalysisManager invalidate...
2021-04-15 Prashant KumarAdd support for numpy arrays to memref conversions.
2021-04-15 George Balatsouras[dfsan] Add test for origin tracking stack traces
2021-04-15 River Riddle[mlir] Add support for walking locations similarly...
2021-04-15 River Riddle[mlir][NFC] Add a using directive for llvm::SetVector
2021-04-15 Jon Roelofss/setGenerator/addGenerator/ in the JIT docs. NFC
2021-04-15 Stephen KellyNFC: Add a simple test for introspection call formatting
2021-04-15 Joseph Huber[OpenMP] Add info for device table changes
2021-04-15 Fangrui Song[sanitizer] Simplify GetTls with dl_iterate_phdr on...
2021-04-15 Jonas Devlieghere[lldb] Raise a CrashLogParseException when failing...
2021-04-15 Stephen KellyNFC: Add missing matcher for test method
2021-04-15 cchen[OpenMP5][DOCS] Update status of masked construct and...
2021-04-15 Stephen Kelly[AST] Fix location call storage with common last-invocation
2021-04-15 Aart Bik[mlir][vector][avx] add AVX dot product to X86Vector...
2021-04-15 Florian Hahn[InferAttrs] Do not mark first argument of str(n)cat...
2021-04-15 Momchil Velikov[clang][AArch64] Correctly align HFA arguments when...
2021-04-15 Nicolas Vasilache[mlir][scf] NFC - Add a getIterOpOperands helper to...
2021-04-15 Caroline Tice[LLDB] Use path relative to binary for finding .dwo...
2021-04-15 Nathan James[AST][Introspection] Add a check to detect if introspec...
2021-04-15 Nathan James[AST] Add a print method to Introspection LocationCall
2021-04-15 Kostya Kortchinsky[scudo][standalone] Fuchsia related fixes
2021-04-15 Craig Topper[TableGen] Reduce the number of map lookups in TypeSetB...
2021-04-15 Stanislav Mekhanoshin[AMDGPU] Factor out predicate FmaakFmamkF32Insts
2021-04-15 Christopher... [libcxx][NFC] removes IndentRequires from .clang-format
2021-04-15 River Riddle[mlir][AsmPrinter] Fix multi-threaded segfault by using...
2021-04-15 Martin Storsjö[clang] [AArch64] Fix handling of HFAs passed to Window...
2021-04-15 Florian Hahn[VPlan] Replace a few unnecessary includes with forward...
2021-04-15 Stanislav Mekhanoshin[AMDGPU] Add new EmitDstSel field to VOPPofile. NFC.
2021-04-15 Max Sagebaum[clang-format] Option for empty lines after an access...
2021-04-15 LLVM GN Syncbot[gn build] Port 82787eb2285d
2021-04-15 Alexander Belyaev[mlir] Add verification for `linalg.tiled_loop` op.
2021-04-15 Alexander Belyaev[mlir] Expose `updateBoundsForCyclicDistribution` in...
2021-04-15 hsmahesha[AMDGPU] Move LDS lowering related utility functions...
2021-04-15 Alexander Belyaev[mlir] Add helpers to set lbs, ubs, steps for linalg...
2021-04-15 River Riddle[mlir] Add support for adding attribute+type traits...
2021-04-15 Krzysztof Parzyszek[Hexagon] Avoid infinite loops in type legalization...
2021-04-15 Sourabh Singh... [flang][OpenMP] Remove `OmpEndLoopDirective` handles...
2021-04-15 Craig Topper[RISCV] Share RVInstIShift and RVInstIShiftW instructio...
2021-04-15 cchen[OpenMP] Added codegen for masked directive
2021-04-15 Aart Bik[mlir][sparse] remove restriction on vectorization...
2021-04-15 Melanie Blower[clang][patch] Modify diagnostic level from err to...
2021-04-15 Louis Dionne[libc++] NFC: Use ASSERT_SAME_TYPE consistently in...
2021-04-15 Louis Dionne[libc++] Remove test suite workarounds on Apple with...
2021-04-15 Danilo C. Grael[LoopUnrollAndJam] Avoid repeated instructions for...
2021-04-15 Arthur Eubanks[NewPM] Cleanup IR printing instrumentation
next