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
/
CodeGen
/
PeepholeOptimizer.cpp
Age
Commit message (
Expand
)
Author
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-09-21
Move the search for the appropriate AND instruction
Gabor Greif
2010-09-14
must not peephole away side effects
Gabor Greif
2010-09-11
Rename ConvertToSetZeroFlag to something more general.
Bill Wendling
2010-09-10
No need to recompute the SrcReg and CmpValue.
Bill Wendling
2010-09-10
Move some of the decision logic for converting an instruction into one that sets
Bill Wendling
2010-09-10
Modify the comparison optimizations in the peephole optimizer to update the
Bill Wendling
2010-08-27
Remove now unneeded command line flag that enables 'optimize compares.'
Bill Wendling
2010-08-10
Turn optimize compares back on with fix. We needed to test that a machine op was
Bill Wendling
2010-08-10
Revert r110718; it broke clang-i386-darwin9.
Dan Gohman
2010-08-10
Turn optimize cmps on by default so that we can get some testing by the nightly
Bill Wendling
2010-08-09
Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizer
Bill Wendling