| Commit message (Expand) | Author | Age | Files | Lines |
* | Prefer cheap registers for busy live ranges. | Jakob Stoklund Olesen | 2011-04-20 | 1 | -7/+13 |
* | Target/X86: Tweak win64's tailcall. | NAKAMURA Takumi | 2011-01-26 | 1 | -0/+3 |
* | Fix whitespace. | NAKAMURA Takumi | 2011-01-26 | 1 | -12/+12 |
* | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -10/+10 |
* | Move hasFP() and few related hooks to TargetFrameInfo. | Anton Korobeynikov | 2010-11-18 | 1 | -23/+23 |
* | random acts of tidiness. | Chris Lattner | 2010-11-14 | 1 | -10/+5 |
* | lets go all meta and define new X86 type wrappers that declare the associated | Chris Lattner | 2010-10-06 | 1 | -22/+12 |
* | associate the instruction suffix letter with the integer gpr | Chris Lattner | 2010-10-05 | 1 | -12/+22 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -1/+1 |
* | fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8" | Chris Lattner | 2010-09-22 | 1 | -2/+10 |
* | Make %EFLAGS unallocatable. | Jakob Stoklund Olesen | 2010-08-31 | 1 | -0/+11 |
* | Support x86 "eiz" and "riz" pseudo index registers in the assembler. | Bruno Cardoso Lopes | 2010-07-24 | 1 | -0/+4 |
* | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes | 2010-07-19 | 1 | -1/+1 |
* | Declare YMM subregisters in the right way! Thanks Jakob | Bruno Cardoso Lopes | 2010-07-09 | 1 | -2/+1 |
* | Start the support for AVX instructions with 256-bit %ymm registers. A couple of | Bruno Cardoso Lopes | 2010-07-09 | 1 | -8/+25 |
* | rip out even more sporadic v2f32 support. | Chris Lattner | 2010-07-05 | 1 | -1/+1 |
* | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -71/+16 |
* | Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." | Jakob Stoklund Olesen | 2010-05-26 | 1 | -16/+71 |
* | Replace the SubRegSet tablegen class with a less error-prone mechanism. | Jakob Stoklund Olesen | 2010-05-26 | 1 | -71/+16 |
* | Remove NumberHack entirely. | Jakob Stoklund Olesen | 2010-05-25 | 1 | -8/+8 |
* | Switch SubRegSet to using symbolic SubRegIndices | Jakob Stoklund Olesen | 2010-05-24 | 1 | -63/+63 |
* | Replace the tablegen RegisterClass field SubRegClassList with an alist-like data | Jakob Stoklund Olesen | 2010-05-24 | 1 | -17/+36 |
* | Rename X86 subregister indices to something shorter. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -8/+8 |
* | Add the SubRegIndex TableGen class. | Jakob Stoklund Olesen | 2010-05-24 | 1 | -9/+11 |
* | Eliminated the classification of control registers into %ecr_ | Sean Callanan | 2010-05-06 | 1 | -26/+11 |
* | Fix PR6696 and PR6663 | Jim Grosbach | 2010-04-06 | 1 | -13/+25 |
* | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng | 2010-03-14 | 1 | -0/+7 |
* | Implement XMM subregs. | Dan Gohman | 2010-02-28 | 1 | -18/+45 |
* | Remove SIL, DIL, and BPL from the GR8_NOREX allocation order also. | Dan Gohman | 2010-01-26 | 1 | -11/+5 |
* | SIL, DIL, BPL, and SPL require a REX prefix. | Dan Gohman | 2010-01-26 | 1 | -6/+3 |
* | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan | 2009-12-18 | 1 | -1/+48 |
* | Add RIP to GR64_NOREX. This fixed a MachineVerifier error when RIP | Dan Gohman | 2009-10-05 | 1 | -5/+5 |
* | Added a new register class for segment registers | Sean Callanan | 2009-09-15 | 1 | -0/+5 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-07-30 | 1 | -3/+0 |
* | Rename GRAD to GR32_AD, to follow the naming convention of other | Dan Gohman | 2009-07-30 | 1 | -1/+3 |
* | Add a new register class to describe operands that can't be SP, | Dan Gohman | 2009-07-30 | 1 | -2/+103 |
* | Eliminate a bunch of redundant tables. | Dan Gohman | 2009-07-30 | 1 | -167/+61 |
* | Use array_endof instead of doing it manually. | Dan Gohman | 2009-07-30 | 1 | -27/+20 |
* | Add a 256-bit register class and YMM registers. | David Greene | 2009-06-29 | 1 | -0/+27 |
* | add %rip to the GR64 register class. Lets avoid allocating it to anything th... | Chris Lattner | 2009-06-26 | 1 | -3/+3 |
* | Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use these | Dan Gohman | 2009-04-27 | 1 | -9/+12 |
* | Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD, | Dan Gohman | 2009-04-27 | 1 | -12/+12 |
* | Do for GR16_NOREX what r69049 did for GR8_NOREX, to avoid trouble with | Dan Gohman | 2009-04-15 | 1 | -0/+35 |
* | GR8_NOREX can contain the H registers, since they don't require | Dan Gohman | 2009-04-15 | 1 | -2/+3 |
* | Some of GR8_NOREX registers are only available in 64-bit mode. | Evan Cheng | 2009-04-14 | 1 | -0/+48 |
* | Implement x86 h-register extract support. | Dan Gohman | 2009-04-13 | 1 | -20/+134 |
* | Fix copy+pastos in comments. | Dan Gohman | 2009-04-13 | 1 | -2/+2 |
* | List the l registers before h registers, for consistency. | Dan Gohman | 2009-04-13 | 1 | -4/+4 |
* | Re-apply 68552. | Rafael Espindola | 2009-04-08 | 1 | -0/+8 |
* | Temporarily revert r68552. This was causing a failure in the self-hosting LLVM | Bill Wendling | 2009-04-07 | 1 | -8/+0 |