summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAge
* instcombine: Migrate printf optimizationsMeador Inge2012-11-26
* instcombine: Migrate toascii optimizationsMeador Inge2012-11-26
* instcombine: Migrate isdigit optimizationsMeador Inge2012-11-26
* instcombine: Migrate *abs optimizationsMeador Inge2012-11-26
* instcombine: Migrate ffs* optimizationsMeador Inge2012-11-25
* Disallow the undocumented practice of starting the datalayout string with '-'.Patrik Hägglund2012-11-23
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-13
* instcombine: Migrate memset optimizationsMeador Inge2012-11-11
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-11
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-11
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-10
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-08
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-31
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-31
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-31
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-31
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-31
* SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...Benjamin Kramer2012-10-19
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-15
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-13
* instcombine: Migrate strcat and strncat optimizationsMeador Inge2012-10-13
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* Whitespace.Chad Rosier2012-08-22
* Add test case for r162368.Chad Rosier2012-08-22
* SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...Benjamin Kramer2012-08-18
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-25
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-25
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-22
* FileCheck-ify, apropos of nothingJoel Jones2012-05-18
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-15
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-09
* FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff2012-04-18
* Move win32 SimplifyLibcall test under TransformsJoe Groff2012-04-18
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Turn cos(-x) into cos(x). Patch by Alexander Malyshev!Nick Lewycky2011-12-27
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-22
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-12
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-29
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-20
* Fixed quoting on default data layout option.Lang Hames2011-10-17
* PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman2011-10-05
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-27
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* Preserve line number information while simplifying libcalls.Devang Patel2011-03-09