Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
3efc2d32
Commit
3efc2d32
authored
Jul 28, 2015
by
Matthias Braun
Browse files
amd64: TODO update
parent
37ee70a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/amd64/TODO
View file @
3efc2d32
...
...
@@ -7,10 +7,8 @@ Correctness:
- Implement more builtins (libgcc lacks several of them that gcc provides
natively on amd64 so cparser/libfirm when linking to the compilerlib fallback)
- Builtins not implemented: clz, ctz, ffs, parity, popcount
- Bitcast not implemented
- Thread local storage not implemented
- support for setjmp
- Support ASM node
- fail on long double
- (Support 80bit long double with x87 instructions)
- Finish PIC code implementation. This is mostly done now, usual accesses to
...
...
@@ -20,7 +18,6 @@ Correctness:
Improve Quality:
- Immediate32 matching could be better and match SymConst, Add(SymConst, Const)
combinations where possible.
- Support Destination Address Mode
- Match Immediate + Address mode for Cmp
- Support Read-Modify-Store operations (aka destination address mode)
- Leave out labels that are not jumped at (improves assembly readability, see
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment