platform/upstream/llvm.git
2021-04-30 Christopher... [libcxx][iterator][ranges] adds `input_iterator` and...
2021-04-30 Dávid Bolvanský[X86] Promote 16-bit CTTZ_ZERO_UNDEF to 32-bit variant
2021-04-30 Arthur O'Dwyer[libc++] [test] Add a debug-mode CI.
2021-04-30 Arthur O'Dwyer[libc++] Remove the line of stdout output from this...
2021-04-30 Jon RoelofsRevert "[EarlyIfConversion] Avoid producing selects...
2021-04-30 Amara Emerson[AArch64][GlobalISel] Use a single MachineIRBuilder...
2021-04-30 Jon Roelofs[EarlyIfConversion] Avoid producing selects with identi...
2021-04-30 Jez Ng[llvm-readobj] Recognize N_THUMB_DEF as a symbol flag
2021-04-30 Gulfem Savrun... [NewPM] Disable RelLookupTableConverter pass in LTO
2021-04-30 Jay Foad[AMDGPU] Remove set_gpr_idx instructions in conditional...
2021-04-30 Nikita Popov[ValueTracking] Slightly clean up programUndefinedIfUnd...
2021-04-30 Nikita Popov[ValueTracking] Limit scan when checking poison UB...
2021-04-30 Dmitry Vyukovasan: fix a windows test
2021-04-30 Justin BognerAdd support for llvm.assume intrinsic to the LoadStoreV...
2021-04-30 Vitaly Buka[tsan] Remove special SyncClock::kInvalidTid
2021-04-30 Joel E. Denny[OpenMP] Fix second debug name from map clause
2021-04-30 LLVM GN Syncbot[gn build] Port 2d28100bf2e4
2021-04-30 Jez Ng[lld-macho] Parse & emit the N_ARM_THUMB_DEF symbol...
2021-04-30 Jez Ng[lld-macho] Initial scaffolding for ARM32 support
2021-04-30 Louis Dionne[libc++] Fix constexpr-ness of std::tuple's constructor
2021-04-30 Daniil Fukalov[TTI] NFC: Change getTypeLegalizationCost to return...
2021-04-30 Dávid Bolvanský[InstCombine] Added tests for PR50172, NFC
2021-04-30 Guozhi Wei[MachineFunction] Make comment for TracksLiveness more...
2021-04-30 Arthur Eubanks[llvm-reduce] Don't unset dso_local on implicitly dso_l...
2021-04-30 Vitaly Buka[NFC][tsan] Fix cast after D101428
2021-04-30 Arthur Eubanks[llvm-reduce] Add flag to only run specific passes
2021-04-30 Arthur O'Dwyer[libc++] [test] Recommit the unsetting of LC_COLLATE...
2021-04-30 Konstantin... Revert "AMDGPU/llvm-readobj: Add missing tests for...
2021-04-30 Petr Hosek[libcxx] Use joined format for include flag on Windows
2021-04-30 Nick Desaulniers[llvm-objdump] add -v alias for --version
2021-04-30 Nick Desaulniers[M68k] fix -Wdefaulted-function-deleted and -Woverloade...
2021-04-30 Scott Linder[ADT] Add llvm::remove_cvref and llvm::remove_cvref_t
2021-04-30 Louis Dionne[libc++] Revert the change that runs clang-format and...
2021-04-30 Duncan P. N... Support: Stop using F_{None,Text,Append} compatibility...
2021-04-30 Ahmed TaeiAdd patterns to lower vector.multi_reduction into a...
2021-04-30 Eli Friedman[AArch64] Fix lowering for fshl/fshr with SVE types.
2021-04-30 Michael Kruse[OpenMP][CMake] Use in-project clang as CUDA->IR compiler.
2021-04-30 LLVM GN Syncbot[gn build] Port c6f20d70a8c9
2021-04-30 Scott Linder[ADT] Add STLForwardCompat.h and llvm::disjunction
2021-04-30 Scott Linder[NFC] Refactor ExecuteAssembler in cc1as_main.cpp
2021-04-30 LLVM GN Syncbot[gn build] Port 7c17731596e9
2021-04-30 LLVM GN Syncbot[gn build] Port 5a3309f82576
2021-04-30 Christopher... [libcxx][ranges] adds `ranges::range`, `ranges::common_...
2021-04-30 Christopher... [libcxx][ranges] adds `range` access CPOs
2021-04-30 Alexey Bataev[SLP]Fix the crash on cost calculation if non-compatibl...
2021-04-30 Stelios Ioannou[AArch64] Adds a pre-indexed paired Load/Store optimiza...
2021-04-30 Nathan Sidwell[clang] Update comments on another libstdc++ HACK
2021-04-30 Peter Steinfeld[flang] Allow KIND type parameters to be used as LEN...
2021-04-30 Vince Bridgers[analyzer] Fix assertion in SVals.h
2021-04-30 Bradley Smith[AArch64][SVE] Remove unused function missed from D101302
2021-04-30 David Spickett[lldb] Change DumpDataExtractorTest function names...
2021-04-30 Tomas MathesonRevert "[CodeGen][ARM] Implement atomicrmw as pseudo...
2021-04-30 David Spickett[lldb] DumpDataExtractor tests for item byte size errors
2021-04-30 Tomas Matheson[CodeGen][ARM] Implement atomicrmw as pseudo operations...
2021-04-30 Paul C. Anagnostopoulos[TableGen] Fix two bugs in 'defm' when complex 'assert...
2021-04-30 Konstantin... AMDGPU/llvm-readobj: Add missing tests for note parsing...
2021-04-30 David Spickett[lldb] More tests for DumpDataExtractor
2021-04-30 Jingu Kang[SimpleLoopUnswitch] Port partially invariant unswitch...
2021-04-30 Amy Kwan[PowerPC] Add new infrastructure to select load/store...
2021-04-30 Sidharth Baveja[XCOFF][AIX] Add Global Variables Directly to TOC for...
2021-04-30 Adam Czachorowski[clang] Fix assert() crash when checking undeduced...
2021-04-30 Jay Foad[AMDGPU] Add test for set_gpr_idx removal with conditio...
2021-04-30 Dmitry Vyukovsanitizer_common: introduce kInvalidTid/kMainTid
2021-04-30 LLVM GN Syncbot[gn build] Port 43bc584dc05e
2021-04-30 Simon Moll[VE] VP intrinsics are legal
2021-04-30 Simon Moll[VP,Integer,#2] ExpandVectorPredication pass
2021-04-30 Jay Foad[AMDGPU] Add implicit negative check for the set_gpr_id...
2021-04-30 Anastasia Stulova[OpenCL] Prevent adding vendor extensions for all targets
2021-04-30 Nico Weber[lld/mac] Remove unused -L%t flags from tests
2021-04-30 Pooja Yadav[docs]Added llvm/bindings section
2021-04-30 Nico Weber[lld/mac] Tweak two comments and fix style on one varia...
2021-04-30 Andrea Di Biagio[MCA] Fix CarryOver check in the DispatchStage (PR50174).
2021-04-30 Florian Hahn[clang] Refactor mustprogress handling, add it to all...
2021-04-30 Jay Foad[AMDGPU] Fix inconsistent ---/... in MIR tests and...
2021-04-30 Arthur O'Dwyer[libc++] [test] Run the clang-format and generated...
2021-04-30 Arthur O'Dwyer[libc++] Minor cleanups in <iterator>. NFCI.
2021-04-30 Tomas Matheson[ARM][MVE] vcreateq lane ordering for big endian
2021-04-30 Nathan James[clangd][NFC] Remove unnecessary string captures in...
2021-04-30 Hans WennborgRequire shell for lld/test/MachO/reproduce.s
2021-04-30 Martin Probstclang-format: [JS] handle "off" in imports
2021-04-30 Evgeniy Brevnov[NARY] Don't optimize min/max if there are side uses...
2021-04-30 Alexey Bader[Doc] Fix sphinx warnings about wrong code-block format
2021-04-30 Florian Hahn[Passes] Run sinking/hoisting in SimplifyCFG earlier.
2021-04-30 Jun Ma[AArch64][SVE] Lower index_vector to step_vector
2021-04-30 Roman Lebedev[InlineCost] CallAnalyzer: use TTI info for extractvalu...
2021-04-30 Neal (nealsid)Wrap edit line configuration calls into helper functions
2021-04-30 David Stuttard[AMDGPU] Tidy up some simple expressions for clarity NFC
2021-04-30 David Stuttard[JITLink] Minor fix to avoid Windows compiler warning...
2021-04-30 Keith Walker[AArch64] Change __ARM_FEATURE_FP16FML macro name to...
2021-04-30 David Spickett[lldb] Add tests for DumpDataExtractor formats
2021-04-30 Fraser Cormack[RISCV][NFC] Merge RV32/RV64 test checks with a common...
2021-04-30 Fraser Cormack[RISCV] Support STEP_VECTOR with a step greater than one
2021-04-30 Timm Bäder[llvm][Support][NFC] Fix fallthrough attribute indentation
2021-04-30 Dmitry Vyukovtsan: fix fork syscall test
2021-04-30 Dominik Montada[GISel] Teach TableGen to check predicates of immediate...
2021-04-30 Jay Foad[AMDGPU] Simplify getWaitStatesSince. NFC.
2021-04-30 Martin Storsjö[cmake] Use -ffunction-sections and -Wl,--gc-sections...
2021-04-30 Evgeny LeviantFix -fdebug-pass-structure test case
2021-04-30 Martin StorsjöReapply [llvm-readobj] [ARMWinEH] Fix handling of reloc...
2021-04-30 Dmitry Vyukovtsan: refactor fork handling
next