Add a GC plugin for Erlang
authorYiannis Tsiouris <gtsiour@softlab.ntua.gr>
Mon, 25 Mar 2013 13:47:46 +0000 (13:47 +0000)
committerYiannis Tsiouris <gtsiour@softlab.ntua.gr>
Mon, 25 Mar 2013 13:47:46 +0000 (13:47 +0000)
commit477de3a7859104d7c41a36628169e13e524e980a
tree378b9b09722a63c6b459e1a7058c67612c2752f8
parent2269c56a3ce38e4440c3ed411e5ddd17cbb394c4
Add a GC plugin for Erlang

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177867 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/GCs.h
include/llvm/CodeGen/LinkAllAsmWriterComponents.h
include/llvm/CodeGen/LinkAllCodegenComponents.h
lib/CodeGen/AsmPrinter/ErlangGCPrinter.cpp [new file with mode: 0644]
lib/CodeGen/ErlangGC.cpp [new file with mode: 0644]
test/CodeGen/X86/GC/erlang-gc.ll [new file with mode: 0644]