Imports of package ssa

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
cmd/compile/internal/types
cmd/internal/obj
cmd/internal/obj/arm
cmd/internal/obj/arm64Package arm64 implements an ARM64 assembler.
cmd/internal/obj/mips
cmd/internal/obj/ppc64Package ppc64 implements a PPC64 assembler that assembles Go asm into the corresponding PPC64 instructions as defined by the Power ISA 3.0B.
cmd/internal/obj/s390x
cmd/internal/obj/x86
cmd/internal/objabi
cmd/internal/src
container/heapPackage heap provides heap operations for any type that implements heap.Interface.
crypto/sha1Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
htmlPackage html provides functions for escaping and unescaping HTML text.
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
mathPackage math provides basic constants and mathematical functions.
math/bigPackage big implements arbitrary-precision arithmetic (big numbers).
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
regexpPackage regexp implements regular expression search.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
sortPackage sort provides primitives for sorting slices and user-defined collections.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.