index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
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-11
Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195'
Eli Bendersky
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-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
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
Fix LibCall simplification and ARM EH
Derek Schuff
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
[next]