summaryrefslogtreecommitdiff
path: root/include/llvm/Instruction.h
Commit message (Expand)AuthorAge
* 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
* Remove unneeded dtorsChris Lattner2003-10-06
* Renamed trapping instruction function to be more consistent with other functi...Tanya Lattner2003-07-31
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-31
* Removed extra parenthesis and fixed spelling.Misha Brukman2003-07-28
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Remove a ton of extraneous #includesChris Lattner2003-06-22
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Revert modulo scheduling change that should be part of the modulo-sched pass ...Chris Lattner2003-04-16
* added some memory for clone functionGuochun Shi2003-04-06
* Rename Instruction::hasSideEffects() -> mayWriteToMemory()Chris Lattner2003-02-24
* New isAssociative/isCommutative inspection methods, graciously contributed byChris Lattner2002-10-31
* - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd toChris Lattner2002-10-13
* Implement support for inserting an instruction into a basic block right when itChris Lattner2002-09-10
* * Clean up some commentsChris Lattner2002-09-06
* Convert comments to Doxygen styleChris Lattner2002-08-25
* Remove the last traces of the NOT instructionChris Lattner2002-08-15
* Remove support for unary operators.Chris Lattner2002-08-14
* Remove obsolete, confusing, methodChris Lattner2002-07-31
* Create a static version of Instruction::getOpcodeName(opCode) thatVikram S. Adve2002-07-14
* *** empty log message ***Chris Lattner2002-06-25
* remove deprecated getInstType() methodChris Lattner2002-05-10
* * Add virtual print methodsChris Lattner2002-04-08