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)
commit6b31d170a44482c231abd9306e5687a88ae673ad
tree1898e2e56ebd54139ee1f3549875fd89e99dfccb
parentd1b9521e483b521d3f863ab89018879b48333bd5
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

llvm-svn: 157393
llvm/docs/BitCodeFormat.html
llvm/docs/LangRef.html
llvm/lib/AsmParser/LLLexer.cpp
llvm/lib/VMCore/AsmWriter.cpp
llvm/test/Assembler/half-constprop.ll [new file with mode: 0644]
llvm/test/Assembler/half-conv.ll [new file with mode: 0644]
llvm/test/Assembler/half.ll [new file with mode: 0644]