Remove hasSSE1orAVX(). It's the same as hasXMM().
[oota-llvm.git] / lib / Target /
2011-12-09 Evan ChengRemove hasSSE1orAVX(). It's the same as hasXMM().
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-08 Jim GrosbachARM convenience aliases for VSQRT.
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Jim GrosbachARM 64-bit VEXT assembly uses a .64 suffix, not .32...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
2011-12-08 Evan ChengAdd various missing AVX patterns which was causing...
2011-12-08 Jim GrosbachARM asm parser, just issue a warning for a duplicate...
2011-12-08 Akira HatanakaPass a GlobalAddress instead of an ExternalSymbol to...
2011-12-08 Jim GrosbachARM VSUB implied destination operand form aliases.
2011-12-08 Owen AndersonDon't explicitly marked libm rounding ops as legal...
2011-12-08 Jim GrosbachARM VQADD implied destination operand form aliases.
2011-12-08 Jim GrosbachARM a few more VMUL implied destination operand form...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Jim GrosbachARM assembler support for register name aliases.
2011-12-08 Evan ChengMany of the SSE patterns should not be selected when...
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 Jan SjödinSrc2 and src3 were accidentally swapped for the FMA4...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-08 Hal FinkelMTCTR needs to be glued to BCTR so that CTR is not...
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(immediate).
2011-12-08 Jakob Stoklund OlesenDrop the HasInlineAsm flag.
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(register).
2011-12-08 Jakob Stoklund OlesenSimplify offset verification.
2011-12-08 Jim GrosbachFix copy/past-o.
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VMUL.
2011-12-08 Jakob Stoklund OlesenDon't include alignment padding in BBInfo.Size.
2011-12-08 Jim GrosbachARM VFP support 'fmrs/fmsr' aliases for 'vldr'
2011-12-08 Jim GrosbachARM VFP support 'flds/fldd' aliases for 'vldr'
2011-12-08 Jim GrosbachARM optional destination operand variants for VEXT...
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-07 Jim GrosbachARM assembly, allow 'asl' as a synonym for 'lsl' in...
2011-12-07 Akira HatanakaModify class ReadHardware and add definition of 64...
2011-12-07 Akira HatanakaAdd newline.
2011-12-07 Akira HatanakaAdd 64-bit HWR29 register.
2011-12-07 Akira Hatanaka32 to 64-bit anyext pattern.
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Jim GrosbachARM two-operand aliases for VAND/VEOR/VORR instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADDW instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADD instructions.
2011-12-07 Bruno Cardoso LopesVariable cleanup. Based on past patch submittals variab...
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Akira HatanakaDefine base class for WrapperPICPat.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix comment.
2011-12-07 Akira HatanakaFix 64-bit immediate patterns.
2011-12-07 Jim GrosbachNuke inadvertant debugging commit.
2011-12-07 Jim GrosbachDarwin assembler improved relocs when w/o subsections_v...
2011-12-07 Jim GrosbachThumb2 alias for long-form pop and friends.
2011-12-07 Jim GrosbachARM support the .arm and .thumb directives for assembly...
2011-12-07 Jim GrosbachARM NEON VCLT(register) is a pseudo aliasing VCGT(regis...
2011-12-07 Craig TopperFix a bunch of SSE/AVX patterns to use proper memop...
2011-12-07 Bill WendlingAdjust the stack by one pointer size for all frameless...
2011-12-07 Bill WendlingFix off-by-one error when encoding the stack size for...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-12-07 Hal Finkelmake base register selection used in eliminateFrameInde...
2011-12-07 Hal Finkelset mayStore and mayLoad on CR pseudos
2011-12-07 Hal Finkel64-bit LR8 load should use X11 not R11
2011-12-07 Jakob Stoklund OlesenEliminate delta argument from AdjustBBOffsetsAfter.
2011-12-07 Jakob Stoklund OlesenCompute some alignment information for each basic block.
2011-12-07 Jim GrosbachARM tidy up and remove no longer needed InstAlias defin...
2011-12-07 Jakob Stoklund OlesenMove common expression into a method.
2011-12-07 Jim GrosbachARM Implement ARM ARM Table A7-3 via TokenAlias.
2011-12-07 Jakob Stoklund OlesenGroup BBSizes and BBOffsets into a single vector<BasicB...
2011-12-07 Jim GrosbachARM: NEON SHLL instruction immediate operand range...
2011-12-07 Bruno Cardoso LopesAdd a few moreLocal/Global R_MIPS_GOT related fixups and
2011-12-07 Jim GrosbachARM: Parameterize the immediate operand type for NEON...
2011-12-06 Jakob Stoklund OlesenRevert r145971: "Use conservative size estimate for...
2011-12-06 Bill WendlingExplicitly check for the different SUB instructions.
2011-12-06 Evan ChengFirst chunk of MachineInstr bundle support.
2011-12-06 Jakob Stoklund OlesenUse conservative size estimate for tBR_JTr.
2011-12-06 Jakob Stoklund OlesenRemove alignment from deserted constant islands.
2011-12-06 Bill WendlingEncode the total stack if there isn't a frame.
2011-12-06 Bill Wendling* Add a macro to remove a magic number.
2011-12-06 Hal Finkeladd RESTORE_CR and support CR unspills
2011-12-06 Hal Finkelremove old FIXME
2011-12-06 Bill WendlingCheck the correct value for small stack sizes. Also...
2011-12-06 Bill WendlingFor a small sized stack, we encode that value directly...
2011-12-06 Justin HolewinskiPTX: Continue to fix up the register mess.
2011-12-06 Justin HolewinskiPTX: Encode registers as unsigned values in the MC...
2011-12-06 Craig TopperAdd X86ISD::HADD/HSUB to getTargetNodeName
2011-12-06 Craig TopperFix a bunch of SSE/AVX patterns to use v2i64/v4i64...
2011-12-06 Craig TopperMerge floating point and integer UNPCK X86ISD node...
2011-12-06 Craig TopperClean up some of the shuffle decoding code for UNPCK...
2011-12-06 Jim GrosbachARM mode 'mul' operand ordering tweak.
2011-12-06 Jim GrosbachThumb2: MUL two-operand form encoding operand order...
2011-12-06 Craig TopperMerge isSHUFPMask and isCommutedSHUFPMask into single...
2011-12-06 Jim GrosbachThumb2 encoding choice correction for PLD.
2011-12-06 Bruno Cardoso LopesUse branches instead of jumps + variable cleanup. Testc...
2011-12-06 Bruno Cardoso LopesAdd register HWR29 numbering. Patch by Jack Carter
2011-12-06 Bill WendlingAdd a comment.
2011-12-06 Jim GrosbachTidy up value checking.
2011-12-06 NAKAMURA TakumiMipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts...
2011-12-06 Chad Rosier[arm-fast-isel] Doublewords only require word-alignment.
2011-12-06 Jakob Stoklund OlesenAlign ARM constant pool islands via their basic block.
next