compiler: add an option to emit optimization diagnostics
[gcc.git] / gcc / go / gofrontend / gogo.h
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
2013-12-17 Ian Lance Taylorcompiler: Use backend interface for runtime errors.
2013-10-11 Ian Lance Taylorcompiler: Fix handling of hidden methods for unnamed...
2013-10-11 Chris Manghanecompiler: Use backend interface for function code expre...
2013-10-11 Chris Manghanecompiler: Use backend interface for function declarations.
2013-09-28 Ian Lance Taylorcompiler: Avoid knockon errors for invalid uses of _.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-06-24 Ian Lance Taylorcompiler: generate dummy names for blank-named constants.
2013-06-21 Ian Lance Taylorcompiler: do not skip compilation of blank-named functions.
2013-06-21 Ian Lance Taylorcompiler: Only make function descriptors if needed.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2012-12-21 Ian Lance Taylorcompiler: Error if name defined in both package and...
2012-12-13 Ian Lance Taylorcompiler: Accept trailing comma after varargs parameter.
2012-11-29 Ian Lance Taylorcompiler, runtime: Track fields with tag go:"track".
2012-11-28 Ian Lance Taylorcompiler: Implement //go:nointerface comments.
2012-11-01 Ian Lance Taylorcompiler, runtime: More steps toward separating int...
2012-10-31 Ian Lance Taylorcompiler: Add -fgo-relative-import-path.
2012-09-22 Ian Lance Taylorcompiler: Fix unnamed struct type converted to interfac...
2012-09-19 Ian Lance Taylorcompiler: Fix multiple types with same name in function.
2012-05-09 Ian Lance Taylorcompiler: Add -fgo-pkgpath option.
2012-05-03 Ian Lance Taylorcompiler: Fix order of initialization bug with global...
2012-04-20 Ian Lance Taylorcompiler, runtime: Add explicit checks for zero and...
2012-03-07 Ian Lance Taylorcompiler: Don't crash if writing type functions too...
2012-02-02 Ian Lance Taylorcompiler: Permit importing a method to a type being...
2012-02-01 Ian Lance Taylorcompiler: Don't crash on type switch case nil with...
2012-01-24 Ian Lance Taylorcompiler: Verify types of sink variables.
2012-01-24 Ian Lance Taylorcompiler: Better handling of erroneous function signatures.
2012-01-23 Ian Lance Taylorcompiler: Give an error if a variable is defined but...
2012-01-20 Ian Lance Taylorcompiler: Handle recursive interfaces.
next