Add half support to LLVM (for OpenCL)
authorTobias Grosser <grosser@fim.uni-passau.de>
Thu, 24 May 2012 15:59:06 +0000 (15:59 +0000)
committerTobias Grosser <grosser@fim.uni-passau.de>
Thu, 24 May 2012 15:59:06 +0000 (15:59 +0000)
commit057beb8d4fe8d5dad98ad80a49a649730c3a3eb0
tree48e33d7c92b9abb8e79b152d07fef085fcc9b061
parent91bf23e6b7b9b4a00ebc73d4136a3b985581002a
Add half support to LLVM (for OpenCL)

Submitted by: Anton Lokhmotov  <Anton.Lokhmotov@arm.com>

Approved by: o Anton Korobeynikov
             o Micah Villmow
             o David Neto

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157393 91177308-0d34-0410-b5e6-96231b3b80d8
docs/BitCodeFormat.html
docs/LangRef.html
lib/AsmParser/LLLexer.cpp
lib/VMCore/AsmWriter.cpp
test/Assembler/half-constprop.ll [new file with mode: 0644]
test/Assembler/half-conv.ll [new file with mode: 0644]
test/Assembler/half.ll [new file with mode: 0644]