VirtualBox

source: vbox/trunk/src/recompiler_new

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15011   16 years vboxsync fixed Linux builds
(edit) @15010   16 years vboxsync kmk is picky on names
(edit) @15009   16 years vboxsync new_recompiler: cleanup, optimization, compile with the right tool - …
(edit) @14980   16 years vboxsync ping/pong: VA in TLB disabled again
(edit) @14975   16 years vboxsync use correct flush function
(edit) @14974   16 years vboxsync reenabled VA in TLB code
(edit) @14971   16 years vboxsync temporary disabled VA in TLB, till debugged
(edit) @14969   16 years vboxsync VMM support for completing VA in TLB (not much tested)
(edit) @14962   16 years vboxsync recompiler_new: sign-extension fix for AMD64 hosts.
(edit) @14958   16 years vboxsync pretty logging.
(edit) @14957   16 years vboxsync recompiler_new: sign fix.
(edit) @14956   16 years vboxsync recompiler_new: signext fix (attempt)
(edit) @14916   16 years vboxsync fixed math related failures, auto stack alignment fixes
(edit) @14881   16 years vboxsync implemented stack alignment for Darwin
(edit) @14839   16 years vboxsync recompiler_new: patch taken from upstream fixing pmovsx* / pmovzx* …
(edit) @14834   16 years vboxsync src/recompiler_new/Makefile.kmk: VBOX_WITH_NEW_RECOMPILER
(edit) @14763   16 years vboxsync does not work with Windows
(edit) @14759   16 years vboxsync alloca warning
(edit) @14755   16 years vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14742   16 years vboxsync finally fixed timner starvation for real, also REM improvments by …
(edit) @14703   16 years vboxsync stringify correctly
(edit) @14702   16 years vboxsync hopefully fixed timer starvation, temporary disabled VA in TLB again
(edit) @14640   16 years vboxsync indentation
(edit) @14639   16 years vboxsync fixed PATH_VBoxREMImp warning
(edit) @14603   16 years vboxsync fixed release build problem on Win32 (MSVC runtime is unhappy to be …
(edit) @14582   16 years vboxsync Fixed REM problem with loading wrong register, was leading to …
(edit) @14574   16 years vboxsync new REM makefile cleanup, added external even check in IO check to …
(edit) @14542   16 years vboxsync Export new recompiler to OSE
(edit) @14537   16 years vboxsync temporary disabled VA in TLB (seem some correctness issues with VRAM …
(edit) @14531   16 years vboxsync make new REM runnable on Win32 (workaround compiler bug)
(edit) @14507   16 years vboxsync build new REM on 32-bit Windows, enabled by default for Windows and Linux
(edit) @14475   16 years vboxsync new REM works on Win/amd64 hosts
(edit) @14447   16 years vboxsync New REM compiles on Win/AMD64 (using wrapper yet), not tested if runs
(edit) @14426   16 years vboxsync Missing wrappers
(edit) @14425   16 years vboxsync ported r39642 - Sander, please tell me to port such changes
(edit) @14424   16 years vboxsync temporary disable MacOS rintl() checks
(edit) @14418   16 years vboxsync new REM buildable on MacOS
(edit) @14346   16 years vboxsync Implemented check for monitored page accesses, fixing TSS out of sync …
(edit) @14277   16 years vboxsync Implemented support for virtual addresses in TLB, improves performance …
(edit) @14241   16 years vboxsync support for virtual addresses in QEMU TLB, not yet functional (be back …
(edit) @14134   16 years vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14132   16 years vboxsync please no DEFS + in Makefiles together with Config.kmk because this …
(edit) @13999   16 years vboxsync fixed triple fault, implemented segment sync code, maybe not really needed
(edit) @13968   16 years vboxsync - fixed bug in implementation of ARPL with memory operand, perventing …
(edit) @13882   16 years vboxsync cleanups
(edit) @13881   16 years vboxsync cleanup, 32-bit TCG recompiler works with gcc
(edit) @13870   16 years vboxsync intermediate
(edit) @13853   16 years vboxsync primitive REM state dumper
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13838   16 years vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13791   16 years vboxsync Moving data around
(edit) @13782   16 years vboxsync More SMP groundwork.
(edit) @13755   16 years vboxsync Started with VM request API changes.
(edit) @13732   16 years vboxsync Missed ifdefs
(edit) @13731   16 years vboxsync more cleanup, 32-bit mode still doesn't work. Very hard to tell why.
(edit) @13726   16 years vboxsync Some 32-bit work, not yet working
(edit) @13716   16 years vboxsync recompiler build fix
(edit) @13709   16 years vboxsync Flush the TBs during reset.
(edit) @13708   16 years vboxsync Skip the TB flush as that's rather expensive and not necessary for …
(edit) @13672   16 years vboxsync improved external events check performance, synced couple …
(edit) @13652   16 years vboxsync Solaris and general 32-bit compilation fixes
(edit) @13649   16 years vboxsync draft 32-bit recompiler
(edit) @13615   16 years vboxsync build fix (Knut, could you please updae both recompilers, if making …
(edit) @13600   16 years vboxsync simplified JAX-WS wrappper generation, fixed SDK build
(edit) @13569   16 years vboxsync New recompiler successfully boots 32 and 64 guests on 64-bit Linux.
(edit) @13559   16 years vboxsync made TCG generate VBOX-aware phys mem access code, some more QEMU code …
(edit) @13539   16 years vboxsync integrated Sander's changes to recompiler, support jumping between …
(edit) @13504   16 years vboxsync amd64 TCG stated breathing (not much code executed yet)
(edit) @13480   16 years vboxsync proto
(edit) @13456   16 years vboxsync support for helper invocations outside of 32-bit range, compilation fixes
(edit) @13442   16 years vboxsync debug MSVC build fixes
(edit) @13440   16 years vboxsync further MSVC stuff, almost there
(edit) @13437   16 years vboxsync OSE header fixes
(edit) @13384   16 years vboxsync more MSC stuff
(edit) @13383   16 years vboxsync cleaned up some mess
(edit) @13382   16 years vboxsync more MSVC-related stuff
(edit) @13370   16 years vboxsync MSVC related changes
(edit) @13359   16 years vboxsync solaris new recompiler
(edit) @13358   16 years vboxsync fixed couple cosmetical issues
(edit) @13357   16 years vboxsync new codegen compiles, very unlikely works
(edit) @13337   16 years vboxsync more recompiler work
(edit) @13306   16 years vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call …
(edit) @13301   16 years vboxsync more synchronization with QEMU - things get pretty hairy
(edit) @13230   16 years vboxsync further new recompiler work
(edit) @13184   16 years vboxsync intermediate TCG integration step
(copy) @13168   16 years vboxsync recompiler_new as 'svn copy' of recompiler
copied from trunk/src/recompiler
(edit) @13144   16 years vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be …
Note: See TracRevisionLog for help on using the revision log.

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