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
/
IPO
/
SimplifyLibCalls.cpp
Age
Commit message (
Expand
)
Author
2005-05-15
Don't look for __builtin_ffs, we'll never see it from llvm-gcc and there's
Reid Spencer
2005-05-15
Provide this optimization as well:
Reid Spencer
2005-05-15
Duh .. you actually have to #include Config/config.h before you can test
Reid Spencer
2005-05-14
Changes for ffs lib call simplification:
Reid Spencer
2005-05-07
* Add two strlen optimizations:
Reid Spencer
2005-05-07
Don't increment the counter unless the debug flag is set.
Reid Spencer
2005-05-04
Implement the IsDigitOptimization for simplifying calls to the isdigit
Reid Spencer
2005-05-04
* Correct the function prototypes for some of the functions to match the
Reid Spencer
2005-05-03
Implement optimizations for the strchr and llvm.memset library calls.
Reid Spencer
2005-05-03
Avoid garbage output in the statistics display by ensuring that the
Reid Spencer
2005-05-03
Add the StrNCmpOptimization which is similar to strcmp.
Reid Spencer
2005-05-02
Implement the fprintf optimization which converts calls like this:
Reid Spencer
2005-04-30
Fix a comment that stated the wrong thing.
Reid Spencer
2005-04-30
* Don't depend on "guessing" what a FILE* is, just require that the actual
Reid Spencer
2005-04-29
Implement the optimizations for "pow" and "fputs" library calls.
Reid Spencer
2005-04-29
Consistently use 'class' to silence VC++
Jeff Cohen
2005-04-28
Remove from the TODO list those optimizations that are already handled by
Reid Spencer
2005-04-28
Document additional libcall transformations that need to be written.
Reid Spencer
2005-04-27
Doxygenate.
Reid Spencer
2005-04-27
More Cleanup:
Reid Spencer
2005-04-27
This is a cleanup commit:
Reid Spencer
2005-04-27
Prefix the debug statistics so they group together.
Reid Spencer
2005-04-27
In debug builds, make a statistic for each kind of call optimization. This
Reid Spencer
2005-04-26
Fix up the debug statement to actually use a newline .. radical concept.
Reid Spencer
2005-04-26
Uh, this isn't argpromotion.
Reid Spencer
2005-04-26
Add some debugging output so we can tell which calls are getting triggered
Reid Spencer
2005-04-26
No, seriously folks, memcpy really does return void.
Reid Spencer
2005-04-26
memcpy returns void!!!!!
Reid Spencer
2005-04-26
Fix some bugs found by running on llvm-test:
Reid Spencer
2005-04-26
Changes From Review Feedback:
Reid Spencer
2005-04-26
* Merge get_GVInitializer and getCharArrayLength into a single function
Reid Spencer
2005-04-26
* Implement StrLenOptimization
Reid Spencer
2005-04-26
Incorporate feedback from Chris:
Reid Spencer
2005-04-25
Changes due to code review and new implementation:
Reid Spencer
2005-04-25
Lots of changes based on review and new functionality:
Reid Spencer
2005-04-25
Post-Review Cleanup:
Reid Spencer
2005-04-25
A new pass to provide specific optimizations for certain well-known library
Reid Spencer
[prev]