== Progress ==
* Remove environment variables [TCWG-1114] [1/10] - Committed
* [ARM GlobalISel] TableGen ISel for ADD/SUB [TCWG-1119] [5/10] - Committed a change to the legalizer so that we widen narrow operations (since we only have patterns for the 32-bit versions) - Committed support for G_ANYEXT, which is introduced by the legalizer while widening things and which we need to handle in the rest of the pipeline - Have a patch in upstream review fixing a TableGen bug
* [GlobalISel] AArch64 test-suite and self-host [TCWG-1074] [2/10] - Ran the test-suite and self-host on AArch64 for GlobalISel -O0 - Committed a tiny fix for a test-suite application that was failing because GlobalISel doesn't lower fabs to hardware operations, so we had to link with -lm
* Misc [2/10] - Buildbots (reverted stuff), meetings, mailing lists - Helped organize another LLVM social in Stockholm; we got really good feedback so far
== Plan ==
* [ARM GlobalISel] Add support for struct / array args [TCWG-1033] * Other GlobalISel stuff * Probably wrap up TCWG-1074, we're really close to making the switch