platform/upstream/llvm.git
2022-03-12 Jan Svoboda[clang][deps] Remove '-fmodules-cache-path=' arguments
2022-03-12 Jan Svoboda[clang][deps] Generate '-fmodule-file=' only for direct...
2022-03-12 Jan Svoboda[clang][deps] Disable implicit module maps
2022-03-12 Johannes Doerfert[Attributor] Remove capture tracker usage and follow...
2022-03-12 Johannes Doerfert[CaptureTracking][NFCI] Expose capture tracking logic
2022-03-12 Fangrui Song[lsan] ppc64: dynamically pick address range for allocator
2022-03-12 Fangrui Song[MC] Fix letter case of some MCSection member functions
2022-03-12 Johannes Doerfert[Attributor] Avoid replacing return operands twice
2022-03-12 Fangrui Song[MC] Destroy WasmAllocator in MCContext::reset
2022-03-12 Craig Topper[RISCV] Move GORCIW/GREVIW formation to isel patterns.
2022-03-12 Craig Topper[RISCV] Add test cases that show that we're too aggress...
2022-03-12 LLVM GN Syncbot[gn build] Port ee0f8c401030
2022-03-12 Nikolas Klauser[libc++][ranges] Implement ranges::find{, _if, _if_not}
2022-03-12 Johannes Doerfert[Attributor][FIX] Make sure to not ignore non-load...
2022-03-12 Jacques Pienaar[mlir] Update function referenced in comment (NFC)
2022-03-12 Khem Raj[builtins] Do not force thumb mode directive in arm...
2022-03-12 LLVM GN Syncbot[gn build] Port b1b4b6f36695
2022-03-12 Kazushi (Jam... [Clang][VE] Add vector load intrinsics
2022-03-12 Shubham Sandeep... Rename EHFrameSplitter to DWARFRecordSectionSplitter
2022-03-11 Petr Hosek[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLE
2022-03-11 Jon Chesterfield[nfc][openmp] Swap arguments to remove noise from upcom...
2022-03-11 Anna Thomas[InlineCost] Add cl::opt for target attributes compatib...
2022-03-11 Julian Lettner[NFC] Improve comment and rename test file
2022-03-11 Johannes Doerfert[Attributor] Allow not to default initialize AAs for...
2022-03-11 Johannes Doerfert[Attributor] Cleanup manifest and liveness for CGSCC...
2022-03-11 Fangrui Song[MC][test] Improve compression.s
2022-03-11 owenca[clang-format][NFC] Group QualifierAlignment with other...
2022-03-11 Richard[clang-tidy] Refactor: Prefer single quoted strings...
2022-03-11 Fangrui Song[MC] Remove unneeded zlib opt-out for .debug_frame
2022-03-11 Dave Lee[lldb] Removed scoped timer from ReadMemoryFromFileCache
2022-03-11 Dave Lee[lldb] Move FindTypes scoped timer to SymbolFileDWARFDe...
2022-03-11 Jonas Devlieghere[lldb] Include lldb/Host/HostInfo.h in ProcessWindows.cpp
2022-03-11 Stanislav Mekhanoshin[AMDGPU] Support v_mov_b64 in dpp combine
2022-03-11 Stanislav Mekhanoshin[AMDGPU] gfx940 MUBUF format changes
2022-03-11 Jonas Devlieghere[lldb] Fix typo in ProcessWindows.h
2022-03-11 Ivan Butygin[mlir][spirv] Make EntryPointABIAttr.local_size optional
2022-03-11 Fangrui Song[CommandLine] Remove `may only occur zero or one times...
2022-03-11 Jonas Devlieghere[lldb] Add a getter for the process' system architecture
2022-03-11 Jez Ng[lld-macho] Don't allocate memory in parallelForEach
2022-03-11 Ivan Butygin[mlir][memref] memref.reinterpret_cast folding
2022-03-11 Benjamin Kramer[LoopUnswitch] Use SmallPtrSet instead of std::set...
2022-03-11 Florian Hahn[VPlan] Implement VPCanonicalIVPHIRecipe::onlyFirstLane...
2022-03-11 Craig Topper[RISCV] Optimize vfmv.s.f intrinsic with scalar 0.0...
2022-03-11 Jean Perier[flang][NFC] rename IsKindParameterizedDerivedType...
2022-03-11 Greg ClaytonReturn an error when dsymutil might produce an invalid...
2022-03-11 Valentin Clement[flang] Add tests for allocatable global
2022-03-11 Valentin Clement[flang] Lower of elemental calls in array expression
2022-03-11 Akira Hatanaka[NFC][Clang][OpaquePtr] Remove calls to Address::deprec...
2022-03-11 Jonas Devlieghere[lldb] Don't overwrite the host arch with the process...
2022-03-11 Kirill Stoimenov[ASan] Export optimized callbacks.
2022-03-11 Simon Pilgrim[X86] Add PR38960 comineqss test case
2022-03-11 Nikita Popov[Bitcode] Don't confuse type attributes on declaration...
2022-03-11 Nikita Popov[AsmParser] Check forward reference type with opaque...
2022-03-11 Andrzej Warzynski[flang] Fix DYLIB builds
2022-03-11 Johannes Doerfert[Attributor][FIX] Avoid double free (and useless state...
2022-03-11 Bixia Zheng[mlir][sparse][taco] Add a few unary operations.
2022-03-11 David Truby[clang][SVE] Add aarch64-registered-target to sve vecto...
2022-03-11 Johannes Doerfert[Attributor][FIX] Remove memory leak
2022-03-11 Nikita Popov[Bitcode] Clarify that extractvalue/insertvalue constex...
2022-03-11 David Truby[clang][SVE] Add support for arithmetic operators on...
2022-03-11 Nikita Popov[Bitcode] Enumerate constexpr GEP source element type...
2022-03-11 Balazs Benics[analyzer] Fix include typo introduced by e61a1a9
2022-03-11 Nikita Popov[Bitcode] Encode alloca address space
2022-03-11 serge-sans... Conditional include of missing headers under Z3
2022-03-11 serge-sans... Conditional include of Twine.h under Z3
2022-03-11 Benjamin Kramer[BFI] Use SmallPtrSets. NFCI.
2022-03-11 Louis Dionne[libc++] Remove workaround for missing declarations...
2022-03-11 Louis Dionne[libc++] Remove workaround for C11 features on compiler...
2022-03-11 Louis Dionne[libc++] Remove raw call to debug handler from __char_t...
2022-03-11 Nikita Popov[Verifier] Check type of swifterror alloca
2022-03-11 Florian Hahn[VPlan] Helper to check if a recipe uses scalar values...
2022-03-11 Nikita Popov[ConstantFold] Fix scalable shufflevector fold with...
2022-03-11 Nikita Popov[FuzzMutate] Support scalable shufflevector
2022-03-11 Nikita Popov[IRMutator] Handle module with only declarations
2022-03-11 Nikita Popov[ConstFold] Don't fold calls with mismatching function...
2022-03-11 Tue Ly[libc] Implement expf function that is correctly rounde...
2022-03-11 Marek Kurdej[clang-format] Refactor condition in AnnotatingParser...
2022-03-11 Florian Hahn[FunctionAttrs] Rename addReadAttrs -> addMemoryAttrs.
2022-03-11 Andrzej Warzynski[flang] Remove deprecated fields from FIROps.td
2022-03-11 Matt Devereau[AArch64][SVE][Clang] Fix crash for incorrect svptrue...
2022-03-11 Nikita Popov[Bitcode] Check for type mismatch when assigning value
2022-03-11 serge-sans... Cleanup include: TableGen
2022-03-11 Nikita Popov[Bitcode] Delete phi node on error
2022-03-11 Nikita Popov[Bitcode] Improve some error messages
2022-03-11 Florian Hahn[AArch64] Improve costs for some conversions to fp16.
2022-03-11 Pavel Labath[ADT] Make BitmaskEnum operations constant expressions
2022-03-11 David Sherwood[AArch64][SVE] Change the asserts in LowerToPredicatedO...
2022-03-11 Nikita Popov[InstSimplify] Handle vector GEP when simplifying zero...
2022-03-11 Nikita Popov[Bitcode] Delete instruction on error
2022-03-11 Yun Long[MLIR][python binding] Add OpaqueAttribute to python...
2022-03-11 Vassil Vassilev[clang-repl] Add an accessor to our underlying executio...
2022-03-11 Nikita Popov[Bitcode] Report error for missing element type for...
2022-03-11 Dmitry VassilievFixed a roll-over on size_t in getNewUninitMemBuffer()
2022-03-11 Nikita Popov[docs] Update opaque pointers transition state (NFC)
2022-03-11 Nikita Popov[llvm-c] Document that LLVMGetElementType on pointers...
2022-03-11 Jean Perier[flang] Do not return true for pointer sub-object in...
2022-03-11 Nikita Popov[AMDGPUPromoteAlloca] Make compatible with opaque pointers
2022-03-11 Yevgeny Rouban[CommandLine] Keep option default value unset if no...
2022-03-11 Peixin-Qiao[flang] Fix processing ModuleLikeUnit evaluationList
2022-03-11 Craig Topper[RISCV] Add tablegen helper classes to create PatFrag...
next