summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibMmx
Commit message (Expand)AuthorAgeFilesLines
* Update the copyright notice formathhtian2010-04-2358-116/+116
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* 1. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian2009-12-076-8/+10
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-052-2/+71
* Use "movd" instruction to manipulate MMX register to support more GNU assembl...qhuang82009-08-125-5/+5
* clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang82009-08-1124-182/+169
* Replace .globl with ASM_GLOBALxli242009-05-2022-22/+22
* cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...eric_tian2009-05-1511-22/+22
* INF file verified, and Coding Style reviewed.gikidy2009-01-091-3/+3
* Update copyright for files modified in this yearqhuang82008-12-2934-34/+34
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-111-2/+2
* Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy2008-11-259-28/+45
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* Update to use DOS formatqhuang82008-11-0311-647/+647
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-1/+0
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+3
* modify CopyMem.S to align with CopyMem.asmeric_tian2008-10-231-10/+18
* add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use "....eric_tian2008-10-2212-57/+581
* CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian2008-10-2113-157/+120
* 1. Change 0 == Length style to Length == 0lgao42008-09-1829-41/+99
* Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao42008-09-088-8/+8
* remove the unused msa files in MdePkg.lgao42008-08-251-91/+0
* Code Scrub for MdePkg.yshang12008-07-251-2/+2
* Code scrub:yshang12008-07-0812-13/+14
* Changed to pass the build with Visual Studio 2005jwang362007-10-101-3/+3
* Add dependent packages in INF of modules.yshang12007-08-291-0/+4
* Import BaseMemoryLibMmx.yshang12007-07-2350-0/+3233
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-0149-3138/+0
* Add supported module type & arch filter for all libraries in MdePkg to filter...qhuang82007-01-301-8/+8
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-251-6/+11
* Port a couple of files to gnu assembly.bbahnsen2006-11-232-0/+124
* 1. Add the fix for the following Bugs:cwu112006-11-037-7/+7
* Remove the duplicated Copy Right in msa header.lgao42006-09-271-10/+0
* 1.Fix .global issue in GAS (EdkT207).qhuang82006-09-2511-18/+18
* 1. Updated function headers for all assembly functionbxing2006-07-2835-242/+418
* Added license & copyright declarationjwang362006-07-131-0/+10
* Fix bug in .S files.qhuang82006-07-132-3/+2
* BasePrintLib: Fix Buffer Overflow issue.qhuang82006-07-131-2/+2
* 1. Updated some files’ description files in MdePkg, EdkModulePkg & EdkNt32Pkg.qhuang82006-07-121-2/+4
* 1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTORbxing2006-07-121-7/+7
* sync GCC assembly files with MASM assembly filesqhuang82006-07-111-1/+1
* 1. BaseSmbusLib: Make SmbusReadDataByte() & SmbusWriteBlock() function well ...qhuang82006-07-101-0/+2
* Redefine SPEC and Release Version to 0x20000lgao42006-07-071-6/+6
* Obsoleted by new schema and new build tools.jwang362006-07-072-76/+0
* Fixed the GCC assembler issue. Now we can use full GCC tools to build our pac...jwang362006-07-061-0/+11
* DebugLib:qhuang82006-07-0513-37/+31
* removed unnecessary name space declarations in some top level elementsjwang362006-06-301-3/+3
* converted all surface area description files to new schemajwang362006-06-301-62/+59
* 1.BaseMemoryLibMmx: Add X64 Cpu Arch support.qhuang82006-06-2811-12/+486
* • BaseMemoryLib:qhuang82006-06-2612-107/+107