summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PruneEH.cpp
Commit message (Expand)AuthorAge
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Use the enum value of the attributes when adding them to the attributes builder.Bill Wendling2012-10-09
* Convert to using the Attributes::Builder class to create attributes.Bill Wendling2012-10-09
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-06
* Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling2011-08-15
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-09
* Preserve line number information.Devang Patel2011-05-10
* Remove unused STL header includes.Jay Foad2011-04-23
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson2010-10-13
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-01
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-31
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Move more code back to 2.5 APIs.Owen Anderson2009-07-30
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* More LLVMContext-ification.Owen Anderson2009-07-06
* Clear the cached cost when removing a function inDale Johannesen2009-03-19
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-13
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-13
* Speed up these passes when the callgraph hasDuncan Sands2008-09-29
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-29
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-08
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-06
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-05