summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-04-25[C++] Use 'nullptr'. Transforms edition.Craig Topper1-1/+1
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-1/+2
2014-03-05[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-04[Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth1-1/+1
2013-11-26[PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth1-3/+3
2013-10-31Merge CallGraph and BasicCallGraph.Rafael Espindola1-1/+1
2013-06-15PruneEH: Only merge attribute sets when used. No functionality change.Benjamin Kramer1-7/+5
2013-01-30Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.Bill Wendling1-4/+4
2013-01-22More encapsulation work.Bill Wendling1-3/+5
2013-01-07Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth1-1/+1
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2012-12-19Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling1-3/+3
2012-12-07s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling1-2/+2
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-5/+5
2012-10-15Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling1-1/+1
2012-10-15Attributes RewriteBill Wendling1-1/+2
2012-10-14Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling1-1/+2
2012-10-09Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling1-2/+2
2012-10-09Convert to using the Attributes::Builder class to create attributes.Bill Wendling1-4/+4
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-02-06[unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling1-2/+1
2011-08-15Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling1-2/+3
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad1-2/+1
2011-06-09When deleting a basic block, remove call edges only for non-intrinsics.John McCall1-1/+1
2011-05-10Preserve line number information.Devang Patel1-0/+1
2011-04-23Remove unused STL header includes.Jay Foad1-1/+0
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson1-1/+3
2010-10-13CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson1-1/+4
2010-10-07Now with fewer extraneous semicolons!Owen Anderson1-1/+1
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson1-1/+1
2010-08-06Revert r110396 to fix buildbots.Owen Anderson1-1/+1
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson1-1/+1
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson1-2/+2
2010-04-16introduce a new CallGraphSCC class, and pass it aroundChris Lattner1-14/+15
2010-03-24Finally land the InvokeInst operand reordering.Gabor Greif1-1/+1
2010-03-22backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif1-1/+1
2010-03-22Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif1-1/+1
2010-03-19back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif1-1/+1
2010-03-19Recommit r80858 again (which has been backed out in r80871).Gabor Greif1-1/+1
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky1-1/+0
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky1-1/+1
2009-09-03back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif1-1/+1
2009-09-03re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif1-1/+1
2009-09-01Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner1-7/+3
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner1-3/+3
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson1-1/+1
2009-07-30Move more code back to 2.5 APIs.Owen Anderson1-1/+1
2009-07-22Get rid of the Pass+Context magic.Owen Anderson1-1/+1
2009-07-06More LLVMContext-ification.Owen Anderson1-1/+2