aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyLibCalls
Commit message (Expand)AuthorAgeFilesLines
* instcombine: Migrate math library call simplificationsMeador Inge2012-11-136-540/+0
* instcombine: Migrate memset optimizationsMeador Inge2012-11-112-24/+0
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-111-12/+0
* instcombine: Migrate memcmp optimizationsMeador Inge2012-11-111-35/+0
* instcombine: Migrate strstr optimizationsMeador Inge2012-11-111-60/+0
* instcombine: Migrate strcspn optimizationsMeador Inge2012-11-101-25/+0
* instcombine: Migrate strspn optimizationsMeador Inge2012-11-081-16/+0
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-311-14/+0
* instcombine: Migrate strpbrk optimizationsMeador Inge2012-10-311-25/+0
* instcombine: Migrate strlen optimizationsMeador Inge2012-10-311-62/+0
* instcombine: Migrate strncpy optimizationsMeador Inge2012-10-311-29/+0
* instcombine: Migrate stpcpy optimizationsMeador Inge2012-10-311-43/+0
* SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...Benjamin Kramer2012-10-191-3/+12
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-181-37/+0
* instcombine: Migrate strcmp and strncmp optimizationsMeador Inge2012-10-153-169/+0
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-132-49/+0
* instcombine: Migrate strcat and strncat optimizationsMeador Inge2012-10-132-64/+0
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-221-0/+179
* Whitespace.Chad Rosier2012-08-221-2/+0
* Add test case for r162368.Chad Rosier2012-08-221-0/+335
* SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...Benjamin Kramer2012-08-181-0/+23
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-029-9/+9
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-029-13/+13
* revert my previous commit (r159173), since as Eli pointed out, it's perfectly...Nuno Lopes2012-06-251-1/+1
* do not set realloc() as NotAlias, since it can return the same pointer. This ...Nuno Lopes2012-06-251-1/+1
* revert my previous patches that introduced an additional parameter to the obj...Nuno Lopes2012-05-222-4/+4
* FileCheck-ify, apropos of nothingJoel Jones2012-05-181-4/+4
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-151-0/+43
* change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes2012-05-091-2/+2
* FileCheckify, un-XFAIL SimplifyLibCalls/floor testJoe Groff2012-04-181-10/+31
* Move win32 SimplifyLibcall test under TransformsJoe Groff2012-04-181-0/+275
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-3/+1
* Turn cos(-x) into cos(x). Patch by Alexander Malyshev!Nick Lewycky2011-12-271-0/+14
* Give string constants generated by IRBuilder private linkage.Benjamin Kramer2011-12-221-1/+1
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-121-0/+13
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-171-0/+30
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-291-2/+3
* "@string = constant i8 0" is a value i8* string of length zero. Analyze thatNick Lewycky2011-10-201-0/+6
* Fixed quoting on default data layout option.Lang Hames2011-10-171-1/+1
* PR11061: Make simplifylibcalls fold strcmp("", x) correctly.Eli Friedman2011-10-052-44/+124
* Stop emitting instructions with the name "tmp" they eat up memory and have to...Benjamin Kramer2011-09-271-6/+6
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-121-11/+11
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-181-11/+10
* Preserve line number information while simplifying libcalls.Devang Patel2011-03-091-0/+24
* Optimize fprintf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+21
* Optimize sprintf -> siprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+21
* Optimize printf -> iprintf if there are no floating point argumentsRichard Osborne2011-03-031-0/+29
* Delete obsolete test.Dan Gohman2011-02-281-46/+0
* SimplifyLibCalls: Add missing legalize check on various printf to puts andDaniel Dunbar2011-02-121-7/+20
* tests: FileCheckizeDaniel Dunbar2011-02-121-3/+5