Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/llgo
AgeCommit message (Expand)Author
2016-12-06[llgo] Remove support for LLVM attributesMeador Inge
2016-12-06[llgo] set debuglocs for calls in synthetic functionsAndrew Wilkins
2016-12-06[llgo] Update to use the latest IR attribute bindingsMeador Inge
2016-12-06[llgo] Fix `debug` to use latest `DIBuilder` bindingsMeador Inge
2016-07-27[llgo] add llgo source path to LLVM_GO_PACKAGESAndrew Wilkins
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer
2016-04-25[llgo] llgoi: separate evaluation from printingAndrew Wilkins
2016-04-09benchcomp: Add a mode for analyzing rule execution time in ninja log files.Peter Collingbourne
2016-04-09benchcomp: Look at all sections whose names begin with .text, not just the .t...Peter Collingbourne
2016-03-30[llgo] add USES_TERMINAL option to check-libgoAndrew Wilkins
2016-03-24[llgo] Increment "Debug Info Version"Andrew Wilkins
2016-03-23[cmake] fix libgo-llgo paths in install targetAndrew Wilkins
2016-03-15[llgo] Roll gofrontend forwardAndrew Wilkins
2015-11-27[llgo] Force exporting __morestack from llgoiAndrew Wilkins
2015-11-06debug: Update for debug info API change.Peter Collingbourne
2015-09-25[llgo] irgen: always use TargetMachine's data layoutAndrew Wilkins
2015-09-01[llgo] drop debug/DIBuilder.DeclareAndrew Wilkins
2015-08-05Update to new lists.llvm.orgTanya Lattner
2015-07-21[llgo] build llgoi by defaultAndrew Wilkins
2015-07-17[llgo] cmd/gllgo: handle/ignore more flagsAndrew Wilkins
2015-07-15[llgo] update libgo-llgo.so version to match libtool_VERSIONAndrew Wilkins
2015-07-15[llgo] set function personality with SetPersonalityAndrew Wilkins
2015-05-23[llgo] cmd/llgoi: use line editorAndrew Wilkins
2015-05-13benchcomp: Add macho_symsizes mode for comparing Mach-O object symbol sizes.Peter Collingbourne
2015-04-08[llgo] add buildbot-slave configAndrew Wilkins
2015-04-06Add documentation for llgoi, update READMEPeter Collingbourne
2015-04-06Roll gofrontend to 15a24202fa42.Peter Collingbourne
2015-04-06Roll gofrontend to 07baa07598ea; roll libffi to r219477.Peter Collingbourne
2015-04-06Roll gofrontend to a6e10414311aPeter Collingbourne
2015-04-06Roll gotools to d4e70101.Peter Collingbourne
2015-03-18llgoi: Fix type identity for imported binary packages.Peter Collingbourne
2015-03-18Add llgo-go to installation.Peter Collingbourne
2015-03-18llgoi: Fix importing source packages together with dependent binary packages.Peter Collingbourne
2015-03-18Add cgo dependency to llgo-stage2 and llgoi.Peter Collingbourne
2015-03-13[llgo] update year in LICENSE.txtAndrew Wilkins
2015-03-06[llgo] Disable known failing packages in check-libgoAndrew Wilkins
2015-03-06Fix test to use explicit load type.Peter Collingbourne
2015-03-02[llgo] debug: create replaceable type through DIBuilderAndrew Wilkins
2015-02-14Build cgo and llgo-goPeter Collingbourne
2015-02-14Roll gofrontend to 0fde0b6a7eb2Peter Collingbourne
2015-02-14Update for API changePeter Collingbourne
2015-01-29irgen: don't emit debug metadata for localsAndrew Wilkins
2015-01-15Introduce llgoi, a REPL for GoPeter Collingbourne
2015-01-14irgen: expose DisableUnusedImportCheck flagPeter Collingbourne
2015-01-14irgen: expose PackageCreated hookPeter Collingbourne
2015-01-13Roll gotools to 47f2109c.Peter Collingbourne
2015-01-08[llgo] irgen: generate switch instructionsAndrew Wilkins
2015-01-08Test commit to check the new git mirror.Chandler Carruth
2014-12-31[llgo] Elide alloca for unused received values in selectAndrew Wilkins
2014-12-31irgen: modify the ABI to use init guards instead of priorityPeter Collingbourne