VirtualBox

source: vbox/trunk/include/iprt/asm.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @25493   15 years vboxsync iprt/asm.h: Just use the assembly for MSC variant since we've got it.
(edit) @25490   15 years vboxsync iprt/asm.h: Adding ASMAtomicCmpXchgU8, ASMAtomicCmpXchgS8 and …
(edit) @24452   15 years vboxsync iprt/asm.h: Added ASMIsAmdCpuEx and ASMIsAmdCpu.
(edit) @24060   15 years vboxsync iprt/asm.h: todos.
(edit) @22280   15 years vboxsync ASMIntDisableFlags() / gcc: don't use '=rm' as output constraint …
(edit) @22279   15 years vboxsync ASMGetFlags() / gcc: don't use '=g' (includes '=m') as output …
(edit) @22005   15 years vboxsync ASMMemIsZeroPage: require 16-byte alignment.
(edit) @22004   15 years vboxsync iprt/asm.h: Added ASMMemIsZeroPage.
(edit) @21943   15 years vboxsync iprt/asm.h: typos.
(edit) @21544   15 years vboxsync iprt/asm.h: ASMIntAreEnabled build fix.
(edit) @21535   15 years vboxsync iprt/asm.h: Added ASMIntAreEnabled and ASMNopPause. Fixed a bunch of …
(edit) @21451   15 years vboxsync iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
(edit) @21236   15 years vboxsync Windows build fix
(edit) @21235   15 years vboxsync windows build fix
(edit) @21234   15 years vboxsync IPRT: added ASMMemoryFenceSSE2(), ASMWriteFenceSSE(), …
(edit) @20789   15 years vboxsync iprt/asm.h: larger notes about alignment.
(edit) @20785   15 years vboxsync IPRT: the ASMAtomicBit* functions must work on 32-bit …
(edit) @20624   15 years vboxsync iprt/asm.h: ASMSerializeInstruction.
(edit) @20622   15 years vboxsync fix comment copy/paste bug
(edit) @20242   16 years vboxsync View HW Accel: OpenGL framebuffer
(edit) @19762   16 years vboxsync iprt/asm.h: seems all 4.3.x versions of gcc have troulbe with cmpxchg …
(edit) @19738   16 years vboxsync iprt/asm.h: fixed the atomic operations on handles.
(edit) @19645   16 years vboxsync Removed redundant conditions around ASMAtomicCmpXchgU64 and …
(edit) @19601   16 years vboxsync Attempt to fix 64-bit Linux builds.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19524   16 years vboxsync iprt/asm.h: try work around gcc 4.3.3/x86 issues in …
(edit) @19305   16 years vboxsync VBox/x86.h: ASMWriteBackAndInvalidateCaches, ASMHalt, and …
(edit) @18579   16 years vboxsync IPRT: Solaris 10 compilation
(edit) @18521   16 years vboxsync iprt/asm.h: Finally added string I/O.
(edit) @18368   16 years vboxsync iprt/asm.h: Cleaned up ASMBitNextSet and ASMBitNextClear.
(edit) @15216   16 years vboxsync iprt/asm.h: Fixed buggy ASMIsIntelCpu and ASMIsIntelCpuEx; the latter …
(edit) @14808   16 years vboxsync iprt/asm.h: GNU C/C++ defined PIC to indicate whether -fPIC …
(edit) @14246   16 years vboxsync ASMAtomicSubS32/U32.
(edit) @14073   16 years vboxsync asm.h: ASMAtomicXchgR3Ptr, ASMAtomicXchgR0Ptr, ASMAtomicXchgRCPtr.
(edit) @13925   16 years vboxsync Correct 2 typos in comments. No content changes.
(edit) @13511   16 years vboxsync const
(edit) @12680   16 years vboxsync readdr & writedr aren't 64 bits only in the intrinsic case.
(edit) @12238   16 years vboxsync iprt/asm.h: next try
(edit) @12237   16 years vboxsync fixed r36224
(edit) @12235   16 years vboxsync less input registers
(edit) @12232   16 years vboxsync iprt/asm.h: better fix
(edit) @12223   16 years vboxsync iprt/asm.h: Fixed gnu asm bug in ASMSetDR*(), the input (uDRVal) was …
(edit) @12221   16 years vboxsync iprt/asm.h: Use the intrinsic readdr and writedr introduced in VC …
(edit) @12176   16 years vboxsync ASMAtomicXchgU64 fix
(edit) @12164   16 years vboxsync iprt/asm.h: Forced the darwin build into working. Needs cleanup.
(edit) @12156   16 years vboxsync not necessary
(edit) @12153   16 years vboxsync asm fixes for gcc-4.3, hope this compiles
(edit) @12092   16 years vboxsync Compile fixes
(edit) @12088   16 years vboxsync fix Linux builds
(edit) @12087   16 years vboxsync Functions for setting dr0-3, 6 & 7.
(edit) @12086   16 years vboxsync Functions to fetch dr0-3 & 6.
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
(edit) @10997   16 years vboxsync iprt/asm.h: comment.
(edit) @10996   16 years vboxsync iprt/asm.h: shut up stupid MSC warning.
(edit) @10995   16 years vboxsync iprt: Added ASMByteSwapU16/64 and unit test for them + U32.
(edit) @10943   16 years vboxsync iprt/asm.h: Fixed missing ASMAtomicReadU64 and ASMAtomicUoReadU64 on …
(edit) @10939   16 years vboxsync iprt/asm.h: Added a bunch of atomic operations for IPRT handles …
(edit) @9581   16 years vboxsync const + small optimization
(edit) @9528   16 years vboxsync fixes in setparentuuid and read/write to support diff images.
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @9183   17 years vboxsync Fixed broken ASMMemFill32 implementation for VC80+. Use stosq when …
(edit) @8889   17 years vboxsync Added ASMGetCpuModuleIntel/Amd and ASMIsIntelCpu and ASMIsIntelCpuEx …
(edit) @8882   17 years vboxsync Added ASMGetCpuFamily, ASMGetCpuModel and ASMGetCpuStepping to pack up …
(edit) @8277   17 years vboxsync indent. put the remarks on the group definition.
(edit) @8275   17 years vboxsync indent.
(edit) @8264   17 years vboxsync volatile applies to rdmsr as well
(edit) @8253   17 years vboxsync fix assembler getters()
(edit) @8245   17 years vboxsync rebranding: IPRT files again.
(edit) @8163   17 years vboxsync rebrand IPRT
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @7638   17 years vboxsync Another one.
(edit) @7637   17 years vboxsync cmpxchgl may change eax on failure, so tell the compiler that it …
(edit) @7633   17 years vboxsync ASMMemIsAllU32
(edit) @7182   17 years vboxsync Worked around ASMAtomicXchgU8 breakage on g++ (GCC) 3.4.4 20050721 …
(edit) @7180   17 years vboxsync Added ASMAtomicAddU32 and ASMAtomicAddS32. Extended the inline …
(edit) @7170   17 years vboxsync Doxygen fixes. (DOXYGEN -> DOXYGEN_RUNNING, ++)
(edit) @7103   17 years vboxsync backed out r28333 as it didn't fix anything
(edit) @7090   17 years vboxsync fixed ASMAtomicXchgU64 for 32-bit hosts
(edit) @6782   17 years vboxsync Added a bunch of ASMAtomic*Read/Write functions and …
(edit) @6653   17 years vboxsync Yet another fix for ASMAtomicCmpXchgExU64, needed by 32bit gcc with …
(edit) @6651   17 years vboxsync typo
(edit) @6650   17 years vboxsync cmpxchg optimization
(edit) @6648   17 years vboxsync Fixed ASMAtomicCmpXchgExU64 on 32bit windows.
(edit) @6647   17 years vboxsync fixed ASMAtomicCmpXchgExU64()
(edit) @6646   17 years vboxsync Attempt to fix ASMAtomicCmpXchgExU64 with 32bit gcc. It compiles, but …
(edit) @6644   17 years vboxsync Add CmpXchg functions to IPRT which additionally pass back the old …
(edit) @6385   17 years vboxsync small optimization
(edit) @6334   17 years vboxsync small optimization
(edit) @6175   17 years vboxsync introduced ASMCpuId_Idx_ECX() as cpuid(4) requires ecx as additional …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5997   17 years vboxsync small optimization
(edit) @5605   17 years vboxsync BIT => RT_BIT, BIT64 => RT_BIT_64. BIT() is defined in Linux 2.6.24
(edit) @5550   17 years vboxsync be less strict here
(edit) @5490   17 years vboxsync Converted gcc ASMMultU64ByU32DivByU32 inline code to nasm in order to …
(edit) @5233   17 years vboxsync Added a request for resetting GVMM stats. not hooked up to STAM yet.
(edit) @4473   17 years vboxsync movxz -> movzbl in the GNU parts. (hopefully this fixes some mac os x …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3636   17 years vboxsync AMD64 -> RT_ARCH_AMD64; X86 -> RT_ARCH_X86; [OS] (except …
(edit) @3630   17 years vboxsync iprt_hdr_h -> _iprt_hdr_h
(edit) @3361   17 years vboxsync fixed some GNU asm macros (missing clobber)
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