ObjFW  History of src/forwarding/forwarding-x86_64-elf.S of c7f0229795431423

History of the file that is called src/forwarding/forwarding-x86_64-elf.S at check-in c7f0229795431423

2024-04-03
02:16
Change license to LGPLv3 only file: [00eff4acff] check-in: [7413a728a7] user: js, branch: trunk, size: 4925 [annotate] [blame] [check-ins using] [diff]
2024-02-26
20:32
Use <cet.h> and _CET_ENDBR macro

This only uses endbr32/endbr64 when actually needed and emits the
necessary .note.gnu.property. file: [7d81c22aa1] check-in: [de552578e7] user: js, branch: 1.0, size: 4685 [annotate] [blame] [check-ins using] [diff]

20:32
Use <cet.h> and _CET_ENDBR macro

This only uses endbr32/endbr64 when actually needed and emits the
necessary .note.gnu.property. file: [0fbb5e1e98] check-in: [0b441e52d6] user: js, branch: trunk, size: 4717 [annotate] [blame] [check-ins using] [diff]

2024-02-24
20:57
Add endbr32 / endbr64 file: [51b886f131] check-in: [262baf76e7] user: js, branch: 1.0, size: 4687 [annotate] [blame] [check-ins using] [diff]
20:50
Add endbr32 / endbr64 file: [23dfe640bd] check-in: [75d88e0f6e] user: js, branch: trunk, size: 4719 [annotate] [blame] [check-ins using] [diff]
2024-02-03
11:41
Update copyright file: [f03a05bc7d] check-in: [7324ec8590] user: js, branch: 1.0, size: 4576 [annotate] [blame] [check-ins using] [diff]
2024-01-02
17:17
Update copyright file: [f508a1c5c1] check-in: [26ddd2e4e4] user: js, branch: trunk, size: 4608 [annotate] [blame] [check-ins using] [diff]
2023-10-31
20:38
Move AMD64/ELF assembly back to AT&T syntax

Support for the Intel syntax is too buggy in toolchains to be usable. file: [75e33865ae] check-in: [da613d0cb5] user: js, branch: trunk, size: 4608 [annotate] [blame] [check-ins using] [diff]

2023-10-28
18:45
Remove unnecessary `short` from assembly file: [c81bf7cc2c] check-in: [71d8f813ef] user: js, branch: trunk, size: 4512 [annotate] [blame] [check-ins using] [diff]
18:35
Use more local labels in assembly file: [60cb5f07a9] check-in: [cb18f26404] user: js, branch: trunk, size: 4548 [annotate] [blame] [check-ins using] [diff]
2023-10-24
23:56
Move AMD64/ELF assembly back to Intel syntax

This used to be in Intel syntax, but was moved back to AT&T syntax for
consistency with the Mach-O version, where the assembler doesn't support
the Intel syntax properly. However, it makes more sense to use Intel
syntax where possible. file: [6b28668374] check-in: [ec513d0c55] user: js, branch: trunk, size: 4516 [annotate] [blame] [check-ins using] [diff]

2023-08-29
22:48
Add .note.GNU-stack on Haiku file: [3634b90fe2] check-in: [da242983b2] user: js, branch: trunk, size: 4576 [annotate] [blame] [check-ins using] [diff]
2023-07-15
14:48
platform.h: Add OF_HURD file: [3465a8f0c9] check-in: [340a3ac277] user: js, branch: trunk, size: 4555 [annotate] [blame] [check-ins using] [diff]
2023-04-22
20:22
Renamed src/forwarding/forwarding-x86_64-elf.S → src/forwarding/forwarding-amd64-elf.S. Rename x86_64 to AMD64

It's just a less awkward name and also what the BSDs use. file: [7311558887] check-in: [b7a4e61b88] user: js, branch: trunk, size: 4529 [annotate] [blame] [check-ins using] [diff]

