Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
c69c5ed7
Commit
c69c5ed7
authored
Mar 01, 2016
by
Christoph Mallon
Browse files
NEWS: Fix omission.
parent
f6fc60f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
NEWS.md
View file @
c69c5ed7
...
...
@@ -14,7 +14,7 @@ libFirm 1.22.1 (2016-01-07)
*
Improve handling of negative overflow in float to int tarval conversion
*
Improve matching of immediates during instruction selection (amd64)
*
Add peephole optimization 'mov $0, %r' -> 'xorl %r, %r' (amd64)
*
Add peephole optimization 'lea c(%r), %r' -> 'add $c, %r'
*
Add peephole optimization 'lea c(%r), %r' -> 'add $c, %r'
(amd64)
*
Add peephole optimization 'lea (%r1, %r2), %r1' -> 'add %r2, %r1' and the commutated case (amd64)
*
Bugfixes
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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