summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-24 13:56:32 +0000
committerGravatar xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2011-05-24 13:56:32 +0000
commit25ce4e6d624bd633c7b07e4f6e91417e8de05337 (patch)
tree2ae9918296bb5715845ea18ffcc930201982195e /Changelog
parent37447ffb3242d1d8ffa7c60eedeea848bd4ba956 (diff)
Forgot something
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1658 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 5a8271a..27acd9f 100644
--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,10 @@ Release 1.8.2, 2011-05-24
was pushed through all intermediate languages of the back-end
(previously: requirement present only up to Csharpminor).
+- Emulation of assignment between structs and between unions was
+ simplified and made more efficient, thanks to a better implementation
+ of __builtin_memcpy.
+
- Improvements to the compiler driver:
. -E option now prints preprocessed result to standard output
instead of saving it in a .i file