== Progress ==

* Release 3.4 went out

* Buildbots
 - Using powered USB hub for the external harddrive, but all boards fail one time or another...
 - Maybe it's the hard-drive type (mobile, power-saving), reverting to USB sticks for now
 - Leaving an odroid U2 running on USB stick for a week, used to work...
 - C++11 features will need GCC 4.7+, looking for an easy way to upgrade the Chromebooks

* MCJIT
 - Finished work on remote MCJIT to re-enable the failing tests
 - http://llvm-reviews.chandlerc.com/D2527

* Pragma Vectorize
 - New discussions hint that my parser patch is moot, for now
 - Agreement is to use C++11 attributes for now, and add pragmas later
 - I can't continue implementing them, though...

* Background
 - Huge number of patch reviews during holidays & this week
 - Good progress on new features for the IAS
 - More progress on EHABI, including IAS support

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

== Plan ==

* Continue reviewing IAS features, maybe implement some
* Work out how to create a libcxx bot
* re-introduce llvm-chrome-01 as second self-host
* Migrate all buildbots to GCC 4.7+
* Check out EHABI tests and assess progress