summaryrefslogtreecommitdiffstats
path: root/llgo/test
Commit message (Expand)AuthorAgeFilesLines
* IR: Support parsing numeric block ids, and emit them in textual output.James Y Knight2019-03-221-1/+1
* [llgo] llgoi: separate evaluation from printingAndrew Wilkins2016-04-256-33/+38
* Roll gofrontend to 07baa07598ea; roll libffi to r219477.Peter Collingbourne2015-04-053-14/+14
* llgoi: Fix type identity for imported binary packages.Peter Collingbourne2015-03-181-1/+11
* llgoi: Fix importing source packages together with dependent binary packages.Peter Collingbourne2015-03-183-1/+24
* Fix test to use explicit load type.Peter Collingbourne2015-03-051-1/+1
* Introduce llgoi, a REPL for GoPeter Collingbourne2015-01-1512-1/+132
* [llgo] irgen: generate switch instructionsAndrew Wilkins2015-01-081-0/+62
* [llgo] Elide alloca for unused received values in selectAndrew Wilkins2014-12-311-0/+18
* irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne2014-12-311-0/+20
* irgen: do not emit an extra terminator for panic thunksPeter Collingbourne2014-12-281-0/+10
* irgen: fix canAvoid*Peter Collingbourne2014-12-171-0/+15
* Use the object's package to mangle method names, rather than the receiver's p...Peter Collingbourne2014-12-163-0/+18
* Initial commit of llgo.Peter Collingbourne2014-11-27105-0/+4229