summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/GCSE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-151-205/+0
* Use Instruction::eraseFromParent().Dan Gohman2008-06-211-1/+1
* Update comments and documentation to reflect that GCSE and ValueNumbering areMatthijs Kooijman2008-06-051-1/+4
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use DominatorTree instead of ETForest.Devang Patel2007-06-071-3/+1
* Use DominatorTree instead of ETForest.Devang Patel2007-06-071-3/+3
* s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/gDevang Patel2007-06-041-1/+1
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-031-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* fix long linesChris Lattner2007-04-141-1/+1
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* Adjust #includes to match movement of constant folding code from transformuti...Chris Lattner2007-01-301-3/+2
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-191-8/+8
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-5/+5
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Switch these to using ETForest instead of DominatorSet to compute itself.Chris Lattner2006-01-111-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-5/+5
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-1/+1
* Simplify code and do not invalidate iterators.Chris Lattner2004-12-121-46/+9
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Expand the scope to include global values because they are now constantsReid Spencer2004-07-181-1/+1
* bug 122:Reid Spencer2004-07-181-3/+2
* Add support for replacement of formal arguments with simpler expressions.Chris Lattner2004-05-231-2/+23
* Add support for removing invoke instructionsChris Lattner2004-04-121-0/+14
* Update the value numbering interface.Chris Lattner2004-04-101-1/+4
* Rewrite the GCSE pass to be *substantially* simpler, a bit more efficient,Chris Lattner2004-04-101-214/+121
* Be more accurateChris Lattner2004-03-171-4/+15
* Add counters for the number of calls elimiantedChris Lattner2004-03-151-0/+6
* Add debug outputChris Lattner2004-02-051-0/+4
* Finegrainify namespacificationChris Lattner2004-01-091-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* Declare FunctionPasses as such so that they can be used in FunctionPassManager.Misha Brukman2003-11-071-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-2/+2
* Don't corrupt memory when removing an instruction from the program, butChris Lattner2003-06-171-0/+1
* Fix typoChris Lattner2003-02-011-1/+1
* Remove dead codeChris Lattner2002-12-071-32/+0
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-4/+4
* Really minor cleanupsChris Lattner2002-08-301-9/+4
* - GCSE now no longer counts instructions not removed (due to no commonChris Lattner2002-08-301-257/+108
* Load & StoreInst no longer derive from MemAccessInst, so we don't haveChris Lattner2002-08-221-2/+0
* Remove long obsolete commentsChris Lattner2002-08-221-7/+0
* Convert GCSE pass to use new alias analysis infrastructureChris Lattner2002-08-221-61/+35
* Fix bug introduced in last checkin due to CastInst not being visibleChris Lattner2002-08-141-1/+2
OpenPOWER on IntegriCloud