| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement the data16 prefix. | Rafael Espindola | 2010-11-27 | 1 | -0/+3 |
* | Implement the rex64 prefix. | Rafael Espindola | 2010-11-23 | 1 | -0/+3 |
* | implement PR8524, apparently mainline gas accepts movq as an alias for movd | Chris Lattner | 2010-11-21 | 1 | -0/+4 |
* | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner | 2010-11-12 | 1 | -0/+3 |
* | implement aliases for div/idiv that have an explicit A register operand, | Chris Lattner | 2010-11-06 | 1 | -0/+20 |
* | add aliases for movs between seg registers and mem. There are multiple | Chris Lattner | 2010-11-06 | 1 | -0/+5 |
* | move the "sh[lr]d op,op" -> "shld $1, op,op" aliases to the .td file. | Chris Lattner | 2010-11-06 | 1 | -2/+18 |
* | work-in-progress | Chris Lattner | 2010-11-06 | 1 | -7/+6 |
* | go to great lengths to work around a GAS bug my previous patch | Chris Lattner | 2010-11-06 | 1 | -6/+6 |
* | rework the rotate-by-1 instructions to be defined like the | Chris Lattner | 2010-11-06 | 1 | -0/+27 |
* | change the fp comparison instructions to not have %st0 explicitly | Chris Lattner | 2010-11-06 | 1 | -8/+5 |
* | move the plethora of fp stack aliases to the .td file. | Chris Lattner | 2010-11-06 | 1 | -7/+48 |
* | add (and document) the ability for alias results to have | Chris Lattner | 2010-11-06 | 1 | -0/+13 |
* | generalize alias support to allow the result of an alias to | Chris Lattner | 2010-11-06 | 1 | -0/+4 |
* | move fnstsw aliases to .td file, fix typo | Chris Lattner | 2010-11-06 | 1 | -1/+6 |
* | move in/out aliases to the .td files. | Chris Lattner | 2010-11-06 | 1 | -0/+16 |
* | move sldt, imul, and movabsq aliases from c++ to .td file. | Chris Lattner | 2010-11-06 | 1 | -0/+18 |
* | fix a bug where we had an implicit assumption that the | Chris Lattner | 2010-11-06 | 1 | -6/+14 |
* | move the lcall/ljmp aliases to the .td file. | Chris Lattner | 2010-11-06 | 1 | -4/+20 |
* | move the "movsd -> movsl" alias to the .td files, | Chris Lattner | 2010-11-06 | 1 | -30/+17 |
* | fix some bugs in the alias support, unblocking changing of "clr" aliases | Chris Lattner | 2010-11-06 | 1 | -0/+6 |
* | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner | 2010-11-06 | 1 | -26/+13 |
* | rearrange a bit. | Chris Lattner | 2010-11-01 | 1 | -50/+55 |
* | use our fancy new MnemonicAlias mechanism to remove a bunch of hacks | Chris Lattner | 2010-11-01 | 1 | -3/+16 |
* | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner | 2010-11-01 | 1 | -0/+6 |
* | Implement enough of the missing instalias support to get | Chris Lattner | 2010-11-01 | 1 | -0/+33 |
* | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner | 2010-10-31 | 1 | -0/+14 |
* | Resolve a terrible hack in tblgen: instead of hardcoding | Chris Lattner | 2010-10-30 | 1 | -2/+2 |
* | Implement (and document!) support for MnemonicAlias's to have Requires | Chris Lattner | 2010-10-30 | 1 | -1/+13 |
* | move fcompi alias to .td file and zap some useless code. | Chris Lattner | 2010-10-30 | 1 | -0/+1 |
* | move rep aliases to td file | Chris Lattner | 2010-10-30 | 1 | -0/+4 |
* | move sal aliases to .td file. | Chris Lattner | 2010-10-30 | 1 | -0/+5 |
* | move a bunch more aliases from .cpp -> .td file. | Chris Lattner | 2010-10-30 | 1 | -2/+18 |
* | move cmov aliases to .td file. | Chris Lattner | 2010-10-30 | 1 | -20/+25 |
* | move setcc and jcc aliases from .cpp to .td | Chris Lattner | 2010-10-30 | 1 | -0/+28 |
* | implement (and document!) the first kind of MC assembler alias, which | Chris Lattner | 2010-10-30 | 1 | -0/+23 |
* | X86: Add alloca probing to dynamic alloca on Windows. Fixes PR8424. | Michael J. Spencer | 2010-10-21 | 1 | -3/+3 |
* | Fix Whitespace. | Michael J. Spencer | 2010-10-20 | 1 | -38/+38 |
* | Added a handful of x86-32 instructions that were missing so that llvm-mc would | Kevin Enderby | 2010-10-18 | 1 | -1/+39 |
* | Fix PR8365 by adding a more specialized Pat that checks if an 'and' with | Rafael Espindola | 2010-10-13 | 1 | -0/+5 |
* | Initial va_arg support for x86-64. Patch by David Meyer! | Dan Gohman | 2010-10-12 | 1 | -1/+10 |
* | Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions. | Jakob Stoklund Olesen | 2010-10-12 | 1 | -28/+0 |
* | reapply the patch reverted in r116033: | Chris Lattner | 2010-10-08 | 1 | -14/+0 |
* | Revert "Reimplement (part of) the or -> add optimization. Matching 'or' into | Daniel Dunbar | 2010-10-08 | 1 | -0/+14 |
* | Reimplement (part of) the or -> add optimization. Matching 'or' into 'add' | Chris Lattner | 2010-10-07 | 1 | -14/+0 |
* | fix a bug I introduced in r115669, which ended up with MOV64mr_TC | Chris Lattner | 2010-10-05 | 1 | -1/+2 |
* | Replace a gross hack (the MOV64ri_alt instruction) with a slightly less | Chris Lattner | 2010-10-05 | 1 | -9/+0 |
* | distribute the rest of the contents of X86Instr64bit.td out to | Chris Lattner | 2010-10-05 | 1 | -111/+100 |
* | split the 32-bit integer arithmetic instructions out to their own file. | Chris Lattner | 2010-10-05 | 1 | -1226/+4 |
* | move 32-bit shift and rotates out to their own file. | Chris Lattner | 2010-10-05 | 1 | -555/+1 |