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
2007-09-28
minor long double related changes
Dale Johannesen
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-15
fix SimplifyLibCalls/IsDigit.ll
Chris Lattner
2007-04-14
Implement a few missing xforms: printf("foo\n") -> puts. printf("x") -> putchar
Chris Lattner
2007-04-08
Fix a typo that broke SimplifyLibCalls/SPrintF.ll (pr1315)
Chris Lattner
2007-04-08
implement a fixme: move optimizations for fwrite out of fputs into a new
Chris Lattner
2007-04-07
Significantly simplify the clients of GetConstantStringInfo, by having it
Chris Lattner
2007-04-07
Fix problems in the sprintf optimizer
Chris Lattner
2007-04-07
Change CastToCStr to take a pointer instead of a reference.
Chris Lattner
2007-04-07
Fix an off-by-one error that broke Prolangs/deriv2 with llc on x86
Chris Lattner
2007-04-07
fix a miscompilation in printf optimizer.
Chris Lattner
2007-04-07
trunc to bool no longer compares against zero
Chris Lattner
2007-04-07
cleanups for strlen optimizer
Chris Lattner
2007-04-07
Introduce a new ReplaceCallWith method, which simplifies a lot of code.
Chris Lattner
2007-04-07
fixes for strcpy optimizer
Chris Lattner
2007-04-07
Fix bugs in strncmp.
Chris Lattner
2007-04-07
fix 3 miscompilations and several compielr crashes in strcmp optimizer.
Chris Lattner
2007-04-06
Fix several nasty bugs in the strchr optimizer, this fixes
Chris Lattner
2007-04-06
clean up strcat optimizer, no functionality change.
Chris Lattner
2007-04-06
rename getConstantStringLength -> GetConstantStringInfo. Make it return
Chris Lattner
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-02-13
eliminate a bunch of vector-related heap traffic
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-31
eliminate temporary vectors
Chris Lattner
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-20
Correct a comment.
Owen Anderson
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-12
Remove over-general comparisons
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-07
Types should be const.
Reid Spencer
2007-01-07
Change the interface to Module::getOrInsertFunction to be easier to use,to re...
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-21
Get rid of a useless if statement whose then and else blocks were identical.
Reid Spencer
2006-12-19
switch statistics over to not use static ctors.
Chris Lattner
2006-12-19
Eliminate static ctors due to Statistic objects
Chris Lattner
2006-12-13
Fix some casts. isdigit(c) returns 0 or 1, not 0 or -1
Reid Spencer
2006-12-13
Replace CastInst::createInferredCast calls with more accurate cast
Reid Spencer
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-27
For PR950:
Reid Spencer
2006-11-02
For PR786:
Reid Spencer
2006-10-26
For PR950:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
[next]