summaryrefslogtreecommitdiff
path: root/test/MC
Commit message (Expand)AuthorAge
* MC/X86: Add alias for movzx.Kevin Enderby2010-05-28
* MC/X86: Add alias for fwait.Kevin Enderby2010-05-28
* Fix the use of x86 control and debug registers so that the assertion failure inKevin Enderby2010-05-28
* MC/X86: Add aliases for Jcc variants.Kevin Enderby2010-05-27
* Add a quick test of relocations.Eric Christopher2010-05-27
* Fix the x86 move to/from segment register instructions.Kevin Enderby2010-05-26
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-25
* Changed the encoding of X86 floating point stack operations where both operandsKevin Enderby2010-05-25
* MC/X86: Add a hack to allow recognizing 'cmpltps' and friends.Daniel Dunbar2010-05-25
* MC/X86: Define explicit immediate forms of cmp{ss,sd,ps,pd}.Daniel Dunbar2010-05-25
* The BT64ri8 record in X86Instr64bit.td was missing a REX_W which is requiredKevin Enderby2010-05-25
* Make sure aeskeygenassist uses an unsigned immediate field.Eric Christopher2010-05-25
* Fix an mmx movd encoding.Dan Gohman2010-05-24
* MC/X86: Add aliases for CMOVcc variants.Kevin Enderby2010-05-24
* MC/X86: Subdivide immediates a bit more, so that we properly recognize immedi...Daniel Dunbar2010-05-22
* MC/X86: Add alias for setz, setnz, jz, jnz.Daniel Dunbar2010-05-22
* Added retl for 32-bit x86 and added retq for 64-bit x86.Kevin Enderby2010-05-21
* MC/X86: Add movq alias for movabsq, to allow matching 64-bit immediates with ...Daniel Dunbar2010-05-20
* Fix assembly parsing and encoding of the pushf and popf family ofDan Gohman2010-05-20
* Define the x86 pause instruction.Dan Gohman2010-05-20
* Fix the sfence instruction to use MRM_F8 instead of MRM7r, since itDan Gohman2010-05-20
* fix rdar://7986634 - match instruction opcodes case insensitively.Chris Lattner2010-05-19
* A more combo tls testcase.Eric Christopher2010-05-19
* Few more simple tls testcases.Eric Christopher2010-05-19
* Quick test to make sure we're emitting the tbss section correctly.Eric Christopher2010-05-18
* Fixed the problem with a branch to "0b" that was not parsed by llvm-mcKevin Enderby2010-05-18
* MC/Mach-O: Implement support for setting indirect symbol table offset in sect...Daniel Dunbar2010-05-18
* Added support in MC for Directional Local Labels.Kevin Enderby2010-05-17
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-17
* MC/Mach-O/x86: Optimal nop sequences should only be used for the .text sectio...Daniel Dunbar2010-05-17
* MC/Mach-O: Reverse order of SymbolData scanning when emitting instructions.Daniel Dunbar2010-05-17
* MC/Mach-O: Fix some differences in symbol flag handling.Daniel Dunbar2010-05-17
* llvm-mc: Support reassignment of variables in one special case, when theDaniel Dunbar2010-05-17
* Assume that we'll handle mangling the symbols earlier and just put theEric Christopher2010-05-17
* Fix so "int3" is correctly accepted, added "into" and fixed "int" with anKevin Enderby2010-05-14
* MC/Mach-O/x86_64: Darwin's special "signed_N" relocation types should only beDaniel Dunbar2010-05-14
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-14
* MC/Mach-O: Add another zerofill test to improve coverage.Daniel Dunbar2010-05-13
* fix rdar://7965971 and a fixme: use ParseIdentifier inChris Lattner2010-05-13
* reapply r103668 with a fix. Never make "minor syntax changes"Chris Lattner2010-05-13
* revert r103668 for now, it is apparently breaking things.Chris Lattner2010-05-12
* moffset forms of moves are x86-32 only, make the parserChris Lattner2010-05-12
* fix the encoding of the obscure "moffset" forms of moves, i386Chris Lattner2010-05-12
* MC/X86: Extend suffix matching hack to match 'q' suffix.Daniel Dunbar2010-05-12
* MC/Mach-O/x86_64: Add a new hook for checking whether a particular section canDaniel Dunbar2010-05-12
* MC/Mach-O/x86_64: Fix PCrel adjustment for x86_64, which was using the fixupDaniel Dunbar2010-05-11
* MC/Mach-O x86_64: Switch to using fragment atom symbol.Daniel Dunbar2010-05-11
* MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use aDaniel Dunbar2010-05-10
* Fix i386 relocations to Weak Definitions. The relocation entries should beKevin Enderby2010-05-07
* MC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemAsmOperand.Daniel Dunbar2010-05-06