Add support for a union type in LLVM IR. Patch by Talin!
authorChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 20:49:41 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 12 Feb 2010 20:49:41 +0000 (20:49 +0000)
commitfdfeb6976f07ad10d809b922ed7376ba2a3539be
treef6ba4446fc9db081e5e3386c57d2db253774c1fa
parentb3e1bf54b29354c6d332cfaffcc86cd776fd4ca8
Add support for a union type in LLVM IR.  Patch by Talin!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96011 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
docs/LangRef.html
include/llvm-c/Core.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/Constants.h
include/llvm/DerivedTypes.h
include/llvm/Type.h
include/llvm/Value.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/Target/X86/X86InstrInfo.td
lib/VMCore/AsmWriter.cpp
lib/VMCore/ConstantFold.cpp
lib/VMCore/Constants.cpp
lib/VMCore/ConstantsContext.h
lib/VMCore/Core.cpp
lib/VMCore/LLVMContextImpl.h
lib/VMCore/Type.cpp
lib/VMCore/TypesContext.h
test/Assembler/2010-01-06-UnionType.ll [new file with mode: 0644]
test/Feature/unions.ll [new file with mode: 0644]