aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
AgeCommit message (Expand)Author
2013-02-21Remove dead code and whitespace.Chad Rosier
2013-02-20Update a comment that looks to have been accidentally deleted many moons ago.Chad Rosier
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-11-30Move the InstVisitor utility into VMCore where it belongs. It heavilyChandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-07-24Clean whitespaces.Nadav Rotem
2012-03-28Fix 80-column violation.Chad Rosier
2012-03-11llvm::SwitchInstStepan Dyatkovskiy
2012-03-08Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-01-26Continue improving support for ConstantDataAggregate, and use theChris Lattner
2012-01-18Remove trailing spaces and unneeded includes.Jakub Staszak
2011-12-01Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetDataChad Rosier
2011-11-11Get rid of an optimization in SCCP which appears to have many issues. Specif...Eli Friedman
2011-09-20Make sure IPSCCP never marks a tracked call as overdefined in SCCPSolver::Res...Eli Friedman
2011-09-04Use Duncan's patch to delete the instructions in reverse order (minus the lan...Bill Wendling
2011-09-02Update comments to reflect reality.Bill Wendling
2011-09-01Change worklist driven deletion to be an iterative process.Bill Wendling
2011-08-31Make sure we aren't deleting the landingpad instruction.Bill Wendling
2011-08-17Silly mistake from r137777; restore significant isStructTy() checks. While h...Eli Friedman
2011-08-16A bunch of misc fixes to SCCPSolver::ResolvedUndefsIn, including a fix to stopEli Friedman
2011-08-16Minor bug in SCCP found by inspection. (I don't think it's possible to hit t...Eli Friedman
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-08-02Add new atomic instructions to SCCP. No functional change, but stops debug s...Eli Friedman
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-27Misc mid-level changes for new 'fence' instruction.Eli Friedman
2011-07-25Add missing space (this line is no longer pushing the 80-column limit).Nick Lewycky
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-21move tier out of an anonymous namespace, it doesn't make senseChris Lattner
2011-07-19Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-05-21PR7952: Make isa<> use the same logic as cast<>, so that they both workEli Friedman
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-01-21SCCP doesn't actually preserve the CFG. It will delete and insert terminatorNick Lewycky
2011-01-16simplify a littleChris Lattner
2010-11-30Avoid exponential growth of a table. It feels likeDale Johannesen
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-18remove some dead code.Chris Lattner
2010-08-12fix PR7876: If ipsccp decides that a function's address is takenChris Lattner
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-28simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-04-26fix PR6940: sitofp(undef) folds to 0.0, not undef.Chris Lattner
2010-04-09fix a SCCP miscompilation that could happen when aChris Lattner