platform/upstream/llvm.git
2022-07-23 Kazu HirataConvert for_each to range-based for loops (NFC)
2022-07-23 Kazu Hirata[Analysis] Remove a redundant return statement (NFC)
2022-07-23 Fangrui Song[AMDGPU] Change DEBUG_TYPE from isel to amdgpu-isel
2022-07-23 Kazu Hirata[TableGen] Drop an unnecessary const from a return...
2022-07-23 Kazu Hirata[ADT] Use default member initialization (NFC)
2022-07-23 Peter Klausler[flang] Correct IsHostAssociated() to be true for BLOCK...
2022-07-23 Simon Pilgrim[DAG] isSplatValue - don't attempt to merge any BITCAST...
2022-07-23 Simon Pilgrim[X86] Add test case for Issue #56520
2022-07-23 Peter Klausler[flang] Clean up bogus semantic error on procedure...
2022-07-23 Jez Ng[lld-macho][nfc] Reduce nesting of code added in D130125
2022-07-23 Peter Klausler[flang] Don't fold zero-length substring references
2022-07-23 Nico WeberRevert "[NFC] Improve FileSpec internal APIs and usage...
2022-07-23 Peter Klausler[flang] Fix name of dummy argument to intrinsic NEW_LIN...
2022-07-23 John EricsonFix one stray `{LLVM -> CLANG}_TOOLS_INSTALL_DIR`
2022-07-23 Kazu HirataUse static_assert instead of assert (NFC)
2022-07-23 Jez Ng[lld-macho] Fold __objc_imageinfo sections
2022-07-23 Simon Pilgrim[X86] matchBinaryShuffle - limit SHUFFLE(X,Y) -> OR...
2022-07-23 Jez Ng[lld-macho] Fix segfault when handling LTO + object...
2022-07-23 Dmitry Vassiliev[IR] Fixed ambiguous call to llvm::report_fatal_error
2022-07-23 Dmitri GribenkoUse llvm::sort instead of std::sort where possible
2022-07-23 Corentin Jabot[Clang] Update the status of N2393 in c_status.html
2022-07-23 Dmitri GribenkoUse the range-based overload of llvm::sort where possible
2022-07-23 Simon Pilgrim[DAG] Move OR(AND(X,C1),AND(OR(X,Y),C2)) -> OR(AND...
2022-07-23 Corentin Jabot[Clang] Adjust extension warnings for #warning
2022-07-23 Corentin Jabot[Clang] Add support for Unicode identifiers (UAX31...
2022-07-23 Benjamin Kramer[bazel] Add missing dependencies after 535b507ba58e8b5f...
2022-07-23 Simon Pilgrim[DAG] SimplifyDemandedBits - pull out repeated getValue...
2022-07-23 Simon Pilgrim[DAG] ExpandIntRes_ADDSUB - create UADDO/USUBO instead...
2022-07-23 Dimitrije Milosevic[MIPS][compiler-rt] Fix stat struct's size for O32 ABI
2022-07-23 Simon Pilgrim[DAG] computeKnownBits - add basic shift-by-parts handling
2022-07-23 Kazu HirataUse callables directly in any_of, count_if, etc (NFC)
2022-07-23 Peixin Qiao[flang] Support aint/anint for 80/128 bit in lowering
2022-07-23 Kazu Hirata[mlir] Use value instead of getValue (NFC)
2022-07-23 Kazu HirataUse has_value instead of hasValue (NFC)
2022-07-23 Jun Zhang[NFC] Move function definition to cpp file
2022-07-23 Johannes Doerfert[Attributor][FIX] HasBeenWrittenTo logic should only...
2022-07-23 Peter Klausler[flang] Fold calls to ISHFTC()
2022-07-23 Kazu Hirata[flang] Fix a warning
2022-07-23 Ivan Trofimov[libasan] Remove 4Mb stack limit for swapcontext unpois...
2022-07-23 Peter Klausler[flang] Correct folding of TRANSFER(integer, character...
2022-07-23 Fangrui Song[Driver] Error for -gsplit-dwarf with RISC-V linker...
2022-07-22 Peter Klausler[flang] Fix parsing and semantics for array element...
2022-07-22 Ilya Leoshkevich[Lit] Pass through DFLTCC from the surrounding environment
2022-07-22 Dmitri Gribenko[clang][dataflow] Add DataflowEnvironment::dump()
2022-07-22 Volodymyr SapsaiMove "clang/Basic/TokenKinds.h" into a separate top...
2022-07-22 Peter Klausler[flang] Admit trailing blanks when checking I/O specifiers
2022-07-22 Dmitri Gribenko[clang][dataflow] Expose stringification functions...
2022-07-22 Ryan Prichard[libc++][test] Fix infinite loop when mkstemp fails
2022-07-22 Dmitri Gribenko[clang][dataflow] ArrayRef'ize debugString()
2022-07-22 Augusto Noronha[lldb] Remote accidental logs left in TestGuiExpandThre...
2022-07-22 Augusto Noronha[lldb] Disable TestGuiExpandThreadsTree
2022-07-22 Peter Klausler[flang] Fold SET_EXPONENT() and FRACTION()
2022-07-22 Med Ismail... Revert "[lldb/Fuzzer] Add fuzzer for expression evaluator"
2022-07-22 ARCHIT SAXENAAdd a nop instruction if a section starts with landing...
2022-07-22 Alexander Shaposhnikov[InstCombine] Improve folding of mul + icmp
2022-07-22 Fangrui Song[Driver] Report -Wunused-command-line-argument for...
2022-07-22 Fangrui Song[Driver][SystemZ] Simplify -mtune
2022-07-22 Fangrui Song[Driver][RISCV] Simplify -mtune
2022-07-22 Fangrui Song[Driver][test] Clean up and improve some -mtune tests
2022-07-22 Chelsea Cassanova[lldb/Fuzzer] Add fuzzer for expression evaluator
2022-07-22 Fangrui Song[Driver][AArch64] Simplify -mtune
2022-07-22 Kjetil Kjeka[NVPTX] Promote i24, i40, i48 and i56 to next power...
2022-07-22 Artem BelevichChanged EOL to UNIX. NFC.
2022-07-22 Greg ClaytonCache the value for absolute path in FileSpec.
2022-07-22 Greg ClaytonFix buildbot breakage after https://reviews.llvm.org...
2022-07-22 Nikolas Klauser[runtimes] Add pstl to the list of default runtimes...
2022-07-22 rkayaith[mlir][python] Fix issue in diagnostic note initialization
2022-07-22 Vitaly Buka[asan] Reset stack bounds of context
2022-07-22 Nuno LopesRevert "[NFC] Add some additional features to MultiLeve...
2022-07-22 Shangwu Yao[CUDA/SPIR-V] Force passing aggregate type byval
2022-07-22 Julian Lettner[Sanitizer][Darwin] Factor out code for GCD worker...
2022-07-22 Greg ClaytonFix buildbot breakage after https://reviews.llvm.org...
2022-07-22 Erich Keane[NFC] Add some additional features to MultiLevelTemplat...
2022-07-22 Shilei Tian[OpenMP][Offloading] Enlarge the work size of `wtime...
2022-07-22 Alexander YermolovichRevert "[DWP][DWARF] Detect and error on debug info...
2022-07-22 Sanjay PatelRevert "[InstCombine] enhance fold for subtract-from...
2022-07-22 Erich Keane[NFC] give getParentFunctionOrMethod a 'Lexical' parameter
2022-07-22 Erich Keane[NFC] Start saving InstantiatedFromDecl in non-template...
2022-07-22 Aaron BallmanStrengthen -Wint-conversion to default to an error
2022-07-22 Philip Reames[LV] Use early return to simplify code structure
2022-07-22 Alex Brachet[CMake] Stop zstd find_package warnings
2022-07-22 Fangrui Song[ELF] Internalize isBitcode. NFC
2022-07-22 Fangrui Song[ELF] --fortran-common: remove unneeded identify_magic...
2022-07-22 Arnold Schwaighoferllvm.swift.async.context.addr cannot be modeled as...
2022-07-22 Joel E. Denny[Libomptarget] Don't report lack of CUDA devices
2022-07-22 Sanjay Patel[PhaseOrdering] add test for loop-idiom-recognize ...
2022-07-22 Huan Nguyen[BOLT] Handle broken .dynsym in stripped binaries
2022-07-22 Shilei Tian[OpenMP] Fix test error introduced in D130179
2022-07-22 zhijian[AIX][NFC] modify the llvm-ar help information for...
2022-07-22 Shilei Tian[OpenMP][DeviceRTL] Fix the issue that multiple calls...
2022-07-22 zr33[BOLT][DWARF] Fix bolt/test/X86/shared-abbrev.s
2022-07-22 Alexander Yermolovich[DWP][DWARF] Detect and error on debug info offset...
2022-07-22 Sergei Barannikov[clang][CodeGen] Only include ABIInfo.h where required...
2022-07-22 Paul Kirth[clang-doc] Add check for pointer validity
2022-07-22 Michael Jones[libc][nfc] move printf inf/nan to separate function
2022-07-22 Christopher... [mlir][Arithmetic] Add `arith.delinearize_index` operation
2022-07-22 Thomas Raoux[mlir][vector] NFC change to improve doc of vector...
2022-07-22 Greg Clayton[NFC] Improve FileSpec internal APIs and usage in prepa...
2022-07-22 Thomas Raoux[mlir][vector] Extend transfer_write to read propagation
2022-07-22 Alex Brachet[llvm-driver] Fix build after 07b749800
next