summaryrefslogtreecommitdiffstats
path: root/ArmPkg/Library/CompilerIntrinsicsLib/Arm
Commit message (Expand)AuthorAgeFilesLines
* ArmPkg: Remove RVCT supportRebecca Cran2022-05-137-299/+0
* ArmPkg/CompilerIntrinsicsLib: Add uread, uwrite GCC assembly sourcesPete Batard2019-05-132-0/+107
* ArmPkg/CompilerIntrinsicsLib: Add lasr ARM assembly source for GCCPete Batard2019-05-131-0/+30
* ArmPkg/CompilerIntrinsicsLib: Remove unused sources and clean up .infPete Batard2019-05-1318-1569/+0
* ArmPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0957-399/+57
* ArmPkg/Library/CompilerIntrinsicsLib: Enable VS2017/ARM buildsPete Batard2018-02-074-30/+104
* ArmPkg: Fix modsi3.S compilation across toolchains.Marvin Häuser2017-03-141-1/+1
* ArmPkg/CompilerIntrinsicsLib: replace memcpy and memset with C codeArd Biesheuvel2016-09-015-243/+0
* ArmPkg/CompilerIntrinsicsLib: switch to ASM_FUNC() asm macroArd Biesheuvel2016-08-1124-105/+54
* ArmPkg/CompilerIntrinsicsLib: make the default memset() weakArd Biesheuvel2016-08-051-0/+8
* ArmPkg: Rectify file modesEvan Lloyd2016-01-306-0/+0
* ArmPkg/CompilerIntrinsicsLib: add GCC version of __aeabi_memset()Ard Biesheuvel2015-12-151-2/+17
* ArmPkg: use unified asm syntax for CLANGArd Biesheuvel2015-12-156-12/+18
* ArmPkg: update RVCT assembly functions to use new RVCT_ASM_EXPORT macroEugene Cohen2015-12-0311-37/+24
* ArmPkg/CompilerIntrinsicesLib: Fixed memmove() and memset()Olivier Martin2014-11-114-49/+87
* ARM Packages: Replace tabs by spaces for indentationRonald Cron2014-08-261-1/+1
* ARM Packages: Removed trailing spacesRonald Cron2014-08-1955-265/+265
* ARM Packages: Corrected non-DOS line endingsRonald Cron2014-08-191-1/+1
* ArmPkg/CompilerIntrinsicsLib: Make __aeabi_memcpy the same as memcpyOlivier Martin2014-01-152-22/+21
* ArmPkg/CompilerIntrinsicsLib: Add missing __aeabi_llsl and __aeabi_llsr for GCColiviermartin2013-01-282-0/+80
* ARM Packages: Fixed line endingsoliviermartin2013-01-2556-4160/+4160
* ArmPkg/CompilerIntrinsicsLib: Fixed __aeabi_uwrite8oliviermartin2012-08-021-0/+2
* ArmPkg/CompilerIntrinsicsLib: Added missing __aeabi_uread8 and __aeabi_uwrite8oliviermartin2012-07-122-1/+55
* ArmPkg: Fixed RVCT compiler warningsoliviermartin2012-07-041-0/+2
* ArmPkg/CompilerIntrinsicsLib: Reverse the order of the 'ldrb' instructions in...oliviermartin2011-09-291-38/+38
* ArmPkg/CompilerIntrinsicsLib: Fix __aeabi_memclr and __aeabi_memclr4oliviermartin2011-09-271-0/+2
* ArmPkg/CompilerIntrinsicsLib: Add memory intrinsics for RVCToliviermartin2011-09-072-0/+109
* ArmPkg: Fix ARM builds for XCode32oliviermartin2011-07-282-109/+104
* ArmPlatformPkg: Remove PcdStandalone from Sec module and Introduce ArmPlatfor...oliviermartin2011-07-061-15/+15
* ArmPkg/CompilerIntrinsincsLib: Add div and mullu functions to ARMGCColiviermartin2011-06-032-0/+202
* Fix issue with fixing tabs.andrewfish2011-02-0222-610/+610
* Remove tabs from all text files in the package.andrewfish2011-02-0222-612/+614
* Sync up ArmPkg with patch from mailing list. Changed name of BdsLib.h to BdsU...andrewfish2011-02-0225-52/+26
* Fix typo in __switchiu8() to use r0 in place of r3. andrewfish2011-01-061-4/+4
* Update remaining ARM .S files with INTERWORK_FUNC macro. This is the 2nd half...andrewfish2010-12-1525-6/+31
* Fix Xcode build break.andrewfish2010-07-292-21/+21
* Fix CodeSourcery 2010q1 link issue by adding missing intrinsicsandrewfish2010-07-253-4/+334
* Update the copyright notice formathhtian2010-04-2953-177/+108
* Update intrinsics for code sourcery gccandrewfish2010-03-1720-94/+176
* Add some missing 64-bit math functions for gccAJFISH2010-01-123-0/+147
* Adding support for BeagleBoard. AJFISH2009-12-0648-0/+3468