Age | Commit message (Expand) | Author |
2012-03-15 | This pass didn't want the inline cost per-se, it just wants generic code | Chandler Carruth |
2012-03-11 | llvm::SwitchInst | Stepan Dyatkovskiy |
2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
2012-02-01 | SwitchInst refactoring. | Stepan Dyatkovskiy |
2012-01-16 | Fixed comment in loop-unswitch. | Stepan Dyatkovskiy |
2012-01-15 | Cosmetic patch for r148215. | Stepan Dyatkovskiy |
2012-01-15 | Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std... | Stepan Dyatkovskiy |
2012-01-13 | Speculatively revert r148132+r148133 to try and fix a buildbot failure. | Eli Friedman |
2012-01-13 | Cosmetic patch for r148132. | Stepan Dyatkovskiy |
2012-01-13 | LoopUnswitch: All helper data that is collected during loop-unswitch iteratio... | Stepan Dyatkovskiy |
2012-01-11 | Improved compile time: | Stepan Dyatkovskiy |
2011-12-23 | Fix typo "infinte". | Nick Lewycky |
2011-12-22 | Add the actual code for r147175. | Chad Rosier |
2011-12-22 | Speculatively revert r146578 to determine if it is the cause of a number of | Chad Rosier |
2011-12-14 | Fix for bug #11429: Wrong behaviour for switches. Small improvement for code ... | Stepan Dyatkovskiy |
2011-12-09 | SplitBlockPredecessors uses ArrayRef instead of Data and Size. | Jakub Staszak |
2011-12-01 | Propagate TargetLibraryInfo throughout ConstantFolding.cpp and | Chad Rosier |
2011-11-29 | Potential bug in RewriteLoopBodyWithConditionConstant: use iterator should no... | Stepan Dyatkovskiy |
2011-09-27 | Stop emitting instructions with the name "tmp" they eat up memory and have to... | Benjamin Kramer |
2011-09-27 | Split the landing pad basic block with the correct function. Also merge the | Bill Wendling |
2011-06-23 | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad |
2011-06-23 | Revert r133513: | Eric Christopher |
2011-06-21 | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad |
2011-06-21 | Revert r133435 and r133449 to appease buildbots. | Chad Rosier |
2011-06-20 | Change how PHINodes store their operands. | Jay Foad |
2011-06-03 | Bail on unswitching a switch statement for a case with a critical edge. We name | Nick Lewycky |
2011-05-25 | Simplify r132022 based on Cameron's feedback. | Evan Cheng |
2011-05-24 | Forgot dyn_cast check. | Evan Cheng |
2011-05-24 | Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConstant can delete a dead | Evan Cheng |
2011-02-11 | Make LoopUnswitch preserve ScalarEvolution by just forgetting everything about | Cameron Zwarich |
2011-01-08 | Revamp the ValueMapper interfaces in a couple ways: | Chris Lattner |
2010-11-23 | Constant folding here is pointless, because InstructionSimplify | Duncan Sands |
2010-11-18 | Factor code for testing whether replacing one value with another | Duncan Sands |
2010-11-14 | If dom tree information is available, make it possible to pass | Duncan Sands |
2010-10-19 | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-01 | Fix loop unswitching's assumption that a code path which either | Dan Gohman |
2010-08-29 | apparently unswitch had the same "Feature". Stop its | Chris Lattner |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-06-09 | Pulled CodeMetrics out of InlineCost.h and made it a bit more general, so it ... | Kenneth Uildriks |
2010-04-20 | remove a bunch of ad-hoc code to simplify instructions from | Chris Lattner |
2010-04-20 | RewriteLoopBodyWithConditionConstant can end up rewriting the | Chris Lattner |
2010-04-05 | some code cleanups, use SwitchInst::findCaseValue, reduce indentation | Chris Lattner |