History of file src/runtime/lookup-x86-elf.S at check-in 5a6cc94418ebec9d
2013-07-11
| ||
12:48 | Deleted: Improve file name consistency. check-in: [8417e06951] user: js, branch: trunk, size: 0 | |
12:33 | Use section .ctors instead of .init_array. file: [4f686320bc] check-in: [aeb47d24b5] user: js, branch: trunk, size: 1564 [annotate] [blame] [check-ins using] [diff] | |
2013-03-16
| ||
10:13 |
Add forwardingTargetForSelector: for AMD64/ELF.
Currently, no methods returning structs are supported, see the comment | |
2013-01-09
| ||
22:24 | Update copyright. file: [f919315140] check-in: [813c00ccf0] user: js, branch: trunk, size: 1577 [annotate] [blame] [check-ins using] [diff] | |
2012-12-28
| ||
02:46 | Make 16 bit selector UIDs the default. file: [8659bceb2f] check-in: [511a372fb8] user: js, branch: trunk, size: 1571 [annotate] [blame] [check-ins using] [diff] | |
2012-08-10
| ||
20:08 | Add GNU stack note. file: [91527592d6] check-in: [7e27f00a5d] user: js, branch: trunk, size: 1572 [annotate] [blame] [check-ins using] [diff] | |
2012-06-01
| ||
21:48 | jmp *(%foo) should be jmp *%foo. file: [5b85918f20] check-in: [97b7c01ddd] user: js, branch: runtime, size: 1507 [annotate] [blame] [check-ins using] [diff] | |
2012-05-09
| ||
13:54 | Better way of calling the forwarding handler. file: [b73cd77fba] check-in: [f5747ff94a] user: js, branch: runtime, size: 1509 [annotate] [blame] [check-ins using] [diff] | |
2012-05-08
| ||
20:30 | Add support for 16 bit selector UIDs. file: [d301a0d068] check-in: [fef47937e5] user: js, branch: runtime, size: 1507 [annotate] [blame] [check-ins using] [diff] | |
2012-05-03
| ||
22:31 | Check in configure whether to use assembly lookup. file: [cafa9c173a] check-in: [e382d2a8cb] user: js, branch: runtime, size: 1459 [annotate] [blame] [check-ins using] [diff] | |
2012-04-18
| ||
19:13 | Fix forwarding on x86. file: [ee522b3dc7] check-in: [a04298c590] user: js, branch: runtime, size: 1510 [annotate] [blame] [check-ins using] [diff] | |
2012-04-08
| ||
14:51 | lookup-x86-elf.S: Fix a typo. file: [fb986c1ace] check-in: [d72d924a00] user: js, branch: runtime, size: 1508 [annotate] [blame] [check-ins using] [diff] | |
2012-04-06
| ||
14:07 |
Convert lookup-x86-elf.S to AT&T syntax.
Clang has an integrated assembler now which only accepts AT&T syntax. file: [97a3d5398b] check-in: [acc809db12] user: js, branch: runtime, size: 1507 [annotate] [blame] [check-ins using] [diff] | |
2012-03-06
| ||
17:18 |
Added:
Get rid of src/runtime/asm and move the files to src/runtime.
Subdirectories don't really work without traversing them and having a | |