Teach the include sorter to skip files under test trees and under INPUTS
[oota-llvm.git] / test / Transforms / InstCombine /
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...
2012-09-18 Richard OsborneFix instcombine to obey requested alignment when mergin...
2012-09-13 Dan GohmanHandle the new !tbaa.struct metadata tags when converti...
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2012-08-30 Nadav RotemIt is illegal to transform (sdiv (ashr X c1) c2) ...
2012-08-28 Benjamin KramerInstCombine: Guard the transform introduced in r162743...
2012-08-28 Nadav RotemMake sure that we don't call getZExtValue on values...
2012-08-28 Nadav RotemTeach InstCombine to canonicalize [SU]div+[AL]shl...
2012-08-21 Chandler CarruthPort the global copy optimization from the SROA pass...
2012-08-18 Benjamin KramerInstCombine: Fix a crasher when encountering a function...
2012-08-18 Benjamin KramerInstCombine: Add a couple of fabs identities for compar...
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-15 Michael Liaofix infinite loop in instcombine with more than 4GB...
2012-08-10 Eli FriedmanThe normal edge of an invoke is not allowed to branch...
2012-08-07 Bob WilsonFix a serious typo in InstCombine's optimization of...
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-27 Nuno Lopesfix infinite loop in instcombine in the presence of...
2012-07-26 Pete CooperSimplify demanded bits of select sources where the...
2012-07-26 Pete CooperTeach SimplifyDemandedBits how to look through fpext...
2012-07-25 Duncan SandsDon't perform an overaligned load in this test, since...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-17 Evan ChengBack out r160101 and instead implement a dag combine...
2012-07-12 Evan ChengInstcombine was transforming:
next