== Progress ==
* Patches - Committed lzma fix for cross-compilation - Split ARMv7 fixes in three patches, committed - Reviewed many ARM patches
* ImageMagick benchmark - Using IM's convert to test compiler performance - LLVM seems pretty good on x86_64, par on A15 and behind on A9 when compared to gcc 4.7 - http://people.linaro.org/~rengolin/llvm/scripts/
* Profiling - Found a serious bug in LLVM when emitting profile information - mcount segfaults on prelude, luckily only on x86. :D
* Phoronix - Found out that our problems with Phoronix were not unique - Might need a bit more of work to get the build scripts changed - And A bit more to get the data out of the reports
== Plan ==
* Profile IM's convert on A9 (after finding out why it's not generating gmon.out) * Hoping to find low-hanging SLP-vectorizer fruits... fingers crossed! * Try something on Jenkins, hopefully it'll be easy to get Phoronix and ImageMagick running on it