Grammar.
[oota-llvm.git] / include / llvm / User.h
2012-05-16 Eric ChristopherGrammar.
2012-02-05 Craig TopperConvert assert(0) to llvm_unreachable
2011-12-01 David BlaikieAdd some missing anchors.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-03-21 Jay FoadFix typos in assert messages.
2011-01-26 Jay FoadSimplify User::operator delete().
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Jay FoadRemove unnecessary specialization OperandTraits<User>.
2011-01-14 Jay FoadOperandTraits<>::Layout isn't used for anything. Remove it.
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2009-07-14 Chris LattnerRemove some dead functions, patch by Ryan Flynn!
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-03-10 Gabor GreifGive Op<N>() AppleScript-like semantics, i.e. for negat...
2009-03-09 Gabor Greifmake the Op<N> methods protected, how it was intended...
2009-02-21 Gabor Greiffix and clean up a comment
2009-01-31 Chris Lattneradd accessors
2008-10-28 Tanya LattnerDo not allow a user to set the operand for a constant.
2008-06-16 Gabor GreifMove some documentation from the header file into Progr...
2008-06-11 Gabor Greifop_iterator-ify dropAllReferences
2008-05-22 Gabor GreifSuppress warnings about missing placement delete. This...
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-15 Nate BegemanMove the operator new and operator delete out of line...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-05 Evan ChengFix more -Wshorten-64-to-32 warnings.
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-02-23 Devang PatelTo support multiple return values, now ret instruction...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-10 Gordon HenriksenReverting dtor devirtualization patch.
2007-12-09 Gordon HenriksenDevirtualizing Value destructor (PR889). Patch by Pawel...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif
2005-01-29 Chris LattnerInstead of storing operands as std::vector<Use>, just...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-07-17 Reid Spencerbug 122:
2004-06-27 Chris LattnerMake ctor inline, change ValueTy ->unsigned
2004-06-26 Chris LattnerConsider anything with a ValueType that is >= Instructi...
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-15 Chris Lattnerlalala
2003-10-13 Chris LattnerAdd new op_erase method
2003-10-09 Chris LattnerAdd a method to reserve space for operands
2003-10-06 Chris LattnerRemove unneeded dtors
2003-09-30 Chris LattnerStandardize header file comments
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-17 Chris LattnerAdd new op_erase method
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
2003-05-29 Chris LattnerDon't require the user to do something like isa<foo...
2002-10-01 Chris Lattner - Remove the User::eraseOperand method which is never...
2002-09-16 Vikram S. AdveAdd routines to update or erase operands (and to do...
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-08-22 Chris LattnerRemove unneccesary method
2002-08-22 Vikram S. AdveAdd method copyOperands().
2002-03-21 Chris LattnerRemove a misguided API extension
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-10-13 Chris LattnerAdd classof implementations for User
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-07 Chris LattnerRemove extra whitespace at EOL
2001-07-09 Chris LattnerFix stupid typo
2001-07-08 Chris LattnerAdd a new "addOperand" method to User.
2001-07-07 Chris LattnerDevirtualize User::dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-06-06 Chris LattnerInitial revision