summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseSynchronizationLib/Ia32
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0910-70/+10
* MdePkg/BaseSynchronizationLib: Fix InternalSync[De|In]crementRuiyu Ni2018-11-081-2/+2
* MdePkg/BaseSynchronizationLib GCC: simplify IA32 InternalSyncCompareExchange64()Laszlo Ersek2018-10-171-4/+1
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange32()Laszlo Ersek2018-10-171-5/+4
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange16()Laszlo Ersek2018-10-171-5/+4
* MdePkg/BaseSynchronizationLib GCC: fix whitespace and commentsLaszlo Ersek2018-10-171-19/+16
* MdePkg/BaseSynchronizationLib: fix XADD operands in GCC IA32/X64 assemblyLaszlo Ersek2018-09-261-6/+6
* MdePkg/SynchronizationLib: fix Interlocked[De|In]crement return valueRuiyu Ni2018-09-255-102/+18
* MdePkg: Clean up source filesLiming Gao2018-06-282-15/+15
* MdePkg: Remove X86 ASM and S filesLiming Gao2018-06-075-222/+0
* MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIsMichael Kinney2016-11-1715-30/+30
* MdePkg BaseSynchronizationLib InterlockedCompareExchange64: Fix ICC buildLiming Gao2016-10-181-1/+1
* MdePkg/BaseSynchronizationLib: spin lock alignment is 32 at leastJeff Fan2016-07-141-0/+4
* MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedIncrement.asm to NASMJordan Justen2016-06-281-0/+39
* MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedDecrement.asm to NASMJordan Justen2016-06-281-0/+39
* MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange16.asm ...Jordan Justen2016-06-281-0/+43
* MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange32.asm ...Jordan Justen2016-06-281-0/+42
* MdePkg BaseSynchronizationLib: Convert Ia32/InterlockedCompareExchange64.asm ...Jordan Justen2016-06-281-0/+48
* MdePkg/BaseSynchronizationLib: Add spin lock alignment for IA32/x64Jeff Fan2016-04-051-0/+60
* MdePkg: Convert non DOS format files to DOS formatHot Tian2015-03-052-97/+97
* MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16Ard Biesheuvel2015-02-283-0/+139
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-259-15/+15
* Temporarily remove build-in __sync_val_compare_and_swap() in the implementati...qhuang82010-05-191-22/+2
* Update copyright formathhtian2010-05-181-3/+3
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-185-164/+193
* Update the copyright notice formathhtian2010-04-2312-24/+24
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-231-193/+0
* Fix file headermdkinney2009-08-241-2/+2
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-193/+193
* Add ARM supportmdkinney2009-08-181-0/+193
* Replace .globl with ASM_GLOBALxli242009-05-204-4/+4
* Split out Synchronization Library from Base Librarymdkinney2009-01-3012-0/+525