llvm-project/llgo/irgen
Kristina Brooks e67d23905f [llgo]: fix compilation under current llvm
Patch rL322965 changed how intrinsics for memset and memzero
were defined. This causes a regression in LLGO making it no
longer buidable. In addition to that one pass was renamed,
so this also addresses the pass naming disparity.

I removed all split stack related bits from this patch as
as asked.

Differential Revision: https://reviews.llvm.org/D56638

llvm-svn: 351722
2019-01-21 04:36:43 +00:00
..
annotations.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
attribute.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
builtins.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
cabi.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
call.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
channels.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
closures.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
compiler.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
errors.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
indirect.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
interfaces.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
maps.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
predicates.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
println.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
runtime.go [llgo]: fix compilation under current llvm 2019-01-21 04:36:43 +00:00
slice.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
ssa.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
strings.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
switches.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
targets.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
typemap.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
types.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
utils.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
value.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
version.go Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00