aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/PruneEH.cpp
Commit message (Expand)AuthorAgeFilesLines
* [unwind removal] We no longer have 'unwind' instructions being generated, soBill Wendling2012-02-061-2/+1
* Mark the SCC as "might unwind" if we run into a 'resume' instruction.Bill Wendling2011-08-151-2/+3
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+1
* When deleting a basic block, remove call edges only for non-intrinsics.John McCall2011-06-091-1/+1
* Preserve line number information.Devang Patel2011-05-101-0/+1
* Remove unused STL header includes.Jay Foad2011-04-231-1/+0
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson2010-10-131-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-14/+15
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-1/+1
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-1/+1
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-1/+1
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-1/+1
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-1/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-1/+1
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-1/+1
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-7/+3
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-3/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-1/+1
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-061-1/+2
* Clear the cached cost when removing a function inDale Johannesen2009-03-191-3/+5
* Revert r66920. It was causing failures in the self-hosting buildbot (in releaseBill Wendling2009-03-131-1/+1
* Second installment of "BasicBlock operands to the back"Gabor Greif2009-03-131-1/+1
* Speed up these passes when the callgraph hasDuncan Sands2008-09-291-1/+8
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Now Attributes are divided in three groupsDevang Patel2008-09-261-1/+1
* Large mechanical patch.Devang Patel2008-09-251-7/+7
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-1/+1
* Reapply 55859. This doesn't change anything asDuncan Sands2008-09-081-7/+4
* When PruneEH turned an invoke into an ordinaryDuncan Sands2008-09-061-0/+6
* Revert r55859. This is breaking the build in the abscence of its companion c...Owen Anderson2008-09-051-4/+7
* Delete the removeCallEdgeTo callgraph method,Duncan Sands2008-09-051-7/+4
* Make this pass return that it made a change ifDuncan Sands2008-09-051-1/+5
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Less conservative verison of previous patch,Dale Johannesen2008-05-161-2/+2
* Weak functions not declared non-throwing might beDale Johannesen2008-05-161-1/+3
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989Nick Lewycky2008-04-251-17/+2
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-3/+3
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-4/+2
* Turn unwind_to into "unwinds to".Nick Lewycky2008-03-101-1/+1