aboutsummaryrefslogtreecommitdiff
path: root/lib/Target
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2013-01-02Resort the #include lines in include/... and lib/... with theChandler Carruth
2013-01-02Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-02Merge SSE and AVX instruction definitions for PSHUFD/PSHUFHW/PSHUFLW.Craig Topper
2013-01-02Revert 171351. It broke MC/X86/x86-32-avx.s.Rafael Espindola
2013-01-01Merge SSE and AVX instruction definitions for scalar forms of SQRT, RSQRT, an...Craig Topper
2013-01-01Remove unused argument from a multiclass.Craig Topper
2013-01-01Merge intrinsic instruction definitions for SSE and AVX versions of RCPPS and...Craig Topper
2013-01-01Remove 2 unused multiclasses.Craig Topper
2013-01-01Merge AVX/SSE instruction definitions for SQRTPS/PD, RSQRTPS, RCPPS. No funci...Craig Topper
2012-12-31Use packed instead of scalar itineraries for SSE1/2 SQRTPS/PD, RCPPS, and RSQ...Craig Topper
2012-12-31Remove the getAttributesAtIndex and getNumAttrs methods in favor of using the...Bill Wendling
2012-12-30convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes
2012-12-30Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling
2012-12-30Remove the Function::getRetAttributes method in favor of using the AttributeS...Bill Wendling
2012-12-30Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling
2012-12-30Remove the Function::getFnAttributes method in favor of using the AttributeSetBill Wendling
2012-12-30s/hasAttribute/contains/g to be more consistent with other method names.Bill Wendling
2012-12-29Remove intrinsic specific instructions for (V)SQRTPS/PD. Instead lower to tar...Craig Topper
2012-12-29Merge similar functionality using a nested switch.Craig Topper
2012-12-29Remove intrinsic specific instructions for SSE/SSE2/AVX floating point max/mi...Craig Topper
2012-12-29Simplify code, no functionality change.Jakub Staszak
2012-12-29Delete executive bit on ./lib/Target/Hexagon/HexagonAsmPrinter.h.Jakub Staszak
2012-12-28CostModel: initial checkin for code that estimates the cost of special shuffles.Nadav Rotem
2012-12-28wrap 80-col lines.Nadav Rotem
2012-12-28AVX: Move the ZEXT/ANYEXT DAGCo optimizations to the lowering of these optimi...Nadav Rotem
2012-12-27Reverse the 'if' condition and reduce the indentation.Nadav Rotem
2012-12-27Merge basic_sse12_fp_binop_p_int and basic_sse12_fp_binop_p_y_int multiclasses.Craig Topper
2012-12-27AVX/AVX2: Move the SEXT lowering code from a target specific DAGco to a lower...Nadav Rotem
2012-12-27Merge basic_sse12_fp_binop_p and basic_sse12_fp_binop_p_y multiclasses.Craig Topper
2012-12-27On AVX/AVX2 the type v8i1 is legalized to v8i16, which is an XMM sizedNadav Rotem
2012-12-27AVX/AVX2: Move the code that lowers vector-trunc from a DAGCo-hook to custom ...Nadav Rotem
2012-12-27Add hasSideEffects=0 to some forms of ROUND, RCP, and RSQRT.Craig Topper
2012-12-27Move single letter 'P' prefix out of multiclass now that tablegen allows defm...Craig Topper
2012-12-27Add hasSideEffects=0 to some shift and rotate instructions. None of which are...Craig Topper
2012-12-27Mark the divide instructions as hasSideEffects=0.Craig Topper
2012-12-27Add hasSideEffects=0 to CMP*rr_REV.Craig Topper
2012-12-27Add mayLoad, mayStore, and hasSideEffects tags to BT/BTS/BTR/BTC instructions...Craig Topper
2012-12-26Fix operands and encoding form for ARPL instruction. Register form had and ...Craig Topper
2012-12-26Add hasSideEffects=0 to some atomic instructions.Craig Topper
2012-12-26Mark the AL/AX/EAX forms of the basic arithmetic operations has never having ...Craig Topper
2012-12-26Mark all the _REV instructions as not having side effects. They aren't really...Craig Topper
2012-12-26Remove a special conditional setting of neverHasSideEffects if the instructio...Craig Topper
2012-12-26Merge still more SSE/AVX instruction definitions.Craig Topper
2012-12-26Merge more SSE/AVX instruction definitions.Craig Topper
2012-12-26Fix 80 column violation.Craig Topper
2012-12-26Fix class name in comment.Craig Topper
2012-12-26Merge SSE/AVX PCMPEQ/PCMPGT instruction definitions.Craig Topper
2012-12-26Remove 'v' from mnemonic to fix asm matching failures.Craig Topper
2012-12-26Use an additional multiclass to merge the 128/256-bit SSE/AVX instruction def...Craig Topper