aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-14linux-user: ARM: clear the IT bits when invoking a signal handlerPeter Maydell
2011-01-14target-arm: Refactor translation of exception generating instructionsPeter Maydell
2011-01-14target-arm: Remove redundant setting of IT bits before Thumb SWIPeter Maydell
2011-01-14target-arm: Translate with user-state from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Set privileged bit in TB flags correctly for M profilePeter Maydell
2011-01-14target-arm: Translate with condexec bits from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with Thumb state from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with VFP len/stride from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Translate with VFP-enabled from TB flags, not CPUStatePeter Maydell
2011-01-14target-arm: Add symbolic constants for bitfields in TB flagsPeter Maydell
2011-01-14target-arm: Don't generate code specific to current CPU mode for SRSPeter Maydell
2011-01-14target-arm: Use the standard FPSCR value for VRSQRTSPeter Maydell
2011-01-14target-arm: Add support for 'Standard FPSCR Value' as used by NeonPeter Maydell
2011-01-14target-arm: Fix implementation of VRSQRTSPeter Maydell
2011-01-14softfloat: Add float32_is_zero_or_denormal() functionPeter Maydell
2011-01-14lsi53c895a: fix endianness issuesAurelien Jarno
2011-01-14mips/malta: fix board idAurelien Jarno
2011-01-14target-sh4: use setcond when possibleAurelien Jarno
2011-01-14target-sh4: log instructions start in TCG codeAurelien Jarno
2011-01-14target-sh4: simplify comparisons after a 'and' opAurelien Jarno
2011-01-14target-sh4: fix reset on r2dAurelien Jarno
2011-01-14target-sh4: optimize exceptionsAurelien Jarno
2011-01-14target-sh4: add ftrv instructionAurelien Jarno
2011-01-14target-sh4: add fipr instructionAurelien Jarno
2011-01-14target-sh4: implement FPU exceptionsAurelien Jarno
2011-01-14target-sh4: implement flush-to-zeroAurelien Jarno
2011-01-14target-sh4: define FPSCR constantsAurelien Jarno
2011-01-14target-sh4: use default-NaN modeAurelien Jarno
2011-01-14softfloat: fix default-NaN modeAurelien Jarno
2011-01-14softfloat: SH4 has the sNaN bit setAurelien Jarno
2011-01-14target-sh4: switch sh4 to softfloatAurelien Jarno
2011-01-14configure: fix broken testAurelien Jarno
2011-01-14make trace options use autoconfy namesPaolo Bonzini
2011-01-14move --srcdir detection earlierPaolo Bonzini
2011-01-14 [PATCH v3 14/15] remove HOST_CC mention from roms/{sea, vga}bios/config.makPaolo Bonzini
2011-01-14remove source_path_usedPaolo Bonzini
2011-01-14move "ln -sf" emulation to a functionPaolo Bonzini
2011-01-14reorganize sdl-config testsPaolo Bonzini
2011-01-14do not default to non-prefixed pkg-config when cross compilingPaolo Bonzini
2011-01-14fix spelling of $pkg_config, move default together with other cross toolsPaolo Bonzini
2011-01-14provide portable HOST_LONG_BITS testPaolo Bonzini
2011-01-14do not pass bogus $(SRC_PATH) include paths to cc during configurePaolo Bonzini
2011-01-14test cc with the complete set of chosen flagsPaolo Bonzini
2011-01-14fix sparse support (?)Paolo Bonzini
2011-01-14move feature variables to the topPaolo Bonzini
2011-01-14default make and install to environment variablesPaolo Bonzini
2011-01-14default compilation tools to environment variablesPaolo Bonzini
2011-01-14microblaze: Improve unconditional direct branchingEdgar E. Iglesias
2011-01-13cris: Set btaken when storing direct jumpsEdgar E. Iglesias
2011-01-13slirp: Use strcasecmp() to check tftp mode, tsizeSergei Gavrikov