summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SimplifyLibCalls.cpp
Commit message (Expand)AuthorAge
* Delete a stale comment. No functional change.Meador Inge2012-11-12
* instcombine: Migrate memset optimizationsMeador Inge2012-11-11
* instcombine: Migrate memmove optimizationsMeador Inge2012-11-11
* instcombine: Migrate memcpy 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
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* 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
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...Benjamin Kramer2012-10-19
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* Use the Attributes::get method which takes an AttrVal value directly to simpl...Bill Wendling2012-10-16
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* 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
* Remove the final bits of Attributes being declared in the AttributeBill Wendling2012-10-10
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.Benjamin Kramer2012-08-22
* Add a few float shrinking optimizations to SimplifyLibCalls. UnsafeChad Rosier2012-08-22
* Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. NoChad Rosier2012-08-22
* SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...Benjamin Kramer2012-08-18
* do null checks for a few more Emit*() functions.Nuno Lopes2012-07-26
* make all Emit*() functions consult the TargetLibraryInfo information before c...Nuno Lopes2012-07-25
* Clean whitespaces.Nadav Rotem2012-07-24
* Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth2012-06-29
* 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
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-15
* fix pr12559: mark unavailable win32 math libcallsJoe Groff2012-04-17
* reapply the patches reverted in r149470 that reenable ConstantDataArray,Chris Lattner2012-02-05
* Revert Chris' commits up to r149348 that started causing VMCoreTests unit tes...Argyrios Kyrtzidis2012-02-01
* eliminate the last uses of GetConstantStringInfo from this file, I didn't rea...Chris Lattner2012-01-31
* start moving SimplifyLibcalls over to getConstantStringInfo, which isChris Lattner2012-01-31
* Turn cos(-x) into cos(x). Patch by Alexander Malyshev!Nick Lewycky2011-12-27
* Only replace fwrite with fputc, if the return value is unused.Joerg Sonnenberger2011-12-12
* Switch llvm.cttz and llvm.ctlz to accept a second i1 parameter whichChandler Carruth2011-12-12
* Add support for custom names for library functions in TargetLibraryInfo. Add...Eli Friedman2011-11-17
* StringRefize and simplify.Benjamin Kramer2011-11-15
* SimplifyLibCalls: Use IRBuilder.CreateGlobalString when creating a string for...Benjamin Kramer2011-10-29
* 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
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18