aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ADCE.cpp
AgeCommit message (Expand)Author
2004-05-04Do not mark instructions in unreachable sections of the function as live.Chris Lattner
2004-04-10Simplify code a bit, and fix a bug that was breaking perlbmkChris Lattner
2004-04-10Fix a bug in my checkin last night that was breaking programs using invoke.Chris Lattner
2004-04-10Fix previous patchChris Lattner
2004-04-10Correctly update countersChris Lattner
2004-04-10Simplify code a bit, and use alias analysis to allow us to delete unusedChris Lattner
2004-02-01Fix the count of the number of instructions removedChris Lattner
2003-12-19Fix ADCE/2003-12-19-MergeReturn.llxChris Lattner
2003-11-22Do not crash when deleing a region with a dead invoke instructionChris Lattner
2003-11-21Minor cleanups and simplificationsChris Lattner
2003-11-20Start using the nicer terminator auto-insertion APIChris Lattner
2003-11-16Fix PR116Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-10Fix spelling.Misha Brukman
2003-09-20Rename Function::getEntryNode -> getEntryBlockChris Lattner
2003-09-11Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner
2003-09-10Unwind instructions are intrinsically alive, just like returnsChris Lattner
2003-08-21The word `dependent' has no `a'.Misha Brukman
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-06-24Fix bug: ADCE/2003-06-24-BadSuccessor.llChris Lattner
2003-06-24Do not mark ALL terminators live if any instruciton in the block is live. We...Chris Lattner
2003-06-16Fix bug: ADCE/2003-06-11-InvalidCFG.llChris Lattner
2003-05-22Remove using declarationsChris Lattner
2003-04-25Fix bug: ADCE/2003-04-25-PHIPostDominateProblem.llChris Lattner
2003-04-23Remove unnecesary &*'sChris Lattner
2003-02-24Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner
2003-01-23Fix bug: ADCE/2003-01-22-PredecessorProblem.llChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-10Fix the last of the silly bugs I just introduced. :(Chris Lattner
2002-09-10Clean up code due to auto-insert constructorsChris Lattner
2002-08-21 - Split Dominators.h into Dominators.h & PostDominators.hChris Lattner
2002-08-14Avoid inserting an entry block unless we need itChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-30* Fix bug: test/Regression/Transforms/ADCE/2002-07-17-AssertionFailure.llChris Lattner
2002-07-29Add code to ensure that no PHI nodes are left laying around with theirChris Lattner
2002-07-29Fix bug: test/Regression/Transforms/ADCE/2002-07-29-Segfault.llChris Lattner
2002-07-27* Standardize how analysis results/passes as printed with the print() virtualChris 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-25changes to make it compatible with 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-28Avoid deleting individual instructions until AFTER dead blocks have droppedChris Lattner
2002-05-22Fix and implement ADCE to finally work!Chris Lattner
2002-05-22Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner
2002-05-10Fix some bugs, straighten stuff out, more work needs to be done.Chris Lattner
2002-05-07Fix bug: test/Regression/Transforms/ADCE/2002-01-31-UseStuckAround.llChris Lattner
2002-05-07Merge all individual .h files into a single Scalar.h fileChris Lattner