summaryrefslogtreecommitdiff
path: root/ArmPkg/Library/BaseMemoryLibStm
AgeCommit message (Expand)AuthorFilesLines
2016-10-24ArmPkg: remove BaseMemoryLibStmArd Biesheuvel24-2439/+0
2016-09-02ArmPkg/BaseMemoryLibStm: implement new IsZeroBuffer() API functionArd Biesheuvel4-0/+101
2016-09-02ArmPkg/BaseMemoryLibStm: implement new IsZeroGuid() API functionArd Biesheuvel1-0/+29
2016-08-11ArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macroArd Biesheuvel2-9/+6
2016-01-30ArmPkg: Rectify file modesEvan Lloyd21-0/+0
2015-12-15ArmPkg: use unified asm syntax for CLANGArd Biesheuvel1-1/+2
2015-12-03ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen3-6/+5
2015-04-02ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointerOlivier Martin1-4/+8
2014-08-19ARM Packages: Removed trailing spacesRonald Cron14-92/+92
2013-07-18ArmPkg: Added Aarch64 supportHarry Liebel3-1/+235
2013-01-25ARM Packages: Fixed line endingsoliviermartin1-61/+61
2012-09-28ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin1-1/+3
2012-07-04ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin2-3/+1
2012-07-04ArmPkg: Fixed RVCT compiler warningsoliviermartin1-1/+0
2012-05-31ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested...oliviermartin1-11/+1
2011-03-31ArmPkg: Fix InternalMemCopyMem()oliviermartin2-94/+212
2011-02-02Fix issue with fixing tabs.andrewfish4-194/+194
2011-02-02Remove tabs from all text files in the package.andrewfish4-194/+194
2011-02-02Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2-4/+2
2010-12-15Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2-0/+2
2010-04-29Update the copyright notice formathhtian21-43/+43
2010-04-21Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish21-0/+1967