Age | Commit message (Expand) | Author |
2010-11-12 | When the definition of an address value is in a different block | Dan Gohman |
2010-11-12 | accept lret as an alias for lretl, fixing the reopened part of PR8592 | Chris Lattner |
2010-11-12 | implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix. | Chris Lattner |
2010-11-12 | tidy up. | Chris Lattner |
2010-11-12 | Remove possibly useful info from comment, per Chris. | Dale Johannesen |
2010-11-11 | Remove some explicit arguments to getELFSection. This is | Rafael Espindola |
2010-11-08 | Fix PR8211 | Bruno Cardoso Lopes |
2010-11-06 | implement aliases for div/idiv that have an explicit A register operand, | Chris Lattner |
2010-11-06 | add aliases for movs between seg registers and mem. There are multiple | 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 | work-in-progress | Chris Lattner |
2010-11-06 | go to great lengths to work around a GAS bug my previous patch | Chris Lattner |
2010-11-06 | rework the rotate-by-1 instructions to be defined like the | Chris Lattner |
2010-11-06 | change the fp comparison instructions to not have %st0 explicitly | 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-06 | Reimplement BuildResultOperands to be in terms of the result instruction's | Chris Lattner |
2010-11-05 | Allow targets to specify the MachO CPUType/CPUSubtype information. | Jim Grosbach |
2010-11-04 | When passing a huge parameter using the byval mechanism, a long | Duncan Sands |
2010-11-04 | In the calling convention logic, ValVT is always a legal type, | Duncan Sands |
2010-11-03 | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands |
2010-11-03 | Inside the calling convention logic LocVT is always a simple | Duncan Sands |
2010-11-01 | rearrange a bit. | Chris Lattner |
2010-11-01 | use our fancy new MnemonicAlias mechanism to remove a bunch of hacks | Chris Lattner |
2010-11-01 | "mov[zs]x (mem), GR16" are not ambiguous: the mem | Chris Lattner |
2010-11-01 | Implement enough of the missing instalias support to get | Chris Lattner |
2010-11-01 | make the asm matcher emitter reject instructions that have comments | Chris Lattner |
2010-11-01 | reject instructions that contain a \n in their asmstring. Mark | Chris Lattner |
2010-10-31 | fix the !eq operator in tblgen to return a bit instead of an int. | Chris Lattner |
2010-10-31 | two changes: make the asmmatcher generator ignore ARM pseudos properly, | Chris Lattner |
2010-10-31 | sketch out the planned instruction alias mechanism, add some comments about | Chris Lattner |
2010-10-31 | Factorize the duplicated logic for choosing the right argument | Duncan Sands |
2010-10-31 | Remove CCAssignFnForRet from X86 FastISel in favour of RetCC_X86, | Duncan Sands |
2010-10-30 | Resolve a terrible hack in tblgen: instead of hardcoding | 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 |