Thanks to visit codestin.com
Credit goes to github.com

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: libffi/libffi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kalray/libffi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: coolidge
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 8 files changed
  • 1 contributor

Commits on Jan 14, 2020

  1. enable code review

    fallen committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    febd52a View commit details
    Browse the repository at this point in the history
  2. k1c: Add support for architecture

    Summary: Add k1c port to libffi
    
    Test Plan: Run libffi testsuite and basic tests in coolval
    
    Reviewers: O51 Linux Coolidge, mpoulhies, lthevenoux, jhascoet, bddinechin, jmaselbas, cleger, vchardon
    
    Reviewed By: O51 Linux Coolidge, mpoulhies, cleger, vchardon
    
    Subscribers: mpoulhies, vchardon, cleger, gthouvenin, sjones
    
    Tags: #linux_coolidge
    
    Maniphest Tasks: T10171
    
    Differential Revision: https://phab.kalray.eu/D3006
    
    Conflicts:
    	Makefile.am
    fallen committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    eacb2cf View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. kvx: rename k1c to kvx

    Summary: Rename k1c to kvx.
    
    Test Plan: n/a
    
    Reviewers: #linux, #tools, #gcc, cleger, mpoulhies, gthouvenin
    
    Reviewed By: #linux, cleger, gthouvenin
    
    Subscribers: mpoulhies, cleger
    
    Differential Revision: https://phab.kalray.eu/D3781
    fallen authored and clementleger committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0f54866 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. kvx: stack alignment changed to 256 bit

    Summary: Change stack alignment to 256 bit
    
    Test Plan: run libffi testsuite
    
    Reviewers: #linux_coolidge, #uclibc, lthevenoux, mpoulhies, cleger, gthouvenin, jvillette, jhascoet, vchardon, jmaselbas, bmugnier, tcostis
    
    Reviewed By: #linux_coolidge, #uclibc, mpoulhies
    
    Tags: #linux_coolidge
    
    Differential Revision: https://phab.kalray.eu/D4590
    fallen committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    a5fb565 View commit details
    Browse the repository at this point in the history
  2. doc: add new KVX arch in README.md

    Summary: Add new KVX arch in README.md.
    
    Test Plan: n/a
    
    Differential Revision: https://phab.kalray.eu/D5559
    fallen committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c9dab81 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. kvx: add support for complex types and fix NULL pointer issue when re…

    …turning void
    
    Summary: Add support for complex types and fix NULL pointer issue when returning void
    
    Test Plan: libffi.complex testsuite has been run
    
    Differential Revision: https://phab.kalray.eu/D5622
    fallen committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    9401288 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. kvx: fix small integers extension issue

    Summary: Fix small integers extension issue
    
    Fixes issue described at #466
    
    Test Plan: Run libffi.bhail libffi.complex and libffi.all testsuites
    
    Differential Revision: https://phab.kalray.eu/D5657
    fallen committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    cc443c9 View commit details
    Browse the repository at this point in the history
Loading