VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

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

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