summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ADCE.cpp
Commit message (Expand)AuthorAge
...
* Getting ADCE to interact well with unreachable instructions seems like a nont...Chris Lattner2004-10-17
* Add noteChris Lattner2004-10-16
* Prototype these functions more accuratelyChris Lattner2004-09-20
* Convert code to compile with vc7.1.Reid Spencer2004-09-15
* Changes For Bug 352Reid Spencer2004-09-01
* Fixes working towards PR341Chris Lattner2004-07-15
* Do not mark instructions in unreachable sections of the function as live.Chris Lattner2004-05-04
* Simplify code a bit, and fix a bug that was breaking perlbmkChris Lattner2004-04-10
* Fix a bug in my checkin last night that was breaking programs using invoke.Chris Lattner2004-04-10
* Fix previous patchChris Lattner2004-04-10
* Correctly update countersChris Lattner2004-04-10
* Simplify code a bit, and use alias analysis to allow us to delete unusedChris Lattner2004-04-10
* Fix the count of the number of instructions removedChris Lattner2004-02-01
* Fix ADCE/2003-12-19-MergeReturn.llxChris Lattner2003-12-19
* Do not crash when deleing a region with a dead invoke instructionChris Lattner2003-11-22
* Minor cleanups and simplificationsChris Lattner2003-11-21
* Start using the nicer terminator auto-insertion APIChris Lattner2003-11-20
* Fix PR116Chris Lattner2003-11-16
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-20
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-11
* Unwind instructions are intrinsically alive, just like returnsChris Lattner2003-09-10
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Spell `necessary' correctly.Misha Brukman2003-08-18
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Fix bug: ADCE/2003-06-24-BadSuccessor.llChris Lattner2003-06-24
* Do not mark ALL terminators live if any instruciton in the block is live. We...Chris Lattner2003-06-24
* Fix bug: ADCE/2003-06-11-InvalidCFG.llChris Lattner2003-06-16
* Remove using declarationsChris Lattner2003-05-22
* Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.llChris Lattner2003-04-25
* Remove unnecesary &*'sChris Lattner2003-04-23
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-24
* Fix bug: ADCE/2003-01-22-PredecessorProblem.llChris Lattner2003-01-23
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Fix the last of the silly bugs I just introduced. :(Chris Lattner2002-09-10
* Clean up code due to auto-insert constructorsChris Lattner2002-09-10
* - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner2002-08-21
* Avoid inserting an entry block unless we need itChris Lattner2002-08-14
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* * Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.llChris Lattner2002-07-30
* Add code to ensure that no PHI nodes are left laying around with theirChris Lattner2002-07-29
* Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.llChris Lattner2002-07-29
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-27
* * Add support for different "PassType's"Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-23
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25