1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/include/llvm/MC/MCParser
Tim Northover c40d142f19 Support C99 hexadecimal floating-point literals in assembly
It's useful to be able to write down floating-point numbers without having to
worry about what they'll be rounded to (as C99 discovered), this extends that
ability to the MC assembly parsers.

llvm-svn: 188370
2013-08-14 14:23:31 +00:00
..
AsmCond.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
AsmLexer.h Support C99 hexadecimal floating-point literals in assembly 2013-08-14 14:23:31 +00:00
MCAsmLexer.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCAsmParser.h Whitespace. 2013-06-02 19:51:54 +00:00
MCAsmParserExtension.h Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00
MCParsedAsmOperand.h [ms-inline asm] Add the OpDecl to the InlineAsmIdentifierInfo struct and in turn 2013-04-22 22:04:25 +00:00