VirtualBox

source: vbox/trunk/src/recompiler_new

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @15340   16 年 vboxsync grr
(edit) @15339   16 年 vboxsync more hacking.
(edit) @15338   16 年 vboxsync the right place.
(edit) @15337   16 年 vboxsync build fix.
(edit) @15336   16 年 vboxsync Use VBoxREMImp, hope this fixes the 32-bit linux issue…
(edit) @15323   16 年 vboxsync darwin build fixes.
(edit) @15322   16 年 vboxsync REM/Main: When I said '/REM/64bitEnabled' I actually meant exactly that.
(edit) @15321   16 年 vboxsync rem: fixed circular dep
(edit) @15320   16 年 vboxsync VBoxREMWrapper.cpp: Use SUPR3HardenedLdrLoadAppPriv. Cleanup.
(edit) @15316   16 年 vboxsync rem: fixed packing issues, cleanup
(edit) @15315   16 年 vboxsync REM: cleanup, better deps
(edit) @15310   16 年 vboxsync REM: Darwin compilation fixes
(edit) @15305   16 年 vboxsync REM: implement config check heuristic, to select which REM to load
(edit) @15303   16 年 vboxsync REM: actually ask for guest bitness when loading apropriate implmentation
(edit) @15300   16 年 vboxsync dynamic REM selector
(edit) @15284   16 年 vboxsync PGM, REM: Virtual address in TLB - this is what I meant…
(edit) @15280   16 年 vboxsync recompiler_new/Makefile.kmk: EXTENDS_BY (missing S), general cleanup - …
(edit) @15279   16 年 vboxsync removed unneded change, use assingment instaed appending
(edit) @15278   16 年 vboxsync REM: a bit better dual REM configuration
(edit) @15274   16 年 vboxsync burn fix
(edit) @15272   16 年 vboxsync recompiler: support for 64-bit enabled REM library on 32-bit hosts …
(edit) @15248   16 年 vboxsync new REM: disable liveness analysis for 32-bit hosts and 64-bit …
(edit) @15175   16 年 vboxsync oops
(edit) @15173   16 年 vboxsync an attempt to fix MacOS alignment issues
(edit) @15135   16 年 vboxsync i386/tcg-target.c: darwin alignment fixes and checks.
(edit) @15107   16 年 vboxsync Sign extend 32 bits displacements to 64 bits
(edit) @15034   16 年 vboxsync new_recompiler: force promoution on helpers invoked from generated …
(edit) @15028   16 年 vboxsync hacking.
(edit) @15015   16 年 vboxsync Unused variable
(edit) @15014   16 年 vboxsync Fixed wrong casts here as well.
(edit) @15011   16 年 vboxsync fixed Linux builds
(edit) @15010   16 年 vboxsync kmk is picky on names
(edit) @15009   16 年 vboxsync new_recompiler: cleanup, optimization, compile with the right tool - …
(edit) @14980   16 年 vboxsync ping/pong: VA in TLB disabled again
(edit) @14975   16 年 vboxsync use correct flush function
(edit) @14974   16 年 vboxsync reenabled VA in TLB code
(edit) @14971   16 年 vboxsync temporary disabled VA in TLB, till debugged
(edit) @14969   16 年 vboxsync VMM support for completing VA in TLB (not much tested)
(edit) @14962   16 年 vboxsync recompiler_new: sign-extension fix for AMD64 hosts.
(edit) @14958   16 年 vboxsync pretty logging.
(edit) @14957   16 年 vboxsync recompiler_new: sign fix.
(edit) @14956   16 年 vboxsync recompiler_new: signext fix (attempt)
(edit) @14916   16 年 vboxsync fixed math related failures, auto stack alignment fixes
(edit) @14881   16 年 vboxsync implemented stack alignment for Darwin
(edit) @14839   16 年 vboxsync recompiler_new: patch taken from upstream fixing pmovsx* / pmovzx* …
(edit) @14834   16 年 vboxsync src/recompiler_new/Makefile.kmk: VBOX_WITH_NEW_RECOMPILER
(edit) @14763   16 年 vboxsync does not work with Windows
(edit) @14759   16 年 vboxsync alloca warning
(edit) @14755   16 年 vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14742   16 年 vboxsync finally fixed timner starvation for real, also REM improvments by …
(edit) @14703   16 年 vboxsync stringify correctly
(edit) @14702   16 年 vboxsync hopefully fixed timer starvation, temporary disabled VA in TLB again
(edit) @14640   16 年 vboxsync indentation
(edit) @14639   16 年 vboxsync fixed PATH_VBoxREMImp warning
(edit) @14603   16 年 vboxsync fixed release build problem on Win32 (MSVC runtime is unhappy to be …
(edit) @14582   16 年 vboxsync Fixed REM problem with loading wrong register, was leading to …
(edit) @14574   16 年 vboxsync new REM makefile cleanup, added external even check in IO check to …
(edit) @14542   16 年 vboxsync Export new recompiler to OSE
(edit) @14537   16 年 vboxsync temporary disabled VA in TLB (seem some correctness issues with VRAM …
(edit) @14531   16 年 vboxsync make new REM runnable on Win32 (workaround compiler bug)
(edit) @14507   16 年 vboxsync build new REM on 32-bit Windows, enabled by default for Windows and Linux
(edit) @14475   16 年 vboxsync new REM works on Win/amd64 hosts
(edit) @14447   16 年 vboxsync New REM compiles on Win/AMD64 (using wrapper yet), not tested if runs
(edit) @14426   16 年 vboxsync Missing wrappers
(edit) @14425   16 年 vboxsync ported r39642 - Sander, please tell me to port such changes
(edit) @14424   16 年 vboxsync temporary disable MacOS rintl() checks
(edit) @14418   16 年 vboxsync new REM buildable on MacOS
(edit) @14346   16 年 vboxsync Implemented check for monitored page accesses, fixing TSS out of sync …
(edit) @14277   16 年 vboxsync Implemented support for virtual addresses in TLB, improves performance …
(edit) @14241   16 年 vboxsync support for virtual addresses in QEMU TLB, not yet functional (be back …
(edit) @14134   16 年 vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14132   16 年 vboxsync please no DEFS + in Makefiles together with Config.kmk because this …
(edit) @13999   16 年 vboxsync fixed triple fault, implemented segment sync code, maybe not really needed
(edit) @13968   16 年 vboxsync - fixed bug in implementation of ARPL with memory operand, perventing …
(edit) @13882   16 年 vboxsync cleanups
(edit) @13881   16 年 vboxsync cleanup, 32-bit TCG recompiler works with gcc
(edit) @13870   16 年 vboxsync intermediate
(edit) @13853   16 年 vboxsync primitive REM state dumper
(edit) @13841   16 年 vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 年 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 年 vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 年 vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 年 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 年 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 年 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13791   16 年 vboxsync Moving data around
(edit) @13782   16 年 vboxsync More SMP groundwork.
(edit) @13755   16 年 vboxsync Started with VM request API changes.
(edit) @13732   16 年 vboxsync Missed ifdefs
(edit) @13731   16 年 vboxsync more cleanup, 32-bit mode still doesn't work. Very hard to tell why.
(edit) @13726   16 年 vboxsync Some 32-bit work, not yet working
(edit) @13716   16 年 vboxsync recompiler build fix
(edit) @13709   16 年 vboxsync Flush the TBs during reset.
(edit) @13708   16 年 vboxsync Skip the TB flush as that's rather expensive and not necessary for …
(edit) @13672   16 年 vboxsync improved external events check performance, synced couple …
(edit) @13652   16 年 vboxsync Solaris and general 32-bit compilation fixes
(edit) @13649   16 年 vboxsync draft 32-bit recompiler
(edit) @13615   16 年 vboxsync build fix (Knut, could you please updae both recompilers, if making …
(edit) @13600   16 年 vboxsync simplified JAX-WS wrappper generation, fixed SDK build
(edit) @13569   16 年 vboxsync New recompiler successfully boots 32 and 64 guests on 64-bit Linux.
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette