Age | Commit message (Expand) | Author |
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-03-15 | There are some situations which can cause the URoR hack to infinitely recurse | Bill Wendling |
2010-10-29 | This may be an ARM target, so check for _Unwind_SjLj_Resume. | Bill Wendling |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-09-03 | Reapply commit 112702 which was speculatively reverted by echristo. | Duncan Sands |
2010-09-01 | Speculatively revert 112699 and 112702, they seem to be causing | Eric Christopher |
2010-09-01 | Use the SSAUpdator to turn calls to eh.exception that are not in a | Duncan Sands |
2010-08-31 | Stop using the dom frontier in DwarfEHPrepare by not promoting alloca's | Duncan Sands |
2010-08-29 | revert 112457, it looks like it broke selfhost. | Chris Lattner |
2010-08-29 | rewrite DwarfEHPrepare to use SSAUpdater to promote its allocas | Chris Lattner |
2010-08-29 | inline function into its only caller. | Chris Lattner |
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-26 | Using llvm.eh.catch.all.value instead of .llvm.eh.catch.all.value. | Bill Wendling |
2010-07-26 | A block dominates itself, by definition. | Dan Gohman |
2010-07-22 | mass elimination of reliance on automatic iterator dereferencing | Gabor Greif |
2010-06-30 | Use the catch-all selectors we already found when converting them to use the | Bill Wendling |
2010-06-29 | It seems clear that this should return Changed. | Duncan Sands |
2010-06-29 | use ArgOperand APIs | Gabor Greif |
2010-06-28 | simplify: we have solid argument iterator range | Gabor Greif |
2010-06-25 | use ArgOperand accessors | Gabor Greif |
2010-06-25 | use ArgOperand API (the simple part) | Gabor Greif |
2010-06-24 | Loosen up the requirements in the Horrible Hack(tm) to include all selectors | Bill Wendling |
2010-06-18 | Eliminate unnecessary uses of getZExtValue(). | Dan Gohman |
2010-06-12 | When performing the Horrible Hack(tm-Duncan) on the EH code to convert a | Bill Wendling |
2010-04-19 | Code that needs a TargetMachine should have access to one directly, rather | Dan Gohman |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | typos | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |
2010-04-02 | Skip debug info when looking for existing EH calls at the | Dale Johannesen |
2010-03-29 | Re-add back in the slow way of determining of a clean-up should become a | Bill Wendling |
2010-03-29 | A more general (and simpler!) implementation of r99671. It performs a similar | Bill Wendling |
2010-03-27 | Return if we changed anything or not. | Bill Wendling |
2010-03-27 | If a selector has a call to ".llvm.eh.catch.all.value" that we haven't | Bill Wendling |
2010-03-26 | If we mark clean-ups as clean-ups, then it could break when inlining through an | Bill Wendling |
2010-01-20 | SjLj EH introduces can introduce an additional edge to a landing pad and pad | Jim Grosbach |
2009-11-23 | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky |
2009-10-29 | Don't put in these EH changes. | Bill Wendling |
2009-10-29 | Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9. | Bill Wendling |
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-10-06 | Introduce and use convenience methods for getting pointer types | Duncan Sands |
2009-09-20 | Tabs -> spaces, and remove trailing whitespace. | Daniel Dunbar |
2009-09-15 | Expand on comment. | Eric Christopher |