Hello.
summaryrefslogtreecommitdiffstats
path: root/llgo/irgen
Commit message (Expand)AuthorAgeFilesLines
* [llgo] irgen: always use TargetMachine's data layoutAndrew Wilkins2015-09-252-28/+0
* [llgo] set function personality with SetPersonalityAndrew Wilkins2015-07-151-1/+2
* Roll gofrontend to 15a24202fa42.Peter Collingbourne2015-04-051-1/+1
* Roll gofrontend to 07baa07598ea; roll libffi to r219477.Peter Collingbourne2015-04-055-28/+36
* Roll gofrontend to a6e10414311aPeter Collingbourne2015-04-052-3/+4
* Roll gotools to d4e70101.Peter Collingbourne2015-04-051-2/+3
* llgoi: Fix type identity for imported binary packages.Peter Collingbourne2015-03-181-2/+6
* irgen: don't emit debug metadata for localsAndrew Wilkins2015-01-291-12/+0
* irgen: expose DisableUnusedImportCheck flagPeter Collingbourne2015-01-141-0/+5
* irgen: expose PackageCreated hookPeter Collingbourne2015-01-141-1/+7
* Roll gotools to 47f2109c.Peter Collingbourne2015-01-1321-37/+37
* [llgo] irgen: generate switch instructionsAndrew Wilkins2015-01-082-1/+154
* [llgo] Elide alloca for unused received values in selectAndrew Wilkins2014-12-312-29/+32
* irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne2014-12-312-11/+71
* irgen: make it possible to use a custom importerPeter Collingbourne2014-12-311-22/+41
* irgen: return a types.Package to the compiler clientPeter Collingbourne2014-12-311-1/+2
* irgen: introduce ManglePackagePath functionPeter Collingbourne2014-12-311-7/+7
* irgen, driver: modify Compiler.Compile to take a FileSet and FilesPeter Collingbourne2014-12-312-52/+5
* irgen: remove unused compiler.runtimetypespkg field.Peter Collingbourne2014-12-291-4/+0
* irgen: do not emit an extra terminator for panic thunksPeter Collingbourne2014-12-282-4/+6
* Test commitAndrew Wilkins2014-12-191-0/+1
* irgen: fix canAvoid*Peter Collingbourne2014-12-171-10/+20
* Use the object's package to mangle method names, rather than the receiver's p...Peter Collingbourne2014-12-161-8/+12
* Update to new bindings.Peter Collingbourne2014-12-131-4/+4
* Optimize comparisons to empty string.Peter Collingbourne2014-12-091-0/+16