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
/
Scalar
/
LICM.cpp
Age
Commit message (
Expand
)
Author
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-01
Relax unsafe use check. If there is one unconditional use inside the loop the...
Devang Patel
2007-09-25
Do not reserve DOM check for GetElementPtrInst.
Devang Patel
2007-09-24
Do not promote null values because it may be unsafe to do so.
Devang Patel
2007-09-19
Avoid unsafe promotion.
Devang Patel
2007-09-18
Fix PR1657
Devang Patel
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-18
Typo.
Nick Lewycky
2007-07-31
Add note.
Devang Patel
2007-07-31
Implement Simple Analysis interfaces - cloneBasicBlockAnalysis and deleteAnal...
Devang Patel
2007-07-30
LICM preserves scalar evolution and dom frontier.
Devang Patel
2007-06-07
Do not require ETForest. Now it is unused by LICM.
Devang Patel
2007-06-07
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-05
Allow insertelement, extractelement, and shufflevector to be hoisted/sunk
Dan Gohman
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-01
Insert new instructions in AliasSet.
Devang Patel
2007-05-30
Fix typo.
Devang Patel
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-25
Mem2Reg does not need TargetData.
Devang Patel
2007-04-24
Rollback some changes that adversely affected performance. I'm currently ret...
Owen Anderson
2007-04-21
Fix a comment.
Owen Anderson
2007-04-20
Move more passes to using ETForest instead of DominatorTree.
Owen Anderson
2007-04-18
Switch more uses of DominatorTree over to ETForest.
Owen Anderson
2007-04-17
Spell doFinalization right, so that it is a proper virtual override and
Dan Gohman
2007-04-14
fix long lines
Chris Lattner
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-07
Now LICM is a LoopPass.
Devang Patel
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2006-12-23
For PR950:
Reid Spencer
2006-12-19
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
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-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-09-12
An sinkable instruction may exist with uses, if those uses are in dead blocks.
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-06-26
random code cleanups, no functionality change
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-06-20
prevent va_arg from being hoisted from a loop
Andrew Lenharth
2005-06-18
core changes for varargs
Andrew Lenharth
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-25
Fix a bug where LICM was not updating AA information properly when sinking
Chris Lattner
2005-03-23
enable -debug-only=licm
Chris Lattner
2004-12-15
Adjust to new interfaces
Chris Lattner
2004-11-29
Allow hoisting loads of globals and alloca's in conditionals.
Chris Lattner
[next]