|
|
@106296
|
7 weeks |
vboxsync |
VMM/IEM: Made VBOX_WITH_SAVE_THREADED_TBS_FOR_PROFILING build on arm. …
|
|
|
@106212
|
2 months |
vboxsync |
VMM/IEM: Some machinery for saving threaded TBs and a program for …
|
|
|
@106126
|
2 months |
vboxsync |
VMM/IEM: Eliminated the #ifndef …
|
|
|
@106061
|
2 months |
vboxsync |
Copyright year updates by scm.
|
|
|
@105805
|
3 months |
vboxsync |
VMM/IEM: End TB if we get back to the first instruction again via an …
|
|
|
@105718
|
3 months |
vboxsync |
VMM/IEM: Take down the FLAT PC when compiling TBs the first time. …
|
|
|
@105712
|
3 months |
vboxsync |
VMM/IEM: Kicked out some debug tracing code from iemPollTimers. …
|
|
|
@105698
|
4 months |
vboxsync |
VMM/IEM,TM: Adaptive timer polling and running of the timer queues …
|
|
|
@105673
|
4 months |
vboxsync |
VMM/IEM,TM: Do full-TB looping. Redid timer polling in the recompiler. …
|
|
|
@105560
|
4 months |
vboxsync |
VMM/IEM: A few more TLB tracing events. bugref:10727
|
|
|
@105490
|
4 months |
vboxsync |
VMM/IEM: Basic infrastructure to natively recompile SIMD floating …
|
|
|
@105191
|
5 months |
vboxsync |
VMM/IEM: Redo TB allocation and get rid of the allocation bitmap …
|
|
|
@105179
|
5 months |
vboxsync |
VMM/IEM: Introduce a small cache of recently freed TBs for immediate …
|
|
|
@105178
|
5 months |
vboxsync |
VMM/IEM: Need to set the next hint when a TB got allocated or we start …
|
|
|
@104877
|
6 months |
vboxsync |
VMM/IEM: Removed double checking of the physical TLB revision in …
|
|
|
@104469
|
7 months |
vboxsync |
VMM/IEM: Fix harmless typo, bugref:3409
|
|
|
@104456
|
7 months |
vboxsync |
VMM/IEM: Fixed bug in iemGetTbFlagsForCurrentPc. Skip …
|
|
|
@104407
|
7 months |
vboxsync |
VMM/IEM: Adjusted the TB exit statistics a bit more, adding a few new …
|
|
|
@104406
|
7 months |
vboxsync |
VMM/IEM: Move the opcode checking of the first range from iemTbExec to …
|
|
|
@104405
|
7 months |
vboxsync |
VMM/IEM: Move the opcode checking of the first range from iemTbExec to …
|
|
|
@104391
|
7 months |
vboxsync |
VMM/IEM: Build fix for VBOX_WITH_IEM_RECOMPILER=1 and …
|
|
|
@104362
|
7 months |
vboxsync |
VMM/IEM: Don't unroll loops in TBs. bugref:10653
|
|
|
@104357
|
8 months |
vboxsync |
VMM/IEM: Adding a TB lookup table to each TB, so we can cache which TB …
|
|
|
@104322
|
8 months |
vboxsync |
VMM/IEM: Have a single TB prologue which serves as an entry point to …
|
|
|
@104321
|
8 months |
vboxsync |
VMM/IEM: Drop the IEMTHRDEDCALLENTRY::idxRange field as nobody uses …
|
|
|
@104153
|
8 months |
vboxsync |
VMM/IEM: Set pCurTbR3 to NULL in the longjmp'ed/catch block to prevent …
|
|
|
@104123
|
8 months |
vboxsync |
VMM/IEM: Avoid the two RTMemProtect calls in iemExecMemAllocatorFree …
|
|
|
@104114
|
8 months |
vboxsync |
VMM/IEM: Implemented a very simple alternative to …
|
|
|
@104064
|
8 months |
vboxsync |
VMM/IEM: Made the IEMTB::cUsage value the native recompilation is done …
|
|
|
@103852
|
9 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers [symbol …
|
|
|
@103847
|
9 months |
vboxsync |
Move iemTbFlagsToString() to be accessible to both callers, bugref:9898
|
|
|
@103828
|
9 months |
vboxsync |
VMM/IEM: Implemented simple (whole sale) status flag up update …
|
|
|
@103612
|
9 months |
vboxsync |
VMM/IEM: Refinement of r161881 (pbInstrBuf == NULL situation). bugref:10370
|
|
|
@103554
|
9 months |
vboxsync |
VMM/IEM: Some simple TB disassembly interface that can be used from …
|
|
|
@103535
|
9 months |
vboxsync |
VMM/IEM: Quick hack for catching and dealing with pbInstrBuf == NULL …
|
|
|
@103404
|
10 months |
vboxsync |
VMM/IEM: Threaded function statistics. bugref:10376
|
|
|
@103376
|
10 months |
vboxsync |
VMM/IEM: Experimental alternative to throw/longjmp when executing …
|
|
|
@103189
|
10 months |
vboxsync |
VMM/IEM: Better code. bugref:10372
|
|
|
@103188
|
10 months |
vboxsync |
VMM/IEM: Fix. bugref:10372
|
|
|
@103181
|
10 months |
vboxsync |
VMM/IEM: Liveness analysis, part 1. bugref:10372
|
|
|
@102977
|
10 months |
vboxsync |
VMM/IEM: Implemented generic fallback for misaligned x86 locking that …
|
|
|
@102876
|
11 months |
vboxsync |
VMM/IEM: Call different threaded functions for each branch in a …
|
|
|
@102684
|
11 months |
vboxsync |
VMM/IEM: Fixed another bug in related to ah,ch,dh,bh storing (AMD64 …
|
|
|
@102663
|
11 months |
vboxsync |
VMM/IEM: Working on BODY_CHECK_PC_AFTER_BRANCH and sideeffects of it. …
|
|
|
@102557
|
12 months |
vboxsync |
VMM/IEM: Try deal with running out of executable memory. bugref:10371
|
|
|
@102394
|
12 months |
vboxsync |
VMM/IEM: Refactored the native IEM_MC_FETCH_MEM_Uxx code so it can be …
|
|
|
@102387
|
12 months |
vboxsync |
VMM/IEM: doxygen fix. bugref:10547
|
|
|
@102384
|
12 months |
vboxsync |
VMM/IEM: Quick workaround for unaligned atomic instructions on arm64. …
|
|
|
@102366
|
12 months |
vboxsync |
VMM/IEM: Log call as they are emitted by the threaded recompiler. …
|
|
|
@102365
|
12 months |
vboxsync |
VMM/IEM: Fixed bug in threaded recompiler where we'd emit the …
|
|
|
@102332
|
12 months |
vboxsync |
VMM/IEM: Restored the heuristics for when to recompiler to native. …
|
|
|
@102313
|
12 months |
vboxsync |
VMM/IEM: First recompiled memory access. This is without any TLB …
|
|
|
@101908
|
13 months |
vboxsync |
VMM/IEM: Arm64 code generation fixes. bugref:10371
|
|
|
@101704
|
13 months |
vboxsync |
VMM/IEM: Native translation for …
|
|
|
@101538
|
13 months |
vboxsync |
VMM/IEM: Freed up some space in IEMTB for a pointer to debug info or …
|
|
|
@101484
|
14 months |
vboxsync |
VMM/IEM: Basic register allocator sketches that incorporates simple …
|
|
|
@101387
|
14 months |
vboxsync |
VMM/IEM: Added a new class of threaded function variants, the …
|
|
|
@101261
|
14 months |
vboxsync |
VMM/IEM: Corrected FNIEMNATIVETB so it clearly indicates that …
|
|
|
@101245
|
14 months |
vboxsync |
VMM/IEM: nit. bugref:10370
|
|
|
@101163
|
15 months |
vboxsync |
VMM/IEM: Experimental recompilation of threaded blocks into native …
|
|
|
@101111
|
15 months |
vboxsync |
VMM/IEM: Dropped IEMTB_F_STATE_XXX as we use dedicated TBs for …
|
|
|
@101096
|
15 months |
vboxsync |
VMM/IEM: Fixed a bug in the TB allocator pruning code and another one …
|
|
|
@101091
|
15 months |
vboxsync |
VMM/IEM: Fixed collision list issue when removing. Added length …
|
|
|
@101088
|
15 months |
vboxsync |
VMM/IEM,VMM/TM: Basic TB managment and allocation rewrite. bugref:10369
|
|
|
@100869
|
16 months |
vboxsync |
VMM/IEM: Use a fixed maxed-out TB during threaded compilation and …
|
|
|
@100803
|
16 months |
vboxsync |
VMM/IEM: More stats. bugref:10369
|
|
|
@100801
|
16 months |
vboxsync |
VMM/IEM: More complete CS.LIM checking, now considering it on …
|
|
|
@100792
|
16 months |
vboxsync |
VMM/IEM: Properly deal with CPUMCTX_INHIBIT_SHADOW at the start of a …
|
|
|
@100791
|
16 months |
vboxsync |
VMM/IEM: VINF_IEM_REEXEC_MODE_CHANGED -> VINF_IEM_REEXEC_BREAK - more …
|
|
|
@100790
|
16 months |
vboxsync |
VMM/IEM: Don't generate IRQ checks as the first call in a code block, …
|
|
|
@100789
|
16 months |
vboxsync |
VMM/IEM: CS.LIM check fix. bugref:10369
|
|
|
@100787
|
16 months |
vboxsync |
VMM/IEM: Check for IRQs immediately after STI as well as after the …
|
|
|
@100761
|
16 months |
vboxsync |
VMM/IEM: Check for IRQs every so often, especially after sti, popf and …
|
|
|
@100752
|
16 months |
vboxsync |
VMM/IEM: Correctly declare the threaded functions (Visual C++ freaked …
|
|
|
@100736
|
16 months |
vboxsync |
VMM/IEM: Put the instruction tables for the recompiler in a separate …
|
|
|
@100734
|
16 months |
vboxsync |
VMM/IEM: Generate TBs for invalid instruction encodings as well. This …
|
|
|
@100733
|
16 months |
vboxsync |
VMM/IEM,ValKit: Shortened the IEMAllInstruction* file names to …
|
|
|
@100732
|
16 months |
vboxsync |
VMM/IEM: Renamed some source files. bugref:10369
|
|
copied from trunk/src/VBox/VMM/VMMAll/IEMAllThreadedRecompiler.cpp
|
|
|
@100731
|
16 months |
vboxsync |
VMM/IEM: More on recompiling branch instruction. bugref:10369
|