aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2011-11-29Make X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.Jakob Stoklund Olesen
2011-11-29comment.Andrew Trick
2011-11-29build/CMake: Finish removal of add_llvm_library_dependencies.Daniel Dunbar
2011-11-29MC/X86/COFF: Allow quotes in names when targeting MS/Windows,Michael J. Spencer
2011-11-29Fixed vsqrt.ss intrinsic usage - order of input operands was wrong.Elena Demikhovsky
2011-11-29Fix shuffle decoding for memory forms for (V)SHUFPS/D.Craig Topper
2011-11-29Fix issues in shuffle decoding around VPERM* instructions. Fix shuffle decodi...Craig Topper
2011-11-29Fix VINSERTF128/VEXTRACTF128 to be marked as FP instructions. Allow execution...Craig Topper
2011-11-29Correctly mark VPERM2F128 as being an FP instruction and add execution domain...Craig Topper
2011-11-29Better fix for ARM MOVT relocation encoding of thumb bit.Jim Grosbach
2011-11-28Add missing avx pattern.Evan Cheng
2011-11-28Silence wrong warnings from GCC about variables possibly being usedDuncan Sands
2011-11-28Add X86 instruction selection for VPERM2I128 when AVX2 is enabled. Merge VPER...Craig Topper
2011-11-28Make isCommutedVSHUFP more like the way isCommutedSHUFP is handled.Craig Topper
2011-11-27Merge detecting and handling for VSHUFPSY and VSHUFPDY since a lot of the cod...Craig Topper
2011-11-27Add several new instructions supported by the latest MicroBlaze.Wesley Peck
2011-11-27Optimize comparison against 0 in conditional instructions.Wesley Peck
2011-11-26Move code into anonymous namespaces.Benjamin Kramer
2011-11-26Merge 128-bit and 256-bit X86ISD node types for VPERMILPS and VPERMILPD. Simp...Craig Topper
2011-11-26Rename a couple of options and fix some simple typos.Wesley Peck
2011-11-26Collapse X86ISD node types for PUNPCKH*, PUNPCKL*, UNPCKLP*, and UNPCKHP* to ...Craig Topper
2011-11-25This patch contains support for encoding FMA4 instructions andBruno Cardoso Lopes
2011-11-25ARMLoadStoreOptimizer.cpp: Fix MSVC(Debug) build.NAKAMURA Takumi
2011-11-24Remove 256-bit specific node types for UNPCKHPS/D and instead use the 128-bit...Craig Topper
2011-11-24Remove AVX2 specific X86ISD node types for PUNPCKH/L and instead just reuse t...Craig Topper
2011-11-24X86: alias cqo to cqto.Benjamin Kramer
2011-11-23This patch makes the following changes necessary for MIPS' direct code emission.Akira Hatanaka
2011-11-23This patch addresses gp relative fixups/relocations for jump tables.Akira Hatanaka
2011-11-23X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.Benjamin Kramer
2011-11-23I added several lines in X86 code generator that allow to choose Elena Demikhovsky
2011-11-23Fix PR11422.Jakob Stoklund Olesen
2011-11-22add basic PPC register-pressure feedback; adjust the vaarg test to match the ...Hal Finkel
2011-11-22More fixes to the X86InstComments for shuffle instructions. In particular add...Craig Topper
2011-11-22Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...Craig Topper
2011-11-22Add methods for querying minimum SSE version along with AVX. Simplifies all t...Craig Topper
2011-11-21Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.Craig Topper
2011-11-21Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...Craig Topper
2011-11-21Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...Craig Topper
2011-11-20Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...Craig Topper
2011-11-19Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.Craig Topper
2011-11-19Remove some of the special classes that worked around an old tablegen limitat...Craig Topper
2011-11-19Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...Craig Topper
2011-11-19Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...Craig Topper
2011-11-19Collapse X86 PSIGNB/PSIGNW/PSIGND node types.Craig Topper
2011-11-19Extend VPBLENDVB and VPSIGN lowering to work for AVX2.Craig Topper
2011-11-19Remove unused parameters from the AVX maskmov classes.Craig Topper
2011-11-18Add AVX2 vpbroadcast supportNadav Rotem
2011-11-18Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...Chad Rosier
2011-11-17Add TODO comment.Chad Rosier
2011-11-17Fix SSE/AVX integer comparison patterns to understand that all integer vector...Craig Topper