Age | Commit message (Expand) | Author |
2008-05-21 | suppressed no longer used ops | bellard |
2008-05-21 | converted INTO/CMPXCHG8B to TCG | bellard |
2008-05-21 | converted BCD ops to TCG | bellard |
2008-05-21 | converted MUL/IMUL to TCG | bellard |
2008-05-21 | Switch MIPS clo/clz and the condition tests to TCG. | ths |
2008-05-21 | Switch MIPS movn/movz to TCG. | ths |
2008-05-20 | Remove currently unnecessary alignment masking | blueswir1 |
2008-05-20 | Fix 8-bit signed load/store and a typo. | balrog |
2008-05-20 | Implement neg_i32, clean-up. | balrog |
2008-05-20 | Prevent SEGV in VNC server for old clients (Anthony Liguori). | balrog |
2008-05-20 | Remove dyngen ARM code, which did't build. | balrog |
2008-05-19 | ARM host support for TCG targets. | balrog |
2008-05-19 | Fix Sparc32 compilation broken by r4484 | blueswir1 |
2008-05-19 | Better solution for the alignment problem | blueswir1 |
2008-05-18 | Add file left out from previous commit. | ths |
2008-05-18 | Switch most MIPS logical and arithmetic instructions to TCG. | ths |
2008-05-18 | Fix local register cache handling. | ths |
2008-05-18 | converted string OPs and LOOP insns to TCG | bellard |
2008-05-18 | fixed INC/DEC condition codes | bellard |
2008-05-18 | Boot tags setup needed by N800 proprietary bootloader. | balrog |
2008-05-18 | N810 keyboard slide open by default, add more comments. | balrog |
2008-05-18 | Add N810 to allowed -M values, add documentation part for N8x0. | balrog |
2008-05-18 | Collapse omap peripherals on L4 bus into one io entry (temporarily). | balrog |
2008-05-18 | ETRAX: Connect both ethernet controllers. | edgar_igl |
2008-05-18 | ETRAX: Add support for the ethernet receivers dest addr filters. | edgar_igl |
2008-05-18 | Fix constant checks on Sparc64 host | blueswir1 |
2008-05-18 | Fix TCG alignment problems on Sparc64 host | blueswir1 |
2008-05-18 | Fix Sparc64 host signal handling | blueswir1 |
2008-05-17 | Support signal reception in user-mode. Handle when the peer terminates or abo... | edgar_igl |
2008-05-17 | Try to fix USB HID and make the HID reports readable. | balrog |
2008-05-17 | converted sign extension ops to TCG | bellard |
2008-05-17 | Use tcg_gen_not. | edgar_igl |
2008-05-17 | MONITOR insn address generation fix - converted XLAT to TCG | bellard |
2008-05-17 | Add support for the 'k' (kill) and 'D' (detach) packets (Jason Wessel). | edgar_igl |
2008-05-17 | BSR/BSF TCG conversion | bellard |
2008-05-17 | musicpal: Improve button handling (Jan Kiszka). | balrog |
2008-05-17 | Remove arm's local not_i32 tcg op now that there's one in tcg. | balrog |
2008-05-17 | Missing include for Slirp on win32 (Eduardo Felipe). | balrog |
2008-05-17 | converted bit test operations to TCG | bellard |
2008-05-17 | moved eflags computation outside op.c | bellard |
2008-05-17 | converted adc, sbb, cmpxchg to TCG | bellard |
2008-05-17 | converted condition code supprot to TCG - converted shift ops to TCG | bellard |
2008-05-17 | added 'pure' function attribute - fixed indirect function calls | bellard |
2008-05-17 | added not pseudo op - more _tl macros | bellard |
2008-05-17 | Generate better code for Sparc32 shifts | blueswir1 |
2008-05-17 | Fix qemu_ld/st branches, constification, use orcc for tst synthetic op | blueswir1 |
2008-05-17 | Improved workaround for the annoying glibc global register mangling bug | blueswir1 |
2008-05-17 | Update TODO | blueswir1 |
2008-05-16 | Implement qemu_ld/st, fix brcond, handle more corner cases | blueswir1 |
2008-05-15 | Always process real timers regardless of singlestep mode (Jason Wessel). | edgar_igl |