2008-05-24 |
blueswir1 | Implement 64-bit constant loads |
commit | commitdiff | tree | snapshot |
2008-05-24 |
blueswir1 | Use sethi and arith functions, fix comment |
commit | commitdiff | tree | snapshot |
2008-05-24 |
blueswir1 | Fix stack offsets and alignment |
commit | commitdiff | tree | snapshot |
2008-05-24 |
edgar_igl | ETRAX: Correct check for second nic. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
edgar_igl | Dont try to keep the tlb and the jmp cache synchronized. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
pbrook | Fix A20 debug dumps. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
pbrook | Dynamically allocate tbs. Avoids branch range problems... |
commit | commitdiff | tree | snapshot |
2008-05-24 |
blueswir1 | Define stack offsets |
commit | commitdiff | tree | snapshot |
2008-05-24 |
pbrook | More TCGv type fixes. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
pbrook | Fix ARM conditional branch bug. |
commit | commitdiff | tree | snapshot |
2008-05-24 |
pbrook | Fix helper operand type mismatch. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
pbrook | Fix bogus test syntax. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
ths | Fix parallel builds for dyngen, by Jason Wessel. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
balrog | Comment non-obvious calculation. Don't clobber r3... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
balrog | A branch insn must not overwrite the branch target... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
ths | Swithc some MIPS CP0 accesses to TCG. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
ths | Switch MIPS movf/movt to TCG. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
bellard | added tcg_temp_free() and improved the handling of... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
pbrook | Fix build failure with old kernel headers (loop.h is... |
commit | commitdiff | tree | snapshot |
2008-05-23 |
balrog | Fix qemu_ld/st for mem_index > 0 on arm host. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
balrog | Define TCG_TARGET_CALL_STACK_OFFSET on arm. |
commit | commitdiff | tree | snapshot |
2008-05-23 |
bellard | compilation fix |
commit | commitdiff | tree | snapshot |
2008-05-23 |
bellard | removed warning |
commit | commitdiff | tree | snapshot |
2008-05-23 |
bellard | TCG profiler clean up |
commit | commitdiff | tree | snapshot |
2008-05-23 |
bellard | profiler clean up |
commit | commitdiff | tree | snapshot |
2008-05-23 |
ths | Fix build failure for MIPS64 targets on 64-bit hosts. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
ths | Delete dead code. |
commit | commitdiff | tree | snapshot |
2008-05-22 |
blueswir1 | Register op helpers |
commit | commitdiff | tree | snapshot |
2008-05-22 |
ths | Switch MIPS branch handling to TCG, and clean out point... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | use debug_insn_start to have nicer debug traces |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | added debug_insn_start debug instruction |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | proper helper definition registering (all targets must... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | debug output: write helper names |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | more generic call codegen |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | fixed zero shifts (64 bit case) |
commit | commitdiff | tree | snapshot |
2008-05-22 |
ths | Fix block-vmdk.c:vmdk_close() use-after-free, by Ed... |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | small shift opts |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | optimization of shifts by a constant |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | lahf/sahf cpuid test |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | cmpxchg8b fix - added cmpxchg16b |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | cmpxchg 64 bit fix |
commit | commitdiff | tree | snapshot |
2008-05-22 |
bellard | fxsave/fxrstor 64 bit fix |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | disabled dyngen for x86 target |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted conditional jumps, SET and CMOVx to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | removed unused defines |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted env access to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | convert eflags manipulation insns to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | convert remaining segment handling to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted LSL/LAR/VERW/VERR to TCG - force 16 bit memor... |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | fixed dead global variable update |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | suppressed no longer used ops |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted INTO/CMPXCHG8B to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted BCD ops to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
bellard | converted MUL/IMUL to TCG |
commit | commitdiff | tree | snapshot |
2008-05-21 |
ths | Switch MIPS clo/clz and the condition tests to TCG. |
commit | commitdiff | tree | snapshot |
2008-05-21 |
ths | Switch MIPS movn/movz to TCG. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
blueswir1 | Remove currently unnecessary alignment masking |
commit | commitdiff | tree | snapshot |
2008-05-20 |
balrog | Fix 8-bit signed load/store and a typo. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
balrog | Implement neg_i32, clean-up. |
commit | commitdiff | tree | snapshot |
2008-05-20 |
balrog | Prevent SEGV in VNC server for old clients (Anthony... |
commit | commitdiff | tree | snapshot |
2008-05-20 |
balrog | Remove dyngen ARM code, which did't build. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
balrog | ARM host support for TCG targets. |
commit | commitdiff | tree | snapshot |
2008-05-19 |
blueswir1 | Fix Sparc32 compilation broken by r4484 |
commit | commitdiff | tree | snapshot |
2008-05-19 |
blueswir1 | Better solution for the alignment problem |
commit | commitdiff | tree | snapshot |
2008-05-18 |
ths | Add file left out from previous commit. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
ths | Switch most MIPS logical and arithmetic instructions... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
ths | Fix local register cache handling. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
bellard | converted string OPs and LOOP insns to TCG |
commit | commitdiff | tree | snapshot |
2008-05-18 |
bellard | fixed INC/DEC condition codes |
commit | commitdiff | tree | snapshot |
2008-05-18 |
balrog | Boot tags setup needed by N800 proprietary bootloader. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
balrog | N810 keyboard slide open by default, add more comments. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
balrog | Add N810 to allowed -M values, add documentation part... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
balrog | Collapse omap peripherals on L4 bus into one io entry... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
edgar_igl | ETRAX: Connect both ethernet controllers. |
commit | commitdiff | tree | snapshot |
2008-05-18 |
edgar_igl | ETRAX: Add support for the ethernet receivers dest... |
commit | commitdiff | tree | snapshot |
2008-05-18 |
blueswir1 | Fix constant checks on Sparc64 host |
commit | commitdiff | tree | snapshot |
2008-05-18 |
blueswir1 | Fix TCG alignment problems on Sparc64 host |
commit | commitdiff | tree | snapshot |
2008-05-18 |
blueswir1 | Fix Sparc64 host signal handling |
commit | commitdiff | tree | snapshot |
2008-05-17 |
edgar_igl | Support signal reception in user-mode. Handle when... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
balrog | Try to fix USB HID and make the HID reports readable. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | converted sign extension ops to TCG |
commit | commitdiff | tree | snapshot |
2008-05-17 |
edgar_igl | Use tcg_gen_not. |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | MONITOR insn address generation fix - converted XLAT... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
edgar_igl | Add support for the 'k' (kill) and 'D' (detach) packets... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | BSR/BSF TCG conversion |
commit | commitdiff | tree | snapshot |
2008-05-17 |
balrog | musicpal: Improve button handling (Jan Kiszka). |
commit | commitdiff | tree | snapshot |
2008-05-17 |
balrog | Remove arm's local not_i32 tcg op now that there's... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
balrog | Missing include for Slirp on win32 (Eduardo Felipe). |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | converted bit test operations to TCG |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | moved eflags computation outside op.c |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | converted adc, sbb, cmpxchg to TCG |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | converted condition code supprot to TCG - converted... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | added 'pure' function attribute - fixed indirect functi... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
bellard | added not pseudo op - more _tl macros |
commit | commitdiff | tree | snapshot |
2008-05-17 |
blueswir1 | Generate better code for Sparc32 shifts |
commit | commitdiff | tree | snapshot |
2008-05-17 |
blueswir1 | Fix qemu_ld/st branches, constification, use orcc for... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
blueswir1 | Improved workaround for the annoying glibc global regis... |
commit | commitdiff | tree | snapshot |
2008-05-17 |
blueswir1 | Update TODO |
commit | commitdiff | tree | snapshot |
2008-05-16 |
blueswir1 | Implement qemu_ld/st, fix brcond, handle more corner... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
edgar_igl | Always process real timers regardless of singlestep... |
commit | commitdiff | tree | snapshot |
next |