Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add test-case for hex floating-literals | Tim Northover | 2013-08-14 | 1 | -0/+3 |
* | Support C99 hexadecimal floating-point literals in assembly | Tim Northover | 2013-08-14 | 1 | -1/+36 |
* | Adding a test for "-inf" as well. | Kevin Enderby | 2011-03-29 | 1 | -0/+3 |
* | Added support symbolic floating point constants in the MC assembler for Infinity | Kevin Enderby | 2011-03-29 | 1 | -0/+6 |
* | Add support for parsing .float | Roman Divacky | 2011-01-28 | 1 | -0/+3 |
* | MC/AsmParser: Handle exponents in floating point literals. | Daniel Dunbar | 2010-09-27 | 1 | -0/+17 |
* | MC/AsmParser: Handle a missed case of floating literals in the lexer. | Daniel Dunbar | 2010-09-24 | 1 | -0/+3 |
* | MC/AsmParser: Support .single and .double for embedding floating point literals. | Daniel Dunbar | 2010-09-24 | 1 | -0/+12 |