| Commit message (Expand) | Author | Age | Files | Lines |
* | Match case for invalid constant error messages and add a new | Eric Christopher | 2011-04-12 | 1 | -1/+4 |
* | Test for invalid constant expr addition - bad octal constant. | Eric Christopher | 2011-04-12 | 1 | -13/+5 |
* | Don't store Twine temporaries, it's not safe. | Benjamin Kramer | 2011-04-09 | 1 | -1/+5 |
* | Update tests | Rafael Espindola | 2011-04-07 | 1 | -5/+5 |
* | Add support for .skip. | Rafael Espindola | 2011-04-07 | 1 | -0/+5 |
* | 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 |
* | MC: Improve some diagnostics on uses of '.' pseudo-symbol. | Daniel Dunbar | 2011-03-25 | 1 | -0/+12 |
* | Move arch specific tests in arch specific directories. | Devang Patel | 2011-02-24 | 1 | -8/+0 |
* | Remove file. Previous commit deleted content, but left the file around. | Jim Grosbach | 2011-02-23 | 1 | -0/+0 |
* | Revert r125595, which is an X86-only undocumented assembly syntax extension | Jim Grosbach | 2011-02-23 | 2 | -10/+0 |
* | Add support for pushsection and popsection. Patch by Joerg Sonnenberger. | Rafael Espindola | 2011-02-16 | 1 | -0/+107 |
* | Add support for parsing [expr]. | Roman Divacky | 2011-02-15 | 2 | -0/+10 |
* | Support for .ifdef / .ifndef in the assembler parser. Patch by Joerg Sonnenbe... | Benjamin Kramer | 2011-02-08 | 2 | -0/+58 |
* | Add support for parsing .float | Roman Divacky | 2011-01-28 | 1 | -0/+3 |
* | PR8951: Support for .equiv in integrated assembler, patch by Jörg Sonnenberger! | Nico Weber | 2011-01-28 | 1 | -0/+9 |
* | In llvm-mc parse a Hash token as a full line comment. Allows handling of | Kevin Enderby | 2010-12-24 | 1 | -0/+8 |
* | Add support for lexing single quotes like 'c'. | Roman Divacky | 2010-12-18 | 1 | -0/+16 |
* | Rename temporary symbols if they conflict with artificial symbols created | Rafael Espindola | 2010-12-01 | 1 | -0/+10 |
* | Parse and remember discriminators in .loc line. I try to output them with | Rafael Espindola | 2010-11-13 | 1 | -1/+1 |
* | Add support for .value. | Rafael Espindola | 2010-11-01 | 1 | -0/+4 |
* | Add support for the .string directive. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
* | Implement .equ directive as a synonym to .set. | Roman Divacky | 2010-10-28 | 1 | -0/+5 |
* | MC/AsmParser: Fix relative precedence of {+,-} and comparison ops. | Daniel Dunbar | 2010-10-25 | 1 | -1/+2 |
* | MC/AsmLexer: Fix bug in source location for Slash token. | Daniel Dunbar | 2010-10-25 | 1 | -3/+2 |
* | tweak test. | Daniel Dunbar | 2010-10-25 | 1 | -3/+3 |
* | MC/AsmParser: Rewrite test to actually check some parts of expression parsing, | Daniel Dunbar | 2010-10-25 | 1 | -32/+37 |
* | actually, move the elf tests into the existing elf dir. | Chris Lattner | 2010-10-02 | 2 | -36/+0 |
* | consolidate ELF tests into asmparser tests. | Chris Lattner | 2010-10-02 | 3 | -6/+0 |
* | move ARM MC tests up one level. | Chris Lattner | 2010-10-02 | 3 | -19/+0 |
* | move X86 subdir up a level | Chris Lattner | 2010-10-01 | 14 | -29242/+0 |
* | more cleanups. | Chris Lattner | 2010-09-30 | 7 | -7903/+7897 |
* | merge and clean up tests. | Chris Lattner | 2010-09-30 | 6 | -51/+55 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -10074/+10073 |
* | rename test | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | generalize test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | rename test. | Chris Lattner | 2010-09-30 | 1 | -0/+0 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -262/+256 |
* | preemptively add the rest of the non-n fpstack instructions. | Chris Lattner | 2010-09-30 | 1 | -0/+4 |
* | merge two tests. | Chris Lattner | 2010-09-30 | 2 | -7/+5 |
* | fix this to not be completely broken. | Chris Lattner | 2010-09-30 | 1 | -2/+1 |
* | update, unxfail, fix bogus encodings. | Chris Lattner | 2010-09-30 | 1 | -12/+11 |
* | update and unxfail | Chris Lattner | 2010-09-30 | 1 | -19/+18 |
* | unxfail this by fixing syntactic differences. | Chris Lattner | 2010-09-30 | 1 | -6/+5 |
* | implement support for finit, PR8258 | Chris Lattner | 2010-09-30 | 1 | -0/+10 |
* | add support for fstcw, PR8259 | Chris Lattner | 2010-09-30 | 1 | -0/+6 |
* | implement rdar://8491845 - Gas supports commuted forms of non-commutable inst... | Chris Lattner | 2010-09-29 | 1 | -0/+8 |
* | fix rdar://8490728 - llvm-mc rejects gpr64 form of 'movmskpd' | Chris Lattner | 2010-09-29 | 1 | -0/+7 |
* | add assembler support for the cvtsd2sil/cvtsd2siq mnemonics, rdar://8456382 | Chris Lattner | 2010-09-29 | 1 | -2/+7 |
* | make the x86 mccode emitter emit the 0x67 and 0x66 prefix bytes in the same | Chris Lattner | 2010-09-29 | 1 | -0/+5 |