== Progress ==

* Rewrite llvm-projs in Python [TCWG-833] [2/10]
  - Investigated clitest for testing the scripts
  - It seems to be a bit unwieldy for our purposes, so in the end it's probably a better idea to abuse Python's unittest module even for higher level tests (they'll be in a different directory though)

* [ARM GlobalISel] Select add instructions [TCWG-925] [6/10]
  - Committed a patch upstream with all the plumbing necessary for enabling GlobalISel for ARM
  - Working towards selecting an add instruction on i32 types - currently have some naive support for lowering arguments and selecting return and copy instructions

* Misc [2/10]
  - Meetings, mailing lists, buildbot monitoring
  - Python trainings

== Plan ==

* [ARM GlobalISel] Select add instructions [TCWG-925] 
  - Brush it up and send it upstream

* Rewrite llvm-projs in Python [TCWG-833]
  - Start a discussion on the interface / repo layout etc