VirtualBox

source: vbox/trunk/include/iprt

Revision Log Mode:


Legend:

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