summaryrefslogtreecommitdiff
path: root/test/MC/AsmParser
Commit message (Expand)AuthorAge
* Force triple in tests.Daniel Dunbar2009-10-16
* MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar2009-10-16
* MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar2009-10-16
* Move ARM and X86 specific AsmParser tests into separate subdirectories, and onlyDaniel Dunbar2009-09-21
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-20
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-15
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-13
* Unbreak these tests. Chris, please verify that these changes are intended.Dan Gohman2009-09-08
* use a darwin tripleChris Lattner2009-09-03
* adjust expected lines.Chris Lattner2009-09-03
* update test for alignment value in hexChris Lattner2009-09-03
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-31
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-31
* llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar2009-08-31
* Update test.Daniel Dunbar2009-08-30
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-30
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-28
* For now, only run MC tests if X86 is configured.Daniel Dunbar2009-08-27
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* Fix typoDaniel Dunbar2009-08-19
* fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner2009-08-19
* llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar2009-08-14
* llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar2009-08-14
* llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar2009-08-14
* llvm-mc: Support escaped characters in string literals (for .ascii and .asciz)Daniel Dunbar2009-08-14
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-14
* llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax')Daniel Dunbar2009-08-11
* llvm-mc: Fix a crash on invalid due to a typo in relocatable expressionDaniel Dunbar2009-08-11
* llvm-mc/X86: Parse '*' correctly (in the way the matcher expects).Daniel Dunbar2009-08-11
* llvm-mc: Accept .word as a synonym for .shortDaniel Dunbar2009-08-11
* llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for theseDaniel Dunbar2009-08-11
* llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ','Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands.Daniel Dunbar2009-08-11
* llvm-mc/AsmParser: Disambiguate i64i8imm.Daniel Dunbar2009-08-10
* llvm-mc/AsmParser: Check for matches with super classes when matchingDaniel Dunbar2009-08-10
* Disable this test for now, we don't check for super classes when matching yet.Daniel Dunbar2009-08-09
* llvm-mc/AsmParser: Implement user defined super classes.Daniel Dunbar2009-08-09
* sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner2009-08-08
* llvm-mc/AsmMatcher: Improve match code.Daniel Dunbar2009-08-08
* Added Mac OS X assembler style conditional assembly. I may come back and see ifKevin Enderby2009-08-07
* Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory onDaniel Dunbar2009-08-07
* llvm-mc/AsmMatcher: Move to a slightly more sane matching design.Daniel Dunbar2009-08-07
* llvm-mc: More quoted identifier support.Daniel Dunbar2009-08-01
* llvm-mc: Add -triple, and fix some typosDaniel Dunbar2009-07-31
* llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar2009-07-31
* llvm-mc: A few more parsing / match tweaks.Daniel Dunbar2009-07-31
* llvm-mc: Support quoted identifiers.Daniel Dunbar2009-07-31
* llvm-mc/X86: Sketch match functions for immediates and memory operands.Daniel Dunbar2009-07-31
* Add this test back, the check pattern was too strict.Daniel Dunbar2009-07-31
* Remove this test while I figure out why it is failing.Daniel Dunbar2009-07-31