summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAge
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-28
* Add an insertBefore method for attaching previously unattached instructions,Owen Anderson2008-06-17
* merge of use-diet branch to trunkGabor Greif2008-05-10
* add a new Instruction::mayReadFromMemory predicate, makeChris Lattner2008-05-08
* add a handy helper method to instruction, useful for determiningChris Lattner2008-04-20
* Add const qualifiers.Dan Gohman2008-04-09
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* split isBinaryOp into a static and member version.Chris Lattner2007-12-10
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-10
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-09
* Instruction:: Next/Prev accessors are now privateChris Lattner2007-04-17
* Refactor SymbolTableListTraits to only have a single pointer in it, insteadChris Lattner2007-04-17
* Rename Value::getValueType to getValueID, to avoid confusion withDan Gohman2007-04-13
* Refactor the setName stuff, moving it down the inheritance hierarchy, toChris Lattner2007-02-24
* make mayWriteToMemory a non-virtual functionChris Lattner2007-02-15
* Switch UnaryOperators to default to passing names up by const char* when poss...Chris Lattner2007-02-13
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* Now that setcondinst has been eliminated, we can mark Value::SubclassIDChris Lattner2007-01-04
* For PR950:Reid Spencer2006-12-23
* Added an automatic cast to "std::ostream*" etc. from OStream. We then canBill Wendling2006-12-17
* For PR950:Reid Spencer2006-11-27
* Override use_back in instruction/basicblock to provide more type information.Chris Lattner2006-09-30
* Add new SetCondInst::isRelational/isEquality methods. RenameChris Lattner2006-09-17
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-21
* This method doesn't need to be virtual, thanks to Reid for pointing this out.Chris Lattner2006-05-09
* Fix VC++ level 4 warnings. Because a base class has declared these private, ...Jeff Cohen2005-12-17
* Remove some dead argument names which irritates GCC at certain warning levels.Chris Lattner2005-10-25
* add a new helper methodChris Lattner2005-08-08
* Remove trailing whitespaceMisha Brukman2005-04-21
* Fix problems compiling with G++ 4.x.x with -pedantic. Thanks toChris Lattner2005-03-07
* remove all of the various setName implementations, consolidating them intoChris Lattner2005-03-05
* Remove the second argument to Value::setName, it is never needed.Chris Lattner2005-03-05
* Adjust to changes in the User class.Chris Lattner2005-01-29
* Add methodChris Lattner2004-11-30
* Add long overdue methodsChris Lattner2004-10-11
* Now that the SparcV9 specific MachineCodeForInstruction class uses it's ownChris Lattner2004-06-27
* Eliminate the Instruction::iType field, folding it into the Value::VTy field.Chris Lattner2004-06-27
* Consider anything with a ValueType that is >= Instruction to be an instructionChris Lattner2004-06-26
* Revert an unneeded interface change to Instruction.hReid Spencer2004-06-11
* Added an isPhiNode(unsigned) static method to determine if an opcode isReid Spencer2004-06-10
* Apparently a particular vendor compiler uses the struct/class tag to MANGLEChris Lattner2004-06-08
* Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This toolReid Spencer2004-06-07
* Refactor common initialization code in private init() functions.Alkis Evlogimenos2004-05-26
* Assert if Instruction is being deleted before being removed from BasicBlock.Misha Brukman2004-04-16
* Ugh, the old sparc backend attaches MachineCodeForInstruction annotations onChris Lattner2004-02-29
* Add new methodChris Lattner2004-01-12
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Expose new print methodsChris Lattner2003-10-30
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20