aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DeadStoreElimination.cpp
AgeCommit message (Expand)Author
2005-11-30Fix a bug where we didn't realize that vaarg reads memory. This fixesChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-29Adjust to changes in instruction interfaces.Chris Lattner
2005-01-08Fix uint64_t -> unsigned VS warnings.Chris Lattner
2004-12-29Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStor...Chris Lattner
2004-11-28Make DSE potentially more aggressive by being more specific about alloca sizes.Chris Lattner
2004-09-20Prototype these functions more accuratelyChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-07-26Implement DeadStoreElim/alloca.llx by observing that allocas are dead at theChris Lattner
2004-07-25* Substantially simplify how free instructions are handled (potentially fixingChris Lattner
2004-07-25Free instructions kill values too. This implements DeadStoreElim/free.llxChris Lattner
2004-07-24obvious fixChris Lattner
2004-07-22This is a trivial dead store elimination pass. It very very simple andChris Lattner