== Progress ==
* MCJIT (2/10) - Disabling Remote MCJIT for now, just to add the self-hosting bot - Working on a more robust message passing interface - http://llvm.org/bugs/show_bug.cgi?id=18057 - Progress stalled, waiting for changes to child process handler
* Buildbots (2/10) - Adding Chromebook self-hosting buildbot - http://lab.llvm.org:8011/buildslaves/linaro-chrome-02 - Adding Odroid XU check-all buildbot - http://lab.llvm.org:8011/buildslaves/linaro-odroidxu-01
* Vectorizer (2/10) - Implemented #pragma vectorize enable in LLVM - http://llvm.org/bugs/show_bug.cgi?id=18086 - Adding support in Clang to add metadata to IR for all three pragmas
* Android (1/10) - Trying LLVM kernel on XU again - Managed to get adb/astboot to work - Custom kernels won't boot, Tinti will create a full image (CM+LLVM)
* Release 3.4 RC2 (1/10) - Testing, no regressions - Some benchmarking regressions, investigating - http://llvm.org/pre-releases/3.4/rc2/
* Background (2/10) - Reviewing patches, discussions, meetings, etc
== Plan ==
* Continue implementing pragma vectorize on Clang * Further release 3.4 testing and benchmarking * Continue investigating benchmark results for 3.4 * Re-start MCJIT MPI once changes to the child process handlers are in