aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Instructions.h
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1666, SPASS with the CBE and 254.gap with the CBE.Chris Lattner2007-09-151-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-15/+92
* Silence implicit 64->32-bit conversion warnings.Chris Lattner2007-08-291-20/+6
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-6/+58
* sink clone() down the class hierarchy from CmpInst into ICmpInst/FCmpInst.Chris Lattner2007-08-241-0/+4
* remove #if 0 code.Chris Lattner2007-08-061-14/+0
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+60
* Simplify the logic for setVolatile.Dan Gohman2007-07-201-2/+2
* Add constructor overloads for LoadInst and StoreInst that insert at theDan Gohman2007-07-181-0/+4
* Add some accessors to improve consistency.Owen Anderson2007-07-061-0/+4
* Simplify BranchInst::getSuccessor, avoiding a conditional operator.Dan Gohman2007-05-111-2/+1
* add a GEP helper functionChris Lattner2007-04-271-0/+6
* PR400 phase 1 implementation feedback.Christopher Lamb2007-04-221-4/+2
* PR400 work phase 1. Add attributed load/store instructions for volatile/align...Christopher Lamb2007-04-221-7/+37
* For PR1136:Reid Spencer2007-04-221-2/+2
* Revert Christopher Lamb's load/store alignment changes.Reid Spencer2007-04-211-33/+7
* The expression "SubclassData = (SubclassData & ~1) | (V) ? 1 : 0;" does not d...Jeff Cohen2007-04-211-2/+2
* add support for alignment attributes on load/store instructionsChristopher Lamb2007-04-211-7/+33
* add GetElementPtrInst::hasAllZeroIndices, a long-overdue helper method.Chris Lattner2007-04-141-0/+5
* For PR1146:Reid Spencer2007-04-091-3/+16
* For PR1146:Reid Spencer2007-04-091-0/+12
* Provide an ICmpInst::makeConstantRange to generate a ConstantRange valueReid Spencer2007-02-281-0/+6
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-241-78/+26
* make mayWriteToMemory a non-virtual functionChris Lattner2007-02-151-17/+1
* For PR1195:Reid Spencer2007-02-151-2/+2
* For PR1195:Reid Spencer2007-02-151-7/+7
* Switch UnaryOperators to default to passing names up by const char* when poss...Chris Lattner2007-02-131-4/+13
* eliminate instruction ctors that take vectors.Chris Lattner2007-02-131-12/+0
* Add invokeinst and callinst ctors that don't take vectors.Chris Lattner2007-02-131-1/+12
* remove some dead methods.Chris Lattner2007-02-131-10/+1
* add #includeChris Lattner2007-02-121-0/+1
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-77/+0
* implement the new GEP instruction ctors.Chris Lattner2007-01-311-1/+1
* Revise APIs for creating constantexpr GEPs to not require the use ofChris Lattner2007-01-311-2/+12
* add accessorsChris Lattner2007-01-141-0/+6
* Doxygenify a comment.Reid Spencer2006-12-291-1/+2
* For PR950:Reid Spencer2006-12-231-70/+29
* For PR950:Reid Spencer2006-11-271-38/+471
* For PR950:Reid Spencer2006-11-201-0/+233
* For PR950:Reid Spencer2006-11-081-3/+9
* Add insertelement/extractelement helper ctors.Chris Lattner2006-10-051-0/+8
* clean up use of 'explicit'. This is PR934.Chris Lattner2006-10-031-43/+42
* Fix findCaseDest to return null when BB is both the default dest and oneNick Lewycky2006-09-181-0/+2
* Add a new helper method to SwitchInst. Useful when you've got a BB fromNick Lewycky2006-09-181-0/+13
* add a helper methodChris Lattner2006-09-181-0/+5
* Add ShiftInst::isLogical/ArithmeticShift methods.Chris Lattner2006-09-171-1/+11
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-171-1/+12
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-211-2/+3
* Fix some doxygen usage in these headers.Reid Spencer2006-05-191-2/+2
* Add alloca/malloc ctors that don't take array sizes.Chris Lattner2006-05-101-8/+21