platform/upstream/llvm.git
2022-01-10 Sam McCall[CodeCompletion] Complete designators for fields in...
2022-01-10 Philip ReamesAdd coverage of GlobalsModRef's indirect global case
2022-01-10 Siva Chandra[libc] Add linux aarch64 syscall implementation.
2022-01-10 Mircea Trofin[NFC][regalloc] Pull out some AllocationOrder/CostPerUs...
2022-01-10 Philip Reames[MemoryBuiltin] Add an API for checking if an unused...
2022-01-10 Craig Topper[LowerMatrixIntrinsics] Call getRegisterClassForType...
2022-01-10 Richard[clang-tidy] Refactor: Extract Class CheckRunner on...
2022-01-10 Yaxun (Sam... [HIP] Fix device only linking for -fgpu-rdc
2022-01-10 Lirong Yuan[lldb] fix memory leak in "GetGDBServerRegisterInfoXMLA...
2022-01-10 Tyler AugustineDon't fail if unable to promote loops during unrolling
2022-01-10 Nikolas Klauser[libc++][NFC] Use _LIBCPP_DEBUG_ASSERT in <list>
2022-01-10 Jon Chesterfield[openmp][amdgpu] Replace unsigned long with uint64_t
2022-01-10 Casey Carter[libcxx][test] Auto-detect _LIBCPP_HAS_NO_UNICODE for...
2022-01-10 Nadav RotemFix a missed opportunity to merge stores.
2022-01-10 Jonas Devlieghere[llvm] Fix the module build
2022-01-10 John Ericson[doc][cmake] Convert read-me for the common CMake utils...
2022-01-10 Louis Dionne[libc++] Refactor the tests for std::random_device
2022-01-10 John Ericson[libunwind][cmake] Create `LIBUNWIND_INSTALL_INCLUDE_DI...
2022-01-10 Arthur O'Dwyer[libc++] Alphabetize header #includes. NFCI.
2022-01-10 Roland McGrath[libcxx] Use Fuchsia-native monotonic clock for std...
2022-01-10 Arthur O'Dwyer[libc++] Alphabetize CMakeLists.txt and module.modulema...
2022-01-10 Jonas Devlieghere[lldb] Remove LLDB_RECORD_DUMMY_* macros
2022-01-10 Jonas Devlieghere[lldb] Remove LLDB_RECORD_CHAR_PTR_* macros
2022-01-10 Mircea Trofin[NFC][regalloc] Pass RAGreedy to eviction adviser
2022-01-10 Peter Steinfeld[flang] Fix the documentation on how to build flang
2022-01-10 Jonas Devlieghere[lldb] Remove lldb-instr
2022-01-10 Julian Lettner[TSan] Avoid deadlock in test for compiler-rt debug...
2022-01-10 Stanislav Gatev[clang][dataflow] Add transfer functions for assignment
2022-01-10 Alex Xu (Hello71)Revert "[CodeGen] Mark fma as const for Android"
2022-01-10 Matt ArsenaultAMDGPU/GlobalISel: Explicitly track d16 for image legal...
2022-01-10 Alexander Shaposhnikov[cmake] Enable users to specify archive creation commands
2022-01-10 Matt ArsenaultGlobalISel: Pass DebugLoc to getFunctionLiveInPhysReg
2022-01-10 Logan Smith[clang-tidy] Fix RenamerClangTidyChecks suggesting...
2022-01-10 Matt ArsenaultAMDGPU: Avoid null check during addrspacecast lowering
2022-01-10 Ivan Butygin[mlir][NFC] Fully spell mlir typenames in BaseOpWithOff...
2022-01-10 Stella Stamenova[lldb] Disable several lldb tests that are flaky on...
2022-01-10 Jean Perier[flang] Do not lose call in shape inquiry on function...
2022-01-10 Fangrui Song[ELF] Support mixed TLSDESC and TLS GD
2022-01-10 Roman Lebedev[SCEV] Sequential/in-order `UMin` expression
2022-01-10 Arthur O'Dwyer[libc++] Properly handle specializations of std::is_pla...
2022-01-10 Philip ReamesMinor style tweaks following fb93659
2022-01-10 David Goldman[clang][HeaderSearch] Support framework includes in...
2022-01-10 Kazu HirataRevert "[clang] Remove redundant member initialization...
2022-01-10 Bryce Wilson[instcombine] Add align return attributes for operator...
2022-01-10 Bryce Wilson[MemoryBuiltins] Add field for alignment argument ...
2022-01-10 Craig Topper[RISCV] Use FP ABI on some of the FP tests to reduce...
2022-01-10 Simon Pilgrim[ConstantFolding] Clean up Intrinsics::abs undef handling
2022-01-10 Nico WeberRevert "[clangd] Enable expand-auto for decltype(auto)."
2022-01-10 William S.... [MLIR] Generalize select to arithmetic canonicalization
2022-01-10 Kazu Hirata[AMDGPU] Fix an unused variable warning (NFC)
2022-01-10 Philip ReamesAdd test coverage for D116851
2022-01-10 Philip Reames[instcombine] Infer alignment for aligned_alloc with...
2022-01-10 Arthur O'Dwyer[libc++] libcxx/utils: s/preambule/preamble/g. NFC.
2022-01-10 Simon Pilgrim[SemaDecl] Use castAs<> instead of getAs<> to avoid...
2022-01-10 James Y KnightFix unused-variable warnings after d0ee094d6acf72608e92...
2022-01-10 Jeremy Morse[Dexter] Allow DexUnreachable in supplementary .dex...
2022-01-10 Roman Lebedev[NFC] clang-format the whole ScalarEvolutionExpressions.h
2022-01-10 Johannes Doerfert[Attributor][FIX] Ensure "IsExact" is false for non...
2022-01-10 Simon Pilgrim[PGOInstrumentation] populateEHOperandBundle - earlyout...
2022-01-10 Simon Pilgrim[LowerExpectIntrinsic] Use cast<> instead of dyn_cast...
2022-01-10 Pavel Labath[lldb/platform-gdb] Clear cached protocol state upon...
2022-01-10 Nicolas Vasilache[mlir][Bufferize] Fix incorrect bufferization of rank...
2022-01-10 Nikita Popov[Thumb2] Regenerate test checks (NFC)
2022-01-10 Yitzhak Mandelbaum[clang][dataflow] Change `transfer` function to update...
2022-01-10 Matthias Springer[mlir][linalg][bufferize][NFC] Pass missing Bufferizati...
2022-01-10 Nicolas Vasilache[mlir][Linalg] Disable init_tensor elimination by default
2022-01-10 Haojian WuRevert "[AST] Add RParen loc for decltype AutoTypeloc."
2022-01-10 David Sherwood[LoopVectorize] Make VPWidenCanonicalIVRecipe::execute...
2022-01-10 Nuno Lopes[SROA] Switch replacement of dead/UB/unreachable ops...
2022-01-10 Nikita Popov[CodeGen] Avoid some pointer element type accesses
2022-01-10 Louis Dionne[libc++] Refactor the test for join_view's default...
2022-01-10 Serge GueltonUse a sorted array instead of a map to store AttrBuilde...
2022-01-10 Nikita Popov[TypeFinder] Support opaque pointers
2022-01-10 Alex Xu (Hello71)set __NO_MATH_ERRNO__ if -fno-math-errno
2022-01-10 Louis Dionne[libc++] Add missing `return 0` to main() functions...
2022-01-10 Matthias Springer[mlir][linalg][bufferize][NFC] Update comments in Buffe...
2022-01-10 Louis Dionne[libc++] Fix link to bug tracker
2022-01-10 Simon Pilgrim[CostModel][X86] Update ROTL/ROTR vXi8/vXi16 costs...
2022-01-10 Louis Dionne[libc++] Fix the documentation and re-enable documentat...
2022-01-10 Matthias Springer[mlir][linalg][bufferize][NFC] Clean up bufferization...
2022-01-10 Haojian Wu[clangd] Enable expand-auto for decltype(auto).
2022-01-10 Martin Storsjö[llvm-objcopy] Implement the PE-COFF specific --subsyst...
2022-01-10 Tim NorthoverAArch64: don't claim to preserve registers used by...
2022-01-10 Petar AvramovicAMDGPU/GlobalISel: Rework legalization for extract...
2022-01-10 Florian Hahn[SROA] Reduce the number of times a IRBuilder is constr...
2022-01-10 Haojian Wu[AST] Add RParen loc for decltype AutoTypeloc.
2022-01-10 Haojian Wu[AST] Use recovery-expr to preserve incomplete-type...
2022-01-10 Alex Zinenko[mlir] address post-commit review for D116759
2022-01-10 Florian Hahn[SCEVExpander] Only create trunc when needed.
2022-01-10 Jeremy Morse[Dexter] Allow tests to specify command line options
2022-01-10 Mubashar Ahmad[Clang][AArch64][ARM] PMUv3.4 Option Added
2022-01-10 Sam McCall[clangd] Include fixer for missing functions in C
2022-01-10 Alex Zinenko[mlir] Don't inline calls from dead SCCs
2022-01-10 David GreenRevert "[LoopFlatten] Move it to a LoopPassManager"
2022-01-10 Stephan Herhut[mlir][memref] Tighten verification of memref.reinterpr...
2022-01-10 David Sherwood[LoopVectorize] Add support for tail folding using...
2022-01-10 Cullen Rhodes[AArch64][SVE] Fold predicate into compare
2022-01-10 Shraiysh Vaishay[mlir][OpenMP] Change the syntax of omp.atomic.read op
2022-01-10 David Sherwood[NFC] Add tests for splats of illegal integer vector...
2022-01-10 Sam McCall[clangd] Support configuration of inlay hints.
next