index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
SimplifyLibCalls.cpp
Age
Commit message (
Expand
)
Author
2013-03-21
simplify-libcalls: Removed unused variable
Meador Inge
2013-03-21
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-11-30
Move library call simplification statistic to instcombine
Meador Inge
2012-11-29
instcombine: Migrate puts optimizations
Meador Inge
2012-11-29
instcombine: Migrate fputs optimizations
Meador Inge
2012-11-29
instcombine: Migrate fwrite optimizations
Meador Inge
2012-11-29
instcombine: Migrate fprintf optimizations
Meador Inge
2012-11-27
instcombine: Migrate sprintf optimizations
Meador Inge
2012-11-26
instcombine: Migrate printf optimizations
Meador Inge
2012-11-26
instcombine: Migrate toascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isascii optimizations
Meador Inge
2012-11-26
instcombine: Migrate isdigit optimizations
Meador Inge
2012-11-26
instcombine: Migrate *abs optimizations
Meador Inge
2012-11-25
instcombine: Migrate ffs* optimizations
Meador Inge
2012-11-13
instcombine: Migrate math library call simplifications
Meador Inge
2012-11-12
Delete a stale comment. No functional change.
Meador Inge
2012-11-11
instcombine: Migrate memset optimizations
Meador Inge
2012-11-11
instcombine: Migrate memmove optimizations
Meador Inge
2012-11-11
instcombine: Migrate memcpy optimizations
Meador Inge
2012-11-11
instcombine: Migrate memcmp optimizations
Meador Inge
2012-11-11
instcombine: Migrate strstr optimizations
Meador Inge
2012-11-10
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-08
instcombine: Migrate strspn optimizations
Meador Inge
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-31
instcombine: Migrate strto* optimizations
Meador Inge
2012-10-31
instcombine: Migrate strpbrk optimizations
Meador Inge
2012-10-31
instcombine: Migrate strlen optimizations
Meador Inge
2012-10-31
instcombine: Migrate strncpy optimizations
Meador Inge
2012-10-31
instcombine: Migrate stpcpy optimizations
Meador Inge
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-19
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
2012-10-15
Attributes Rewrite
Bill Wendling
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-10
Remove the final bits of Attributes being declared in the Attribute
Bill Wendling
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-22
SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment.
Benjamin Kramer
2012-08-22
Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe
Chad Rosier
2012-08-22
Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No
Chad Rosier
2012-08-18
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-07-26
do null checks for a few more Emit*() functions.
Nuno Lopes
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-24
Clean whitespaces.
Nadav Rotem
[next]