summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* fix a parsing problem on instructions like:Chris Lattner2010-01-24
* teach MCAsmStreamer::EmitBytes to use .ascii and .ascizChris Lattner2010-01-23
* Mark EH_RETURN64 as CodeGenOnly.Daniel Dunbar2010-01-22
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-19
* only darwin has zerofillChris Lattner2010-01-19
* specify a triple to use, fixing the test on non-x86-64 hosts.Chris Lattner2009-12-22
* various cleanups, make the disassemble reject lines with too muchChris Lattner2009-12-22
* rewrite the file parser for the disassembler, implementing support forChris Lattner2009-12-22
* 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
* Fixed MCSectionMachO::ParseSectionSpecifier to allow an attribute of "none" soKevin Enderby2009-10-07
* 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: Support .comm emission.Daniel Dunbar2009-08-28
* llvm-mc: Support .zerofill emission.Daniel Dunbar2009-08-28
* 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/Mach-O: Unique sections properly, so we don't get duplicate textDaniel Dunbar2009-08-26
* llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add support for relocations.Daniel Dunbar2009-08-26
* llvm-mc: Fix tests for python variations in int printing, sigh.Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Add section padding where needed (to align the next section).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Set addresses for symbols.Daniel Dunbar2009-08-26
* llvm-mc: Improve indirect symbol support (add the indirect index table).Daniel Dunbar2009-08-26
* llvm-mc/Mach-O: Support symbol attributes.Daniel Dunbar2009-08-24
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-22
* Force triple for these tests.Daniel Dunbar2009-08-22
* llvm-mc: Improve handling of implicit alignment for magic section directivesDaniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-21
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-21
* llvm-mc: Accept .fill size of 8.Daniel Dunbar2009-08-21
* llvm-mc: Start MCAssembler and MCMachOStreamer.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