Show patches with: Submitter = Ian Lance Taylor       |    State = Action Required       |    Archived = No       |   1356 patches
« 1 2 ... 4 5 613 14 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Go patch committed: Fix indentation of select statement AST dump Go patch committed: Fix indentation of select statement AST dump - - - - --- 2019-07-04 Ian Lance Taylor New
Go patch committed: Set varargs lowered for imported call expressions Go patch committed: Set varargs lowered for imported call expressions - - - - --- 2019-07-03 Ian Lance Taylor New
Go patch committed: Include transitive imports in type descriptor list Go patch committed: Include transitive imports in type descriptor list - - - - --- 2019-07-03 Ian Lance Taylor New
Go patch committed: Rework type and package tracking in exporter Go patch committed: Rework type and package tracking in exporter - - - - --- 2019-07-03 Ian Lance Taylor New
Go patch committed: Use builtin memset for non-pointer memclr Go patch committed: Use builtin memset for non-pointer memclr - - - - --- 2019-07-02 Ian Lance Taylor New
Go patch committed: refactor Exports to encapsulate type refs map Go patch committed: refactor Exports to encapsulate type refs map - - - - --- 2019-07-02 Ian Lance Taylor New
libgo patch committed: Ignore symbols with a leading dot in test script libgo patch committed: Ignore symbols with a leading dot in test script - - - - --- 2019-06-26 Ian Lance Taylor New
libgo patch committed: Silence ar with D flag failures libgo patch committed: Silence ar with D flag failures - - - - --- 2019-06-26 Ian Lance Taylor New
libgo patch committed: memequal and memclrNoHeapPointers nosplit libgo patch committed: memequal and memclrNoHeapPointers nosplit - - - - --- 2019-06-25 Ian Lance Taylor New
Go patch committed: Open code string equality comparisons Go patch committed: Open code string equality comparisons - - - - --- 2019-06-24 Ian Lance Taylor New
Go patch committed: Use builtin memcmp directly Go patch committed: Use builtin memcmp directly - - - - --- 2019-06-24 Ian Lance Taylor New
Go patch committed: edit error messages to avoid -Wformat-diag warnings Go patch committed: edit error messages to avoid -Wformat-diag warnings - - - - --- 2019-06-23 Ian Lance Taylor New
Go patch committed: Stop using gcc diagnostic formatting for info messages Go patch committed: Stop using gcc diagnostic formatting for info messages - - - - --- 2019-06-23 Ian Lance Taylor New
Go patch committed: Intrinsify some math/bits functions Go patch committed: Intrinsify some math/bits functions - - - - --- 2019-06-21 Ian Lance Taylor New
libgo patch committed: Inline and remove eqtype libgo patch committed: Inline and remove eqtype - - - - --- 2019-06-21 Ian Lance Taylor New
Go patch committed: Open code some type assertions Go patch committed: Open code some type assertions - - - - --- 2019-06-21 Ian Lance Taylor New
Go patch committed: Omit write barrier for assignment to *(convert(&local)) Go patch committed: Omit write barrier for assignment to *(convert(&local)) - - - - --- 2019-06-21 Ian Lance Taylor New
Go patch committed: Optimize string concatenations Go patch committed: Optimize string concatenations - - - - --- 2019-06-19 Ian Lance Taylor New
Go patch committed: Stack allocate buffers for non-escaping string ops Go patch committed: Stack allocate buffers for non-escaping string ops - - - - --- 2019-06-19 Ian Lance Taylor New
Go patch committed: Avoid copy for string([]byte) conversion in string concat Go patch committed: Avoid copy for string([]byte) conversion in string concat - - - - --- 2019-06-18 Ian Lance Taylor New
Go patch committed: Support inlining functions that use index expressions Go patch committed: Support inlining functions that use index expressions - - - - --- 2019-06-10 Ian Lance Taylor New
Go patch committed: Make heap expressions's write barrier conditional Go patch committed: Make heap expressions's write barrier conditional - - - - --- 2019-06-10 Ian Lance Taylor New
Go patch committed: Permit inlining functions with labels and goto statements Go patch committed: Permit inlining functions with labels and goto statements - - - - --- 2019-06-10 Ian Lance Taylor New
Go patch committed: Use gcWriteBarrier for pointer-shaped struct/array Go patch committed: Use gcWriteBarrier for pointer-shaped struct/array - - - - --- 2019-06-10 Ian Lance Taylor New
Go patch committed: Make escape analysis work with imported functions Go patch committed: Make escape analysis work with imported functions - - - - --- 2019-06-10 Ian Lance Taylor New
Go patch committed: Improve write barrier generation Go patch committed: Improve write barrier generation - - - - --- 2019-06-07 Ian Lance Taylor New
Go patch committed: Support inlining functions with if statements Go patch committed: Support inlining functions with if statements - - - - --- 2019-06-07 Ian Lance Taylor New
Go patch committed: Do simple deadcode elimination Go patch committed: Do simple deadcode elimination - - - - --- 2019-06-07 Ian Lance Taylor New
libgo patch committed: Ignore unexported names in gccgoimporter libgo patch committed: Ignore unexported names in gccgoimporter - - - - --- 2019-06-07 Ian Lance Taylor New
Go patch committed: Permit inlining temporary statements and references Go patch committed: Permit inlining temporary statements and references - - - - --- 2019-06-06 Ian Lance Taylor New
Go patch committed: Use specialized fast map routines Go patch committed: Use specialized fast map routines - - - - --- 2019-06-06 Ian Lance Taylor New
Go patch committed: Make calls and functions inlinable Go patch committed: Make calls and functions inlinable - - - - --- 2019-06-05 Ian Lance Taylor New
Go patch committed: Statically allocate constant interface data Go patch committed: Statically allocate constant interface data - - - - --- 2019-06-05 Ian Lance Taylor New
Go patch committed: generate unique type descriptors Go patch committed: generate unique type descriptors - - - - --- 2019-06-03 Ian Lance Taylor New
libgo patch committed: Delay applying profiling stack skips libgo patch committed: Delay applying profiling stack skips - - - - --- 2019-06-03 Ian Lance Taylor New
Go patch committed: Permit inlining references to global variables Go patch committed: Permit inlining references to global variables - - - - --- 2019-06-03 Ian Lance Taylor New
libgo patch committed: Remove unnecessary Go <-> C functions libgo patch committed: Remove unnecessary Go <-> C functions - - - - --- 2019-06-03 Ian Lance Taylor New
libgo patch committed: Drop unused C type reflection code libgo patch committed: Drop unused C type reflection code - - - - --- 2019-05-31 Ian Lance Taylor New
Go patch committed: Optimize append of make Go patch committed: Optimize append of make - - - - --- 2019-05-31 Ian Lance Taylor New
libgo patch committed: Cheaper context switch on x86_64 libgo patch committed: Cheaper context switch on x86_64 - - - - --- 2019-05-31 Ian Lance Taylor New
Go patch committed: intrinsify sync/atomic functions Go patch committed: intrinsify sync/atomic functions - - - - --- 2019-05-30 Ian Lance Taylor New
Go patch committed: Remove range-based for loop Go patch committed: Remove range-based for loop - - - - --- 2019-05-30 Ian Lance Taylor New
gotools patch committed: Only chmod check-go-dir if it exists gotools patch committed: Only chmod check-go-dir if it exists - - - - --- 2019-05-27 Ian Lance Taylor New
libgo patch committed: Fix typo in USE_LIBFFI AM_CONDITIONAL libgo patch committed: Fix typo in USE_LIBFFI AM_CONDITIONAL - - - - --- 2019-05-27 Ian Lance Taylor New
libgo patch committed: Avoid error if WIFCONTINUED not defined libgo patch committed: Avoid error if WIFCONTINUED not defined - - - - --- 2019-05-27 Ian Lance Taylor New
Go patch committed: Use SHA1 hash for long gcbits symbols Go patch committed: Use SHA1 hash for long gcbits symbols - - - - --- 2019-05-17 Ian Lance Taylor New
Go patch committed: Make value method of direct iface take pointer Go patch committed: Make value method of direct iface take pointer - - - - --- 2019-05-17 Ian Lance Taylor New
Go patch committed: Intrinsify runtime/internal/atomic functions Go patch committed: Intrinsify runtime/internal/atomic functions - - - - --- 2019-05-17 Ian Lance Taylor New
Go patch committed: Add intrinsics for runtime/internal/sys functions Go patch committed: Add intrinsics for runtime/internal/sys functions - - - - --- 2019-05-16 Ian Lance Taylor New
Go patch committed: Improve escape analysis on interface conversions Go patch committed: Improve escape analysis on interface conversions - - - - --- 2019-05-16 Ian Lance Taylor New
libgo patch committed: Reduce profiling overhead libgo patch committed: Reduce profiling overhead - - - - --- 2019-05-14 Ian Lance Taylor New
libgo patch committed: Set up g early libgo patch committed: Set up g early - - - - --- 2019-05-11 Ian Lance Taylor New
Go patch committed: Permit inlining receive expressions Go patch committed: Permit inlining receive expressions - - - - --- 2019-05-10 Ian Lance Taylor New
Go patch committed: Permit inlining variable declaration statements Go patch committed: Permit inlining variable declaration statements - - - - --- 2019-05-10 Ian Lance Taylor New
Go patch committed: Avoid copy for string([]byte) conversion in map keys Go patch committed: Avoid copy for string([]byte) conversion in map keys - - - - --- 2019-05-09 Ian Lance Taylor New
Go patch committed: Avoid copy for string([]byte) in string comparison Go patch committed: Avoid copy for string([]byte) in string comparison - - - - --- 2019-05-08 Ian Lance Taylor New
libgo patch committed: Add Debugging section to README libgo patch committed: Add Debugging section to README - - - - --- 2019-05-08 Ian Lance Taylor New
Go patch committed: Generate memmove for non-pointer slice copy Go patch committed: Generate memmove for non-pointer slice copy - - - - --- 2019-05-08 Ian Lance Taylor New
libgo patch committed: Use builtin memmove directly libgo patch committed: Use builtin memmove directly - - - - --- 2019-05-08 Ian Lance Taylor New
Go patch committed: Remove trailing spaces Go patch committed: Remove trailing spaces - - - - --- 2019-05-08 Ian Lance Taylor New
libgo patch committed: Handle direct interface type receiver in Value.call libgo patch committed: Handle direct interface type receiver in Value.call - - - - --- 2019-05-08 Ian Lance Taylor New
Go patch committed: Handle value method of direct interface type Go patch committed: Handle value method of direct interface type - - - - --- 2019-05-08 Ian Lance Taylor New
Go patch committed: Add option to emit optimization information Go patch committed: Add option to emit optimization information - - - - --- 2019-05-08 Ian Lance Taylor New
Go patch committed: Optimize array range clear Go patch committed: Optimize array range clear - - - - --- 2019-05-03 Ian Lance Taylor New
libgo patch committed: Disable TestGroupIds on AIX libgo patch committed: Disable TestGroupIds on AIX - - - - --- 2019-05-03 Ian Lance Taylor New
Go patch committed: Recognize and optimize map range clear Go patch committed: Recognize and optimize map range clear - - - - --- 2019-05-01 Ian Lance Taylor New
Go patch committed: use more direct interfaces Go patch committed: use more direct interfaces - - - - --- 2019-05-01 Ian Lance Taylor New
libgo patch committed: persistent interface table cache libgo patch committed: persistent interface table cache - - - - --- 2019-05-01 Ian Lance Taylor New
Go patch committed: Avoid crash on real declaration of type with method Go patch committed: Avoid crash on real declaration of type with method - - - - --- 2019-04-29 Ian Lance Taylor New
libgo patch committed: fix TestPhysPageSize on AIX libgo patch committed: fix TestPhysPageSize on AIX - - - - --- 2019-04-26 Ian Lance Taylor New
Go patch committed: Fix inlining method with empty param/receiver Go patch committed: Fix inlining method with empty param/receiver - - - - --- 2019-04-25 Ian Lance Taylor New
libgo patch committed: Define SockaddrDataLink on AIX libgo patch committed: Define SockaddrDataLink on AIX - - - - --- 2019-04-19 Ian Lance Taylor New
Go patch committed: Use temporary to avoid early destruction Go patch committed: Use temporary to avoid early destruction - - - - --- 2019-04-18 Ian Lance Taylor New
Go patch committed: Improve type handling for constant string concatenation Go patch committed: Improve type handling for constant string concatenation - - - - --- 2019-04-13 Ian Lance Taylor New
Go patch committed: Sort packages in export data more deterministically Go patch committed: Sort packages in export data more deterministically - - - - --- 2019-04-09 Ian Lance Taylor New
libgo patch committed: Update to 1.12.2 libgo patch committed: Update to 1.12.2 - - - - --- 2019-04-08 Ian Lance Taylor New
Go patch committed: Add a newline to function receiver in type debug dump Go patch committed: Add a newline to function receiver in type debug dump - - - - --- 2019-03-21 Ian Lance Taylor New
Go patch committed: Pass slice by elements to growslice Go patch committed: Pass slice by elements to growslice - - - - --- 2019-03-19 Ian Lance Taylor New
libgo patch committed: Fix AIX support libgo patch committed: Fix AIX support - - - - --- 2019-03-19 Ian Lance Taylor New
libgo patch committed: Update to 1.12.1 release libgo patch committed: Update to 1.12.1 release - - - - --- 2019-03-18 Ian Lance Taylor New
Go patch committed: Preserve nointerface property when inlining methods Go patch committed: Preserve nointerface property when inlining methods - - - - --- 2019-03-15 Ian Lance Taylor New
Go patch committed: Eliminate bounds checks in append expression Go patch committed: Eliminate bounds checks in append expression - - - - --- 2019-03-15 Ian Lance Taylor New
Go patch committed: Compare parse methods when exporting interface types Go patch committed: Compare parse methods when exporting interface types - - - - --- 2019-03-13 Ian Lance Taylor New
Go patch committed: Add debugging helper function debug_go_type Go patch committed: Add debugging helper function debug_go_type - - - - --- 2019-03-13 Ian Lance Taylor New
libbacktrace patch committed: Only run ztest if HAVE_ELF libbacktrace patch committed: Only run ztest if HAVE_ELF - - - - --- 2019-03-11 Ian Lance Taylor New
libgo patch committed: Use more largefile functions libgo patch committed: Use more largefile functions - - - - --- 2019-03-09 Ian Lance Taylor New
Go patch committed: Set TREE_PUBLIC for only-inline functions Go patch committed: Set TREE_PUBLIC for only-inline functions - - - - --- 2019-03-07 Ian Lance Taylor New
libgo patch committed: Enable precise GC checks when using stack maps libgo patch committed: Enable precise GC checks when using stack maps - - - - --- 2019-03-05 Ian Lance Taylor New
libgo patch committed: Pass -X64 to ar on AIX libgo patch committed: Pass -X64 to ar on AIX - - - - --- 2019-03-05 Ian Lance Taylor New
Go patch committed: Change MPFR_RNDN to GMP_RNDN Go patch committed: Change MPFR_RNDN to GMP_RNDN - - - - --- 2019-03-05 Ian Lance Taylor New
libgo patch committed: Remove temporary directories in gccgoimporter test libgo patch committed: Remove temporary directories in gccgoimporter test - - - - --- 2019-03-02 Ian Lance Taylor New
libgo patch committed: Restore passing D to ar libgo patch committed: Restore passing D to ar - - - - --- 2019-03-01 Ian Lance Taylor New
gotools patch committed: Double timeout gotools patch committed: Double timeout - - - - --- 2019-03-01 Ian Lance Taylor New
libgo patch committed: Default to -O2 when using the go tool libgo patch committed: Default to -O2 when using the go tool - - - - --- 2019-03-01 Ian Lance Taylor New
libgo patch committed: Use correct go_export name on Darwin libgo patch committed: Use correct go_export name on Darwin - - - - --- 2019-02-28 Ian Lance Taylor New
libgo patch committed: Handle function descriptors correctly libgo patch committed: Handle function descriptors correctly - - - - --- 2019-02-27 Ian Lance Taylor New
Go patch committed: Check for duplicate numeric keys in map literals Go patch committed: Check for duplicate numeric keys in map literals - - - - --- 2019-02-27 Ian Lance Taylor New
Go patch committed: Checkfor recursive inhereited interface aliases Go patch committed: Checkfor recursive inhereited interface aliases - - - - --- 2019-02-27 Ian Lance Taylor New
libgo patch committed: Preserve CC for TestScript child processes libgo patch committed: Preserve CC for TestScript child processes - - - - --- 2019-02-27 Ian Lance Taylor New
libgo patch committed: Update to final Go 1.12 release libgo patch committed: Update to final Go 1.12 release - - - - --- 2019-02-26 Ian Lance Taylor New
« 1 2 ... 4 5 613 14 »