aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Instructions.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for vectors of pointers.Nadav Rotem2011-12-051-3/+31
* Add some missing anchors.David Blaikie2011-12-011-0/+2
* The bitcode reader can create an shuffle with a place holder mask which it willMon P Wang2011-10-261-3/+10
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-171-0/+21
* Change:Richard Trieu2011-09-211-12/+12
* Fixes following the CR by Chris and Duncan:Nadav Rotem2011-08-291-8/+11
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-121-0/+89
* Whitespace.Eli Friedman2011-08-101-1/+1
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-091-12/+88
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-311-0/+39
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-301-120/+2
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-281-0/+111
* The personality function should be a Function* and not just a Value*.Bill Wendling2011-07-281-2/+2