index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Scalar
/
ADCE.cpp
Age
Commit message (
Expand
)
Author
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-03
Remove the ability for ADCE to remove unreachable blocks in loop nests, becau...
Owen Anderson
2008-07-02
Use df_ext_iterator to capture the reachable set without allocating an extra ...
Owen Anderson
2008-07-02
Add support to ADCE for pruning unreachable blocks. This addresses the final
Owen Anderson
2008-07-02
Use DenseSet rather than SmallPtrSet for the alive set. Using SmallPtrSet
Owen Anderson
2008-06-23
At Chris' suggestion, move the liveness and worklist datastructures into
Owen Anderson
2008-05-29
Add a newline at the end of this file.
Duncan Sands
2008-05-29
Replace the old ADCE implementation with a new one that more simply solves
Owen Anderson
2008-05-16
Remove ADCE's ability to delete loops. This ability is now implemented in a
Owen Anderson
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-12-01
Integrate the readonly/readnone logic more deeply
Duncan Sands
2007-11-22
Readonly/readnone functions are allowed to throw
Duncan Sands
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
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-18
Revert changes that caused breakage.
Owen Anderson
2007-04-18
Use ETForest instead of DominatorTree.
Owen Anderson
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-11
Simplify code by using value::takename
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
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-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-06-02
Remove unneeded hook. Patch by Anton K. Thanks!
Chris Lattner
2006-06-01
Silence a -pedantic warning.
Chris Lattner
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-10-24
Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes
Chris Lattner
2005-05-14
preserve calling conventions when hacking on code
Chris Lattner
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-22
Remove use of bind_obj
Chris Lattner
2005-02-17
Do not mark obviously unreachable blocks live when processing PHI nodes,
Chris Lattner
2004-12-12
Change indentation of a whole bunch of code, no real changes here.
Chris Lattner
2004-12-12
More substantial simplifications and speedups. This makes ADCE about 20% faster
Chris Lattner
2004-12-12
More minor microoptimizations
Chris Lattner
2004-12-12
Remove some more set operations
Chris Lattner
2004-12-12
Reduce number of set operations.
Chris Lattner
2004-10-17
Getting ADCE to interact well with unreachable instructions seems like a nont...
Chris Lattner
2004-10-16
Add note
Chris Lattner
2004-09-20
Prototype these functions more accurately
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-15
Fixes working towards PR341
Chris Lattner
[next]