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