aboutsummaryrefslogtreecommitdiff
path: root/llgo
AgeCommit message (Expand)AuthorFilesLines
2019-01-15Update year in license filesHans Wennborg1-1/+1
2018-06-18Update copyright year to 2018.Paul Robinson1-1/+1
2017-06-04irgen: Create functions instead of global variables for builtin hash and equa...Peter Collingbourne1-2/+2
2017-04-03benchcomp: Add a mode for analyzing file sizes.Peter Collingbourne1-0/+20
2016-12-06[llgo] Remove support for LLVM attributesMeador Inge1-32/+0
2016-12-06[llgo] set debuglocs for calls in synthetic functionsAndrew Wilkins2-4/+1
2016-12-06[llgo] Update to use the latest IR attribute bindingsMeador Inge7-38/+73
2016-12-06[llgo] Fix `debug` to use latest `DIBuilder` bindingsMeador Inge1-6/+4
2016-07-27[llgo] add llgo source path to LLVM_GO_PACKAGESAndrew Wilkins1-0/+2
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer1-1/+1
2016-04-25[llgo] llgoi: separate evaluation from printingAndrew Wilkins7-94/+124
2016-04-08benchcomp: Add a mode for analyzing rule execution time in ninja log files.Peter Collingbourne1-0/+31
2016-04-08benchcomp: Look at all sections whose names begin with .text, not just the .t...Peter Collingbourne1-1/+1
2016-03-30[llgo] add USES_TERMINAL option to check-libgoAndrew Wilkins1-0/+1
2016-03-23[llgo] Increment "Debug Info Version"Andrew Wilkins1-1/+1
2016-03-23[cmake] fix libgo-llgo paths in install targetAndrew Wilkins1-2/+2
2016-03-15[llgo] Roll gofrontend forwardAndrew Wilkins1071-30960/+90178
2015-11-27[llgo] Force exporting __morestack from llgoiAndrew Wilkins1-0/+6
2015-11-05debug: Update for debug info API change.Peter Collingbourne1-1/+1
2015-09-25[llgo] irgen: always use TargetMachine's data layoutAndrew Wilkins2-28/+0
2015-09-01[llgo] drop debug/DIBuilder.DeclareAndrew Wilkins1-25/+0
2015-08-05Update to new lists.llvm.orgTanya Lattner2-3/+3
2015-07-21[llgo] build llgoi by defaultAndrew Wilkins1-1/+1
2015-07-17[llgo] cmd/gllgo: handle/ignore more flagsAndrew Wilkins1-0/+8
2015-07-15[llgo] update libgo-llgo.so version to match libtool_VERSIONAndrew Wilkins1-2/+2
2015-07-15[llgo] set function personality with SetPersonalityAndrew Wilkins1-1/+2
2015-05-23[llgo] cmd/llgoi: use line editorAndrew Wilkins26-48/+2679
2015-05-12benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes.Peter Collingbourne1-0/+49
2015-04-08[llgo] add buildbot-slave configAndrew Wilkins1-0/+31
2015-04-05Add documentation for llgoi, update READMEPeter Collingbourne6-3/+788
2015-04-05Roll gofrontend to 15a24202fa42.Peter Collingbourne56-2157/+414
2015-04-05Roll gofrontend to 07baa07598ea; roll libffi to r219477.Peter Collingbourne273-19075/+23228
2015-04-05Roll gofrontend to a6e10414311aPeter Collingbourne617-6759/+29986
2015-04-05Roll gotools to d4e70101.Peter Collingbourne57-861/+2052
2015-03-18llgoi: Fix type identity for imported binary packages.Peter Collingbourne3-10/+21
2015-03-18Add llgo-go to installation.Peter Collingbourne1-3/+5
2015-03-18llgoi: Fix importing source packages together with dependent binary packages.Peter Collingbourne4-1/+27
2015-03-17Add cgo dependency to llgo-stage2 and llgoi.Peter Collingbourne1-0/+2
2015-03-13[llgo] update year in LICENSE.txtAndrew Wilkins1-1/+1
2015-03-06[llgo] Disable known failing packages in check-libgoAndrew Wilkins4-4/+42
2015-03-05Fix test to use explicit load type.Peter Collingbourne1-1/+1
2015-03-02[llgo] debug: create replaceable type through DIBuilderAndrew Wilkins1-4/+12
2015-02-14Build cgo and llgo-goPeter Collingbourne3-2/+169
2015-02-13Roll gofrontend to 0fde0b6a7eb2Peter Collingbourne147-275/+19198
2015-02-13Update for API changePeter Collingbourne1-1/+1
2015-01-29irgen: don't emit debug metadata for localsAndrew Wilkins2-12/+1
2015-01-15Introduce llgoi, a REPL for GoPeter Collingbourne15-7/+701
2015-01-14irgen: expose DisableUnusedImportCheck flagPeter Collingbourne1-0/+5
2015-01-14irgen: expose PackageCreated hookPeter Collingbourne1-1/+7
2015-01-13Roll gotools to 47f2109c.Peter Collingbourne694-72866/+1458