Age | Commit message (Expand) | Author |
2009-07-14 | Remove some dead functions, patch by Ryan Flynn! | Chris Lattner |
2009-03-19 | Fix the Win32 VS2008 build: | Sebastian Redl |
2009-03-12 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
2009-03-10 | Give Op<N>() AppleScript-like semantics, i.e. for negative N it indexes relat... | Gabor Greif |
2009-03-09 | make the Op<N> methods protected, how it was intended to be | Gabor Greif |
2009-02-21 | fix and clean up a comment | Gabor Greif |
2009-01-31 | add accessors | Chris Lattner |
2008-10-28 | Do not allow a user to set the operand for a constant. | Tanya Lattner |
2008-06-16 | Move some documentation from the header file into ProgrammersManual. About to... | Gabor Greif |
2008-06-11 | op_iterator-ify dropAllReferences | Gabor Greif |
2008-05-22 | Suppress warnings about missing placement delete. This should now be std-conf... | Gabor Greif |
2008-05-19 | Remove warnings about unused parameters and shadowed variables. | Bill Wendling |
2008-05-15 | Move the operator new and operator delete out of line. This fixes an issue with | Nate Begeman |
2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
2008-05-05 | Fix more -Wshorten-64-to-32 warnings. | Evan Cheng |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-02-23 | To support multiple return values, now ret instruction supports multiple oper... | Devang Patel |
2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
2007-02-12 | Switch ValueSymbolTable to use StringMap<Value*> instead of std::map<std::str... | Chris Lattner |
2006-05-08 | Move the definition of value_use_iterator::getOperandNo to User.h where the | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-02-27 | Fix spelling, patch contributed by Gabor Greif | Chris Lattner |
2005-01-29 | Instead of storing operands as std::vector<Use>, just maintain a pointer | Chris Lattner |
2004-11-15 | Warning fixes for VC++, contributed by Morten Ofstad! | Chris Lattner |
2004-07-17 | bug 122: | Reid Spencer |
2004-06-27 | Make ctor inline, change ValueTy ->unsigned | Chris Lattner |
2004-06-26 | Consider anything with a ValueType that is >= Instruction to be an instruction | Chris Lattner |
2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
2003-10-15 | lalala | Chris Lattner |
2003-10-13 | Add new op_erase method | Chris Lattner |
2003-10-09 | Add a method to reserve space for operands | Chris Lattner |
2003-10-06 | Remove unneeded dtors | Chris Lattner |
2003-09-30 | Standardize header file comments | Chris Lattner |
2003-06-22 | Remove a ton of extraneous #includes | Chris Lattner |
2003-06-17 | Add new op_erase method | Chris Lattner |
2003-06-11 | Included assert.h so that the code compiles under newer versions of GCC. | John Criswell |
2003-05-29 | Don't require the user to do something like isa<foo>(II->get()). The ->get | Chris Lattner |
2002-10-01 | - Remove the User::eraseOperand method which is never used, really | Chris Lattner |
2002-09-16 | Add routines to update or erase operands (and to do so without external | Vikram S. Adve |
2002-08-25 | Convert comments to Doxygen style | Chris Lattner |
2002-08-22 | Remove unneccesary method | Chris Lattner |
2002-08-22 | Add method copyOperands(). | Vikram S. Adve |
2002-03-21 | Remove a misguided API extension | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-12-04 | Renamed inst_const_iterator -> const_inst_iterator | Chris Lattner |
2001-10-13 | Add classof implementations for User | Chris Lattner |