summaryrefslogtreecommitdiff
path: root/lib/VMCore/Instructions.cpp
Commit message (Expand)AuthorAge
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-13
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-30
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-09
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-09
* Create enums for the different attributes.Bill Wendling2012-10-09
* Remove some dead methods.Bill Wendling2012-10-09
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-09
* Add method to query for NoCapture attribute.Bill Wendling2012-10-04
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-04
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-03
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* PHINode::hasConstantValue(): return undef if the PHI is fully recursive.Nuno Lopes2012-07-03
* improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes2012-07-03
* Fixed r158979.Stepan Dyatkovskiy2012-06-22
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-22
* Performance optimizations:Stepan Dyatkovskiy2012-06-22
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-29
* PR1255: Case RangesStepan Dyatkovskiy2012-05-28
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-08
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-08
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-16
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-16
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-08
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-19
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-06
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-05
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-01
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-27
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-26
* fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...Chris Lattner2012-01-26
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-25
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-25
* Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner2012-01-25
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-20
* Add support for vectors of pointers.Nadav Rotem2011-12-05
* Add some missing anchors.David Blaikie2011-12-01
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-26
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-17
* Change:Richard Trieu2011-09-21
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-29
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Whitespace.Eli Friedman2011-08-10
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09