R600/SI: replace IMPLICIT_DEF with SIOperand.ZERO
[oota-llvm.git] / lib / Transforms / InstCombine /
2013-02-16 Bill WendlingThe transform is:
2013-02-15 Arnaud A. de Grand... Fix refactoring mistake in "Teach InstCombine to work...
2013-02-15 Arnaud A. de Grand... Teach InstCombine to work with smaller legal types...
2013-02-13 Arnaud A. de Grand... Fix comment
2013-02-11 Michael IlsemanOptimization: bitcast (<1 x ...> insertelement ......
2013-02-08 Andrew TrickRevert "Have InstCombine call SipmlifyCall when handlin...
2013-02-07 Michael IlsemanHave InstCombine call SipmlifyCall when handling calls...
2013-02-07 Michael IlsemanPreserve fast-math flags after reassociation and commut...
2013-02-05 Benjamin KramerInstCombine: Fix and simplify the inttoptr side too.
2013-02-05 Benjamin KramerInstCombine: Harden code to work with vectors of pointe...
2013-02-01 Nadav RotemRevert r174152. The shift amount may overflow and in...
2013-02-01 Nadav RotemOptimize shift lefts of a constant by a value plus...
2013-01-30 Bill WendlingConvert typeIncompatible to return an AttributeSet.
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2013-01-27 Bill WendlingUse the AttributeSet instead of AttributeWithIndex.
2013-01-25 Bill WendlingRemove some introspection functions.
2013-01-25 Bill WendlingUse the new 'getSlotIndex' method to retrieve the attri...
2013-01-24 Craig TopperRemove trailing whitespace.
2013-01-23 Benjamin KramerRevert "InstCombine: Clean up weird code that talks...
2013-01-23 Benjamin KramerInstCombine: Clean up weird code that talks about a...
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-21 Bill WendlingHave AttributeSet::getRetAttributes() return an Attribu...
2013-01-21 Bill WendlingMake AttributeSet::getFnAttributes() return an Attribut...
2013-01-21 Paul RedmondTransform (sub 0, (zext bool to A)) to (sext bool to...
2013-01-18 Bill WendlingUse AttributeSet accessor methods instead of Attribute...
2013-01-18 Bill WendlingPush some more methods down to hide the use of the...
2013-01-18 Craig TopperCheck for less than 0 in shuffle mask instead of -1...
2013-01-18 Craig TopperRemove trailing whitespace. Remove new lines between...
2013-01-15 Nadav RotemTeach InstCombine to optimize extract of a value from...
2013-01-15 Shuxin Yang1. Hoist minus sign as high as possible in an attempt...
2013-01-14 Jakub StaszakRemove trailing spaces.
2013-01-14 Shuxin YangThis change is to implement following rules under the...
2013-01-14 David GreeneFix Casting Bug
2013-01-14 Nick LewyckyFix typo in comment.
2013-01-10 Owen AndersonTeach InstCombine to hoist FABS and FNEG through FPTRUN...
2013-01-09 Shuxin YangConsider expression "0.0 - X" as the negation of X if
2013-01-07 Shuxin YangCosmetical changne in order to conform to coding std.
2013-01-07 Shuxin YangThis change is to implement following rules:
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-05 Chris Lattnerswitch from pointer equality comparison to MDNode:...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-31 Jakub StaszakAdd extra CHECK to make sure that 'or' instruction...
2012-12-31 Chris Lattnerteach instcombine to preserve TBAA tag when merging...
2012-12-31 Jakub StaszakGrammo.
2012-12-31 Bill WendlingRemove the getAttributesAtIndex and getNumAttrs methods...
2012-12-31 Jakub StaszakTransform (A == C1 || A == C2) into (A & ~(C1 ^ C2...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-26 Nick LewyckyRemove mid-optimizer warning. This situation should...
2012-12-24 Bob WilsonAdd LLVMContext::emitWarning methods and use them....
2012-12-22 Craig TopperRemove trailing whitespace
2012-12-20 Craig TopperFormatting fixes. Remove some unnecessary 'else' after...
2012-12-20 Craig TopperRemoving trailing whitespace
2012-12-19 Paul RedmondTransform (x&C)>V into (x&C)!=0 where possible
2012-12-19 Bill WendlingInline the 'hasIncompatibleWithVarArgsAttrs' method...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-19 Shuxin YangMake sure the buffer, which containas an instance of...
2012-12-18 Shuxin Yangrdar://12801297
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-14 Shuxin Yangrdar://12753946
2012-12-13 NAKAMURA TakumiRevert r170020, "Simplify negated bit test", for now.
2012-12-13 Eric ChristopherRevert "Restore the PHI optimization I accidently remov...
2012-12-13 Rafael EspindolaMissed these calls from the previous rename somehow.
2012-12-13 Rafael EspindolaRename isPowerOfTwo to isKnownToBeAPowerOfTwo.
2012-12-13 Michael IlsemanPattern matching code for intrinsics.
2012-12-13 Chad RosierTypo.
2012-12-12 Michael IlsemanRestore the PHI optimization I accidently removed
2012-12-12 Michael IlsemanRemove trailing whitespace
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Rafael EspindolaThe TargetData is not used for the isPowerOfTwo determi...
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-12 Michael IlsemanRemove redunant optimizations from InstCombine, instead...
2012-12-09 Jakub StaszakUse m_OneUse pattern instead of hasOneUse() method.
2012-12-09 Jakub StaszakRemove trailing spaces.
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-30 Pedro Artigasreversed the logic of the log2 detection routine to...
2012-11-30 Pedro ArtigasAddresses many style issues with prior checkin (r169025)
2012-11-30 Pedro ArtigasAdd fast math inst combine X*log2(Y*0.5)-->X*log2(Y)-X
2012-11-30 Meador IngeMove library call simplification statistic to instcombine
2012-11-30 Chandler CarruthMove the InstVisitor utility into VMCore where it belon...
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-20 Bill WendlingMake the AttrListPtr object a part of the LLVMContext.
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-16 Duncan SandsMake this easier to understand, as suggested by Chandler.
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-15 NAKAMURA TakumiInstCombineAndOrXor.cpp: Escape bracket in doxygen...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-11 Meador IngeAdd method for replacing instructions to LibCallSimplifier
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-30 Duncan SandsFix isEliminableCastPair to work correctly in the prese...
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
next