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
/
GCSE.cpp
Age
Commit message (
Expand
)
Author
2008-08-15
Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...
Owen Anderson
2008-06-21
Use Instruction::eraseFromParent().
Dan Gohman
2008-06-05
Update comments and documentation to reflect that GCSE and ValueNumbering are
Matthijs Kooijman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-04-06
API changes for class Use size reduction, wave 1.
Gabor Greif
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-06-07
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-07
Use DominatorTree instead of ETForest.
Devang Patel
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
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-14
fix long lines
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
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-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-01-11
Switch these to using ETForest instead of DominatorSet to compute itself.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-12-12
Simplify code and do not invalidate iterators.
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-18
Expand the scope to include global values because they are now constants
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-05-23
Add support for replacement of formal arguments with simpler expressions.
Chris Lattner
2004-04-12
Add support for removing invoke instructions
Chris Lattner
2004-04-10
Update the value numbering interface.
Chris Lattner
2004-04-10
Rewrite the GCSE pass to be *substantially* simpler, a bit more efficient,
Chris Lattner
2004-03-17
Be more accurate
Chris Lattner
2004-03-15
Add counters for the number of calls elimianted
Chris Lattner
2004-02-05
Add debug output
Chris Lattner
2004-01-09
Finegrainify namespacification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-07
Declare FunctionPasses as such so that they can be used in FunctionPassManager.
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-10
Fix spelling.
Misha Brukman
2003-06-17
Don't corrupt memory when removing an instruction from the program, but
Chris Lattner
2003-02-01
Fix typo
Chris Lattner
2002-12-07
Remove dead code
Chris Lattner
2002-10-21
- Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-08-30
Really minor cleanups
Chris Lattner
2002-08-30
- GCSE now no longer counts instructions not removed (due to no common
Chris Lattner
2002-08-22
Load & StoreInst no longer derive from MemAccessInst, so we don't have
Chris Lattner
2002-08-22
Remove long obsolete comments
Chris Lattner
2002-08-22
Convert GCSE pass to use new alias analysis infrastructure
Chris Lattner
2002-08-14
Fix bug introduced in last checkin due to CastInst not being visible
Chris Lattner
[next]