instcombine: Migrate math library call simplifications
[oota-llvm.git] / test / Transforms / SimplifyLibCalls /
2012-11-13 Meador Ingeinstcombine: Migrate math library call simplifications
2012-11-11 Meador Ingeinstcombine: Migrate memset optimizations
2012-11-11 Meador Ingeinstcombine: Migrate memmove 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-08 Meador Ingeinstcombine: Migrate strspn optimizations
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-19 Benjamin KramerSimplifyLibcalls: The return value of ffsll is always...
2012-10-18 Meador Ingeinstcombine: Migrate strcpy optimizations
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-08-22 Benjamin KramerSimplifyLibCalls: Give all safely-shrinkable libcalls...
2012-08-22 Chad RosierWhitespace.
2012-08-22 Chad RosierAdd test case for r162368.
2012-08-18 Benjamin KramerSimplifyLibcalls: Add fabs and trunc to the list of...
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-06-25 Nuno Lopesrevert my previous commit (r159173), since as Eli point...
2012-06-25 Nuno Lopesdo not set realloc() as NotAlias, since it can return...
2012-05-22 Nuno Lopesrevert my previous patches that introduced an additiona...
2012-05-18 Joel JonesFileCheck-ify, apropos of nothing
2012-05-15 David MajnemerTeach SimplifyLibCalls about stpcpy.
2012-05-09 Nuno Lopeschange the objectsize intrinsic signature: add a 3rd...
2012-04-18 Joe GroffFileCheckify, un-XFAIL SimplifyLibCalls/floor test
2012-04-18 Joe GroffMove win32 SimplifyLibcall test under Transforms
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-12-27 Nick LewyckyTurn cos(-x) into cos(x). Patch by Alexander Malyshev!
2011-12-22 Benjamin KramerGive string constants generated by IRBuilder private...
2011-12-12 Joerg SonnenbergerOnly replace fwrite with fputc, if the return value...
2011-11-17 Eli FriedmanAdd support for custom names for library functions...
2011-10-29 Benjamin KramerSimplifyLibCalls: Use IRBuilder.CreateGlobalString...
2011-10-20 Nick Lewycky"@string = constant i8 0" is a value i8* string of...
2011-10-17 Lang HamesFixed quoting on default data layout option.
2011-10-05 Eli FriedmanPR11061: Make simplifylibcalls fold strcmp("", x) corre...
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-08-12 Eli FriedmanMove "atomic" and "volatile" designations on instructio...
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-03-09 Devang PatelPreserve line number information while simplifying...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-02-28 Dan GohmanDelete obsolete test.
2011-02-12 Daniel DunbarSimplifyLibCalls: Add missing legalize check on various...
2011-02-12 Daniel Dunbartests: FileCheckize
2010-12-17 Dan GohmanRevert r64460. strtol and friends cannot be marked...
2010-11-30 Anders CarlssonAdd a puts optimization that converts puts() to putchar...
2010-11-30 Anders CarlssonFix a typo.
2010-11-30 Anders CarlssonRename this test to FPuts.ll since it actually tests...
2010-11-29 Benjamin KramerFix some broken CHECK lines.
2010-10-28 NAKAMURA Takumitest/Transforms/SimplifyLibCalls/floor.ll: Mark as...
2010-09-30 Benjamin KramerAdd constant folding for strspn and strcspn to Simplify...
2010-09-29 Benjamin KramerAdd strpbrk folding to SimplifyLibCalls.
2010-09-29 Benjamin KramerSimplify the loop in StrChrOptimizer. FileCheckize...
2010-09-29 Benjamin KramerTeach SimplifyLibCalls how to optimize strrchr.
2010-06-16 Rafael EspindolaMake sure that simplify libcalls does not replace a...
2010-06-16 Benjamin Kramersimplify-libcalls: fold strncmp(x, y, 1) -> memcmp...
2010-06-15 Benjamin Kramersimplify-libcalls: fold strstr(a, b) == a -> strncmp...
2010-05-31 Nick LewyckyThe memcpy intrinsic only takes i8* for %src and %dst...
2010-05-25 Benjamin KramerProperly promote operands when optimizing a single...
2010-04-04 Mon P WangReapply address space patch after fixing an issue in...
2010-04-02 Mon P WangRevert r100191 since it breaks objc in clang
2010-04-02 Mon P WangReapply address space patch after fixing an issue in...
2010-03-30 Bob WilsonRevert Mon Ping's change 99928, since it broke all...
2010-03-30 Mon P WangAdded support for address spaces and added a isVolatile...
2010-03-23 Evan ChengTeach simplify libcall to transform __strcpy_chk to...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-05 Evan ChengSafely turn memset_chk etc. to non-chk variant if the...
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-01-29 Eric ChristopherRevert my last couple of patches. They appear to have...
2010-01-29 Eric ChristopherMake strcpy_chk lower to strcpy if we have a safe size.
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-16 Chris Lattnerreapply my strstr optimization. I have reproduced...
2009-12-16 Chris Lattnerrevert my strstr optimization, I'm told it breaks x86...
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-11-05 Benjamin KramerTeach SimplifyLibCalls to fold memcmp calls with consta...
2009-09-26 Dan GohmanFix SimplifyLibCalls to transfer attributes from callee...
2009-09-26 Dan GohmanI put the wrong rdar number in this test.
2009-09-25 Dan GohmanTransform pow(x, 0.5) to (x == -inf ? inf : fabs(sqrt...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2009-09-03 Chris LattnerIn C++, code is not allowed to call main. In C it...
2009-08-19 Dan GohmanAdd targetdata strings to these tests, since SimplifyLi...
2009-08-19 Dan GohmanFix SimplifyLibcalls and ValueTracking to check mayBeOv...
2009-07-29 Daniel DunbarFix PR4645 which was fallout from the fix for PR4641.
2009-07-29 Nick LewyckyJust discard the output, no need to turn it back into...
2009-07-29 Chris Lattnerdon't dump .bc file to stdout, and simplify this to...
2009-07-29 Nick LewyckyBulk erasing instructions without RAUWing them is unsaf...
2009-07-18 Eli FriedmanFix simplifylibcalls memset recognition to work on...
2009-06-19 Chris Lattnerpart of PR4405: disable a contentious optimization for
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
next