* Linaro GCC
Spun 4.5 and 4.6 2011.09 GCC release tarballs. Uploaded them to Michael's server, and kicked off the tests.
Continued work on my new constant optimization experiments. I now have it tracking all the constants and am looking at how to detect the optimization opportunities. So far it only calculates how exprensive it would be to generate a value by adding to an existing constant, which is a start at least. I'm having difficulties detecting whether changing an insn will make it's parent (dependency-wise) obsolete, or not (and therefore whether to count its costs - there's no problem for instructions that overwrite an entire register, but ones that write to portions of registers (such as MOVT) make more complex dependency chains, and the def-use chains don't seem to be sorted into the order of use.
* Other
Half day vacation on Thursday.