aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Instructions.cpp
AgeCommit message (Expand)Author
2012-02-06[unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling
2012-02-05Convert assert(0) to llvm_unreachableCraig Topper
2012-02-01SwitchInst refactoring.Stepan Dyatkovskiy
2012-01-27continue making the world safe for ConstantDataVector. At this point,Chris Lattner
2012-01-26eliminate the Constant::getVectorElements method. There are better (andChris Lattner
2012-01-26fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...Chris Lattner
2012-01-25add some helper methods to ShuffleVectorInst and enhance itsChris Lattner
2012-01-25use ConstantVector::getSplat in a few places.Chris Lattner
2012-01-25Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner
2012-01-20More dead code removal (using -Wunreachable-code)David Blaikie
2011-12-05Add support for vectors of pointers.Nadav Rotem
2011-12-01Add some missing anchors.David Blaikie
2011-10-26The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang
2011-10-17Add a routine to swap branch instruction operands, and update anyChandler Carruth
2011-09-21Change:Richard Trieu
2011-08-29Fixes following the CR by Chris and Duncan:Nadav Rotem
2011-08-12Initial commit of the 'landingpad' instruction.Bill Wendling
2011-08-10Whitespace.Eli Friedman
2011-08-09Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman
2011-07-31Add the 'resume' instruction for the new EH rewrite.Bill Wendling
2011-07-30Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling
2011-07-28LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman
2011-07-28The personality function should be a Function* and not just a Value*.Bill Wendling
2011-07-28Don't add in the asked for size so that we don't copy too much from the old t...Bill Wendling
2011-07-28Make sure that the landingpad instruction takes a Constant* as the clause's v...Bill Wendling
2011-07-28Add a couple of convenience functions:Bill Wendling
2011-07-27Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling
2011-07-25Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-15Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad
2011-07-13Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad
2011-07-09Land the long talked about "type system rewrite" patch. ThisChris Lattner
2011-06-23Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad
2011-06-23Revert r133513:Eric Christopher
2011-06-21Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad
2011-06-21Revert r133435 and r133449 to appease buildbots.Chad Rosier
2011-06-20Fix a check for PHINodes with two incoming values.Jay Foad
2011-06-20Change how PHINodes store their operands.Jay Foad
2011-05-18Now that SrcBits and DestBits always represent the primitive size, ratherDuncan Sands
2011-05-18Tighten up checking of the validity of casts. (1) The IR parser wouldDuncan Sands
2011-05-18Teach getCastOpcode about element-by-element vector casts. For example, "trunc"Duncan Sands
2011-04-11Phi nodes always use an even number of operands, so don't ever allocateJay Foad
2011-04-01Various Instructions' resizeOperands() methods are only used to grow theJay Foad
2011-04-01While testing dragonegg I noticed that isCastable and getCastOpcodeDuncan Sands
2011-02-06enhance vmcore to know that udiv's can be exact, and add a trivialChris Lattner
2011-02-01Make SwitchInst::removeCase() more efficient.Jay Foad
2011-01-16Simplify the construction and destruction of Uses. SimplifyJay Foad
2011-01-14Remove casts between Value** and Constant**, which won't work if aJay Foad
2011-01-07Simplify the allocation and freeing of Users' operand lists, now thatJay Foad