summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/BaseMemoryLibStm
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: remove BaseMemoryLibStmArd Biesheuvel2016-10-2424-2439/+0
* ArmPkg/BaseMemoryLibStm: implement new IsZeroBuffer() API functionArd Biesheuvel2016-09-024-0/+101
* ArmPkg/BaseMemoryLibStm: implement new IsZeroGuid() API functionArd Biesheuvel2016-09-021-0/+29
* ArmPkg/BaseMemoryLibSm: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-112-9/+6
* ArmPkg: Rectify file modesEvan Lloyd2016-01-3021-0/+0
* ArmPkg: use unified asm syntax for CLANGArd Biesheuvel2015-12-151-1/+2
* ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen2015-12-033-6/+5
* ArmPkg/BaseMemoryLib(Sym|Vstm): Do not post increment returned pointerOlivier Martin2015-04-021-4/+8
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1914-92/+92
* ArmPkg: Added Aarch64 supportHarry Liebel2013-07-183-1/+235
* ARM Packages: Fixed line endingsoliviermartin2013-01-251-61/+61
* ARM Packages: Moved ARM assembly files to 'Arm' subdirectoryoliviermartin2012-09-281-1/+3
* ArmPkg/BaseMemoryLibStm: Removed duplicated instruction in InternalMemSetMem()oliviermartin2012-07-042-3/+1
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-1/+0
* ArmPkg: Enhance CompareGuid performance by using CompareMem instead of nested...oliviermartin2012-05-311-11/+1
* ArmPkg: Fix InternalMemCopyMem()oliviermartin2011-03-312-94/+212
* Fix issue with fixing tabs.andrewfish2011-02-024-194/+194
* Remove tabs from all text files in the package.andrewfish2011-02-024-194/+194
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-022-4/+2
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-152-0/+2
* Update the copyright notice formathhtian2010-04-2921-43/+43
* Add some ldm/vldm optimized CopyMem routines. Add performance macros to BDS andrewfish2010-04-2121-0/+1967