Add support getting the operands of a User to ocaml.
[oota-llvm.git] / test / MC /
2010-02-25 Kevin EnderbyThis is a patch to the assembler frontend to detect...
2010-02-16 Chris Lattnermake pcrel immediate values relative to the start of...
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Daniel DunbarMC/AsmParser: Attempt to constant fold expressions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-12 Chris Lattneradd some disassemble testcases for weird instructions
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-11 Kevin EnderbyRemove the few # TAILCALL comments that snuck in. ...
2010-02-11 Kevin EnderbyUpdate the X86 assembler matcher test case now that...
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-10 Daniel DunbarXFAIL this on linux until I figure out what is happening.
2010-02-10 Kevin EnderbyReplace this file containing 4 tests of x86 32-bit...
2010-02-10 Kevin EnderbyFix the encoding of the movntdqa X86 instruction. ...
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-05 Chris Lattnerfix incorrect encoding of SBB8mi that Kevin noticed.
2010-02-05 Chris Lattnerfix a case where we'd mis-encode fisttp because of...
2010-02-05 Chris Lattnerremove fixme
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Chris Lattnerremove the # TAILCALL markers, which was causing the...
2010-02-02 Daniel DunbarMCAssembler/Darwin: Add a test (on Darwin) that we...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris Lattnerthis apparently depends on the host somehow.
2010-02-02 Chris Lattnerdisable this test for now.
2010-02-02 Kevin EnderbyAdded another version of the X86 assembler matcher...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-29 Daniel DunbarMC/X86: Add a nice X86 assembler matcher test case...
2010-01-25 Chris Lattnerwirte up .file and .file to the mc asmparser.
2010-01-24 Chris Lattnerfix a parsing problem on instructions like:
2010-01-23 Chris Lattnerteach MCAsmStreamer::EmitBytes to use .ascii and .asciz
2010-01-22 Daniel DunbarMark EH_RETURN64 as CodeGenOnly.
2010-01-19 Chris Lattneradd an MCAsmStreamer::EmitFill specialization of EmitFi...
2010-01-19 Chris Lattneronly darwin has zerofill
2009-12-22 Chris Lattnerspecify a triple to use, fixing the test on non-x86...
2009-12-22 Chris Lattnervarious cleanups, make the disassemble reject lines...
2009-12-22 Chris Lattnerrewrite the file parser for the disassembler, implement...
2009-10-16 Daniel DunbarForce triple in tests.
2009-10-16 Daniel DunbarMC: Tweak variable assignment diagnostics, and make...
2009-10-16 Daniel DunbarMC: When parsing a variable reference, substitute absol...
2009-10-07 Kevin EnderbyFixed MCSectionMachO::ParseSectionSpecifier to allow...
2009-09-21 Daniel DunbarMove ARM and X86 specific AsmParser tests into separate...
2009-09-20 Chris LattnerAdd an intel syntax MCInstPrinter implementation. ...
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...
2009-09-13 Chris Lattnerunbreak this test by working around an asmparser bug.
2009-09-08 Dan GohmanUnbreak these tests. Chris, please verify that these...
2009-09-03 Chris Lattneruse a darwin triple
2009-09-03 Chris Lattneradjust expected lines.
2009-09-03 Chris Lattnerupdate test for alignment value in hex
2009-08-31 Daniel Dunbarllvm-mc: Pass values to MCStreamer as MCExprs, not...
2009-08-31 Daniel Dunbarllvm-mc: Simplify EmitAssignment ('.set' is identical...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-30 Daniel DunbarUpdate test.
2009-08-30 Daniel Dunbarllvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol...
2009-08-28 Daniel Dunbarllvm-mc: Support .comm emission.
2009-08-28 Daniel Dunbarllvm-mc: Support .zerofill emission.
2009-08-28 Daniel Dunbarllvm-mc: Emit .lcomm as .zerofill.
2009-08-27 Daniel DunbarFor now, only run MC tests if X86 is configured.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Unique sections properly, so we don...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Don't put assembler temporary labels...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add support for relocations.
2009-08-26 Daniel Dunbarllvm-mc: Fix tests for python variations in int printin...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Add section padding where needed (to...
2009-08-26 Daniel Dunbarllvm-mc/Mach-O: Set addresses for symbols.
2009-08-26 Daniel Dunbarllvm-mc: Improve indirect symbol support (add the indir...
2009-08-24 Daniel Dunbarllvm-mc/Mach-O: Support symbol attributes.
2009-08-22 Daniel Dunbarllvm-mc/Mach-O: Improve symbol table support:
2009-08-22 Daniel DunbarForce triple for these tests.
2009-08-21 Daniel Dunbarllvm-mc: Improve handling of implicit alignment for...
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support .o emission for .org and .align.
2009-08-21 Daniel Dunbarllvm-mc/Mach-O: Support byte and fill value emission.
2009-08-21 Daniel Dunbarllvm-mc: Accept .fill size of 8.
2009-08-21 Daniel Dunbarllvm-mc: Start MCAssembler and MCMachOStreamer.
2009-08-19 Daniel DunbarFix typo
2009-08-19 Chris Lattnerfix asmstreaming of 2/4 byte elements with pow-2 alignm...
2009-08-14 Daniel Dunbarllvm-mc: Fix bugs where bytes were unintentionally...
2009-08-14 Daniel Dunbarllvm-mc: When handling a .set, make sure to print subse...
2009-08-14 Daniel Dunbarllvm-mc: zerofill shouldn't print quotes around the...
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Match hard coded registers (e.g...
2009-08-11 Daniel Dunbarllvm-mc: Fix a crash on invalid due to a typo in reloca...
2009-08-11 Daniel Dunbarllvm-mc/X86: Parse '*' correctly (in the way the matche...
2009-08-11 Daniel Dunbarllvm-mc: Accept .word as a synonym for .short
2009-08-11 Daniel Dunbarllvm-mc: Sketch parsing for .file, .line, and .loc...
2009-08-11 Daniel Dunbarllvm-mc: Fix darwin .section parsing. It was skipping...
2009-08-11 Daniel Dunbarllvm-mc/AsmParser: Implement automatic classification...
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Disambiguate i64i8imm.
2009-08-10 Daniel Dunbarllvm-mc/AsmParser: Check for matches with super classes...
2009-08-09 Daniel DunbarDisable this test for now, we don't check for super...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-07 Kevin EnderbyAdded Mac OS X assembler style conditional assembly...
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
next