2023-01-06
09:04
Update copyright file: [7311558887] check-in: [8939cbdb52] user: js, branch: trunk, size: 4529 [annotate] [blame] [check-ins using] [diff]
2022-02-12
07:46
Update copyright file: [9ea0cb41b3] check-in: [1a86b8175b] user: js, branch: trunk, size: 4529 [annotate] [blame] [check-ins using] [diff]
2021-04-18
13:24
Rename remaining functions in OFObject.h file: [8ad5ac6701] check-in: [d9f8960fc5] user: js, branch: new-naming-convention, size: 4529 [annotate] [blame] [check-ins using] [diff]
2021-02-07
18:34
Revert forwarding-x86_64-elf.S back to AT&T syntax

This is for consistency with the Mach-O version. file: [95368ab171] check-in: [da13b10211] user: js, branch: trunk, size: 4545 [annotate] [blame] [check-ins using] [diff]

2021-01-02
22:04
Update copyright file: [20eb6983b1] check-in: [374e1a1bfa] user: js, branch: trunk, size: 4335 [annotate] [blame] [check-ins using] [diff]
2020-06-29
21:38
Convert all x86_64/ELF ASM files to Intel syntax

GAS has decent support for Intel syntax these days, so there is little
reason to stick with AT&T syntax. file: [1d1fc641cf] check-in: [6b34f309da] user: js, branch: trunk, size: 4424 [annotate] [blame] [check-ins using] [diff]

2020-01-02
01:51
Update copyright file: [d6c82663f6] check-in: [c7f0229795] user: js, branch: trunk, size: 4634 [annotate] [blame] [check-ins using] [diff]
2019-02-18
20:55
Replace a few movdqa with movaps

movaps is smaller, and we don't know what kind of data is in there
anyway (and it's FP rather than integer in most cases anyway), so it
does not matter which move instruction we use. file: [eb65413739] check-in: [a1da5c7b2d] user: js, branch: trunk, size: 4631 [annotate] [blame] [check-ins using] [diff]

01:37
invocation: Make all offsets constants

This makes the assembly much more readable.

No difference between disassembled .o file before and after. file: [bf0e91fafa] check-in: [780d096371] user: js, branch: trunk, size: 4631 [annotate] [blame] [check-ins using] [diff]

2019-01-03
19:13
Update copyright file: [024a3c3b09] check-in: [0509d7a844] user: js, branch: trunk, size: 4639 [annotate] [blame] [check-ins using] [diff]
2018-10-28
14:53
Use .init_array instead of .ctors on Solaris file: [a2d3a2df84] check-in: [12db1e2cc2] user: js, branch: trunk, size: 4633 [annotate] [blame] [check-ins using] [diff]
2018-01-03
19:49
Update copyright notice file: [d9fc5995df] check-in: [7e5c81e186] user: js, branch: trunk, size: 4575 [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
2017. file: [54b25f79a6] check-in: [44f45c2e35] user: js, branch: trunk, size: 4552 [annotate] [blame] [check-ins using] [diff]

2016-01-03
00:43
Update copyright

While at it, also update the mail address. file: [22e1be3f22] check-in: [cec0f072f8] user: js, branch: 0.8, size: 4524 [annotate] [blame] [check-ins using] [diff]

00:41
Update copyright

While at it, also update the mail address. file: [aadcf3e74a] check-in: [2a27cf3000] user: js, branch: trunk, size: 4546 [annotate] [blame] [check-ins using] [diff]

2015-10-19
22:15
Add platform.h & make platform defines consistent file: [286d06a2f8] check-in: [1ba08eebc5] user: js, branch: trunk, size: 4542 [annotate] [blame] [check-ins using] [diff]
2015-01-03
20:57
Update copyright file: [3571ec6513] check-in: [cfd374b906] user: js, branch: trunk, size: 4520 [annotate] [blame] [check-ins using] [diff]
2014-04-10
00:03
forwarding/*.S: Include config.h

This is not strictly needed (and means its even included twice, as
forwarding.S already includes config.h), but it helps to assemble the
file directly without going through forwarding.S. file: [cbbb030d12] check-in: [9a4792a99e] user: js, branch: trunk, size: 4514 [annotate] [blame] [check-ins using] [diff]

2014-02-22
01:14
Added: Rename AMD64 to x86_64 file: [7cc00abdac] check-in: [05f4b0a4f0] user: js, branch: trunk, size: 4493 [annotate] [blame] [check-ins using]