History of file src/atomic_powerpc.h at check-in 0b488f44a5b7300d595eedadacf7ce7d65d35e7b3cec3f5d2e13d6f355816cfd
2024-09-04
| ||
23:30 |
OFMemoryBarrier: Use sync on PowerPC
lwsync is not enough. file: [5d6aaf179a] check-in: [259abc30ce] user: js, branch: trunk, size: 7537 [annotate] [blame] [check-ins using] [diff] | |
2024-04-03
| ||
02:16 | Change license to LGPLv3 only file: [479e192b76] check-in: [7413a728a7] user: js, branch: trunk, size: 7539 [annotate] [blame] [check-ins using] [diff] | |
2024-02-03
| ||
11:41 | Update copyright file: [5acc233f09] check-in: [7324ec8590] user: js, branch: 1.0, size: 7149 [annotate] [blame] [check-ins using] [diff] | |
2024-01-02
| ||
17:17 | Update copyright file: [6fce0c346d] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 7331 [annotate] [blame] [check-ins using] [diff] | |
2023-11-09
| ||
21:09 | Use named operands for __asm__ file: [1d1e0e8ad4] check-in: [1b22456db6] user: js, branch: trunk, size: 7331 [annotate] [blame] [check-ins using] [diff] | |
2023-01-06
| ||
09:04 | Update copyright file: [70aa2844b9] check-in: [8939cbdb52] user: js, branch: trunk, size: 7149 [annotate] [blame] [check-ins using] [diff] | |
2022-02-12
| ||
07:46 | Update copyright file: [d8964b5a28] check-in: [1a86b8175b] user: js, branch: trunk, size: 7149 [annotate] [blame] [check-ins using] [diff] | |
2021-05-01
| ||
03:21 | Renamed src/OFAtomic_powerpc.h → src/platform/PowerPC/OFAtomic.h. Move OFAtomic.h variants to src/platform file: [44b886c5c2] check-in: [1aedad1588] user: js, branch: trunk, size: 7149 [annotate] [blame] [check-ins using] [diff] | |
02:47 | Fix compiling for MorphOS file: [44b886c5c2] check-in: [bb294c079c] user: js, branch: trunk, size: 7149 [annotate] [blame] [check-ins using] [diff] | |
2021-04-18
| ||
23:41 | of_memory_barrier -> OFMemoryBarrier file: [b84702cb04] check-in: [1cdf56dc9e] user: js, branch: new-naming-convention, size: 7146 [annotate] [blame] [check-ins using] [diff] | |
20:51 | Renamed src/atomic_powerpc.h → src/OFAtomic_powerpc.h. Rename everything in several smaller files file: [fb429fc6e7] check-in: [35de667566] user: js, branch: new-naming-convention, size: 7154 [annotate] [blame] [check-ins using] [diff] | |
2021-04-17
| ||
20:47 | Rename atomic operations file: [fb429fc6e7] check-in: [dfaf287249] user: js, branch: new-naming-convention, size: 7154 [annotate] [blame] [check-ins using] [diff] | |
2021-01-02
| ||
22:04 | Update copyright file: [a52241434a] check-in: [374e1a1bfa] user: js, branch: trunk, size: 7146 [annotate] [blame] [check-ins using] [diff] | |
2020-01-02
| ||
01:51 | Update copyright file: [11a109fab0] check-in: [c7f0229795] user: js, branch: trunk, size: 7235 [annotate] [blame] [check-ins using] [diff] | |
2019-01-03
| ||
19:13 | Update copyright file: [eee9e07a46] check-in: [0509d7a844] user: js, branch: trunk, size: 7232 [annotate] [blame] [check-ins using] [diff] | |
2018-01-03
| ||
19:49 | Update copyright notice file: [ed16c86eaa] check-in: [7e5c81e186] user: js, branch: trunk, size: 7226 [annotate] [blame] [check-ins using] [diff] | |
2017-05-16
| ||
22:19 |
Use .long 0x7C2004AC instead of lwsync
binutils on MorphOS is too old for lwsync. file: [f1efda9615] check-in: [7fc5ab38ad] user: js, branch: trunk, size: 7203 [annotate] [blame] [check-ins using] [diff] | |
2017-05-13
| ||
19:31 | atomic_powerpc.h: Add cc & memory to clobber list file: [b80d8be5cc] check-in: [2ae547a69a] user: js, branch: trunk, size: 7134 [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: [1547de0695] check-in: [4af49a13c3] user: js, branch: trunk, size: 6752 [annotate] [blame] [check-ins using] [diff] | |
2017-04-14
| ||
05:13 | atomic_*.h: Add missing _Nullable file: [56d99bc409] check-in: [6f9c0e8eb2] user: js, branch: trunk, size: 6750 [annotate] [blame] [check-ins using] [diff] | |
2017-04-13
| ||
13:19 | Clean up memory barriers file: [3babc72639] check-in: [48ffea9a9a] user: js, branch: trunk, size: 6730 [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 | |