VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104056   8 months vboxsync VMM/IEM: Implement native emitters for IEM_MC_LOCAL_ASSIGN(), …
(edit) @104040   8 months vboxsync iprt/armv8.h: Data processing instructions with to register inputs. …
(edit) @104039   8 months vboxsync iprt/armv8.h: Data processing instructions with to register inputs. …
(edit) @104013   8 months vboxsync iprt/arm64.h: Build fix. bugref:10614
(edit) @104010   8 months vboxsync *: Fixed various calloc argument order warnings from gcc 14.
(edit) @103990   8 months vboxsync VMM/IEM: Fix the SIMD guest register value checking, cnt operates on …
(edit) @103976   8 months vboxsync iprt/cdefs.h: RT_OVERRIDE adj for clang; added RT_FINAL.
(edit) @103930   8 months vboxsync include: kmk incs; bugref:9898
(edit) @103929   8 months vboxsync iprt/x86.h: Added X86_OP_VEX3_BYTE1_MAKE(). bugref:9898
(edit) @103894   8 months vboxsync VMM/IEM: Add SIMD local variable support and implement native emitters …
(edit) @103887   8 months vboxsync iprt/asm-math.h,ValKit/bs3-cpu-instr-3: 32-bit watcom implementation …
(edit) @103860   8 months vboxsync VMM/IEM: Reworked iemNativeEmitMaybeRaiseSseRelatedXcpt to avoid …
(edit) @103833   8 months vboxsync iprt/armv8.h: Corrected assertion in Armv8A64MkInstrLogicalImm. …
(edit) @103822   8 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103821   8 months vboxsync VMM/IEM: Use vpbroadcast, some VEX3 prefix cleanups, bugref:10614
(edit) @103815   8 months vboxsync VMM/IEM: Implement native emitter for …
(edit) @103777   8 months vboxsync VMM/IEM: Implement emitter for IEM_MC_STORE_XREG_U64() and some fixes …
(edit) @103758   8 months vboxsync VMM/IEM: More amd64 fixes for SIMD enablement, bs3-cpu-instr-3 works …
(edit) @103755   8 months vboxsync iprt/cdefs.h: Fixed typo in r161965. bugref:10376
(edit) @103754   8 months vboxsync include/iprt/armv8.h: Fix generation of umov instruction, bugref:10614
(edit) @103733   8 months vboxsync include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [fix]
(edit) @103732   8 months vboxsync include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [overly …
(edit) @103722   8 months vboxsync include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [doxygen]
(edit) @103716   8 months vboxsync include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614 [doxygen]
(edit) @103715   8 months vboxsync include/iprt/armv8.h: Some NEON/SIMD helpers, bugref:10614
(edit) @103691   8 months vboxsync VMM/IEM: Implemented iemNativeEmit_adc_r_r_efl and enabled it on both …
(edit) @103675   8 months vboxsync VMM/IEM: Implemented iemNativeEmit_sub_r_r_efl and enabled it for both …
(edit) @103668   8 months vboxsync include/iprt/x86.h: Some _BIT definitions for the CR registers, …
(edit) @103638   8 months vboxsync include/iprt/assert.h: Add AssertReleaseStmt() and …
(edit) @103628   8 months vboxsync iprt/net.h: Some inlined IPv4 initialization and conversion to/from …
(edit) @103626   8 months vboxsync include/iprt/nocrt/assert.h: missing parentheses
(edit) @103611   8 months vboxsync ValKit/bs3-cpu-instr-2: Test the alternate reg/reg encoding of and, …
(edit) @103607   8 months vboxsync iprt/cdefs.h: Introducing RT_ARCH_VAL which is set to …
(edit) @103606   8 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103605   8 months vboxsync include/iprt: reverted 161962 as it committed a little too much. …
(edit) @103604   8 months vboxsync iprt/armv8.h: CSEL and friends. bugref:10376
(edit) @103585   8 months vboxsync VMM/IEM: Native translation of …
(edit) @103459   9 months vboxsync iprt/string.h: Make sure mempcpy is prototyped on OS/2 (it's part of …
(edit) @103446   9 months vboxsync iprt/assert.h: Added AssertContinueStmt. [build fix]
(edit) @103444   9 months vboxsync IPRT: Reverted r161541, r161577 & r161578 because the RTStrCopy2 and …
(edit) @103373   9 months vboxsync iprt/assert.h: Added AssertContinueStmt. [build fix]
(edit) @103372   9 months vboxsync iprt/assert.h: Added AssertContinueStmt.
(edit) @103283   9 months vboxsync IPRT/string: Added RTStrCat2() as a convenient function.
(edit) @103262   9 months vboxsync IPRT,VMMDev,Bs3Kit: Added support for sub-sub-tests to better deal …
(edit) @103252   9 months vboxsync IPRT/string: Added RTStrCopy2() as a convenient function.
(edit) @103122   9 months vboxsync iprt/cdefs.h: Fix typo in RT_FLEXIBLE_ARRAY definition from r113933, …
(edit) @103082   10 months vboxsync fix doxygen complain
(edit) @103025   10 months vboxsync *: Replaced some ASMMemZero32 uses with RT_BZERO. bugref:10588
(edit) @103024   10 months vboxsync iprt/string.h,VBoxGuest-linux.c,linux/sharedfolders/vfsmod.c: Replaced …
(edit) @103017   10 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103014   10 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   10 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103006   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103005   10 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @103004   10 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @103002   10 months vboxsync iprt/x86.h: Made this header usable with the assembler on …
(edit) @103001   10 months vboxsync iprt/assertcompile.h,iprt/stdint.h: Made these header usable with the …
(edit) @103000   10 months vboxsync iprt/bldprog-strtab-template.cpp.h: Fix comments to clang v15 doesn't …
(edit) @102999   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions (fix kernel version in …
(edit) @102994   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102993   10 months vboxsync Add wrapper for strlcpy/strscpy functions, build fix, bugref:10584. …
(edit) @102992   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, build fix, …
(edit) @102989   10 months vboxsync iprt: Add wrapper for strlcpy/strscpy functions, bugref:10584.
(edit) @102986   10 months vboxsync x86.h: bugref:10318 CPUID and MSR bits for upcoming logging of …
(edit) @102962   10 months vboxsync iprt/asm.h: Working over the ASMAtomic*And|Or|Xor* functions for arm64 …
(edit) @102961   10 months vboxsync iprt/asm.h: Working over the ASMAtomic*Inc|Dec|Add|Sub* functions for …
(edit) @102960   10 months vboxsync iprt/asm.h: Working over the ASMAtomicCmpXchg* functions for arm64 …
(edit) @102959   10 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 again, …
(edit) @102941   10 months vboxsync iprt/asm.h: Working over the ASMAtomicXchg* functions for arm64 w/ …
(edit) @102940   10 months vboxsync iprt/asm.h: Working over the ASMAtomic*Read* functions for arm64 w/ …
(edit) @102939   10 months vboxsync iprt/asm.h: Working over the ASMAtomicWrite* functions for arm64 w/ …
(edit) @102938   10 months vboxsync iprt/asm.h: Added a CLREX instruction to the cmpxchg sequences on …
(edit) @102770   10 months vboxsync VMM/IEM: ARM fixes for native IEM_MC_PUSH translation. bugref:10371
(edit) @102735   10 months vboxsync VMM/IEM: Porting the TLB lookup code to ARM. Compiles, but needs …
(edit) @102717   11 months vboxsync VBox/VMM: Outlined native TLB lookup code for IEM_MC_MEM_MAP_XXXX on …
(edit) @102688   11 months vboxsync iprt/armv8.h: Corrected Armv8A64MkInstrLslImm. bugref:10371
(edit) @102669   11 months vboxsync iprt/armv8.h: doxygen fixes. bugref:10371
(edit) @102647   11 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102646   11 months vboxsync x86.h: bugref:10498 Added MSR_IA32_MTRR_PHYSBASE_MT_MASK.
(edit) @102629   11 months vboxsync Typo fix.
(edit) @102628   11 months vboxsync IPRT/x86: Added a subset of CPUID leaf 6 bits.
(edit) @102624   11 months vboxsync VMM/IEM: BODY_CONSIDER_CS_LIM_CHECKING. bugref:10371
(edit) @102623   11 months vboxsync VMM/IEM: ARM64 version of BODY_CHECK_OPCODES, enabled two more …
(edit) @102562   11 months vboxsync IPRT/http: Fixed a memory leak, updated docs. bugref:9437
(edit) @102554   11 months vboxsync IPRT/uri.h: Improved docs.
(edit) @102510   11 months vboxsync VMM/IEM: 64-bit effective address calculation …
(edit) @102491   11 months vboxsync IRPT/shacrypt: Minor cleanups, doxygen fix. bugref:10551
(edit) @102488   11 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102449   11 months vboxsync VMM/IEM: movsx & movzx from registers. [arm build fix] bugref:10371
(edit) @102447   11 months vboxsync VMM/IEM: movsx & movzx from registers. bugref:10371
(edit) @102377   12 months vboxsync VMM/IEM: Use UBFX instead of BFI for loading a high 8-bit register …
(edit) @102375   12 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102373   12 months vboxsync iprt/armv8.h: movk fix. bugref:10371
(edit) @102370   12 months vboxsync VMM/IEM: Some ARM bugfixes. bugref:10371
(edit) @102361   12 months vboxsync IPRT/crypto: Changed the signature of RTCrShaCryptGenerateSalt(). …
(edit) @102360   12 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   12 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102335   12 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102298   12 months vboxsync IPRT/crypto/shacrypt: Docs. bugref:10551
(edit) @102297   12 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
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