Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-09-27 | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru |
2012-09-27 | Fix a typo 'iff' => 'if' | Sylvestre Ledru |
2012-04-30 | Second attempt at PR12573: | Bill Wendling |
2012-04-30 | Use an ArrayRef instead of explicit vector type. | Bill Wendling |
2011-12-09 | SplitBlockPredecessors uses ArrayRef instead of Data and Size. | Jakub Staszak |
2011-10-04 | LSR should avoid redundant edge splitting. | Andrew Trick |
2011-10-04 | whitespace | Andrew Trick |
2011-09-20 | Relax this condition. | Bill Wendling |
2011-08-17 | Assert that we aren't trying to split the critical edge of a landing pad. Doing | Bill Wendling |
2011-07-19 | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman |
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-05-17 | Preserve line number information. | Devang Patel |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
2011-01-18 | Remove code for updating dominance frontiers and some outdated references to | Cameron Zwarich |
2011-01-14 | indentation | Chris Lattner |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-08-23 | Now that PassInfo and Pass::ID have been separated, move the rest of the pass... | Owen Anderson |
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-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-07-09 | cache result of operator* | Gabor Greif |
2010-03-25 | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif |
2010-02-13 | Speed up codegen prepare from 3.58s to 0.488s. | Chris Lattner |
2010-02-13 | PHINode::getBasicBlockIndex is O(n) in the number of inputs | Chris Lattner |
2010-02-13 | iterate over preds using PHI information when available instead of | Chris Lattner |
2009-12-18 | Add Loop contains utility methods for testing whether a loop | Dan Gohman |
2009-11-01 | improve comment. | Chris Lattner |
2009-10-31 | update the comment above llvm::SplitCriticalEdge, and make | Chris Lattner |
2009-10-25 | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky |
2009-10-25 | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky |
2009-09-09 | Fix SplitCriticalEdge to properly update LCSSA form when splitting a | Dan Gohman |
2009-09-09 | Preserve ProfileInfo. | Andreas Neustifter |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |