Assembly and Bitcode support for unsigned/signed overflow flags and
authorDan Gohman <gohman@apple.com>
Mon, 20 Jul 2009 21:19:07 +0000 (21:19 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 20 Jul 2009 21:19:07 +0000 (21:19 +0000)
commit1224c386981f7948f298ed9ad444c40609570f2e
tree69577cb79bc2b30c8f801de5c52a374189fdb7a4
parent33d0474bf5d5783cf9690bcab3eabd513d918fc5
Assembly and Bitcode support for unsigned/signed overflow flags and
exact sdiv flags.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76475 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Bitcode/LLVMBitCodes.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/VMCore/AsmWriter.cpp
test/Assembler/flags-plain.ll [new file with mode: 0644]
test/Assembler/flags-reversed.ll [new file with mode: 0644]
test/Assembler/flags-signed.ll [new file with mode: 0644]
test/Assembler/flags-unsigned.ll [new file with mode: 0644]
test/Assembler/flags.ll [new file with mode: 0644]