platform/upstream/llvm.git
2021-08-30 “bhkumarn”[DebugInfo] Emit DW_TAG_namelist and DW_TAG_namelist_item
2021-08-30 Diana Picus[flang] Add runtime interface for GET_COMMAND_ARGUMENT
2021-08-30 Diana Picus[flang] Add runtime interface for COMMAND_ARGUMENT_COUNT
2021-08-30 Florian Hahn[VPlan] Introduce code to limit querying VPValues using...
2021-08-30 Shivam Gupta[docs] Add a new tutorial that talk about how to make...
2021-08-30 Jean Perier[flang] Apply double precision KindCode in specific...
2021-08-30 Wang, Pengfei[X86] AVX512FP16 instructions enabling 6/6
2021-08-30 Chris Lattner[SymbolRefAttr] Revise SymbolRefAttr to hold a StringAttr.
2021-08-30 Siva Chandra... [libc] Ensure the result of the clone syscall is not...
2021-08-30 Qiu Chaofan[PowerPC] Set branch/call instructions as no hasSideEffects
2021-08-30 Siva Chandra... [libc][NFC] Add a check to catch mismatch in internal...
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-30 Xiang1 ZhangRevert "[X86] Support __SSC_MARK(const int id)"
2021-08-30 Matthias Springer[mlir][SCF] Canonicalize dim(x) where x is an iter_arg
2021-08-30 Steven Wan[AIX] "aligned" attribute does not decrease alignment
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-30 Xiang1 ZhangRevert "[X86] Support __SSC_MARK(const int id)"
2021-08-30 Matthias Springer[mlir][Analysis] Add batched version of FlatAffineConst...
2021-08-30 Xiang1 Zhang[X86] Support __SSC_MARK(const int id)
2021-08-29 Arthur Eubanks[InstCombine] Remove invariant group intrinsincs when...
2021-08-29 owenca[clang-format] Add PackConstructorInitializers backward...
2021-08-29 Fangrui Song[ELF] Simplify addGotEntry. NFC
2021-08-29 Fangrui Song[ELF] Untangle TLS IE and regular GOT from addGotEntry...
2021-08-29 Fangrui Song[ELF] Move handleTlsRelocations. NFC
2021-08-29 Nikita Popov[SCEVExpander] Reuse removePointerBase() for canonical...
2021-08-29 Fangrui Song[ELF] Remove unused processRelocAux argument. NFC
2021-08-29 Nikita Popov[SCEVExpander] Remove unnecessary mul/udiv check (NFC)
2021-08-29 Nikita Popov[SCEVExpander] Assert single pointer op in add (NFC)
2021-08-29 Nikita Popov[SCEV] Assert unique pointer base (NFC)
2021-08-29 Vince Bridgers[X86] Remove X86LowerAMXType::getRowFromCol from X86Low...
2021-08-29 Kazu Hirata[Support] Remove redundant calls to str() and c_str...
2021-08-29 Lei Zhang[mlir][spirv] Use type dyn_cast when scanning spv.Globa...
2021-08-29 Sylvestre Ledrutest-release.sh: remove an unused reference to the...
2021-08-29 Roman Podoliaka[lldb] Allow to register frame recognizers applied...
2021-08-29 Nikita Popov[NewPM] Add missing LTO ArgPromotion pass
2021-08-29 Yonghong Song[BPF] support btf_tag attribute in .BTF section
2021-08-29 Michael Kruse[Polly][test] Add dependency to count.
2021-08-29 Michael Kruse[Polly] Fix dumpfunction.ll test.
2021-08-28 Steven WanTypeInfo records more information about align requirement
2021-08-28 Shilei Tian[OpenMP][NVPTX] Fixed missing variables for CUDA free...
2021-08-28 Michael Kruse[Polly] Don't prune non-external function itself from...
2021-08-28 David Carlier[Sanitizers] PGO implements enable/disable SIGKILL...
2021-08-28 Fangrui Song[Linker] Replace comdat based bool LinkFromSrc with...
2021-08-28 Nikita Popov[llc] Initialize context for parsing options
2021-08-28 Shilei Tian[OpenMP][Offloading] Add support for event related...
2021-08-28 Fangrui Song[test] Reorganize test/Linker/comdat*.ll
2021-08-28 Aart Bik[mlir] add missing include, fix broken build
2021-08-28 George Rokos[libomptarget][NFC] Fixed tests which checked for obsol...
2021-08-28 Markus Böck[mlir][NFC] Fully qualify default value of Attributes...
2021-08-28 Kazu Hirata[llvm] Fix typos in documentation (NFC)
2021-08-28 Kazu Hirata[Analysis] Fix a "set but not used" warning
2021-08-28 Nikita Popov[WebAssembly] Fix FastISel of condition in different...
2021-08-28 Uday Bondhugula[MLIR][GPU] Drop mgpuMemHostRegisterMemRef's dependence...
2021-08-28 luxufan[JITLink][RISCV] Support GOT/PLT relocations
2021-08-28 Nico Weber[lld/mac] Don't assert on -dead_strip + arm64 range...
2021-08-28 Ben Barham[Modules] Change result of reading AST block to llvm...
2021-08-28 Mehdi AminiRemove `const` from `const T &&` in debugString() helpe...
2021-08-28 Mehdi AminiUse a universal reference (&& instead of const &) for...
2021-08-28 David BlaikieTypePrinter:printTo remove redundant parameter (IsPack...
2021-08-28 Mehdi AminiSpecify argument to be `const` for `debugString()`...
2021-08-27 David Carlier[Sanitizers] wordexp interceptor build fix on FreeBSD.
2021-08-27 Michael Jones[compiler-rt][obvious] fix typo, delete paren
2021-08-27 Michael Jones[compiler-rt] fix real strlens that were missed
2021-08-27 Nick Desaulniers[MipsISelLowering] avoid emitting libcalls to __mulodi4()
2021-08-27 Nick Desaulniers[ARMISelLowering] avoid emitting libcalls to __mulodi4()
2021-08-27 Aart Bik[mlir][sparse] fully implement sparse tensor to sparse...
2021-08-27 Andrew Litteken[IRSim][IROutliner] Canonicalizing commutative value...
2021-08-27 owenca[clang-format] Fix AllowAllConstructorInitializersOnNex...
2021-08-27 Johannes Doerfert[Attributor][NFC] Silence unused variable warning
2021-08-27 Nikita Popov[MergeICmps] Ignore clobbering instructions before...
2021-08-27 owenca[clang-format] [NFC] Fix the coding style of unit tests...
2021-08-27 Philip Reames[LoopDeletion] Use max trip count to break backedge...
2021-08-27 Pirama Arumuga... [lld/test/ELF] Test fetch from archive to resolve undef...
2021-08-27 Roland McGrath[libc][NFC] Fix onre more -Wconversion warning in strto...
2021-08-27 Roland McGrath[libc] Fix various -Wconversion warnings in strto*l...
2021-08-27 Evgenii StepanovSupport LLVM_ENABLE_PER_TARGET_RUNTIME_DIR in the sanit...
2021-08-27 Arthur Eubanks[test] Precommit test for D108837
2021-08-27 Valentin Churavy[MergeICmps] Don't merge icmps derived from pointers...
2021-08-27 Zequan Wu[Profile] Support __llvm_profile_set_file_object in...
2021-08-27 Akira HatanakaUse std::less instead of operator < in less_first and...
2021-08-27 Craig Topper[RISCV] Use ~0ULL instead of ~0U when checking for...
2021-08-27 Michał Górny[llvm] [lit] Support forcing lexical test order
2021-08-27 Arthur Eubanks[test] More test precommits for D108734
2021-08-27 Haowei Wu[ifs] Add option to hide undefined symbols
2021-08-27 mydeveloperday[clang-format] [PR51640] - New AfterEnum brace wrapping...
2021-08-27 Johannes Doerfert[OpenMP][FIX] Allow declare variant to work with refere...
2021-08-27 Johannes Doerfert[Attributor][FIX] Recursion via memory needs to be...
2021-08-27 Johannes Doerfert[Attributor][FIX] Do not treat byval args as local...
2021-08-27 Jason LiuFix assertion when passing function into inline asm...
2021-08-27 LLVM GN Syncbot[gn build] Port 54e8cae56529
2021-08-27 Philip ReamesSpecial case common branch patterns in breakLoopBackedg...
2021-08-27 Roman Lebedev[Codegen][X86] EltsFromConsecutiveLoads(): if only...
2021-08-27 Philipp Krones[MC][RISCV] Add RISCV MCObjectFileInfo
2021-08-27 Craig Topper[RISCV] Add -riscv-v-fixed-length-vector-elen-max to...
2021-08-27 Sizhe Zhao[libcxx] Use GetSystemTimePreciseAsFileTime() if available
2021-08-27 Philip Reames[test] exercise breakLoopBackedge with a switch latch...
2021-08-27 LLVM GN Syncbot[gn build] Port c8b14c03ec74
2021-08-27 Louis Dionne[libc++][NFC] Fix include guard for decay_copy.h and...
2021-08-27 Louis Dionne[libc++][NFC] Remove useless _LIBCPP_PUSH_MACROS
2021-08-27 Walter Erquinigo[trace] [intel pt] Create a "process trace save" command
next