aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed comments for SwitchInst::addCase and for SwitchInst::removeCase.Stepan Dyatkovskiy2012-03-131-3/+6
* llvm::SwitchInstStepan Dyatkovskiy2012-03-111-12/+15
* Fixing a compile warning triggered in MSVC about constant truncation.Aaron Ballman2012-03-101-1/+2
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-77/+158
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-36/+0
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-19/+66
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-261-2/+10
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-251-0/+15
* Add support for vectors of pointers.Nadav Rotem2011-12-051-13/+26
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-0/+7
* Check for the returns_twice attribute in callsFunctionThatReturnsTwice. ThisRafael Espindola2011-10-051-0/+9
* Clean up uses of switch instructions so they are not dependent on the operand...Eli Friedman2011-09-291-0/+7
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+109
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-22/+100
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+51
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-173/+0
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+253
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-281-6/+8
* Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling2011-07-281-3/+3
* Add a couple of convenience functions:Bill Wendling2011-07-281-0/+8
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-271-0/+163
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-251-0/+93
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-147/+25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-58/+58
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-127/+35
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-172/+36
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-091-41/+41
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-231-30/+51
* Revert r133513:Eric Christopher2011-06-231-51/+30
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-211-30/+51
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-211-51/+30
* Change how PHINodes store their operands.Jay Foad2011-06-201-30/+51
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* Various Instructions' resizeOperands() methods are only used to grow theJay Foad2011-04-011-4/+4
* Add a comment on PHINode::Create().Jay Foad2011-03-301-0/+2
* Remove PHINode::reserveOperandSpace(). Instead, add a parameter toJay Foad2011-03-301-18/+14
* Make SwitchInst::removeCase() more efficient.Jay Foad2011-02-011-1/+2
* Remove casts between Value** and Constant**, which won't work if aJay Foad2011-01-141-0/+3
* FixedNumOperandTraits and VariadicOperandTraits assumed that, given aJay Foad2011-01-111-11/+17
* Simplify the allocation and freeing of Users' operand lists, now thatJay Foad2011-01-071-4/+2
* Remove the "ugly" method BranchInst::setUnconditionalDest().Jay Foad2011-01-071-13/+0
* Fix paste-o in ExtractValueInst::getIndexedType() comments.Frits van Bommel2010-12-031-4/+2
* fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::initChris Lattner2010-11-171-1/+1
* Fix a layering violation: hasConstantValue, which is part of the PHINodeDuncan Sands2010-11-171-8/+1
* If dom tree information is available, make it possible to passDuncan Sands2010-11-141-1/+1
* It is confusing to call a random-access iterator 'InputIterator'.Mikhail Glushenkov2010-10-271-122/+158
* Trailing whitespace.Mikhail Glushenkov2010-10-271-30/+30
* Remove compatibilty code for old-style multiple return values.Dan Gohman2010-10-061-5/+3
* Add a getPointerOperand() helper function to VAArgInst, for consistencyDan Gohman2010-09-091-0/+4
* Add a predicate to determine if a call is an inline asm statement.Owen Anderson2010-08-071-0/+5