- ff247d2 Doh by Evan Cheng · 17 years ago
- f79e606 Avoid creating BUILD_VECTOR of all zero elements of "non-normalized" type (e.g. v8i16 on x86) after legalizer. Instruction selection does not expect to see them. In all likelihood this can only be an issue in a bugpoint reduced test case. by Evan Cheng · 17 years ago
- 3feb017 Allow insert_subreg into implicit, target-specific values. by Christopher Lamb · 17 years ago
- b8cafe3 Increase ISD::ParamFlags to 64 bits. Increase the ByValSize by Dale Johannesen · 17 years ago
- 4c55c63 remove an extraneous (and ugly) default argument, thanks Duncan. by Chris Lattner · 17 years ago
- 4468c1f fp_round's produced by getCopyFromParts should always be exact, because by Chris Lattner · 17 years ago
- f30e1cf teach X86InstrInfo::copyRegToReg how to copy into ST(0) from by Chris Lattner · 17 years ago
- 02b6d25 Add ScheduleDAG support for copytoreg where the src/dst register are by Chris Lattner · 17 years ago
- d9c4c45 fix 80 col violation by Chris Lattner · 17 years ago
- d43d85c extend fp values with FP_EXTEND not FP_ROUND. by Chris Lattner · 17 years ago
- f9d95c8 Fix two problems in SelectionDAGLegalize::ExpandBUILD_VECTOR's handling by Chris Lattner · 17 years ago
- f3ba434 Teach SD some vector identities, allowing us to compile vec_set-9 into: by Chris Lattner · 17 years ago
- 27b7db5 Implement x86 support for @llvm.prefetch. It corresponds to prefetcht{0|1|2} and prefetchnta instructions. by Evan Cheng · 17 years ago
- eb49c4e 80 col violation. by Evan Cheng · 17 years ago
- 433f6f6 Constant fold SIGN_EXTEND_INREG with ashr not lshr. by Evan Cheng · 17 years ago
- 0ea0356 Clarify that CALLSEQ_START..END may not be nested, by Dale Johannesen · 17 years ago
- ec4a567 Generalize FP constant shrinking optimization to apply to any vt by Chris Lattner · 17 years ago
- aa2acbb Improve comment, pass in the original VT so that we can shrink a long double constant by Chris Lattner · 17 years ago
- 34bc178 Codegen support for i128 UINT_TO_FP. This just fixes a by Dan Gohman · 17 years ago
- 6fd599f Add a target lowering hook to control whether it's worthwhile to compress fp constant. by Evan Cheng · 17 years ago
- d19189e 64bit CAS on 32bit x86. by Andrew Lenharth · 17 years ago
- d91446d Codegen support for i128 SINT_TO_FP. by Dan Gohman · 17 years ago
- d86449e Some improvements related to the computation of heights, depths of SUnits. by Roman Levenstein · 17 years ago
- ef12057 Refactor ExpandConstantFP so it can optimize load from constpool of types larger than f64 into extload from smaller types. by Evan Cheng · 17 years ago
- 917be68 Rename isOperand() to isOperandOf() (and other similar methods). It always confuses me. by Evan Cheng · 17 years ago
- 220a823 Misc. APInt-ification in the DAGCombiner. by Dan Gohman · 17 years ago
- bb271ff More APInt-ification. by Dan Gohman · 17 years ago
- 3370dd7 Yet more APInt-ification. by Dan Gohman · 17 years ago
- 6c6cd1c More APInt-ification. by Dan Gohman · 17 years ago
- 050f550 More APInt-ification. by Dan Gohman · 17 years ago
- 26ed869 all but CAS working on x86 by Andrew Lenharth · 17 years ago
- 3c8b59c Add MVT::is128BitVector and is64BitVector. Shrink by Dale Johannesen · 17 years ago
- 84d4a2b Refactor / clean up code; remove td list scheduler special tie breaker (no real benefit). by Evan Cheng · 17 years ago
- 6c23150 More APInt-ification. by Dan Gohman · 17 years ago
- c7773bf Use the new convertFromAPInt instead of convertFromZeroExtendedInteger, by Dan Gohman · 17 years ago
- c6f9a06 Use the new APInt-enabled form of getConstant instead of converting by Dan Gohman · 17 years ago
- 28d08fd Interface of getByValTypeAlignment differed between by Dale Johannesen · 17 years ago
- cd9f174 Fix an assertion message. by Dale Johannesen · 17 years ago
- 643afa5 Keep track how many commutes are performed by the scheduler. by Evan Cheng · 17 years ago
- e07415d implement expand for ISD::DECLARE by just deleting it. by Chris Lattner · 17 years ago
- fb8075d Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to 16-byte boundaries. by Evan Cheng · 17 years ago
- 8155d64 Handle load/store of misaligned vectors that are the by Dale Johannesen · 17 years ago
- 18714ae Remove the `else', at Evan's insistence. by Dan Gohman · 17 years ago
- 052e976 Add a FIXME about the VECTOR_SHUFFLE evil hack. by Duncan Sands · 17 years ago
- 077f9b2 LegalizeTypes support for EXTRACT_VECTOR_ELT. The by Duncan Sands · 17 years ago
- 8745b52 LegalizeTypes support for legalizing the mask by Duncan Sands · 17 years ago
- 4f069e6 LegalizeTypes support for INSERT_VECTOR_ELT. by Duncan Sands · 17 years ago
- e90a615 Support for legalizing MEMBARRIER. by Duncan Sands · 17 years ago
- 6ef781f Final de-tabification. by Bill Wendling · 17 years ago
- 1953ecb Teach Legalize how to expand an EXTRACT_ELEMENT. by Dan Gohman · 17 years ago
- b3564aa Convert the last remaining users of the non-APInt form of by Dan Gohman · 17 years ago
- 7b8d4a9 Convert SimplifyDemandedMask and ShrinkDemandedConstant to use APInt. by Dan Gohman · 17 years ago
- e6d088a Rename PrintableName to Name. by Bill Wendling · 17 years ago
- 74ab84c Change "Name" to "AsmName" in the target register info. Gee, a refactoring tool by Bill Wendling · 17 years ago
- d4cf992 Avoid aborting on invalid shift counts. by Dan Gohman · 17 years ago
- aeecb6c Fix PR2096, a regression introduced with my patch last night. This by Chris Lattner · 17 years ago
- 212a11c Fix a nasty bug in LegalizeTypes (spotted in by Duncan Sands · 17 years ago
- 0254e70 Fix isNegatibleForFree to not return true for ConstantFP nodes by Chris Lattner · 17 years ago
- 5c80760 Refactor inline asm constraint matching code out of SDIsel into TargetLowering. by Evan Cheng · 17 years ago
- f6283fd Make some static variables const. by Dan Gohman · 17 years ago
- 2e68b6f Convert MaskedValueIsZero and all its users to use APInt. Also add by Dan Gohman · 17 years ago
- 1a9c9df In debug builds check that the key property holds: all by Duncan Sands · 17 years ago
- 14fd63c Add support to LegalizeTypes for building legal vectors by Duncan Sands · 17 years ago
- 08e78b1 Pass alignment on ByVal parameters, from FE, all by Dale Johannesen · 17 years ago
- 9e255b7 Fix a regression in 403.gcc and 186.crafty introduced in 47383. To test by Dan Gohman · 17 years ago
- 69e6a8d Make the clobber analysis a bit more smart: we only are careful about by Chris Lattner · 17 years ago
- 0fe71e9 Treat clobber operands like early clobbers: if we have by Chris Lattner · 17 years ago
- c1c7bd6 Better names as per Evan's request by Andrew Lenharth · 17 years ago
- ab0b949 Atomic op support. If any gcc test uses __sync builtins, it might start failing on archs that haven't implemented them yet by Andrew Lenharth · 17 years ago
- f9853bc Add support for matching mem operands. This fixes PR1133, patch by by Chris Lattner · 17 years ago
- 7cbeb24 Fix a (harmless) but where vregs were added to the used reg lists for by Chris Lattner · 17 years ago
- c40a84a assert is more effective reminder then FIXME tag for unimplemented features. by Devang Patel · 17 years ago
- f83b1f6 LegalizeTypes support for scalarizing a vector store by Duncan Sands · 17 years ago
- 91dc17b Convert Legalize to use the APInt form of ComputeMaskedBits. by Dan Gohman · 17 years ago
- b5660dc Add explicit keywords. by Dan Gohman · 17 years ago
- 948d8ea Convert DAGCombiner to use the APInt form of ComputeMaskedBits. by Dan Gohman · 17 years ago
- ca93a43 Use APInt::intersects. by Dan Gohman · 17 years ago
- 4c71dfe Update gcc 4.3 warnings fix patch with recent head changes by Anton Korobeynikov · 17 years ago
- 19fc1d3 Fix an incredibly subtle bug exposed by Ted's change to APInt profiling. by Chris Lattner · 17 years ago
- 40a0421 Add GetResultInst. First step for multiple return value support. by Devang Patel · 17 years ago
- efec751 - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should check if it's essentially a SCALAR_TO_VECTOR. Avoid turning (v8i16) <10, u, u, u> to <10, 0, u, u, u, u, u, u>. Instead, simply convert it to a SCALAR_TO_VECTOR of the proper type. by Evan Cheng · 17 years ago
- d497d9f I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. by Andrew Lenharth · 17 years ago
- 051bb7b Teach LegalizeTypes how to expand the operands of by Duncan Sands · 17 years ago
- 22c5c1b llvm.memory.barrier, and impl for x86 and alpha by Andrew Lenharth · 17 years ago
- 42a7788 Rename CountMemOperands to ComputeMemOperandsEnd to reflect what by Dan Gohman · 17 years ago
- 94ebde1 Revert 47177, which was incorrect. by Dan Gohman · 17 years ago
- 0123b7d Make tblgen a little smarter about constants smaller than i32. Currently, by Scott Michel · 17 years ago
- 53c607f Skip over the defs and start at the uses when looking for operands by Dan Gohman · 17 years ago
- 3b66555 Use the TargetInstrDescr to determine the number of operands by Dan Gohman · 17 years ago
- ca3a56f Teach LegalizeTypes how to promote the flags by Duncan Sands · 17 years ago
- 21be384 Use StoreSDNode::getValue instead of calling getOperand directly by Dan Gohman · 17 years ago
- 423be62 Fix a miscompilation from Dan's recent apintification. by Chris Lattner · 18 years ago
- 00fee65 In TargetLowering::LowerCallTo, don't assert that by Duncan Sands · 18 years ago
- e179584 Change how FP immediates are handled. by Nate Begeman · 18 years ago
- d9fe41c Allow the APInt form of ComputeMaskedBits to operate on i128 types. by Dan Gohman · 18 years ago
- 72d2fd5 Avoid setting bits that aren't demanded. by Dan Gohman · 18 years ago
- 977a76f Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits by Dan Gohman · 18 years ago
- d462ba8 Teach LegalizeTypes how to expand and promote CTLZ, by Duncan Sands · 18 years ago
- 86ca3ca In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this by Chris Lattner · 18 years ago
- fec42eb teach dag combiner how to eliminate MERGE_VALUES nodes. by Chris Lattner · 18 years ago