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
/
Utils
/
SimplifyLibCalls.cpp
Age
Commit message (
Expand
)
Author
2013-04-17
Do not optimise fprintf() calls if its return value is used.
Peter Collingbourne
2013-03-12
LibCallSimplifier: optimize speed for short-lived instances
Meador Inge
2013-03-02
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-02-27
For each function that we optimize we initialize a new list of lib functions....
Nadav Rotem
2013-02-22
Implement the NoBuiltin attribute.
Bill Wendling
2013-02-19
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-18
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-08
[SimplifyLibCalls] Library call simplification doen't work if the call site
Chad Rosier
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
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
Fix a comment bug in toascii simplifier
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
Normalize memcmp constant folding results.
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-11
Add method for replacing instructions to LibCallSimplifier
Meador Inge
2012-11-10
instcombine: Migrate strcspn optimizations
Meador Inge
2012-11-10
instcombine: Query target library information to gate libcall simplifications
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-31
instcombine: Split out the __stpcpy_chk simplifications from StrCpyChkOpt
Meador Inge
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-18
Cosmetic change -- move two simplifiers to the right commented statement group.
Meador Inge
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-15
instcombine: Migrate strcmp and strncmp optimizations
Meador Inge
2012-10-13
Remove unused private field.
Benjamin Kramer
2012-10-13
instcombine: Migrate strchr and strrchr optimizations
Meador Inge
2012-10-13
instcombine: Migrate strcat and strncat optimizations
Meador Inge
2012-10-13
Implement new LibCallSimplifier class
Meador Inge