== Progress ==

* Release 3.3
 - Finally public
   http://llvm.org/releases/download.html#3.3
   http://llvm.org/releases/3.3/docs/ReleaseNotes.html

* Pandaboard
 - We lost two bots this week:
   - linaro-panda-01: buildslave binary segfaults, needs fresh re-install?
   - linaro-panda-02: GCC installation is broken, needs fresh install!!
 - This means we need:
   - At least two boards for each bot
   - At least one extra board of each type, off-line to save power/space
   - A standard Image on a gz file to flash & boot quickly, for each type

* Chromebook LNT
 - Binary search on patch that broke the buildbot, found the culprit
 - Reduced the problem, bug posted, discussing
   http://llvm.org/bugs/show_bug.cgi?id=16393

* CBuild
 - Built Clang+LLVM in CBuild, need benchmarks, sent a patch, waiting for merge

* Phoronix results
 - Adding them to internal (pw protected) website to avoid public confusion
 - The numbers are meaningless for now and we don't want panic within the general public:
   http://people.linaro.org/toolchain-benchmarks/llvm/
 - Visualization still broken. Works well only locally on Firefox. Why not HTML? Why not PNG? Sigh...

* Administrativia / Others
 - Lots of patches to review
 - Auto-vectorizer now turned on by default on -O2 and -Os!
 - Meeting with LLVMLinux folks, good progress, good plans, trying to get more traction in that direction on Connect
 - Trial of "ARM maintenance" backlog item:
   http://llvm.org/bugs/show_bug.cgi?id=16387

== Plan ==

* Fix LNT bug
* Implement AEABI divmod/udivmod calls
* Try CBuild benchmark again (when patch merged)
* Carefully analyse what's the best configuration for the pandas and produce a pre-packed image
* NOT put them back before they're stable
* But put TWO pandas as self-hosting (and leave Galina's alone)
* Check why Phoronix result pages are not working

Time allowing...

* Have a look at PerfDB
* Write a thing or two about the optimization levels in LLVM for the official docs