hanchenye-llvm-project/llgo/irgen
Peter Collingbourne 08b4728f51 irgen: Create functions instead of global variables for builtin hash and equal algorithms.
These are in fact functions, and have function type, so it is invalid
to represent them using global variables.

llvm-svn: 304689
2017-06-04 22:11:28 +00:00
..
annotations.go
attribute.go [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
builtins.go
cabi.go
call.go
channels.go
closures.go
compiler.go
errors.go
indirect.go
interfaces.go
maps.go
predicates.go
println.go
runtime.go
slice.go
ssa.go
strings.go
switches.go
targets.go
typemap.go irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
types.go
utils.go
value.go
version.go