compiler: read embedcfg files, parse go:embed directives
[gcc.git] / gcc / go / gofrontend / gogo.h
2021-01-19 Ian Lance Taylorcompiler: read embedcfg files, parse go:embed directives
2021-01-15 Ian Lance Taylorcompiler: add support for reading embedcfg files
2020-12-15 Ian Lance Taylorcompiler: discard global sink variables with static...
2020-12-11 Ian Lance Taylorcompiler: encode user visible names if necessary
2020-11-20 Ian Lance Taylorcompiler, libgo: change mangling scheme
2020-08-10 Clément Chigotruntime: revert eqtype for AIX
2020-05-11 Ian Lance Taylorcompiler: use const std::string& in a couple of places
2020-01-07 Ian Lance Taylorcompiler, runtime: stop using __go_runtime_error
2020-01-02 Ian Lance Taylorcompiler, runtime, reflect: generate hash functions...
2020-01-02 Ian Lance Taylorcompiler: split writing of equal and hash functions...
2019-11-15 Ian Lance Taylorcompiler: fix buglet in function inlining related to...
2019-08-31 Ian Lance Taylorcompiler, runtime: support and use single argument...
2019-08-23 Ian Lance Taylorcompiler: record pointer var values to remove write...
2019-08-21 Ian Lance Taylorcompiler: if hidden function referenced by inline,...
2019-08-20 Ian Lance Taylorcompiler, runtime: implement shifts by signed amounts
2019-08-19 Ian Lance Taylorcompiler: new debugging output methods/functions
2019-07-11 Ian Lance Taylorcompiler: ensure evaluation order in type hash/eq functions
2019-07-10 Ian Lance Taylorcompiler: finalize methods when importing types
2019-07-03 Ian Lance Taylorcompiler: include transitive imports in the type descri...
2019-07-03 Ian Lance Taylorcompiler: rework type and package tracking in exporter
2019-06-10 Ian Lance Taylorcompiler: make heap expression's write barrier conditional
2019-06-07 Ian Lance Taylorcompiler: do simple deadcode elimination
2019-06-05 Ian Lance Taylorcompiler: inline call expressions and function references
2019-06-03 Ian Lance Taylorcompiler, runtime, reflect: generate unique type descri...
2019-06-03 Ian Lance Taylorcompiler: permit inlining references to global variables
2019-05-31 Ian Lance Taylorcompiler: optimize append of make
2019-05-16 Ian Lance Taylorcompiler: add intrinsics for runtime/internal/sys functions
2019-05-16 Cherry Zhangcompiler: improve escape analysis on interface conversions
2019-05-08 Cherry Zhangcompiler: add an option to emit optimization diagnostics
2019-04-25 Ian Lance Taylorcompiler: fix glitch when inlining method with empty...
2019-02-15 Cherry Zhangcompiler,runtime: use __builtin_dwarf_cfa for getcallersp
2019-02-14 Ian Lance Taylorcompiler: check duplicate string keys in map composite...
2018-12-28 Ian Lance Taylorcompiler: remove escapes_ field from Variable and Resul...
2018-11-27 Ian Lance Taylorcompiler: add result parameter names for inlinable...
2018-11-27 Ian Lance Taylorcompiler: finalize types parsed for inline functions
2018-11-27 Ian Lance Taylorcompiler: change expression importing to use Import_exp...
2018-11-27 Ian Lance Taylorcompiler: import inlinable functions from package data
2018-11-26 Ian Lance Taylorcompiler: initial support for exporting function bodies
2018-10-25 Ian Lance Taylorcompiler: improve name mangling for packpaths
2018-10-23 Ian Lance Taylorcompiler: export indexed type data, read unexported...
2018-10-18 Ian Lance TaylorRevert SVN revision 264561, incorrectly committed direc...
2018-09-25 Martin LiskaRemove unused functions and fields.
2018-09-13 Ian Lance Taylorcompiler: implement //go:nowritebarrierrec
2018-06-13 Ian Lance Taylorcompiler: avoid introducing redundant write barriers
2018-02-09 Ian Lance Taylorcompiler: track //go:nointerface in export data
2018-01-31 Ian Lance Taylorcompiler: lower expression types in lowering pass
2018-01-24 Ian Lance Taylorcompiler: rationalize external symbol names
2018-01-15 Ian Lance Taylorcompiler: reclaim memory of escape analysis Nodes
2018-01-09 Ian Lance Taylorcompiler: support go:noescape cross package
2018-01-09 Cherry Zhangcompiler: make top-level decl for address-taken non...
2018-01-09 Cherry Zhangcompiler: add escape analysis debug hash
2017-12-22 Ian Lance Taylorcompiler: bring escape analysis mostly in line with...
2017-12-22 Ian Lance Taylorcompiler: improve escape analysis diagnostics
2017-12-01 Than McIntoshcompiler: introduce size threshold for nil checks
2017-11-22 Ian Lance Taylorcompiler: make comparison operator() methods const
2017-10-05 Ian Lance Taylorcompiler: drop special handling of unexported func...
2017-10-05 Ian Lance Taylorcompiler: centralize all symbol name handling
2017-06-22 Ian Lance Taylorcompiler, runtime: better stack trace for `go f()`...
2017-06-08 Ian Lance Taylorcompiler: fix undefined symbol error with unexported...
2017-05-16 Ian Lance Taylorcompiler: report correct errors for sink methods
2017-05-10 Ian Lance TaylorBig merge of changes to gofrontend repo that were postp...
2017-01-10 Ian Lance Taylorcompiler, runtime: drop size arguments to hash/equal...
2016-12-22 Ian Lance Taylorcompiler: fix spurious redefinition error for anon...
2016-12-16 Than McIntoshcompiler: add containing Bfunction to some backend...
2016-12-01 Ian Lance Taylorcompiler: add slice initializers to the GC root list
2016-11-10 Ian Lance Taylorruntime: copy signal code from Go 1.7 runtime
2016-09-22 Ian Lance Taylorcompiler: compile runtime.getcaller{pc,sp} into builtin...
2016-08-30 Ian Lance Taylorcompiler: add -fgo-c-header=FILE to create a C header
2016-08-23 Ian Lance Taylorcompiler: revamp scheme for ordering calls to import...
2016-08-09 Ian Lance Taylorcompiler: implement go:linkname compiler directive
2016-08-09 Ian Lance Taylorcompiler: rewrite compiler directive support
2016-08-02 Chris Manghaneescape: Add basic debugging.
2016-06-14 Ian Lance Taylorescape: Implement assign phase.
2016-05-06 Ian Lance Taylorescape: Add escape graph nodes.
2016-05-06 Chris Manghaneescape: Add skeleton for gc analysis.
2016-04-29 Chris Manghaneescape: Remove previously existing analysis.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-06 Ian Lance Taylorcompiler: Record each import as a distinct alias.
2015-08-27 Ian Lance Taylorcompiler: Allow multiple blank label definitions.
2015-08-27 Ian Lance Taylorcompiler: Don't record dependencies of invalid redefini...
2015-07-31 Ian Lance Taylorcompiler: Check the type in function declarations.
2015-07-20 Ian Lance Taylorcompiler: Create dummy labels for blank labels.
2015-04-29 Ian Lance Taylorcompiler: Propagate escape info from closures to enclos...
2015-04-17 Chris Manghanecompiler: Escape analysis.
2015-02-03 Ian Lance Taylorre PR go/64836 (go.test/test/fixedbugs/issue4348.go...
2015-01-30 Ian Lance Taylorcompiler: Fix -fgo-prefix handling.
2015-01-16 Richard Hendersoncompiler, reflect, runtime: Use static chain for closures.
2014-12-10 Ian Lance Taylorcompiler: Don't track fields in compiler-generated...
2014-11-13 Ian Lance Taylorcompiler: Do not count package uses from ambiguous...
2014-10-16 Ian Lance Taylorre PR go/63560 (__go_set_defer_retaddr shouldn't be...
2014-07-20 Ian Lance Taylorcompiler: Don't let dot-import names match names from...
2014-06-04 Ian Lance Taylorlibgo: Merge from revision 18783:00cce3a34d7e of master...
2014-05-06 Chris Manghanecompiler: Use backend interface for expressions.
2014-05-06 Chris Manghanecompiler: Store flags for division checks in Gogo objec...
2014-04-30 Chris Manghanego-gcc.cc: #include "langhooks.h".
2014-04-26 Chris Manghanecompiler: Use backend interface for defining global...
2014-04-22 Chris Manghanecompiler: Use backend interface for initialization...
2014-04-14 Chris ManghaneSync to current external repository.
2014-01-10 Ian Lance Taylorcompiler: Use backend interface for slice info.
2014-01-09 Ian Lance Taylorcompiler: Add flattening pass
next