Age | Commit message (Expand) | Author |
2011-04-09 | fix rdar://8735979 - "int 3" doesn't match to "int3". Unfortunately, | Chris Lattner |
2011-03-18 | Support explicit argument forms for the X86 string instructions. | Joerg Sonnenberger |
2011-02-22 | Use the same (%dx) hack for in[bwl] as for out[bwl]. | Joerg Sonnenberger |
2011-02-04 | MC/AsmParser: Add support for allowing the conversion process to fail (via | Daniel Dunbar |
2011-01-27 | Introduce virtual ParseRegister method in TargetAsmParser. | Roman Divacky |
2010-12-08 | Allow a slash, '/', as a prefix separator for X86. rdar://8741045 | Kevin Enderby |
2010-11-28 | fix PR8686, accepting a 'b' suffix at the end of all the setcc | Chris Lattner |
2010-11-27 | Implement the data16 prefix. | Rafael Espindola |
2010-11-23 | Implement the rex64 prefix. | Rafael Espindola |
2010-11-18 | trivial QoI improvement. On this invalid input: | Chris Lattner |
2010-11-06 | move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file. | Chris Lattner |
2010-11-06 | rework the rotate-by-1 instructions to be defined like the | Chris Lattner |
2010-11-06 | move the plethora of fp stack aliases to the .td file. | Chris Lattner |
2010-11-06 | add (and document) the ability for alias results to have | Chris Lattner |
2010-11-06 | generalize alias support to allow the result of an alias to | Chris Lattner |
2010-11-06 | move fnstsw aliases to .td file, fix typo | Chris Lattner |
2010-11-06 | move in/out aliases to the .td files. | Chris Lattner |
2010-11-06 | move sldt, imul, and movabsq aliases from c++ to .td file. | Chris Lattner |
2010-11-06 | correct suffix matching to search for s/l/t suffixes on | Chris Lattner |
2010-11-06 | fix a bug where we had an implicit assumption that the | Chris Lattner |
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 |