== Progress ==

* Buildbots
 - Odroid U2 died after a few days on USB stick, too. (I guess we're stuck with Chromebooks)
 - Upgrading chromebooks (to Saucy) due to a new GCC/libstdc++ 4.7+ restriction
 - Shuffling chromebooks, we now have three buildbots:
   - llvm-chrome-01: quick-build+check
   - llvm-chrome-02: self-host+check
   - llvm-chrome-03: test-suite

* MCJIT Remote
 - Re-factored the communication protocol of MCJIT for remote processes
 - Still seeing one random failure on ARM, investigating

* Compiler-rt
 - Investigating how to get it compiling all libraries and sanitizers on ARM

* Background
 - Patch reviews, especially IAS and EH

* Time
 - CARD-862 8/10
 - Others   2/10

== Plan ==

* Continue MCJIT and Compiler-RT investigations
* Continue reviewing IAS and EH patches
* Try to run the EH tests on the test-suite with the current changes