PR14904: Segmentation fault running pass 'Recognize loop idioms'
[oota-llvm.git] / test / Transforms / InstCombine /
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 YangThis change is to implement following rules:
2013-01-07 Quentin ColombetWhen code size is the priority (Oz, MinSize attribute...
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Jakub StaszakAdd extra CHECK to make sure that 'or' instruction...
2012-12-31 Nuno Lopesadd support for PHI nodes to ObjectSizeOffsetVisitor
2012-12-31 Chris Lattnerteach instcombine to preserve TBAA tag when merging...
2012-12-31 Jakub StaszakTransform (A == C1 || A == C2) into (A & ~(C1 ^ C2...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-12-19 Paul RedmondTransform (x&C)>V into (x&C)!=0 where possible
2012-12-18 Shuxin Yangrdar://12801297
2012-12-14 Michael IlsemanAdd back FoldOpIntoPhi optimizations with fix. Included...
2012-12-14 Nadav RotemFix a crash in ValueTracking on vectors of pointers.
2012-12-14 Shuxin Yangrdar://12753946
2012-12-13 NAKAMURA TakumiRevert r170020, "Simplify negated bit test", for now.
2012-12-12 Jakub StaszakunHECKify test fixed by Jacob in r159003.
2012-12-12 David MajnemerSimplify negated bit test
2012-12-12 Shuxin Yang- Fix a problematic way in creating all-the-1 APInt.
2012-12-06 Dmitri GribenkoFix typos in CHECK lines.
2012-12-05 Shuxin Yangfix a typo
2012-12-04 Shuxin Yang For rdar://12329730, last piece.
2012-12-04 Shuxin Yangrdar://12329730 (2nd part, revised)
2012-12-04 Shuxin Yangrdar://12329730 (2nd part)
2012-11-29 Meador Ingeinstcombine: Migrate puts optimizations
2012-11-29 Shuxin Yangfix a typo
2012-11-29 Meador Ingeinstcombine: Migrate fputs optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fwrite optimizations
2012-11-29 Meador Ingeinstcombine: Migrate fprintf optimizations
2012-11-29 Shuxin YangInstruction::isAssociative() returns true for fmul...
2012-11-27 Meador Ingeinstcombine: Don't replace all uses for instructions...
2012-11-27 Meador IngeMove sprintf simplifier tests to test/Transforms/InstCo...
2012-11-27 Meador Ingeinstcombine: Migrate sprintf optimizations
2012-11-26 Eli FriedmanGet rid of the getPointeeAlignment helper function...
2012-11-26 Shuxin Yangrdar://12329730 (defect 2)
2012-11-26 Meador Ingeinstcombine: Migrate printf optimizations
2012-11-26 Meador Ingeinstcombine: Migrate toascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isascii optimizations
2012-11-26 Meador Ingeinstcombine: Migrate isdigit optimizations
2012-11-26 Meador IngeFix bogus comment; no functional change.
2012-11-26 Meador Ingeinstcombine: Migrate *abs optimizations
2012-11-25 Meador Ingeinstcombine: Migrate ffs* optimizations
2012-11-23 Patrik HägglundDisallow the undocumented practice of starting the...
2012-11-22 Meador IngeAdd more functions to the target library information.
2012-11-21 NAKAMURA Takumillvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck...
2012-11-18 Nick LewyckyDon't try to calculate the alignment of an unsigned...
2012-11-16 Duncan SandsFix PR14361: wrong simplification of A+B==B+A. You...
2012-11-14 Jakub StaszakRemove DOS line endings.
2012-11-13 Duncan SandsFix the instcombine GEP index widening transform to...
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-12 Meador IngeNormalize memcmp constant folding results.
2012-11-11 Meador IngeRemove hard-coded constant in Transforms/InstCombine...
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcpy optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memcmp optimizations
2012-11-11 Meador Ingeinstcombine: Migrate strstr optimizations
2012-11-10 Meador Ingeinstcombine: Migrate strcspn optimizations
2012-11-10 Meador Ingeinstcombine: Query target library information to gate...
2012-11-08 NAKAMURA Takumillvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
2012-11-08 Meador Ingeinstcombine: Migrate strspn optimizations
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-31 Meador Ingeinstcombine: Migrate strto* optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strpbrk optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strncpy optimizations
2012-10-31 Meador Ingeinstcombine: Migrate stpcpy optimizations
2012-10-31 Meador Ingeinstcombine: Split out the __stpcpy_chk simplifications...
2012-10-30 Ulrich WeigandEnable some additional constant folding for PPCDoubleDo...
2012-10-26 Nadav RotemFix a crash in SimpliftDemandedBits of vectors of pointers.
2012-10-25 Nadav RotemRevert 166726 because it may have broken a number of...
2012-10-25 Nadav RotemFix a crash in ValueTracking. Add support for vectors...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-24 Duncan SandsAdd a testcase that would have noticed the typo fixed...
2012-10-23 Duncan SandsTransform code like this
2012-10-20 Benjamin KramerInstCombine: Fix an edge case where constant icmps...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
2012-10-16 Michael Gottesman[InstCombine] Teach InstCombine how to handle an obfusc...
2012-10-15 Meador Ingeinstcombine: Migrate strcmp and strncmp optimizations
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations
2012-10-13 Meador Ingeinstcombine: Migrate strcat and strncat optimizations
2012-10-11 Nick LewyckyDon't crash when !tbaa.struct contents is invalid.
2012-10-04 Duncan SandsThe alignment of an sret parameter is known: it must...
2012-10-02 Benjamin KramerFix broken tests.
2012-09-28 Nick LewyckySurprisingly, we missed a trivial case here. Fix that!
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strncpy_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __strcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memmove_chk...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memcpy_chk simpl...
2012-09-27 Meador Ingeinstcombine: Add more test cases for __memset_chk simpl...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-27 Nick LewyckyPrefer shuffles to selects. Backends love shuffles!
2012-09-24 Richard OsborneAdd missing : in CHECK line.
2012-09-24 Richard OsborneAdd missing check for presence of target data.
2012-09-21 Benjamin KramerInstCombine: Make sure we use the pre-zext type when...
next