VirtualBox

root/trunk/src/recompiler_new


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @14755 [14755] 11/28/08 03:58:01 vboxsync #1865: Converted 4 PGM*2HC* conversion functions to RTR3PTR.
(edit) @14742 [14742] 11/27/08 21:49:11 vboxsync finally fixed timner starvation for real, also REM improvments by putting …
(edit) @14703 [14703] 11/27/08 14:42:22 vboxsync stringify correctly
(edit) @14702 [14702] 11/27/08 14:14:53 vboxsync hopefully fixed timer starvation, temporary disabled VA in TLB again
(edit) @14640 [14640] 11/26/08 14:31:13 vboxsync indentation
(edit) @14639 [14639] 11/26/08 14:28:50 vboxsync fixed PATH_VBoxREMImp warning
(edit) @14603 [14603] 11/25/08 23:01:28 vboxsync fixed release build problem on Win32 (MSVC runtime is unhappy to be called …
(edit) @14582 [14582] 11/25/08 18:32:10 vboxsync Fixed REM problem with loading wrong register, was leading to inability to …
(edit) @14574 [14574] 11/25/08 15:00:38 vboxsync new REM makefile cleanup, added external even check in IO check to allow …
(edit) @14542 [14542] 11/24/08 20:25:35 vboxsync Export new recompiler to OSE
(edit) @14537 [14537] 11/24/08 18:50:39 vboxsync temporary disabled VA in TLB (seem some correctness issues with VRAM …
(edit) @14531 [14531] 11/24/08 17:32:44 vboxsync make new REM runnable on Win32 (workaround compiler bug)
(edit) @14507 [14507] 11/24/08 11:10:25 vboxsync build new REM on 32-bit Windows, enabled by default for Windows and Linux
(edit) @14475 [14475] 11/21/08 17:49:38 vboxsync new REM works on Win/amd64 hosts
(edit) @14447 [14447] 11/21/08 10:58:22 vboxsync New REM compiles on Win/AMD64 (using wrapper yet), not tested if runs
(edit) @14426 [14426] 11/20/08 18:11:05 vboxsync Missing wrappers
(edit) @14425 [14425] 11/20/08 17:32:52 vboxsync ported r39642 - Sander, please tell me to port such changes
(edit) @14424 [14424] 11/20/08 17:12:33 vboxsync temporary disable MacOS rintl() checks
(edit) @14418 [14418] 11/20/08 15:33:41 vboxsync new REM buildable on MacOS
(edit) @14346 [14346] 11/19/08 12:25:35 vboxsync Implemented check for monitored page accesses, fixing TSS out of sync …
(edit) @14277 [14277] 11/20/08 19:14:47 vboxsync Implemented support for virtual addresses in TLB, improves performance …
(edit) @14241 [14241] 11/17/08 10:35:50 vboxsync support for virtual addresses in QEMU TLB, not yet functional (be back on …
(edit) @14134 [14134] 11/12/08 18:22:40 vboxsync 32->64 bit mode skeleton, nothing yet works, for sure
(edit) @14132 [14132] 11/12/08 14:17:33 vboxsync please no DEFS + in Makefiles together with Config.kmk because this will …
(edit) @13999 [13999] 11/10/08 13:09:18 vboxsync fixed triple fault, implemented segment sync code, maybe not really needed
(edit) @13968 [13968] 11/07/08 16:48:52 vboxsync - fixed bug in implementation of ARPL with memory operand, perventing OS2 …
(edit) @13882 [13882] 11/05/08 18:04:00 vboxsync cleanups
(edit) @13881 [13881] 11/05/08 18:01:56 vboxsync cleanup, 32-bit TCG recompiler works with gcc
(edit) @13870 [13870] 11/05/08 15:41:08 vboxsync intermediate
(edit) @13853 [13853] 11/05/08 13:56:15 vboxsync primitive REM state dumper
(edit) @13841 [13841] 11/05/08 04:38:52 vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840 [13840] 11/05/08 04:31:46 vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839 [13839] 11/05/08 04:27:47 vboxsync And yet more %V* -> %R* changes…
(edit) @13838 [13838] 11/05/08 04:16:55 vboxsync Some more %V* -> %R* changes while at it.
(edit) @13837 [13837] 11/05/08 03:54:02 vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make …
(edit) @13836 [13836] 11/05/08 03:42:54 vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13835 [13835] 11/05/08 03:34:43 vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS and …
(edit) @13791 [13791] 11/04/08 17:12:57 vboxsync Moving data around
(edit) @13782 [13782] 11/04/08 13:16:30 vboxsync More SMP groundwork.
(edit) @13755 [13755] 11/03/08 16:49:06 vboxsync Started with VM request API changes.
(edit) @13732 [13732] 11/01/08 20:50:18 vboxsync Missed ifdefs
(edit) @13731 [13731] 11/01/08 20:39:12 vboxsync more cleanup, 32-bit mode still doesn't work. Very hard to tell why.
(edit) @13726 [13726] 10/31/08 20:30:54 vboxsync Some 32-bit work, not yet working
(edit) @13716 [13716] 10/31/08 15:11:01 vboxsync recompiler build fix
(edit) @13709 [13709] 10/31/08 11:29:13 vboxsync Flush the TBs during reset.
(edit) @13708 [13708] 10/31/08 11:26:14 vboxsync Skip the TB flush as that's rather expensive and not necessary for single …
(edit) @13672 [13672] 10/30/08 13:09:07 vboxsync improved external events check performance, synced couple VBOX-specific …
(edit) @13652 [13652] 10/29/08 15:16:35 vboxsync Solaris and general 32-bit compilation fixes
(edit) @13649 [13649] 10/29/08 13:27:45 vboxsync draft 32-bit recompiler
(edit) @13615 [13615] 10/28/08 13:54:17 vboxsync build fix (Knut, could you please updae both recompilers, if making …
(edit) @13600 [13600] 10/27/08 20:56:16 vboxsync simplified JAX-WS wrappper generation, fixed SDK build
(edit) @13569 [13569] 10/26/08 10:46:20 vboxsync New recompiler successfully boots 32 and 64 guests on 64-bit Linux.
(edit) @13559 [13559] 10/24/08 16:38:42 vboxsync made TCG generate VBOX-aware phys mem access code, some more QEMU code …
(edit) @13539 [13539] 10/23/08 17:13:09 vboxsync integrated Sander's changes to recompiler, support jumping between …
(edit) @13504 [13504] 10/22/08 18:59:34 vboxsync amd64 TCG stated breathing (not much code executed yet)
(edit) @13480 [13480] 10/22/08 11:51:55 vboxsync proto
(edit) @13456 [13456] 10/21/08 18:55:48 vboxsync support for helper invocations outside of 32-bit range, compilation fixes
(edit) @13442 [13442] 10/21/08 15:34:03 vboxsync debug MSVC build fixes
(edit) @13440 [13440] 10/21/08 15:18:34 vboxsync further MSVC stuff, almost there
(edit) @13437 [13437] 10/21/08 15:06:33 vboxsync OSE header fixes
(edit) @13384 [13384] 10/20/08 01:01:08 vboxsync more MSC stuff
(edit) @13383 [13383] 10/19/08 22:55:30 vboxsync cleaned up some mess
(edit) @13382 [13382] 10/19/08 22:45:30 vboxsync more MSVC-related stuff
(edit) @13370 [13370] 10/17/08 13:58:09 vboxsync MSVC related changes
(edit) @13359 [13359] 10/17/08 00:20:52 vboxsync solaris new recompiler
(edit) @13358 [13358] 10/16/08 23:35:59 vboxsync fixed couple cosmetical issues
(edit) @13357 [13357] 10/16/08 23:16:27 vboxsync new codegen compiles, very unlikely works
(edit) @13337 [13337] 10/16/08 13:59:21 vboxsync more recompiler work
(edit) @13306 [13306] 10/15/08 23:17:04 vboxsync IPRT,++: some assert.h cleanup, making a suitable place to call panic() in …
(edit) @13301 [13301] 10/15/08 22:17:20 vboxsync more synchronization with QEMU - things get pretty hairy
(edit) @13230 [13230] 10/13/08 21:03:16 vboxsync further new recompiler work
(edit) @13184 [13184] 10/10/08 19:04:38 vboxsync intermediate TCG integration step
(copy) @13168 [13168] 10/10/08 13:46:18 vboxsync recompiler_new as 'svn copy' of recompiler
copied from trunk/src/recompiler:
(edit) @13144 [13144] 10/10/08 00:44:11 vboxsync #1865: Implmented the alternative R0 code for darwin (turned out to be all …
Note: See TracRevisionLog for help on using the revision log.

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy