summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseSynchronizationLib/X64
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-099-63/+9
* MdePkg/BaseSynchronizationLib: Fix InternalSync[De|In]crementRuiyu Ni2018-11-081-2/+2
* MdePkg/BaseSynchronizationLib GCC: fix X64 InternalSyncCompareExchange64()Laszlo Ersek2018-10-171-6/+4
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange32()Laszlo Ersek2018-10-171-6/+4
* MdePkg/BaseSynchronizationLib GCC: fix InternalSyncCompareExchange16()Laszlo Ersek2018-10-171-6/+4
* MdePkg/BaseSynchronizationLib GCC: fix whitespace and commentsLaszlo Ersek2018-10-171-30/+23
* 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-108/+16
* MdePkg: Clean up source filesLiming Gao2018-06-281-13/+13
* MdePkg: Remove X86 ASM and S filesLiming Gao2018-06-075-202/+0
* MdePkg/BaseSynchronizationLib: Fix function names in function headersMichael Kinney2016-11-1710-10/+10
* MdePkg/BaseSynchronizationLib: Add volatile Interlocked*() APIsMichael Kinney2016-11-1715-32/+32
* MdePkg BaseSynchronizationLib: Convert X64/InterlockedIncrement.asm to NASMJordan Justen2016-06-281-0/+39
* MdePkg BaseSynchronizationLib: Convert X64/InterlockedDecrement.asm to NASMJordan Justen2016-06-281-0/+39
* MdePkg BaseSynchronizationLib: Convert X64/InterlockedCompareExchange16.asm t...Jordan Justen2016-06-281-0/+42
* MdePkg BaseSynchronizationLib: Convert X64/InterlockedCompareExchange32.asm t...Jordan Justen2016-06-281-0/+41
* MdePkg BaseSynchronizationLib: Convert X64/InterlockedCompareExchange64.asm t...Jordan Justen2016-06-281-0/+41
* MdePkg: Convert non DOS format files to DOS formatHot Tian2015-03-051-42/+42
* MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16Ard Biesheuvel2015-02-283-0/+140
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-259-12/+12
* Temporarily remove build-in __sync_val_compare_and_swap() in the implementati...qhuang82010-05-191-18/+2
* Update copyright formathhtian2010-05-181-3/+3
* 1. Restore the inline C implementation of GCC assembly files that was tempora...qhuang82010-05-185-147/+192
* Update the copyright notice formathhtian2010-04-2312-24/+24
* Temporarily remove the C implementation of some GCC assembly files in MdePkg....qhuang82010-02-231-192/+0
* Fix file headersmdkinney2009-08-241-1/+1
* Add "/" after "lock" and another instruction to improve compatibility.qhuang82009-08-214-9/+9
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-192/+192
* Add ARM supportmdkinney2009-08-181-0/+192
* Remove all unnecessary .align directives in MdePkgqhuang82009-08-111-2/+1
* 1. Remove .extern from GCC assembly.xli242009-05-204-4/+4
* Split out Synchronization Library from Base Librarymdkinney2009-01-3012-0/+507