Age | Commit message (Expand) | Author | Files | Lines |
2020-11-20 | compiler, libgo: change mangling scheme | Ian Lance Taylor | 1 | -2/+6 |
2020-10-27 | compiler, go/internal/gccgoimporter: export notinheap annotation | Ian Lance Taylor | 1 | -0/+3 |
2020-01-09 | compiler: don't localize names in export data | Ian Lance Taylor | 1 | -1/+1 |
2019-10-14 | compiler: revise exportdata fix for processing constant types | Ian Lance Taylor | 1 | -1/+1 |
2019-10-04 | compiler: include selected constant types during export processing | Ian Lance Taylor | 1 | -0/+12 |
2019-07-18 | compiler: fix bug in handling of unordered set during exporting | Ian Lance Taylor | 1 | -35/+42 |
2019-07-03 | compiler: include transitive imports in the type descriptor list | Ian Lance Taylor | 1 | -1/+5 |
2019-07-03 | compiler: rework type and package tracking in exporter | Ian Lance Taylor | 1 | -280/+369 |
2019-07-02 | compiler: refactoring in Export class to encapsulate type refs map | Ian Lance Taylor | 1 | -21/+30 |
2019-06-10 | compiler: permit inlining functions with labels and goto statements | Ian Lance Taylor | 1 | -0/+23 |
2019-06-06 | compiler: permit inlining temporary statements and references | Ian Lance Taylor | 1 | -3/+32 |
2019-06-05 | compiler: inline call expressions and function references | Ian Lance Taylor | 1 | -7/+36 |
2019-06-03 | compiler: permit inlining references to global variables | Ian Lance Taylor | 1 | -14/+149 |
2019-04-09 | compiler: sort packages in export data more deterministically | Ian Lance Taylor | 1 | -1/+18 |
2019-03-13 | compiler: compare parse methods when indexing interface types for export | Ian Lance Taylor | 1 | -0/+15 |
2018-11-27 | compiler: add types used by inline functions to export data | Ian Lance Taylor | 1 | -2/+17 |
2018-11-27 | compiler: change Expression export to use Export_function_body | Ian Lance Taylor | 1 | -3/+23 |
2018-10-23 | compiler: export indexed type data, read unexported types lazily | Ian Lance Taylor | 1 | -104/+229 |
2018-10-19 | compiler: don't export any functions with special names | Ian Lance Taylor | 1 | -6/+2 |
2018-10-18 | compiler: list indirect imports separately in export data | Ian Lance Taylor | 1 | -16/+211 |
2018-10-18 | compiler: drop semicolons in export data | Ian Lance Taylor | 1 | -10/+14 |
2017-05-10 | Big merge of changes to gofrontend repo that were postponed due to the | Ian Lance Taylor | 1 | -2/+10 |
2017-01-14 | compiler: implement type aliases | Ian Lance Taylor | 1 | -0/+3 |
2016-09-09 | compiler: add abstraction layer for sha1 checksums. | Than McIntosh | 1 | -14/+8 |
2016-08-23 | compiler: revamp scheme for ordering calls to import init fcns. | Ian Lance Taylor | 1 | -49/+231 |
2016-07-12 | escape: Add escape notes to export data. | Ian Lance Taylor | 1 | -0/+15 |
2016-04-29 | escape: Remove previously existing analysis. | Chris Manghane | 1 | -11/+0 |
2015-04-17 | compiler: Escape analysis. | Chris Manghane | 1 | -0/+11 |
2015-01-30 | compiler: Add pkgpath symbol information to export data. | Ian Lance Taylor | 1 | -0/+45 |
2015-01-30 | compiler: Fix -fgo-prefix handling. | Ian Lance Taylor | 1 | -3/+13 |
2012-05-09 | compiler: Add -fgo-pkgpath option. | Ian Lance Taylor | 1 | -11/+24 |
2012-02-17 | compiler: List imported packages in export information. | Ian Lance Taylor | 1 | -2/+44 |
2012-02-17 | compiler: Add parameter names to export information. | Ian Lance Taylor | 1 | -0/+11 |
2012-01-21 | compiler: Change alias handling, change rune alias to int32. | Ian Lance Taylor | 1 | -4/+10 |
2011-12-01 | compiler: add error to list of built-in types. | Ian Lance Taylor | 1 | -0/+1 |
2011-11-29 | compiler: Define and use backend-independent Location class. | Sanjoy Das | 1 | -1/+1 |
2011-05-27 | Change export code to use the backend interface. | Ian Lance Taylor | 1 | -24/+3 |
2011-04-21 | Define go_assert to replace gcc_assert | Ian Lance Taylor | 1 | -6/+6 |
2011-01-21 | Remove the types float and complex. | Ian Lance Taylor | 1 | -2/+0 |
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 1 | -0/+441 |