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
2004-05-04
Do not mark instructions in unreachable sections of the function as live.
Chris Lattner
2004-04-10
Simplify code a bit, and fix a bug that was breaking perlbmk
Chris Lattner
2004-04-10
Fix a bug in my checkin last night that was breaking programs using invoke.
Chris Lattner
2004-04-10
Fix previous patch
Chris Lattner
2004-04-10
Correctly update counters
Chris Lattner
2004-04-10
Simplify code a bit, and use alias analysis to allow us to delete unused
Chris Lattner
2004-02-01
Fix the count of the number of instructions removed
Chris Lattner
2003-12-19
Fix ADCE/2003-12-19-MergeReturn.llx
Chris Lattner
2003-11-22
Do not crash when deleing a region with a dead invoke instruction
Chris Lattner
2003-11-21
Minor cleanups and simplifications
Chris Lattner
2003-11-20
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-16
Fix PR116
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
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-09-20
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-11
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-10
Unwind instructions are intrinsically alive, just like returns
Chris Lattner
2003-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-01
DEBUG got moved to Support/Debug.h
Chris Lattner
2003-06-24
Fix bug: ADCE/2003-06-24-BadSuccessor.ll
Chris Lattner
2003-06-24
Do not mark ALL terminators live if any instruciton in the block is live. We...
Chris Lattner
2003-06-16
Fix bug: ADCE/2003-06-11-InvalidCFG.ll
Chris Lattner
2003-05-22
Remove using declarations
Chris Lattner
2003-04-25
Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.ll
Chris Lattner
2003-04-23
Remove unnecesary &*'s
Chris Lattner
2003-02-24
Rename Instruction::hasSideEffects() -> mayWriteToMemory()
Chris Lattner
2003-01-23
Fix bug: ADCE/2003-01-22-PredecessorProblem.ll
Chris Lattner
2002-10-01
Updates to work with recent Statistic's changes:
Chris Lattner
2002-09-10
Fix the last of the silly bugs I just introduced. :(
Chris Lattner
2002-09-10
Clean up code due to auto-insert constructors
Chris Lattner
2002-08-21
- Split Dominators.h into Dominators.h & PostDominators.h
Chris Lattner
2002-08-14
Avoid inserting an entry block unless we need it
Chris Lattner
2002-08-08
- Cleaned up the interface to AnalysisUsage to take analysis class names
Chris Lattner
2002-07-30
* Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.ll
Chris Lattner
2002-07-29
Add code to ensure that no PHI nodes are left laying around with their
Chris Lattner
2002-07-29
Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.ll
Chris Lattner
2002-07-27
* Standardize how analysis results/passes as printed with the print() virtual
Chris Lattner
2002-07-26
* Add support for different "PassType's"
Chris Lattner
2002-07-26
*** empty log message ***
Chris Lattner
2002-07-23
*** empty log message ***
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-28
Avoid deleting individual instructions until AFTER dead blocks have dropped
Chris Lattner
2002-05-22
Fix and implement ADCE to finally work!
Chris Lattner
2002-05-22
Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...
Chris Lattner
2002-05-10
Fix some bugs, straighten stuff out, more work needs to be done.
Chris Lattner
2002-05-07
Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.ll
Chris Lattner
2002-05-07
Merge all individual .h files into a single Scalar.h file
Chris Lattner
[next]