History of file src/atomic_x86.h at check-in e342aa8358837250
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [c8b853985d] check-in: [7413a728a7] user: js, branch: trunk, size: 9138 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [e2281dccf6] check-in: [7324ec8590] user: js, branch: 1.0, size: 8986 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [96b363e98b] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 8930 [annotate] [blame] [check-ins using] [diff] | |
2023-11-09
| ||
21:09 | Use named operands for __asm__ file: [2f1d39434a] check-in: [1b22456db6] user: js, branch: trunk, size: 8930 [annotate] [blame] [check-ins using] [diff] | |
2023-10-28
| ||
18:45 | Remove unnecessary `short` from assembly file: [5dfd999b87] check-in: [71d8f813ef] user: js, branch: trunk, size: 8723 [annotate] [blame] [check-ins using] [diff] | |
2023-10-26
| ||
19:42 | Make headers compatible with -masm=intel file: [19cc36e8a6] check-in: [a1ab43e0b3] user: js, branch: trunk, size: 8795 [annotate] [blame] [check-ins using] [diff] | |
19:16 | platform/x86/OFAtomic.h: Reduce code duplication file: [b697a98325] check-in: [3751618dd1] user: js, branch: trunk, size: 7890 [annotate] [blame] [check-ins using] [diff] | |
2023-04-22
| ||
20:22 |
Rename x86_64 to AMD64
It's just a less awkward name and also what the BSDs use. file: [07765f0312] check-in: [b7a4e61b88] user: js, branch: trunk, size: 8986 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [5121669f4a] check-in: [8939cbdb52] user: js, branch: trunk, size: 8996 [annotate] [blame] [check-ins using] [diff] | |
2022-12-20
| ||
14:24 | Don't use mfence in inline asm as it requires SSE2 file: [083e4d26a5] check-in: [72758f5810] user: js, branch: trunk, size: 8996 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [db489edc3a] check-in: [1a86b8175b] user: js, branch: trunk, size: 8871 [annotate] [blame] [check-ins using] [diff] | |
2021-05-01
| ||
03:21 | Renamed src/OFAtomic_x86.h → src/platform/x86/OFAtomic.h. Move OFAtomic.h variants to src/platform file: [b0f56d0157] check-in: [1aedad1588] user: js, branch: trunk, size: 8871 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
23:41 | of_memory_barrier -> OFMemoryBarrier file: [b0f56d0157] check-in: [1cdf56dc9e] user: js, branch: new-naming-convention, size: 8871 [annotate] [blame] [check-ins using] [diff] | |
20:51 | Renamed src/atomic_x86.h → src/OFAtomic_x86.h. Rename everything in several smaller files file: [7a6e063b7c] check-in: [35de667566] user: js, branch: new-naming-convention, size: 8879 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
20:47 | Rename atomic operations file: [7a6e063b7c] check-in: [dfaf287249] user: js, branch: new-naming-convention, size: 8879 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [3d60327fd6] check-in: [374e1a1bfa] user: js, branch: trunk, size: 8868 [annotate] [blame] [check-ins using] [diff] | |
2020-12-12
| ||
22:31 |
Remove OF_*_ASM defines
Duplicating defines for every CPU architecture is not very useful. file: [7fb17d08ce] check-in: [c859e2230c] user: js, branch: trunk, size: 8957 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [61a2fa833b] check-in: [c7f0229795] user: js, branch: trunk, size: 9001 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [52b24b0390] check-in: [0509d7a844] user: js, branch: trunk, size: 8998 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [d776b81366] check-in: [7e5c81e186] user: js, branch: trunk, size: 8992 [annotate] [blame] [check-ins using] [diff] | |
2017-05-07
| ||
20:10 |
Small code style change
Casts are now written like types in variable declarations. file: [1b998b9efc] check-in: [4af49a13c3] user: js, branch: trunk, size: 8969 [annotate] [blame] [check-ins using] [diff] | |
2017-04-14
| ||
05:13 | atomic_*.h: Add missing _Nullable file: [7c455e67f3] check-in: [6f9c0e8eb2] user: js, branch: trunk, size: 8965 [annotate] [blame] [check-ins using] [diff] | |
2017-04-13
| ||
13:19 | Clean up memory barriers file: [3c92b1ba0d] check-in: [48ffea9a9a] user: js, branch: trunk, size: 8945 [annotate] [blame] [check-ins using] [diff] | |
2017-01-09
| ||
17:36 |
Update copyright
Forgot to add 2017, even though I already did quite some changes in | |
2016-07-31
| ||
23:04 |
Added:
Split atomic.h into multiple files
Having one file per implementation reduces the #ifdef hell and makes it | |