]> git.proxmox.com Git - mirror_edk2.git/history - MdePkg/Library/BaseMemoryLibRepStr
PeCoffGetEntryPointLib: Fix spelling issue
[mirror_edk2.git] / MdePkg / Library / BaseMemoryLibRepStr /
2016-11-04 Ard BiesheuvelMdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()
2016-08-22 Hao WuMdePkg BaseMemoryLib: Add assembly implementation of...
2016-08-22 Hao WuMdePkg BaseMemoryLib: Add implementation of API IsZeroG...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/CopyMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/SetMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/SetMem16.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/SetMem32.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/SetMem64.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/ZeroMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/CompareMem...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/ScanMem8.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/ScanMem16.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/ScanMem32.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert X64/ScanMem64.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/CopyMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/SetMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/SetMem16.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/SetMem32.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/SetMem64.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/ZeroMem.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/CompareMem...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/ScanMem8.asm...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/ScanMem16...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/ScanMem32...
2016-06-28 Jordan JustenMdePkg BaseMemoryLibRepStr: Convert Ia32/ScanMem64...
2015-12-15 Jordan JustenMdePkg: Convert all .uni files to utf-8
2015-04-27 Michael KinneyMdePkg/BaseMemoryLibRepStr: Support IA32 processors...
2014-09-03 Gao, LimingMdePkg: Convert non DOS format files to DOS format
2014-08-27 Gao, LimingMdePkg: INF/DEC file updates to EDK II packages
2014-08-27 Gao, LimingMdePkg: INF/DEC file updates to EDK II packages
2014-08-11 Gao, LimingMdePkg: Fix Clang build failure
2010-06-25 myronporterMinor grammatical work--mostly adding periods. Items...
2010-04-23 hhtianUpdate the copyright notice format
2010-02-24 lgao41. Correct File header to ## @file
2009-12-07 eric_tian1. fix the wrong description, change "target the buffer...
2009-12-05 mdkinneyAdd SetMemN() and ScanMemN() to the BaseMemoryLib class...
2009-08-11 qhuang8clean up all of eight BaseMemoryLib instances in MdePkg...
2009-05-20 xli24Replace .globl with ASM_GLOBAL
2009-05-15 eric_tiancleanup the .S file to wrap all public symbols with...
2009-01-09 gikidyINF file verified, and Coding Style reviewed.
2008-12-29 qhuang8Update copyright for files modified in this year
2008-12-11 gikidySynchronize MdePkg h files to Library/Base* c files.
2008-11-25 gikidySynchronize function comment in MdePkg\Library\BaseMemo...
2008-11-25 lgao4Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATI...
2008-11-03 qhuang8Update to use DOS format
2008-10-29 eric_tianRemove unnessary UEFI_SPECIFICATION_VERSION and PI_SPEC...
2008-10-28 xli24Refine file header for INF files of MDE library instances.
2008-10-23 eric_tianunify the name convention of label in .S files
2008-10-22 eric_tianadd corresponding .S files for BaseMemoryLibXXX X64...
2008-10-21 eric_tianCodeReview for MdePkg/BaseMemoryXXX libraries. Refine...
2008-09-25 vanjeffrename filename to match actual ones.
2008-09-25 vanjeffRename
2008-09-18 lgao41. Change 0 == Length style to Length == 0
2008-09-17 vanjeffremove unnecessary comments introduced by tools from...
2008-09-08 lgao4Correct the wrong '?' character to '-', and add check...
2008-08-25 lgao4remove the unused msa files in MdePkg.
2008-07-25 yshang1Code Scrub for MdePkg.
2008-07-08 yshang1Code scrub:
2007-10-30 jljustenMdePkg/Library/BaseMemoryLibRepStr/x64/*.S:
2007-10-06 mdkinneyRestore original algorithm and add comments
2007-10-06 mdkinneyReturn buffer in rax
2007-10-06 mdkinneySync with other libs
2007-09-22 mdkinneyFix bug in backward copy for x64
2007-09-19 yshang1Update Mde/MdeModulePkg to support ICC build for IA32...
2007-07-19 yshang1Remove unused comments in MdePkg.
2007-07-12 AJFISHRemoved MdePkg usage of ModuleName: in file headers
2007-07-02 vanjeff1. Port X64, IPF and EBC arch for BaseLib
2007-06-29 AJFISHRemoved CommonHeader.h generated file from the MdePkg.
2007-06-29 AJFISHremoved [includes] section from MdePkg and MdeModulePkg...
2007-06-27 AJFISHUpdated headers to follow coding standard
2007-06-22 vanjeffImport some basic libraries instances for Mde Packages.
2007-06-01 lhauchMoved the MdePkg to OldMdePkg so that new code in MdePk...
2007-01-30 qhuang8Add supported module type & arch filter for all librari...
2007-01-09 bbahnsenThe header file applies to all architectures.
2006-11-03 cwu111. Add the fix for the following Bugs:
2006-09-27 lgao4Remove the duplicated Copy Right in msa header.
2006-09-25 qhuang81.Fix .global issue in GAS (EdkT207).
2006-07-28 bxing1. Updated function headers for all assembly function
2006-07-13 jwang36Added license & copyright declaration
2006-07-13 qhuang8Fix bug in .S files.
2006-07-13 qhuang8BasePrintLib: Fix Buffer Overflow issue.
2006-07-12 qhuang81. Updated some files’ description files in MdePkg...
2006-07-07 lgao4Redefine SPEC and Release Version to 0x20000
2006-07-07 jwang36Obsoleted by new schema and new build tools.
2006-07-06 jwang36Fixed the GCC assembler issue. Now we can use full...
2006-07-05 qhuang8 DebugLib:
2006-06-30 jwang36removed unnecessary name space declarations in some...
2006-06-30 jwang36converted all surface area description files to new...
2006-06-26 qhuang8• BaseMemoryLib:
2006-06-22 qhuang81. UINTN & INTN issue for EBC architecture:
2006-06-20 bbahnsenRemove
2006-06-20 bbahnsenUse capital S for GCC assembly. This enables pre-proces...
2006-06-15 yshang1git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2006-06-13 bbahnsenPrepend underscores to procedure identifiers.
2006-06-13 bbahnsenSync SetMem64 with MASM version.
2006-06-13 qhuang8 BaseMemoryLib (BaseMemoryLibRepStr):
2006-06-07 qhuang8BaseMemoryLib:
2006-05-30 bxing1. Fixed incorrect ASSERT conditions in wrapper functions.
2006-05-29 qhuang8BaseMemoryLib: Add missing ASSERT()s for some interfaces.
2006-05-25 lhauchUpdated MSA by putting Specification element at the...
next