Use a ManagedCleanup to prevent leaking the PassRegistrar map. In breaks the
[oota-llvm.git] / test / MC /
2010-04-05 Evan ChengReverting 100265 to try to get buildbots green again...
2010-04-02 Johnny ChenSecond try of initial ARM/Thumb disassembler check...
2010-03-29 Daniel DunbarMC/Mach-O/x86_64: Support @GOTPCREL on symbols, even...
2010-03-25 Bob WilsonReapply Kevin's change 94440, now that Chris has fixed...
2010-03-25 Daniel DunbarMC: Fix refacto in MCExpr evaluation, I mistakenly...
2010-03-24 Bob WilsonSpeculatively revert this to see if it fixes buildbot...
2010-03-24 Kevin EnderbyAdded the Advanced Encryption Standard (AES) Instructions.
2010-03-24 Kevin EnderbyFixed the SS42AI template for the SSE 4.2 instructions...
2010-03-20 Daniel DunbarMC/Mach-O: Remove Darwin host specific tests, we don...
2010-03-20 Daniel DunbarMC/Mach-O: Tweak optimal_nop test to be host independent.
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Daniel DunbarMC/Mach-O/x86_64: Add relocation support.
2010-03-19 Daniel DunbarMC/X86: Rename alternate spellings of {ADD64,CMP64...
2010-03-19 Daniel DunbarMC/Mach-O: Factor out isScatteredFixupFullyResolvedSimp...
2010-03-19 Daniel DunbarX86: Fix encoding for TEST64rr.
2010-03-18 Daniel DunbarX86MCCodeEmitter: Fix two minor issues with reloc_ripre...
2010-03-18 Daniel DunbarMC/X86/AsmMatcher: Use the new instruction cleanup...
2010-03-18 Chris Lattnerfix an x86-64 encoding bug Daniel found.
2010-03-18 Chris Lattneradd a special relocation type for movq loads for object
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-14 Chris Lattnerxfail properly
2010-03-14 Chris Lattnerxfail these tests temporarily to get teh buildbots...
2010-03-13 Daniel DunbarX86: Fix ADD64i32 encoding.
2010-03-13 Daniel DunbarMC/X86_64: Symbol support.
2010-03-13 Daniel DunbarMC/Mach-O: Initial x86_64 support.
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of leaq.
2010-03-13 Daniel DunbarMC/X86_64: Fix matching of callq.
2010-03-13 Daniel DunbarMC/Mach-O: PCrel relocations weren't using the right...
2010-03-13 Daniel DunbarMC/X86: Add temporary hack to match shrl $1,%eax correc...
2010-03-13 Daniel DunbarMC/X86: Add an XFAIL test where we aren't matching...
2010-03-12 Daniel DunbarMC/Mach-O: Implement initial support for relaxation.
2010-03-11 Daniel DunbarMC/Mach-O: Implement "absolutizing" semantics of .set...
2010-03-10 Daniel DunbarMC/Mach-O: Use the SECTDIFF relocation type for (A...
2010-03-09 Daniel DunbarMC/X86: Rename alternate spellings of ADD{8,16,32}...
2010-03-09 Daniel DunbarMC/X86: Rename alternate spellings of CMP{8,16,32}...
2010-03-09 Daniel DunbarMC/Mach-O: For PCrel relocations, we need to compensate...
2010-03-08 Kevin EnderbyFix the vmxon entry in the X86InstrInfo.td so it has...
2010-03-08 Daniel DunbarMC/Macho-O: Align the zerofill section itself to the...
2010-03-08 Daniel DunbarMC/Mach-O: Fix address compution for zero fill sections.
2010-03-08 Daniel DunbarX86: Fix encoding for TEST{8,16,32}rr.
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.
next