index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdePkg
/
Library
/
BaseMemoryLibSse2
/
Ia32
Age
Commit message (
Expand
)
Author
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/CopyMem.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/SetMem.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/SetMem16.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/SetMem32.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/SetMem64.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/ZeroMem.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/CompareMem.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem8.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem16.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem32.asm to NASM
Jordan Justen
2016-06-28
MdePkg BaseMemoryLibSse2: Convert Ia32/ScanMem64.asm to NASM
Jordan Justen
2014-08-11
MdePkg: Fix Clang build failure
Gao, Liming
2010-06-25
Minor grammatical work--mostly adding periods. Items with ONLY period added ...
myronporter
2010-04-23
Update the copyright notice format
hhtian
2009-05-20
Replace .globl with ASM_GLOBAL
xli24
2009-05-15
cleanup the .S file to wrap all public symbols with ASM_PFX() macro,which is ...
eric_tian
2008-12-29
Update copyright for files modified in this year
qhuang8
2008-11-03
Update to use DOS format
qhuang8
2008-09-18
1. Change 0 == Length style to Length == 0
lgao4
2007-10-10
Changed to pass the build with Visual Studio 2005
jwang36
2007-07-02
1. Port X64, IPF and EBC arch for BaseLib
vanjeff
2007-06-29
Removed CommonHeader.h generated file from the MdePkg.
AJFISH
2007-06-22
Import some basic libraries instances for Mde Packages.
vanjeff
2007-06-01
Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...
lhauch
2006-09-25
1.Fix .global issue in GAS (EdkT207).
qhuang8
2006-07-28
1. Updated function headers for all assembly function
bxing
2006-07-13
Fix bug in .S files.
qhuang8
2006-07-13
1.Fix SetMem64.S to not use SSE3 instruction
qhuang8
2006-07-12
1. Added '#pragma pack' directive in BaseLib.h for the structure IA32_DESCRIPTOR
bxing
2006-06-20
Use capital S for GCC assembly. This enables pre-processing for PCD support.
bbahnsen
2006-05-30
1. Fixed incorrect ASSERT conditions in wrapper functions.
bxing
2006-05-19
Fix capitalization issues
bbahnsen