== Progress ==

* Buildbot
 - Taking buildbot to Linaro
 - Had wireless/GPU overheating, disabled kernel modules
 - Running smooth again (most of the time)
 - Debugging errors that only appear on ARM.

* Building and Testing LLVM
 - Compiling on Intel with only the ARM backend helps a lot
 - Sent a call for Action to people clean up cross-compilation failures

* LAVA
 - Progress on LAVA LLVM job
 - Got it checking out, configuring and building
 - Got PASS/FAIL/SKIP patterns working
 - https://validation.linaro.org/lava-server/scheduler/job/46027
 - Need to get a patch from a specific place to apply

* Cost Model
 - Re-wrote table lookup patch a few times, finally in for good
 - http://llvm.org/viewvc/llvm-project?rev=173382&view=rev
 - Studying costs of instructions, all seem good enough
 - Better approach now is to change the target description (less code, more gain)

* EuroLLVM
 - 136 people so far

== Plan ==

* Test distcc (or similar) on Pandas
* Get a buildbot running with cross-compilation
* Internal git repository for LAVA LLVM job
* Confirm Linaro's sponsorship for EuroLLVM
* Continue cost model changes in between

== Background ==

* Monitor list for ARM changes
* Monitor buildbot for failures