Skip to content

Commits

Permalink
mini-mips64n32…
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Nov 26, 2015

  1. Copy the full SHA
    c921ae4 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    acbff58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ff57913 View commit details
    Browse the repository at this point in the history
  4. mips64: Fix cvm_bbit test on n32 ABI

    Normal long ints are 32bit on N32 and this caused the test to loop
    infinitely.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    2fa96a4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    bfe8794 View commit details
    Browse the repository at this point in the history
  6. mips64: Fix blksys_* sizes on N32 abi

    These need to be pointer-sized.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    edb576b View commit details
    Browse the repository at this point in the history
  7. mips64: Use 64bit syscall args for n32

    This seems to be required for stuff like lseek64 to work with the N32
    ABI.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    394c085 View commit details
    Browse the repository at this point in the history
  8. mips64: Fix stack unwinding with N32 ABI

    When reading a register saved on the stack read a register-sized
    quantity rather than a pointer-sized quantity.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    ccbc870 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    abb8f33 View commit details
    Browse the repository at this point in the history
  10. mips64: Syscall arguments and result are 64bit

    This fixes stuff like lseek on large files.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    2eae56a View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    5a8d9fe View commit details
    Browse the repository at this point in the history
  12. mips64n32: Redirect ld.so.1 correctly

    Unlike normal mips64 for N32 the loader is called ld.so.1. It also needs
    hardwired redirections for strcmp and strchr/index.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    6c8f788 View commit details
    Browse the repository at this point in the history
  13. mips64n32: Fix the CALL_FN_ macros by using long long everywhere

    This changes the type of the argvec and res to be equal to register size
    on both mips64n32 and mips64.
    
    It's not clear that passing 64bit arguments is useful on n32. An
    alternative solution would be to have an #ifdef PLAT_mips64n32_linux
    which redefines all the macros and changes asm offsets to multiples of 4
    instead of 8.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    0296522 View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    82856a3 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    4d5de01 View commit details
    Browse the repository at this point in the history
  16. Copy the full SHA
    3754de7 View commit details
    Browse the repository at this point in the history
  17. Copy the full SHA
    eb8a242 View commit details
    Browse the repository at this point in the history
  18. mips64n32: Fix _VKI_NSIG_BPW to use __SIZEOF_LONG__

    This makes the definition for mips64 also work on mips64n32.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    baeb59b View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    1e237c3 View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    30b733c View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    4439195 View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    8969419 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    e1cebda View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    717f2c2 View commit details
    Browse the repository at this point in the history
  25. Copy the full SHA
    8dc6c51 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    d230560 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    db393c2 View commit details
    Browse the repository at this point in the history
  28. tests: Fix filters to run with busybox sed

    Whitespace around the comma in a range is accepted by GNU sed but this
    seems to be non-standard.
    cdleonard committed Nov 26, 2015
    Copy the full SHA
    712c162 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Announce fix for BZ #352284. See VEX r3186

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15642 a5019735-40e9-0310-863c-91ae7b9d1cf9
    florian committed Sep 8, 2015
    Copy the full SHA
    64a1c5a View commit details
    Browse the repository at this point in the history
  2. Make distcheck happy. Fix srcdir != builddir in none/tests/tilegx.

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15641 a5019735-40e9-0310-863c-91ae7b9d1cf9
    mjw committed Sep 8, 2015
    Copy the full SHA
    7f375a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2015

  1. Update.

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15640 a5019735-40e9-0310-863c-91ae7b9d1cf9
    sewardj committed Sep 7, 2015
    Copy the full SHA
    83adad6 View commit details
    Browse the repository at this point in the history
  2. Make sure the result value of count_from_Status is defined.

    Fixes #330147.  [Unverified!]
    
    
    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15639 a5019735-40e9-0310-863c-91ae7b9d1cf9
    sewardj committed Sep 7, 2015
    Copy the full SHA
    59967fb View commit details
    Browse the repository at this point in the history
  3. Update due to r13991.

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15638 a5019735-40e9-0310-863c-91ae7b9d1cf9
    florian committed Sep 7, 2015
    Copy the full SHA
    c39dd40 View commit details
    Browse the repository at this point in the history
  4. Rephrase Callgrind manual about limiting event aggregation

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15637 a5019735-40e9-0310-863c-91ae7b9d1cf9
    weidendo committed Sep 7, 2015
    Copy the full SHA
    fce73ab View commit details
    Browse the repository at this point in the history
  5. Always use posix_memalign on OS X for consistency. No functional change.

    git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15636 a5019735-40e9-0310-863c-91ae7b9d1cf9
    sewardj committed Sep 7, 2015
    Copy the full SHA
    c1c3666 View commit details
    Browse the repository at this point in the history
Older