Age | Commit message (Expand) | Author |
2011-10-08 | Add TEST8ri_NOREX pseudo to constrain sub_8bit_hi copies. | Jakob Stoklund Olesen |
2011-10-07 | Constrain both operands on MOVZX32_NOREXrr8. | Jakob Stoklund Olesen |
2011-09-29 | Expand the x86 V_SET0* pseudos right after register allocation. | Jakob Stoklund Olesen |
2011-09-27 | Promote the X86 Get/SetSSEDomain functions to TargetInstrInfo. | Jakob Stoklund Olesen |
2011-09-22 | Add support for GR32 <-> FR32 cross class copies. | Jakob Stoklund Olesen |
2011-09-15 | Add a fixme note! | Bruno Cardoso Lopes |
2011-09-15 | Add the remaining AVX versions of instructions to X86InstrInfo, this | Bruno Cardoso Lopes |
2011-09-15 | Factor out partial register update checks for some SSE instructions. | Bruno Cardoso Lopes |
2011-09-14 | Teach the foldable tables about 128-bit AVX instructions and make the | Bruno Cardoso Lopes |
2011-09-08 | * Combines Alignment, AuxInfo, and TB_NOT_REVERSABLE flag into a | Bruno Cardoso Lopes |
2011-09-03 | Add AVX versions of FsMOVAPS and FsMOVAPS. Teach X86InstrInfo how to use | Bruno Cardoso Lopes |
2011-09-02 | Check for EFLAGS live-out before clobbering it. | Jakob Stoklund Olesen |
2011-08-31 | Teach more places to use VMOVAPS,VMOVUPS instead of MOVAPS,MOVUPS, | Bruno Cardoso Lopes |
2011-08-11 | Cleanup: Remove Int_ CVTSS2SI* forms | Bruno Cardoso Lopes |
2011-08-08 | Hoist hasLoadFromStackSlot and hasStoreToStackSlot. | Jakob Stoklund Olesen |
2011-07-25 | Codegen allonesvector better while using AVX: vpcmpeqd + vinsertf128 | Bruno Cardoso Lopes |
2011-07-25 | Refactor X86 target to separate MC code from Target code. | Evan Cheng |
2011-07-22 | Fix PR10422 by adding the necessary AVX UCOMISD memory versions to | Bruno Cardoso Lopes |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-14 | Next round of MC refactoring. This patch factor MC table instantiations, MC | Evan Cheng |
2011-07-14 | Add 256-bit load/store recognition and matching in several places. | Bruno Cardoso Lopes |
2011-07-01 | Hide the call to InitMCInstrInfo into tblgen generated ctor. | Evan Cheng |
2011-06-28 | Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo. | Evan Cheng |
2011-06-28 | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc | Evan Cheng |
2011-06-28 | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and | Evan Cheng |
2011-06-27 | More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo. | Evan Cheng |
2011-06-23 | Get rid of one getStackAlignment(). RegisterInfo shouldn't need to know about... | Evan Cheng |
2011-06-12 | AnalyzeBranch doesn't change which successors a bb has, just the order | Rafael Espindola |
2011-06-10 | PR10092 (second try): Don't crash on a load without a momoperand; fast-isel c... | Eli Friedman |
2011-06-09 | Revert 132789; it breaks tests. My mistake. | Eli Friedman |
2011-06-09 | Add a check to make sure we don't crash with strange configurations where we ... | Eli Friedman |
2011-06-01 | Fix PR10059 and future variations by handling all register subclasses. | Jakob Stoklund Olesen |
2011-04-30 | X86AsmPrinter doesn't know how to handle the X86II::MO_GOT_ABSOLUTE_ADDRESS flag | Jakob Stoklund Olesen |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-04-13 | Reapply r129401 with patch for clang. | Bill Wendling |
2011-04-12 | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling |
2011-04-12 | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling |
2011-03-05 | Increased the register pressure limit on x86_64 from 8 to 12 | Andrew Trick |
2011-02-24 | Fix bug in X86 folding / unfolding table. Int_CMPSDrm and Int_CMPSSrm memory | Evan Cheng |
2011-01-26 | Target/X86: Tweak win64's tailcall. | NAKAMURA Takumi |
2011-01-26 | Fix whitespace. | NAKAMURA Takumi |
2010-12-09 | Add support for AVX to materialize +0.0 when doing scalar FP. | Nate Begeman |
2010-11-27 | Move callee-saved regs spills / reloads to TFI | Anton Korobeynikov |
2010-10-19 | Re-enable register pressure aware machine licm with fixes. Hoist() may have | Evan Cheng |
2010-10-19 | Revert r116781 "- Add a hook for target to determine whether an instruction def | Daniel Dunbar |
2010-10-19 | - Add a hook for target to determine whether an instruction def is | Evan Cheng |
2010-10-12 | Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions. | Jakob Stoklund Olesen |
2010-10-08 | reapply: Use the new TB_NOT_REVERSABLE flag instead of special | Chris Lattner |
2010-10-08 | reapply the patch reverted in r116033: | Chris Lattner |
2010-10-08 | Revert "Reimplement (part of) the or -> add optimization. Matching 'or' into | Daniel Dunbar |