From: Weddington, E. <Eri...@at...> - 2012-01-16 17:49:20
|
> -----Original Message----- > From: Borja Ferrer [mailto:bor...@gm...] > Sent: Friday, January 13, 2012 9:19 AM > To: Weddington, Eric > Cc: Sherard Dames; avr...@li... > Subject: Re: [avr-llvm-devel] Current Status? > > Eric one more thing, you mentioned that some work has been done lately in > gcc's backend, can you tell me what are the main features added and if > there are any code quality improvements. Umpf. There's been so much happening, I'm not sure if I can remember it all - Improvements in the AVR backend, especially a number of missed optimization bugs fixed - The beginning of a Multiple Address Spaces feature - The beginning of 24-bit types, mainly used for Multiple Address Spaces (i.e. large code space, or large data space) - Some work done on 64-bit double types And other fixed bugs. Eric |