2014-01-13 |
Chandler Carruth | [PM] Split DominatorTree into a concrete analysis resul... |
blob | commitdiff | raw |
2014-01-13 |
Chandler Carruth | [cleanup] Move the Dominators.h and Verifier.h headers... |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Bill Wendling | Access the TargetLoweringInfo from the TargetMachine... |
blob | commitdiff | raw | diff to current |
2013-05-31 |
Kai Nacke | Remove useless code from transitioning to new EH scheme |
blob | commitdiff | raw | diff to current |
2013-05-20 |
Bill Wendling | The DWARF EH pass doesn't need the TargetMachine, only... |
blob | commitdiff | raw | diff to current |
2013-05-20 |
Bill Wendling | No need to store the TargetMachine variable in this... |
blob | commitdiff | raw | diff to current |
2013-01-11 |
Benjamin Kramer | Split TargetLowering into a CodeGen and a SelectionDAG... |
blob | commitdiff | raw | diff to current |
2013-01-02 |
Chandler Carruth | Move all of the header files which are involved in... |
blob | commitdiff | raw | diff to current |
2012-12-03 |
Chandler Carruth | Use the new script to sort the includes of every file... |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Bill Wendling | Relax the requirement that the exception object must... |
blob | commitdiff | raw | diff to current |
2012-01-28 |
Bill Wendling | Reapply r149159 with a fix to add to a PHI node with... |
blob | commitdiff | raw | diff to current |
2012-01-28 |
Bill Wendling | Revert r149159 until I can fix tests. |
blob | commitdiff | raw | diff to current |
2012-01-28 |
Bill Wendling | Don't always create a separate block for the call to... |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Bill Wendling | When lowering the 'resume' instruction, look to see... |
blob | commitdiff | raw | diff to current |
2011-11-07 |
Bill Wendling | This code is dead, what with the new EH model and the... |
blob | commitdiff | raw | diff to current |
2011-08-26 |
Bill Wendling | Update the dominator tree with the correct dominator... |
blob | commitdiff | raw | diff to current |
2011-08-25 |
Bill Wendling | Look at only the terminators of the basic block. Also... |
blob | commitdiff | raw | diff to current |
2011-08-17 |
Bill Wendling | Modify for the new EH scheme. |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Bill Wendling | Initial code to convert ResumeInsts into calls to _Unwi... |
blob | commitdiff | raw | diff to current |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
blob | commitdiff | raw | diff to current |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
blob | commitdiff | raw | diff to current |
2011-07-11 |
Jay Foad | De-constify Types in FunctionType::get(). |
blob | commitdiff | raw | diff to current |
2011-06-01 |
Bill Wendling | The ARM stuff already calls the Resume function, not... |
blob | commitdiff | raw | diff to current |
2011-05-28 |
Benjamin Kramer | Erase instructions _after_ checking their type. |
blob | commitdiff | raw | diff to current |
2011-05-28 |
John McCall | Implement and document the llvm.eh.resume intrinsic... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Jay Foad | Remove PHINode::reserveOperandSpace(). Instead, add... |
blob | commitdiff | raw | diff to current |
2011-03-30 |
Jay Foad | (Almost) always call reserveOperandSpace() on newly... |
blob | commitdiff | raw | diff to current |
2011-03-15 |
Bill Wendling | There are some situations which can cause the URoR... |
blob | commitdiff | raw | diff to current |
2010-10-29 |
Bill Wendling | This may be an ARM target, so check for _Unwind_SjLj_Re... |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Owen Anderson | Get rid of static constructors for pass registration... |
blob | commitdiff | raw | diff to current |
2010-09-03 |
Duncan Sands | Reapply commit 112702 which was speculatively reverted... |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Eric Christopher | Speculatively revert 112699 and 112702, they seem to... |
blob | commitdiff | raw | diff to current |
2010-09-01 |
Duncan Sands | Use the SSAUpdator to turn calls to eh.exception that... |
blob | commitdiff | raw | diff to current |
2010-08-31 |
Duncan Sands | Stop using the dom frontier in DwarfEHPrepare by not... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | revert 112457, it looks like it broke selfhost. |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | rewrite DwarfEHPrepare to use SSAUpdater to promote... |
blob | commitdiff | raw | diff to current |
2010-08-29 |
Chris Lattner | inline function into its only caller. |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Reapply r110396, with fixes to appease the Linux buildb... |
blob | commitdiff | raw | diff to current |
2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
blob | commitdiff | raw | diff to current |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Bill Wendling | Using llvm.eh.catch.all.value instead of .llvm.eh.catch... |
blob | commitdiff | raw | diff to current |
2010-07-26 |
Dan Gohman | A block dominates itself, by definition. |
blob | commitdiff | raw | diff to current |
2010-07-22 |
Gabor Greif | mass elimination of reliance on automatic iterator... |
blob | commitdiff | raw | diff to current |
2010-06-30 |
Bill Wendling | Use the catch-all selectors we already found when conve... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Duncan Sands | It seems clear that this should return Changed. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Gabor Greif | use ArgOperand APIs |
blob | commitdiff | raw | diff to current |
2010-06-28 |
Gabor Greif | simplify: we have solid argument iterator range |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Gabor Greif | use ArgOperand accessors |
blob | commitdiff | raw | diff to current |
2010-06-25 |
Gabor Greif | use ArgOperand API (the simple part) |
blob | commitdiff | raw | diff to current |
2010-06-24 |
Bill Wendling | Loosen up the requirements in the Horrible Hack(tm... |
blob | commitdiff | raw | diff to current |
2010-06-18 |
Dan Gohman | Eliminate unnecessary uses of getZExtValue(). |
blob | commitdiff | raw | diff to current |
2010-06-12 |
Bill Wendling | When performing the Horrible Hack(tm-Duncan) on the... |
blob | commitdiff | raw | diff to current |
2010-04-19 |
Dan Gohman | Code that needs a TargetMachine should have access... |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | reapply r101434 |
blob | commitdiff | raw | diff to current |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | typos |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
blob | commitdiff | raw | diff to current |
2010-04-02 |
Dale Johannesen | Skip debug info when looking for existing EH calls... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Bill Wendling | Re-add back in the slow way of determining of a clean... |
blob | commitdiff | raw | diff to current |
2010-03-29 |
Bill Wendling | A more general (and simpler!) implementation of r99671... |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Bill Wendling | Return if we changed anything or not. |
blob | commitdiff | raw | diff to current |
2010-03-27 |
Bill Wendling | If a selector has a call to ".llvm.eh.catch.all.value... |
blob | commitdiff | raw | diff to current |
2010-03-26 |
Bill Wendling | If we mark clean-ups as clean-ups, then it could break... |
blob | commitdiff | raw | diff to current |
2010-01-20 |
Jim Grosbach | SjLj EH introduces can introduce an additional edge... |
blob | commitdiff | raw | diff to current |
2009-11-23 |
Nick Lewycky | Pull LLVMContext out of PromoteMemToReg. |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Bill Wendling | Don't put in these EH changes. |
blob | commitdiff | raw | diff to current |
2009-10-29 |
Bill Wendling | Reverting r85338 for now. It's causing a bootstrap... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove includes of Support/Compiler.h that are no longe... |
blob | commitdiff | raw | diff to current |
2009-10-25 |
Nick Lewycky | Remove VISIBILITY_HIDDEN from class/struct found inside... |
blob | commitdiff | raw | diff to current |
2009-10-06 |
Duncan Sands | Introduce and use convenience methods for getting point... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | Tabs -> spaces, and remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2009-09-15 |
Eric Christopher | Expand on comment. |
blob | commitdiff | raw | diff to current |
2009-09-14 |
Bill Wendling | Pull the creation of the "RewindFunction" function... |
blob | commitdiff | raw | diff to current |
2009-09-04 |
Eric Christopher | If there's a calling convention attach it to the rewind... |
blob | commitdiff | raw | diff to current |
2009-08-13 |
Owen Anderson | Push LLVMContexts through the IntegerType APIs. |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Owen Anderson | Move types back to the 2.5 API. |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
blob | commitdiff | raw | diff to current |
2009-07-15 |
Owen Anderson | Revert yesterday's change by removing the LLVMContext... |
blob | commitdiff | raw | diff to current |
2009-07-14 |
Owen Anderson | Move EVER MORE stuff over to LLVMContext. |
blob | commitdiff | raw | diff to current |
2009-07-05 |
Owen Anderson | More LLVMContext-ification. |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Duncan Sands | Add a new codegen pass that normalizes dwarf exception... |
blob | commitdiff | raw | diff to current |
|