Age | Commit message (Expand) | Author |
2009-09-08 | Unbreak these tests. Chris, please verify that these changes are intended. | Dan Gohman |
2009-09-03 | use a darwin triple | Chris Lattner |
2009-09-03 | adjust expected lines. | Chris Lattner |
2009-09-03 | update test for alignment value in hex | Chris Lattner |
2009-08-31 | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar |
2009-08-31 | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar |
2009-08-31 | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar |
2009-08-30 | Update test. | Daniel Dunbar |
2009-08-30 | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .comm emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Support .zerofill emission. | Daniel Dunbar |
2009-08-28 | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar |
2009-08-27 | For now, only run MC tests if X86 is configured. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set .subsections_via_symbols flag properly. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Add support for relocations. | Daniel Dunbar |
2009-08-26 | llvm-mc: Fix tests for python variations in int printing, sigh. | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Add section padding where needed (to align the next section). | Daniel Dunbar |
2009-08-26 | llvm-mc/Mach-O: Set addresses for symbols. | Daniel Dunbar |
2009-08-26 | llvm-mc: Improve indirect symbol support (add the indirect index table). | Daniel Dunbar |
2009-08-24 | llvm-mc/Mach-O: Support symbol attributes. | Daniel Dunbar |
2009-08-22 | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar |
2009-08-22 | Force triple for these tests. | Daniel Dunbar |
2009-08-21 | llvm-mc: Improve handling of implicit alignment for magic section directives | Daniel Dunbar |
2009-08-21 | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar |
2009-08-21 | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar |
2009-08-21 | llvm-mc: Accept .fill size of 8. | Daniel Dunbar |
2009-08-21 | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar |
2009-08-19 | Fix typo | Daniel Dunbar |
2009-08-19 | fix asmstreaming of 2/4 byte elements with pow-2 alignments. | Chris Lattner |
2009-08-14 | llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. | Daniel Dunbar |
2009-08-14 | llvm-mc: When handling a .set, make sure to print subsequent references to the | Daniel Dunbar |
2009-08-14 | llvm-mc: zerofill shouldn't print quotes around the section,segment. | Daniel Dunbar |
2009-08-14 | llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) | Daniel Dunbar |
2009-08-14 | Update llvm-mc / MCAsmStreamer to print the instruction using the actual target | Daniel Dunbar |
2009-08-11 | llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') | Daniel Dunbar |
2009-08-11 | llvm-mc: Fix a crash on invalid due to a typo in relocatable expression | Daniel Dunbar |
2009-08-11 | llvm-mc/X86: Parse '*' correctly (in the way the matcher expects). | Daniel Dunbar |
2009-08-11 | llvm-mc: Accept .word as a synonym for .short | Daniel Dunbar |
2009-08-11 | llvm-mc: Sketch parsing for .file, .line, and .loc. No streamer hooks for these | Daniel Dunbar |
2009-08-11 | llvm-mc: Fix darwin .section parsing. It was skipping the section name and a ',' | Daniel Dunbar |
2009-08-11 | llvm-mc/AsmParser: Implement automatic classification of RegisterClass operands. | Daniel Dunbar |
2009-08-10 | llvm-mc/AsmParser: Disambiguate i64i8imm. | Daniel Dunbar |
2009-08-10 | llvm-mc/AsmParser: Check for matches with super classes when matching | Daniel Dunbar |
2009-08-09 | Disable this test for now, we don't check for super classes when matching yet. | Daniel Dunbar |
2009-08-09 | llvm-mc/AsmParser: Implement user defined super classes. | Daniel Dunbar |
2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
2009-08-08 | llvm-mc/AsmMatcher: Improve match code. | Daniel Dunbar |
2009-08-07 | Added Mac OS X assembler style conditional assembly. I may come back and see if | Kevin Enderby |