aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-3540/+0
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-301-6/+4
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-4/+4
* Change 'AttrVal' to 'AttrKind' to better reflect that it's a kind of attribut...Bill Wendling2012-12-221-4/+4
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-8/+8
* Holding my nose and moving the accumulation routine to GEPOperatorChandler Carruth2012-12-111-28/+2
* Hoist the GEP constant address offset computation to a common home onChandler Carruth2012-12-111-0/+33
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-8/+8
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-2/+2
* Relax the restrictions on vector of pointer types, and vector getelementptr.Duncan Sands2012-11-131-10/+1
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-011-12/+0
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-11/+0
* Fix isEliminableCastPair to work correctly in the presence of pointersDuncan Sands2012-10-301-5/+6
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-0/+11
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-4/+6
* Remove the bitwise assignment OR operator from the Attributes class. Replace ...Bill Wendling2012-10-141-2/+2
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-141-2/+2
* Use the attribute enums to query if a function has an attribute.Bill Wendling2012-10-091-92/+6
* Use the attribute enums to query if a parameter has an attribute.Bill Wendling2012-10-091-118/+6
* Create enums for the different attributes.Bill Wendling2012-10-091-60/+62
* Remove some dead methods.Bill Wendling2012-10-091-16/+0
* Remove more uses of the attribute enums by supplying appropriate query method...Bill Wendling2012-10-091-0/+100
* Add method to query for NoCapture attribute.Bill Wendling2012-10-041-0/+16
* Add method to query for 'NoAlias' attribute on call/invoke instructions.Bill Wendling2012-10-041-0/+16
* Add methods which query for the specific attribute instead of using theBill Wendling2012-10-031-0/+96
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-1/+1
* PHINode::hasConstantValue(): return undef if the PHI is fully recursive.Nuno Lopes2012-07-031-0/+2
* improve PHINode::hasConstantValue() to detect recursive cases like %phi = phi...Nuno Lopes2012-07-031-2/+6
* Fixed r158979.Stepan Dyatkovskiy2012-06-221-3/+17
* Revert commit 158979 (dyatkovskiy) since it is causing several buildbots toDuncan Sands2012-06-221-11/+2
* Performance optimizations:Stepan Dyatkovskiy2012-06-221-2/+11
* ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...Stepan Dyatkovskiy2012-05-291-5/+5
* PR1255: Case RangesStepan Dyatkovskiy2012-05-281-1/+4
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-1/+8
* Rejected r156374: Ordinary PR1255 patch. Due to clang-x86_64-debian-fnt build...Stepan Dyatkovskiy2012-05-081-8/+1
* Ordinary patch for PR1255.Stepan Dyatkovskiy2012-05-081-1/+8
* Remove support for the special 'fast' value for fpmath accuracy for the moment.Duncan Sands2012-04-161-24/+3
* Make it possible to indicate relaxed floating point requirements at the IR levelDuncan Sands2012-04-161-0/+38
* Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012:Stepan Dyatkovskiy2012-03-081-3/+6
* Remove dead code. Improve llvm_unreachable text. Simplify some control flow.Ahmed Charles2012-02-191-13/+4
* [unwind removal] Remove all of the code for the dead 'unwind' instruction. ThereBill Wendling2012-02-061-33/+2
* Convert assert(0) to llvm_unreachableCraig Topper2012-02-051-21/+13
* SwitchInst refactoring.Stepan Dyatkovskiy2012-02-011-11/+9
* continue making the world safe for ConstantDataVector. At this point,Chris Lattner2012-01-271-4/+2
* eliminate the Constant::getVectorElements method. There are better (andChris Lattner2012-01-261-8/+8
* fix pasto in the new (and still unused) ShuffleVectorInst::getShuffleMask met...Chris Lattner2012-01-261-1/+1
* add some helper methods to ShuffleVectorInst and enhance itsChris Lattner2012-01-251-28/+55
* use ConstantVector::getSplat in a few places.Chris Lattner2012-01-251-23/+4
* Remove the Type::getNumElements() method, which is only called in 4 places,Chris Lattner2012-01-251-2/+8
* More dead code removal (using -Wunreachable-code)David Blaikie2012-01-201-7/+2