| Age | Commit message (Expand) | Author |
| 2010-11-06 | move the lcall/ljmp aliases to the .td file. | Chris Lattner |
| 2010-11-06 | move the "movsd -> movsl" alias to the .td files, | Chris Lattner |
| 2010-11-06 | fix some bugs in the alias support, unblocking changing of "clr" aliases | Chris Lattner |
| 2010-11-01 | use our fancy new MnemonicAlias mechanism to remove a bunch of hacks | Chris Lattner |
| 2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner |
| 2010-10-30 | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner |
| 2010-10-30 | really zap alias. | Chris Lattner |
| 2010-10-30 | move fcompi alias to .td file and zap some useless code. | Chris Lattner |
| 2010-10-30 | move rep aliases to td file | Chris Lattner |
| 2010-10-30 | move sal aliases to .td file. | Chris Lattner |
| 2010-10-30 | fix an encoding mismatch where "sal %eax, 1" was not using the short encoding | Chris Lattner |
| 2010-10-30 | move a bunch more aliases from .cpp -> .td file. | Chris Lattner |
| 2010-10-30 | move cmov aliases to .td file. | Chris Lattner |
| 2010-10-30 | move setcc and jcc aliases from .cpp to .td | Chris Lattner |
| 2010-10-30 | move some code. | Chris Lattner |
| 2010-10-30 | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner |
| 2010-10-30 | stay out of the reserved namespace | Chris Lattner |
| 2010-10-27 | Yet another tweak to X86 instructions to add ud2a as an alias to ud2 | Kevin Enderby |
| 2010-10-27 | Another tweak to X86 instructions to add the missing flex instruction (without | Kevin Enderby |
| 2010-10-27 | Tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby |
| 2010-10-27 | Added some aliases to the fcomip and fucompi Intel instructions. So that llvm-mc | Kevin Enderby |
| 2010-10-22 | Reverting r117031 to cleanup valgrind errors. | Andrew Trick |
| 2010-10-21 | More tweaks to X86 instructions to allow the 'w' suffix in places it makes | Kevin Enderby |
| 2010-10-19 | Added a few tweaks to the Intel Descriptor-table support instructions to allow | Kevin Enderby |
| 2010-10-18 | Added a handful of x86-32 instructions that were missing so that llvm-mc would | Kevin Enderby |
| 2010-10-09 | Fix Whitespace. | Michael J. Spencer |
| 2010-10-05 | Replace a gross hack (the MOV64ri_alt instruction) with a slightly less | Chris Lattner |
| 2010-10-01 | Delete token *after* reading from it. | Benjamin Kramer |
| 2010-09-30 | preemptively add the rest of the non-n fpstack instructions. | Chris Lattner |
| 2010-09-30 | implement support for finit, PR8258 | Chris Lattner |
| 2010-09-30 | add support for fstcw, PR8259 | Chris Lattner |
| 2010-09-29 | implement rdar://8491845 - Gas supports commuted forms of non-commutable inst... | Chris Lattner |
| 2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
| 2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
| 2010-09-27 | yet more aliases. | Chris Lattner |
| 2010-09-27 | add a couple more aliases, rdar://8456378 | Chris Lattner |
| 2010-09-27 | fix rdar://8470918 - llvm-mc can't assemble smovl | Chris Lattner |
| 2010-09-27 | Fix rdar://8468087 - llvm-mc commutes fmul (and friend) operands. | Chris Lattner |
| 2010-09-27 | implement support for 'clr' alias. This is part of rdar://8416805, | Chris Lattner |
| 2010-09-22 | fix rdar://8456371 - Handle commutable instructions written backward. | Chris Lattner |
| 2010-09-22 | Fix an inconsistency in the x86 backend that led it to reject "calll foo" on | Chris Lattner |
| 2010-09-22 | add the missing aliases for fp stack cmovs, rdar://8456391 | Chris Lattner |
| 2010-09-22 | Fix rdar://8456364 - llvm-mc rejects '%CS' | Chris Lattner |
| 2010-09-22 | fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp' | Chris Lattner |
| 2010-09-22 | fix rdar://8456361 - llvm-mc rejects 'rep movsd' | Chris Lattner |
| 2010-09-16 | fix rdar://8438816 - unrecognized 'fildq' instruction | Chris Lattner |
| 2010-09-15 | lcall and ljmp always default to lcalll and ljmpl. This finally | Chris Lattner |
| 2010-09-15 | apparently jmpl $1,$2 is an alias for ljmpl, similiarly | Chris Lattner |
| 2010-09-15 | Disambiguate lcall/ljmp to the 32-bit version. This happens | Chris Lattner |
| 2010-09-15 | implement aliases for shld/shrd, part of rdar://8418316 | Chris Lattner |