aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/ADCE.cpp
AgeCommit message (Expand)Author
2005-10-24Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodesChris Lattner
2005-05-14preserve calling conventions when hacking on codeChris Lattner
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-02-22Remove use of bind_objChris Lattner
2005-02-17Do not mark obviously unreachable blocks live when processing PHI nodes,Chris Lattner
2004-12-12Change indentation of a whole bunch of code, no real changes here.Chris Lattner
2004-12-12More substantial simplifications and speedups. This makes ADCE about 20% fasterChris Lattner
2004-12-12More minor microoptimizationsChris Lattner
2004-12-12Remove some more set operationsChris Lattner
2004-12-12Reduce number of set operations.Chris Lattner
2004-10-17Getting ADCE to interact well with unreachable instructions seems like a nont...Chris Lattner
2004-10-16Add noteChris Lattner
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-09-15Convert code to compile with vc7.1.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-15Fixes working towards PR341Chris Lattner
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