platform/upstream/llvm.git
2021-12-15 Fangrui Song[ELF] Make InputFile smaller
2021-12-15 Nico Weber[gn build] (manually) port b45ad7363c30 (LLVM_WITH_Z3)
2021-12-15 Stephen Hines[compiler-rt][AArch64] Add a workaround for Exynos...
2021-12-15 Lang Hames[llvm-jitlink] Update handling of library options.
2021-12-15 Nico Weber[clang] Use usual lit pattern for CLANG_DEFAULT_PIE_ON_...
2021-12-15 Kirill Stoimenov[ASan] Added NO_EXEC_STACK_DIRECTIVE to assembly callba...
2021-12-15 Wenlei He[llvm-profgen] Turn on preinliner by default
2021-12-15 Sindhu ChittireddyAvoid setting tbaa on the store of return type of call...
2021-12-15 LLVM GN Syncbot[gn build] Port 4299d8d0ce42
2021-12-15 Sam McCall[clangd] Cleanup unneeded use of shared_ptr. NFC
2021-12-15 Lang Hames[ORC] Add MaterializationUnit::Interface parameter...
2021-12-15 LLVM GN Syncbot[gn build] Port 3f630cff65fc
2021-12-15 wlei[CSSPGO][llvm-profgen] Fix external address issues...
2021-12-15 wlei[llvm-profgen] Fix to use getUntrackedCallsites outside...
2021-12-15 wlei[CSSPGO][llvm-profgen] Fix external address issues...
2021-12-15 wlei[llvm-profgen] Skip disassembling for PLT section
2021-12-15 Hongtao Yu[CSSPGO] Warn instead of error out for modules that...
2021-12-15 Fangrui Song[gn build] (manually) port 9c7fbc3f9b05b3249468ef6aeaca...
2021-12-15 Fangrui SongReland D114783/D115603 [ELF] Split scanRelocations...
2021-12-15 Fangrui Song[ELF][test] Test unreferenced non-preemptible ifunc
2021-12-15 David BlaikieDebugInfo: Fix test to match comment
2021-12-14 David BlaikieDebugInfo: Sink string form validation down from verifi...
2021-12-14 Lang Hames[ORC] Add early-out to OL_applyQueryPhase1.
2021-12-14 David BlaikieDebugInfo: Migrate callers from getAsCString to dwarf...
2021-12-14 Hongtao Yu[CSSPGO] Use nested context-sensitive profile.
2021-12-14 Fangrui SongRevert D114783 [ELF] Split scanRelocations into scanRel...
2021-12-14 Stephan T.... [NFC] Fix typos in release notes.
2021-12-14 Konstantin... [libc++][ranges] Implement ranges::uninitialized_defaul...
2021-12-14 Jon Chesterfield[amdgpu] Drop lowering of LDS used by global variables
2021-12-14 Louis Dionne[libc++] Allow detecting whether the executor supports...
2021-12-14 Thomas Raoux[mlir][linalg] Break up linalg vectorization pre-condition
2021-12-14 Michał Górny[lldb] Introduce a FreeBSDKernel plugin for vmcores
2021-12-14 Stella Stamenova[lldb] Update the PDB tests to pass with the VS2019...
2021-12-14 Sanjay Patel[InstCombine] fold mask-with-signbit-splat to icmp...
2021-12-14 Lei Zhang[mlir][spirv] Support size-1 vector/tensor constant...
2021-12-14 Mehrnoosh Heidarpour[InstSimplify] Add tests for logic AND; NFC
2021-12-14 Mingming Liu[LTO] Ignore unreachable virtual functions in WPD in...
2021-12-14 Luís Ferreira[lldb][NFC] Fix documentation for EncodingDataType
2021-12-14 Krzysztof Drewniak[MLIR][GPU] Make max flat work group size for ROCDL...
2021-12-14 Jonas Devlieghere[lldb] Check if language is supported before creating...
2021-12-14 Michael Benfield[clang] diagnose_as_builtin attribute for Fortify diagn...
2021-12-14 Sanjay Patel[PhaseOrdering] add tests for vector select; NFC
2021-12-14 Luís Ferreira[lldb][NFC] Format lldb/include/lldb/Symbol/Type.h
2021-12-14 Muiez AhmedRevert "[z/OS] Implement prologue and epilogue generati...
2021-12-14 LLVM GN Syncbot[gn build] Port 4e94cba5b4e4
2021-12-14 Nico Weber[gn build] Reformat all build files
2021-12-14 Nico Weber[gn build] (manually) port f0ca8d2461a7f3c8 (debuginfod...
2021-12-14 Alexander Belyaev[mlir] Add a missing pattern to bufferize tensor.rank.
2021-12-14 Simon Pilgrim[X86] Adjust some IceLake integer shuffle schedule...
2021-12-14 Craig Topper[RISCV] Add isel support for scalar STRICT_FADD/FSUB...
2021-12-14 Nico Weber[gn build] (manually) port 1042de9058 to lit.site.cfg...
2021-12-14 Kazu Hirata[AArch64] Revise a warning fix
2021-12-14 Fangrui Song[ELF] -Map: Print symbols which needs canonical PLT...
2021-12-14 Mehdi AminiRevert "Only define LLVM_EXTERNAL_VISIBILITY when build...
2021-12-14 Henry Linjamäki[HIPSPV][2/4] Add HIPSPV tool chain
2021-12-14 Michael Spencer[Clang][ScanDeps] Use the virtual path for module maps
2021-12-14 Fangrui Song[gn] Use CLANG_DEFAULT_PIE_ON_LINUX=
2021-12-14 Craig Topper[RISCV] Use AdjustInstrPostInstrSelection to insert...
2021-12-14 Fangrui Song[Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate...
2021-12-14 Noah Shutty[llvm] [Debuginfo] Add llvm-debuginfod-find tool and...
2021-12-14 Ben LangmuirOnly define LLVM_EXTERNAL_VISIBILITY when building...
2021-12-14 Craig Topper[RISCV] Add mayRaiseFPException to RISCV scalar FP...
2021-12-14 Fangrui Song[ELF] Remove needsPltAddr in favor of needsCopy
2021-12-14 Craig Topper[RISCV] Add a table for extension implications.
2021-12-14 Ellis Hoag[DebugInfo][dsymutil] Keep locations for function-local...
2021-12-14 Kirill Stoimenov[gn build] Reland 5082c330138: (semimanually) port...
2021-12-14 Michał GórnyRevert "[lldb] Introduce a FreeBSDKernel plugin for...
2021-12-14 Craig Topper[RISCV] Convert (splat_vector (load)) to vlse with...
2021-12-14 Michał Górny[lldb] Introduce a FreeBSDKernel plugin for vmcores
2021-12-14 Alexander BatashevDisable issue labeler in LLVM forks
2021-12-14 Zaara Syeda[LoopUnroll] Disable loop unroll when user explicitly...
2021-12-14 Philip ReamesAdd FMF to hasPoisonGeneratingFlags/dropPoisonGeneratin...
2021-12-14 Jing Bao[WebAssembly] Custom optimization for truncate
2021-12-14 Mark de Wever[libc++] Remove C++ version guards in the dylib.
2021-12-14 Aart Bik[mlir][sparse] fixed typos
2021-12-14 Aart Bik[mlir][sparse] speed up sparse tensor file I/O by more...
2021-12-14 Sanjay Patel[InstCombine] prevent infinite looping from opposing...
2021-12-14 Sanjay Patel[InstCombine] regenerate test checks; NFC
2021-12-14 Sanjay Patel[InstCombine] convert static function to internal class...
2021-12-14 Mircea Trofin[benchmark] Delete BUILD files
2021-12-14 Louis Dionne[libc++] Fix wrongly non-inline basic_string::shrink_to_fit
2021-12-14 Alexandros... [AArch64] Convert sra(X, elt_size(X)-1) to cmlt(X, 0)
2021-12-14 Pavel Labath[lldb/python] Plug SBStructuredData leaks
2021-12-14 Matt Devereau[AArch64][SVE] Instcombine SDIV to ASRD
2021-12-14 Kirill Stoimenov[ASan] Shared optimized callbacks implementation.
2021-12-14 Zaara SyedaTest commit
2021-12-14 Simon Pilgrim[X86] combineOr - don't demand operand elements if...
2021-12-14 Simon Pilgrim[X86] combineOr - pull out repeated SDLoc(). NFCI.
2021-12-14 Alexey Bataev[SLP][NFC]Update test checks, NFC.
2021-12-14 Jay Foad[AMDGPU] Regenerate checks in high-bits-zeroed-16-bit...
2021-12-14 Matt Devereau[AArch64][SVE] Replace mask pointers in fixed-length...
2021-12-14 mydeveloperday[clang-format] add support for cppm files
2021-12-14 mydeveloperday[clang-format] FixNamespaceComments does not understand...
2021-12-14 Florian HahnRevert "[MemoryLocation] Handle memset_pattern{4,8...
2021-12-14 Nikita Popov[InlineAdvisor] Add option to control deferred inlining...
2021-12-14 Fraser Cormack[LangRef] Remove incorrect vector alignment rules
2021-12-14 Nikolas Klauser[libc++] Make __swap_allocator constexpr
2021-12-14 Florian Hahn[MemoryLocation] Handle memset_pattern{4,8,16} in getFo...
2021-12-14 Nikolas Klauser[libc++] Make __compressed_pair fully constexpr
2021-12-14 Simon Atanasyan[llvm-objcopy] Fix handling of MIPS64 little endian...
next