summaryrefslogtreecommitdiffstats
path: root/llgo
Commit message (Expand)AuthorAgeFilesLines
* [llgo] Force exporting __morestack from llgoiAndrew Wilkins2015-11-271-0/+6
* debug: Update for debug info API change.Peter Collingbourne2015-11-051-1/+1
* [llgo] irgen: always use TargetMachine's data layoutAndrew Wilkins2015-09-252-28/+0
* [llgo] drop debug/DIBuilder.DeclareAndrew Wilkins2015-09-011-25/+0
* Update to new lists.llvm.orgTanya Lattner2015-08-052-3/+3
* [llgo] build llgoi by defaultAndrew Wilkins2015-07-211-1/+1
* [llgo] cmd/gllgo: handle/ignore more flagsAndrew Wilkins2015-07-171-0/+8
* [llgo] update libgo-llgo.so version to match libtool_VERSIONAndrew Wilkins2015-07-151-2/+2
* [llgo] set function personality with SetPersonalityAndrew Wilkins2015-07-151-1/+2
* [llgo] cmd/llgoi: use line editorAndrew Wilkins2015-05-2326-48/+2679
* benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes.Peter Collingbourne2015-05-121-0/+49
* [llgo] add buildbot-slave configAndrew Wilkins2015-04-081-0/+31
* Add documentation for llgoi, update READMEPeter Collingbourne2015-04-056-3/+788
* Roll gofrontend to 15a24202fa42.Peter Collingbourne2015-04-0556-2157/+414
* Roll gofrontend to 07baa07598ea; roll libffi to r219477.Peter Collingbourne2015-04-05273-19075/+23228
* Roll gofrontend to a6e10414311aPeter Collingbourne2015-04-05617-6759/+29986
* Roll gotools to d4e70101.Peter Collingbourne2015-04-0557-861/+2052
* llgoi: Fix type identity for imported binary packages.Peter Collingbourne2015-03-183-10/+21
* Add llgo-go to installation.Peter Collingbourne2015-03-181-3/+5
* llgoi: Fix importing source packages together with dependent binary packages.Peter Collingbourne2015-03-184-1/+27
* Add cgo dependency to llgo-stage2 and llgoi.Peter Collingbourne2015-03-171-0/+2
* [llgo] update year in LICENSE.txtAndrew Wilkins2015-03-131-1/+1
* [llgo] Disable known failing packages in check-libgoAndrew Wilkins2015-03-064-4/+42
* Fix test to use explicit load type.Peter Collingbourne2015-03-051-1/+1
* [llgo] debug: create replaceable type through DIBuilderAndrew Wilkins2015-03-021-4/+12
* Build cgo and llgo-goPeter Collingbourne2015-02-143-2/+169
* Roll gofrontend to 0fde0b6a7eb2Peter Collingbourne2015-02-13147-275/+19198
* Update for API changePeter Collingbourne2015-02-131-1/+1
* irgen: don't emit debug metadata for localsAndrew Wilkins2015-01-292-12/+1
* Introduce llgoi, a REPL for GoPeter Collingbourne2015-01-1515-7/+701
* 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-13694-72866/+1458
* [llgo] irgen: generate switch instructionsAndrew Wilkins2015-01-083-1/+216
* Test commit to check the new git mirror.Chandler Carruth2015-01-071-0/+1
* [llgo] Elide alloca for unused received values in selectAndrew Wilkins2014-12-313-29/+50
* irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne2014-12-314-11/+92
* 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-314-14/+18
* [cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_SUFFIX variable forChandler Carruth2014-12-293-23/+50
* irgen: remove unused compiler.runtimetypespkg field.Peter Collingbourne2014-12-291-4/+0
* irgen: do not emit an extra terminator for panic thunksPeter Collingbourne2014-12-283-4/+16
* Test commitAndrew Wilkins2014-12-191-0/+1
* irgen: fix canAvoid*Peter Collingbourne2014-12-172-10/+35
* Use the object's package to mangle method names, rather than the receiver's p...Peter Collingbourne2014-12-164-8/+30
* Update to new bindings.Peter Collingbourne2014-12-132-55/+49
* Optimize comparisons to empty string.Peter Collingbourne2014-12-091-0/+16
* Add .arcconfig file.Peter Collingbourne2014-12-081-0/+4
OpenPOWER on IntegriCloud