Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: backengineering/llvm-msvc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: llvm-msvc-v777.2.1
Choose a base ref
...
head repository: backengineering/llvm-msvc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: llvm-msvc-v777.2.2
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 31, 2024

  1. Update BuiltinsX86_64.def

    ```
    __MACHINEX64(unsigned __int64 __cdecl _udiv128(unsigned __int64 _HighDividend, unsigned __int64 _LowDividend, unsigned __int64 _Divisor, unsigned __int64* _Remainder))
    ```
    or
    ```
    extern unsigned __int64 __cdecl _udiv128(unsigned __int64 /* highdividend */, unsigned __int64 /* lowdividend */, unsigned __int64 /* divisor */, unsigned __int64* /* remainder */);
    ```
    hzqst authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    acd37a3 View commit details
    Browse the repository at this point in the history
  2. Update CGBuiltin.cpp for _udiv128

    not tested yet though
    hzqst authored Dec 31, 2024
    Configuration menu
    Copy the full SHA
    a2d6a83 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Merge pull request #119 from hzqst/dev

    intrinsic "_udiv128" Impl
    gmh5225 authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    f0424cd View commit details
    Browse the repository at this point in the history
  2. v777.2.2

    gmh5225 authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    34b54ee View commit details
    Browse the repository at this point in the history
Loading