summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLibSse2
Commit message (Expand)AuthorAgeFilesLines
* MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem32.asm to NASMJordan Justen2016-06-282-0/+56
* MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem64.asm to NASMJordan Justen2016-06-282-0/+65
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-4/+4
* MdePkg: Fix Clang build failureGao, Liming2014-08-111-1/+1
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2558-149/+149
* 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-121-1/+1
* clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang82009-08-1124-240/+217
* 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-2937-37/+37
* 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-53/+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-0321-1348/+1348
* 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-1/+2
* unify the name convention of label in .S fileseric_tian2008-10-236-25/+25
* add corresponding .S files for BaseMemoryLibXXX X64 arch. Note that we use "....eric_tian2008-10-2212-24/+736
* CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian2008-10-2113-121/+111
* rename filename to match actual ones.vanjeff2008-09-251-12/+12
* Renamevanjeff2008-09-2511-0/+0
* 1. Change 0 == Length style to Length == 0lgao42008-09-1828-40/+96
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-1712-36/+12
* 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-103/+0
* Code Scrub for MdePkg.yshang12008-07-251-2/+2
* Code scrub:yshang12008-07-0813-27/+22
* Changed to pass the build with Visual Studio 2005jwang362007-10-101-3/+3
* Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12007-09-191-5/+15
* Remove unused comments in MdePkg.yshang12007-07-191-29/+0
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-1212-24/+0
* 1. Port X64, IPF and EBC arch for BaseLibvanjeff2007-07-0233-735/+1284
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-2926-61/+28
* removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH2007-06-291-10/+0
* Updated headers to follow coding standardAJFISH2007-06-271-11/+8
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-2238-0/+2895
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-0147-3203/+0
* BaseMemoryLibSse2 library doesn't support IPF and EBC. I remove these archs f...lgao42007-01-251-1/+1
* The header file applies to all architectures.bbahnsen2007-01-091-2/+2
* 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-25/+25