| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -1/+1 |
* | Don't promote asynch EH invokes of nounwind functions to calls | Reid Kleckner | 2015-02-11 | 1 | -1/+3 |
* | Standardize {pred,succ,use,user}_empty() | Ramkumar Ramachandra | 2015-01-13 | 1 | -2/+2 |
* | [C++] Use 'nullptr'. Transforms edition. | Craig Topper | 2014-04-25 | 1 | -1/+1 |
* | [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE | Chandler Carruth | 2014-04-22 | 1 | -1/+2 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-05 | 1 | -1/+1 |
* | [Modules] Move CFG.h to the IR library as it defines graph traits over | Chandler Carruth | 2014-03-04 | 1 | -1/+1 |
* | [PM] Split the CallGraph out from the ModulePass which creates the | Chandler Carruth | 2013-11-26 | 1 | -3/+3 |
* | Merge CallGraph and BasicCallGraph. | Rafael Espindola | 2013-10-31 | 1 | -1/+1 |
* | PruneEH: Only merge attribute sets when used. No functionality change. | Benjamin Kramer | 2013-06-15 | 1 | -7/+5 |
* | Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. | Bill Wendling | 2013-01-30 | 1 | -4/+4 |
* | More encapsulation work. | Bill Wendling | 2013-01-22 | 1 | -3/+5 |
* | Move CallGraphSCCPass.h into the Analysis tree; that's where the | Chandler Carruth | 2013-01-07 | 1 | -1/+1 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
* | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -3/+3 |
* | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 2012-12-07 | 1 | -2/+2 |
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -5/+5 |
* | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling | 2012-10-15 | 1 | -1/+1 |
* | Attributes Rewrite | Bill Wendling | 2012-10-15 | 1 | -1/+2 |
* | Remove the bitwise assignment OR operator from the Attributes class. Replace ... | Bill Wendling | 2012-10-14 | 1 | -1/+2 |
* | Use the enum value of the attributes when adding them to the attributes builder. | Bill Wendling | 2012-10-09 | 1 | -2/+2 |
* | Convert to using the Attributes::Builder class to create attributes. | Bill Wendling | 2012-10-09 | 1 | -4/+4 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling | 2012-02-06 | 1 | -2/+1 |
* | Mark the SCC as "might unwind" if we run into a 'resume' instruction. | Bill Wendling | 2011-08-15 | 1 | -2/+3 |
* | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad | 2011-07-15 | 1 | -2/+1 |
* | When deleting a basic block, remove call edges only for non-intrinsics. | John McCall | 2011-06-09 | 1 | -1/+1 |
* | Preserve line number information. | Devang Patel | 2011-05-10 | 1 | -0/+1 |
* | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -1/+0 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson | 2010-10-13 | 1 | -1/+4 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
* | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
* | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
* | introduce a new CallGraphSCC class, and pass it around | Chris Lattner | 2010-04-16 | 1 | -14/+15 |
* | Finally land the InvokeInst operand reordering. | Gabor Greif | 2010-03-24 | 1 | -1/+1 |
* | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -1/+1 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -1/+1 |
* | Remove includes of Support/Compiler.h that are no longer needed after the | Nick Lewycky | 2009-10-25 | 1 | -1/+0 |
* | Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces. | Nick Lewycky | 2009-10-25 | 1 | -1/+1 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 1 | -1/+1 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -7/+3 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 1 | -3/+3 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |