summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseMemoryLibMmx
AgeCommit message (Expand)AuthorFilesLines
2009-12-071. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian6-8/+10
2009-12-05Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2-2/+71
2009-08-12Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang85-5/+5
2009-08-11clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang824-182/+169
2009-05-20Replace .globl with ASM_GLOBALxli2422-22/+22
2009-05-15cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian11-22/+22
2009-01-09INF file verified, and Coding Style reviewed.gikidy1-3/+3
2008-12-29Update copyright for files modified in this yearqhuang834-34/+34
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy1-2/+2
2008-11-25Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy9-28/+45
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-11-03Update to use DOS formatqhuang811-647/+647
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-2/+3
2008-10-23modify CopyMem.S to align with CopyMem.asmeric_tian1-10/+18
2008-10-22add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use "....eric_tian12-57/+581
2008-10-21CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian13-157/+120
2008-09-181. Change 0 == Length style to Length == 0lgao429-41/+99
2008-09-08Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao48-8/+8
2008-08-25remove the unused msa files in MdePkg.lgao41-91/+0
2008-07-25Code Scrub for MdePkg.yshang11-2/+2
2008-07-08Code scrub:yshang112-13/+14
2007-10-10Changed to pass the build with Visual Studio 2005jwang361-3/+3
2007-08-29Add dependent packages in INF of modules.yshang11-0/+4
2007-07-23Import BaseMemoryLibMmx.yshang150-0/+3233
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch49-3138/+0
2007-01-30Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang81-8/+8
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli241-6/+11
2006-11-23Port a couple of files to gnu assembly.bbahnsen2-0/+124
2006-11-031. Add the fix for the following Bugs:cwu117-7/+7
2006-09-27Remove the duplicated Copy Right in msa header.lgao41-10/+0
2006-09-251.Fix .global issue in GAS (EdkT207).qhuang811-18/+18
2006-07-281. Updated function headers for all assembly functionbxing35-242/+418
2006-07-13Added license & copyright declarationjwang361-0/+10
2006-07-13Fix bug in .S files.qhuang82-3/+2
2006-07-13BasePrintLib: Fix Buffer Overflow issue.qhuang81-2/+2
2006-07-121. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang81-2/+4
2006-07-121. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing1-7/+7
2006-07-11sync GCC assembly files with MASM assembly filesqhuang81-1/+1
2006-07-10 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well ...qhuang81-0/+2
2006-07-07Redefine SPEC and Release Version to 0x20000lgao41-6/+6
2006-07-07Obsoleted by new schema and new build tools.jwang362-76/+0
2006-07-06Fixed the GCC assembler issue. Now we can use full GCC tools to build our pac...jwang361-0/+11
2006-07-05 DebugLib:qhuang813-37/+31
2006-06-30removed unnecessary name space declarations in some top level elementsjwang361-3/+3
2006-06-30converted all surface area description files to new schemajwang361-62/+59
2006-06-281.BaseMemoryLibMmx: Add X64 Cpu Arch support.qhuang811-12/+486
2006-06-26• BaseMemoryLib:qhuang812-107/+107
2006-06-221. UINTN & INTN issue for EBC architecture:qhuang89-132/+127
2006-06-20Removebbahnsen1-68/+0