Reinstate checking of stackrestore, with checking for both Read
[oota-llvm.git] / test / MC /
2010-05-26 Kevin EnderbyFix the x86 move to/from segment register instructions.
2010-05-25 Eric ChristopherAdd support for initialized global data for darwin...
2010-05-25 Kevin EnderbyChanged the encoding of X86 floating point stack operat...
2010-05-25 Daniel DunbarMC/X86: Add a hack to allow recognizing 'cmpltps' and...
2010-05-25 Daniel DunbarMC/X86: Define explicit immediate forms of cmp{ss,sd...
2010-05-25 Kevin EnderbyThe BT64ri8 record in X86Instr64bit.td was missing...
2010-05-25 Eric ChristopherMake sure aeskeygenassist uses an unsigned immediate...
2010-05-24 Dan GohmanFix an mmx movd encoding.
2010-05-24 Kevin EnderbyMC/X86: Add aliases for CMOVcc variants.
2010-05-22 Daniel DunbarMC/X86: Subdivide immediates a bit more, so that we...
2010-05-22 Daniel DunbarMC/X86: Add alias for setz, setnz, jz, jnz.
2010-05-21 Kevin EnderbyAdded retl for 32-bit x86 and added retq for 64-bit...
2010-05-20 Daniel DunbarMC/X86: Add movq alias for movabsq, to allow matching...
2010-05-20 Dan GohmanFix assembly parsing and encoding of the pushf and...
2010-05-20 Dan GohmanDefine the x86 pause instruction.
2010-05-20 Dan GohmanFix the sfence instruction to use MRM_F8 instead of...
2010-05-19 Chris Lattnerfix rdar://7986634 - match instruction opcodes case...
2010-05-19 Eric ChristopherA more combo tls testcase.
2010-05-19 Eric ChristopherFew more simple tls testcases.
2010-05-18 Eric ChristopherQuick test to make sure we're emitting the tbss section...
2010-05-18 Kevin EnderbyFixed the problem with a branch to "0b" that was not...
2010-05-18 Daniel DunbarMC/Mach-O: Implement support for setting indirect symbo...
2010-05-17 Kevin EnderbyAdded support in MC for Directional Local Labels.
2010-05-17 Eric ChristopherMore data/parsing support for tls directives. Add...
2010-05-17 Daniel DunbarMC/Mach-O/x86: Optimal nop sequences should only be...
2010-05-17 Daniel DunbarMC/Mach-O: Reverse order of SymbolData scanning when...
2010-05-17 Daniel DunbarMC/Mach-O: Fix some differences in symbol flag handling.
2010-05-17 Daniel Dunbarllvm-mc: Support reassignment of variables in one speci...
2010-05-17 Eric ChristopherAssume that we'll handle mangling the symbols earlier...
2010-05-14 Kevin EnderbyFix so "int3" is correctly accepted, added "into" and...
2010-05-14 Daniel DunbarMC/Mach-O/x86_64: Darwin's special "signed_N" relocatio...
2010-05-14 Eric ChristopherAdd AsmParser support for darwin tbss directive.
2010-05-13 Daniel DunbarMC/Mach-O: Add another zerofill test to improve coverage.
2010-05-13 Chris Lattnerfix rdar://7965971 and a fixme: use ParseIdentifier in
2010-05-13 Chris Lattnerreapply r103668 with a fix. Never make "minor syntax...
2010-05-12 Chris Lattnerrevert r103668 for now, it is apparently breaking things.
2010-05-12 Chris Lattnermoffset forms of moves are x86-32 only, make the parser
2010-05-12 Chris Lattnerfix the encoding of the obscure "moffset" forms of...
2010-05-12 Daniel DunbarMC/X86: Extend suffix matching hack to match 'q' suffix.
2010-05-12 Daniel DunbarMC/Mach-O/x86_64: Add a new hook for checking whether...
2010-05-11 Daniel DunbarMC/Mach-O/x86_64: Fix PCrel adjustment for x86_64,...
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-06 Daniel DunbarMC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA...
2010-05-06 Chris Lattnerfix rdar://7947167 - llvm-mc doesn't match movsq
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-04 Daniel DunbarMC/X86: Chris pointed that 'as' isn't consistent in...
2010-05-04 Daniel DunbarMC/X86: Add "support" for matching ATT style mnemonic...
2010-05-03 Kevin EnderbyChanged llvm-mc to use the same suffixes with floating...
2010-05-03 Kevin EnderbyFixed the encoding of two of the X86 movq instuctions...
2010-05-03 Kevin EnderbyFixed the encoding of the x86 push instructions. Using...
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
2010-04-21 Johnny ChenThumb instructions which have reglist operands at the...
2010-04-20 Johnny ChenWhen doing Thumb disassembly, there's no need to consid...
2010-04-20 Johnny ChenFor t2LDRT, t2LDRBT, t2LDRHT, t2LDRSBT, and t2LDRSHT...
2010-04-19 Johnny ChenAccording to A8.6.16 B (Encoding T3) and A8.3 Condition...
2010-04-19 Johnny ChenARM disassembler did not react to recent changes to...
2010-04-17 Chris Lattnerteach the x86 asm parser how to handle segment prefixes
2010-04-17 Chris Lattnertestcase for r101538, patch by Nico Schmidt!
2010-04-17 Chris Lattnera bunch of ssse3 instructions are misencoded to think...
2010-04-16 Johnny ChenMinor change to make the test case comply with Vd<0...
2010-04-16 Johnny ChenFixed a bug in DisassembleN1RegModImmFrm() where a...
2010-04-16 Johnny ChenIn the same spirit of r101524, which removed the assert...
2010-04-16 Johnny ChenMulticlass LdStCop was using pre-UAL syntax LDC<c>L...
2010-04-15 Johnny ChenAdded another test case for am3offset operand, testing...
2010-04-15 Johnny ChenFixed a bug in ARM disassembly where LDRSBT should...
2010-04-15 Daniel Dunbartests: MC/Disassembler tests depend on ARM support...
2010-04-14 Chris Lattnerimplement mc asmparser support for '.', which gets the
2010-04-12 Johnny ChenFixed a crasher in arm disassembler within ARMInstPrint...
2010-04-07 Benjamin KramerunXFAIL, arm disassembler was reenabled.
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.
next