Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • 7-DAY TOP DOWNLOAD
    #
    Program
    Psiphon 3
    2,851 downloads
    Wine 1.4.1 / 1.5.30
    1,095 downloads
    BackTrack 5 R3
    1,016 downloads
    Adobe Flash Player
    for Linux
    11.2.202.258

    969 downloads
    Red Hat Linux 9
    948 downloads
    LibreOffice 3.6.6 /
    4.0.3

    870 downloads
    Linux Mint 14.1 / 15
    RC

    807 downloads
    Ubuntu 10.10
    721 downloads
    Red Hat Enterprise
    Linux 6.4

    719 downloads
    OpenMandriva
    20130513

    673 downloads
    MOST POPULAR DISTROS
    #
    Distribution
    PCLinuxOS 2013.04
    User rating: 4.8/5
    Votes: 367
    OpenMandriva
    20130513

    User rating: 4.4/5
    Votes: 618
    Ubuntu 9.10
    User rating: 4.4/5
    Votes: 266
    Clonezilla LiveCD
    2.1.1-25 / 2.1.2-3

    User rating: 4.3/5
    Votes: 255
    BackTrack 5 R3
    User rating: 4.3/5
    Votes: 565
    Fedora 18
    User rating: 4.3/5
    Votes: 610
    openSUSE Linux 12.3
    / 13.1 Milestone 1

    User rating: 4.2/5
    Votes: 467
    Ubuntu 12.04.2 LTS
    User rating: 4.2/5
    Votes: 663
    Ubuntu 10.04.4 LTS
    User rating: 4.0/5
    Votes: 281
    Linux Mint 14.1 / 15
    RC

    User rating: 4.0/5
    Votes: 352
    Home > Linux > System > Emulators > Intel Software Development Emulator > Changelog

    Intel Software Development Emulator 5.38 - Changelog


    What's new in Intel Software Development Emulator 5.38:

    January 5th, 2013

    · Improvements in RTM emulation stability. Added statistics knobs. Updated knobs.
    · Support for debugging integration with Microsoft Visual Studio 2012. See main page for information.
    · Improved multithreaded stability when using the AVX/SSE transition checker
    · Mac OS X: support for code-signed binaries, simplifying execution. See main page for information about the "taskport".
    · XED: added elf/dwarf support back to the command line tool
    · TZCNT ZF flags fix



    What's new in Intel Software Development Emulator 5.31:

    December 5th, 2012

    · Major update including fixes for the processor codenamed Haswell and introduction of instructions in the processor codenamed Broadwell
    · First public SDE release for OS X, 10.6 and 10.7. See additional information on the main Intel SDE web page for required permissions.
    · HSW's RTM mode is supported with the "-rtm-mode full" option. This feature is very new and the Intel SDE implementation might be a little unstable.
    · Completely new mechanism for handling of CPUID. CPUID values now come from an input file.
    · SDE's -chip-check feature checks to make sure instructions are valid for the specified chip. See "sde -help" for the various chip options.
    · Exception handling fixes
    · Haswell BMI emulation fixes, including flags output.
    · Debugtrace multithreading safety improvements
    · Mix top-blocks sorting issues. Mix also has better support for allocating stats to overlapping blocks.
    · Mix default blocks size is now 1500 instructions to avoid fragmenting large hot blocks.
    · XED now can emit "dot" graphs for specified regions: path-to-sde-kit/xed -i SOMEEXE -as 0x40316b -ae 0x4031b3 -dot foo.dot; dot -O -Tpdf foo.dot
    · Mix has prefix a legacy-prefix histogram
    · Footprint tool can now collect stats about unique memory pages as well as unique cache lines. The footprint tool is now faster as well.
    · Improved speed of AVX/SSE transition checker by roughly 12%. See the -ast knob in "sde -thelp".
    · Fixed some numerical errors in our software emulation of the FMA instruction for denormal numbers.
    · Various stability improvements from using a newer version of Pin.
    · Better handling of MXCSR exception status bigs for AVX1/2 instructions. We still do not support raising unmasked floating point errors from emulated instructions.
    · Can now set environment variables from the command line with the -env VAR VALUE option.
    · The commands for the GDB interface have been updated. See "monitor help sde" when attached as described on the main page. Please use GDB 7.4 or later.
    · The chip check error message includes the instruction bytes of the offending instruction.
    · Multiprocess output file handling. You used to have to supply "-i" to get the process id inserted in to the file name to avoid multiprocess applications from overwriting the common output files. Now we attempt to detect the creating of other processes and add the PID to the file names automatically. The parent / child relationship is recorded in the file name.
    · Better support for unused bits in the VEX encodings in 32b mode.



    What's new in Intel Software Development Emulator 4.46:

    December 19th, 2011

    · Linux 3.x is supported
    · Better support for running on AVX-enabled hosts
    · All output files now begin "sde-" and end with ".txt" by default
    · Mix is faster and does more analysis of SIMD operations
    · Mix has line number support for the top blocks when the information is available in the application
    · The -ptr-chk option now checks the memory refernces of gather operations
    · Fixed support for file descriptor leak when exec'ing thousands of threads on Linux.
    · Misc other stability improvements.



    What's new in Intel Software Development Emulator 4.29:

    July 3rd, 2011

    · Support for Haswell New Instructions.



    What's new in Intel Software Development Emulator 3.88:

    December 23rd, 2010

    · Support for the POST-32NM processor instructions in the 008 revision of the Intel(R) AVX programmers reference document.
    · Many stability improvements.
    · The output of "sde -thelp" goes to stdout, not stderr.
    · The mix tool has a "-demangle 0" option to turn off demangling.
    · The xed disassembler handles uninitialized code sections in Windows binaries.
    · Xed supports dwarf line number information with the -line knob on Linux.
    · Mix has improved memory efficiency.



    What's new in Intel Software Development Emulator 1.70:

    January 31st, 2009

    · This release adds VPCLMULQDQ, the AVX version of PCLMULQDQ.



    What's new in Intel Software Development Emulator 1.61:

    January 21st, 2009

    · Synchronizing with AVX architecture update.
    · New 3-operand FMA instructions, removed VPERMIL2{PS,PD}, miscellaneous bug fixes.
    · New footprint feature.
    · Rearranged mix output, added function summaries.
    · New version of dbghelp.dll required for windows (See the FAQ).




    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM