platform/upstream/llvm.git
2021-12-02 Steven Wan[analyzer]Skip unstable CSA tests failing on several...
2021-12-02 George Koehler[ELF][PPC32] Make R_PPC32_PLTREL retain .got
2021-12-02 Matt ArsenaultAMDGPU: Sanitized functions require implicit arguments
2021-12-02 Ulysse Beaugnon[MLIR] Use a shared uniquer for affine maps and integer...
2021-12-02 Vitaly Buka[NFC][sanitizer] Remove SetSoftRssLimitExceededCallback
2021-12-02 Vitaly Buka[NFC][sanitizer] Reorder functions in cpp file
2021-12-02 David Blaikielibcxx pretty printers: remove non-lazy_string fallback
2021-12-02 Paul Robinson[TLI checker] Follow good practice with -COUNT directives
2021-12-02 Yitzhak Mandelbaum[clang-tidy] Allow disabling support for NOLINTBEGIN...
2021-12-02 Groverkss[MLIR][FlatAffineConstraints] Remove duplicate division...
2021-12-02 GroverkssRevert changes that should have been sent as a patch
2021-12-02 Alexey Bataev[OPENMP]Fix PR50733: unexpected final value of list...
2021-12-02 Amy Kwan[PowerPC] Fix load/store selection infrastructure when...
2021-12-02 GroverkssAddress bondhugula's comments
2021-12-02 GroverkssAddressed comments
2021-12-02 GroverkssFix doc comment for mergeLocalIds.
2021-12-02 GroverkssAddress more comments.
2021-12-02 GroverkssAddressed more comments
2021-12-02 GroverkssFix asserts as suggested by Arjun
2021-12-02 GroverkssFix clang-format errors
2021-12-02 GroverkssUpdate docs
2021-12-02 GroverkssUpdate tests for mergeLocalIds
2021-12-02 GroverkssAddress arjun's comments
2021-12-02 GroverkssMove division representation to a common function
2021-12-02 GroverkssUpdate mergeLocalIds docs
2021-12-02 GroverkssUpdate docs for mergeLocalIds
2021-12-02 GroverkssImplement division merging
2021-12-02 Jake Egan[LTO] Specify triple to address unknown binary format...
2021-12-02 Alexey Bataev[OPENMP]Fix PR51327: Range based for loop not working...
2021-12-02 Mogball[mlir][ods] fix defgen on empty files
2021-12-02 Philip Reames[funcattrs] Infer writeonly argument attribute
2021-12-02 Alexey Bataev[OPENMP]Fix error emission for dependent expressions...
2021-12-02 Ron LiebermanRestric xfail on openmp/libomptarget/test/mapping/reduc...
2021-12-02 Vitaly Buka[NFC][sanitizer] Rename RssLimitExceeded -> IsRssLimitE...
2021-12-02 Nico Weber[gn build] (manually) port e0b259f22c003ffe9
2021-12-02 Ron Liebermanxfail: libomptarget reduction_implicit_map.cpp after...
2021-12-02 Noah Shutty[llvm] [Support] Add CURL HTTP Client.
2021-12-02 Ron LiebermanRevert "xfail: reduction_implicit_map.cpp after reapply...
2021-12-02 Kirill Stoimenov[ASan] Fixed asan_mapping.h format.
2021-12-02 Ron Liebermanxfail: reduction_implicit_map.cpp after reapply of...
2021-12-02 Nikolas Klauser[libc++][NFC] Update namespace comments in include/
2021-12-02 spupyrevprofi - a flow-based profile inference algorithm: Part...
2021-12-02 Nico Weber[gn build] (manually) port 9e3552523ebd (no more old...
2021-12-02 Fangrui Song[ELF] Hint -z nostart-stop-gc for __start_ undefined...
2021-12-02 Matt ArsenaultReapply "OpenMP: Start calling setTargetAttributes...
2021-12-02 Vitaly Buka[NFC][sanitizer] Use more bytes of sanitizer_stack_stor...
2021-12-02 Leonard Chan[compiler-rt] Fix incorrect variable names used
2021-12-02 Vitaly Buka[sanitizer] Start background thread once
2021-12-02 Keith Smiley[Bazel] Remove old macho lld port
2021-12-02 Vitaly Buka[asan] Remove confusing workaround
2021-12-02 David BlaikieSimplify the libcxx std::string_view gdb pretty printer
2021-12-02 Reid Kleckner[Bazel] Remove old MachO LLD from the Bazel build
2021-12-02 Keith Smiley[lld-macho] Remove old macho darwin lld
2021-12-02 spupyrevprofi - a flow-based profile inference algorithm: Part...
2021-12-02 Aart Bik[mlir][bufferization] fixed typo in to_memref doc
2021-12-02 Alexey Bataev[SLP]Fix reused extracts cost.
2021-12-02 Vitaly Buka[sanitizer] Add delta compression stack depot
2021-12-02 Vitaly Buka[sanitizer] Add compress_stack_depot flag
2021-12-02 Reid Kleckner[ELF] Fix driver.test after 8c3641d0 when cwd is readonly
2021-12-02 Vitaly Buka[sanitizer] DEFINE_REAL_PTHREAD_FUNCTIONS for hwasan...
2021-12-02 Stella Stamenova[lldb] Skip two lldb tests on Windows because they...
2021-12-02 Mircea Trofin[bazel][mlgo] Remove the mlgo-related build excludes
2021-12-02 Florian Hahn[BasicAA] Add tests for strcat/strncat/strcpy.
2021-12-02 Florian Hahn[DSE] Read after strcpy test.
2021-12-02 Joseph Huber[OpenMP] Remove the new runtime default for AMDGPU
2021-12-02 Kazu Hirata[llvm] Use range-based for loops (NFC)
2021-12-02 Kazu Hirata[llvm] Fix "unused variable" warnings
2021-12-02 Alexey Bataev[SLP]Outline and fix code for finding common insertelem...
2021-12-02 David Green[ARM] Introduce i8neg and i8pos addressing modes
2021-12-02 Nico Weber[clang-cl] Define _MSVC_LANG for -std=c++2b
2021-12-02 Paul RobinsonReapply "[TLI checker] Add more tests"
2021-12-02 Dmitry Vyukovtsan: tolerate munmap with invalid arguments
2021-12-02 Alexey Bataev[SLP]Improve registering and merging of compatible...
2021-12-02 Dmitry Vyukovtsan: fix false positives in dynamic libs with static tls
2021-12-02 Sam Clegg[lld][WebAssembly] Fix for debug relocations against...
2021-12-02 Paul RobinsonRevert "[TLI checker] Add more tests"
2021-12-02 David Greene[clang] Do not duplicate "EnableSplitLTOUnit" module...
2021-12-02 Paul Robinson[TLI checker] Add more tests
2021-12-02 Joseph Huber[OpenMP] Make the new device runtime the default
2021-12-02 Sanjay Patel[InstCombine] add tests for icmp with mul op; NFC
2021-12-02 Christian Kühnel[clangd] cleanup of header guard names
2021-12-02 Florian Hahn[Clang] Fix LTO pipeline test after 770a50b28c00211f9a.
2021-12-02 Florian Hahn[AnnotationRemarks] Support generating annotation remar...
2021-12-02 Yitzhak Mandelbaum[clang-tidy] Fix build broken by commit 6a9487df73e917c...
2021-12-02 Alexey Bataev[SLP][NFC]Add a test for extractelements with many...
2021-12-02 David Stuttard[AMDGPU] Add support for in-order bvh in waitcnt pass
2021-12-02 David Stuttard[AMDGPU] Test for in-order waitcnt insertion for bvh...
2021-12-02 Simon Moll[VE][NFC] Cleanup redundant namespace wrapper
2021-12-02 Florian Hahn[MemoryLocation] Support strncpy in getForArgument.
2021-12-02 Tue Ly[libc] Fix a bug in MPFRUtils making ULP values off...
2021-12-02 Sanjay Patel[PatternMatch] create and use matcher for 'not' that...
2021-12-02 Florian Hahn[MemoryLocation] Support memset_chk in getForArgument.
2021-12-02 LLVM GN Syncbot[gn build] Port 6a9487df73e9
2021-12-02 Jeroen Dobbelaere[flang] GettingInvolved: update LLVM Alias Analysis...
2021-12-02 Anastasia Stulova[HIPSPV] Add CUDA->SPIR-V address space mapping
2021-12-02 James KingFix documentation for `forEachLambdaCapture` and `hasAn...
2021-12-02 CJ JohnsonAdd new clang-tidy check for string_view(nullptr)
2021-12-02 Valentin Clement[fir] Declare test function inline
2021-12-02 Jamie SchmeiserExpand testing of necessary features for print-changed...
2021-12-02 Matt Devereau[AArch64][SVE] Enable bf16 vector.insert
next