For PR411:
[oota-llvm.git] / include / llvm / Value.h
2007-02-05 Reid SpencerFor PR411:
2007-01-11 Zhou ShengFor PR1043:
2007-01-04 Chris LattnerNow that setcondinst has been eliminated, we can mark...
2006-12-17 Bill WendlingAdded an automatic cast to "std::ostream*" etc. from...
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-11-28 Bill WendlingAdded a temporary hack to get the llvm-streams to work...
2006-10-20 Reid SpencerFor PR950:
2006-06-05 Reid SpencerFor PR778:
2006-01-26 Chris LattnerAllow use of isa<InlineAsm>(X) without #including Inlin...
2006-01-24 Chris LattnerInitial checkin of the InlineAsm class
2006-01-10 Reid SpencerMake ValueSymbolTable (temporarily) a friend of Value...
2005-12-17 Jeff CohenFix VC++ level 4 warnings.
2005-10-08 Chris Lattnerremove a comma to compile with pedantic gcc
2005-09-27 Chris LattnerSplit SimpleConstantVal up into its components, so...
2005-08-16 Chris Lattnerremove a dead enum value, making a comment above correc...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-16 Misha BrukmanConvert tabs to spaces
2005-03-06 Chris LattnerAdd a new method, allow symtab to poke name.
2005-03-05 Chris Lattnerremove all of the various setName implementations,...
2005-03-05 Chris LattnerRemove the second argument to Value::setName, it is...
2005-02-23 Chris LattnerAdd new method.
2005-02-05 Chris LattnerSubclassID is really a small field. Split it into...
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-29 Chris LattnerAdjust to User.h changes.
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-16 Chris LattnerAdd new UndefValueVal type
2004-09-23 Reid SpencerChange Value from a "struct" to a "class" so that VC...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-04 Chris LattnerNew methods
2004-07-30 Chris LattnerI demand the ability to say 'if (isa<Value>(V))'!
2004-07-19 Chris LattnerAdd new enum entries for ConstantAggregateZeroVal/Const...
2004-07-18 Reid SpencerAdd a missing space to align comments.
2004-07-17 Reid Spencerbug 122:
2004-07-15 Chris LattnerFinal fix for PR341: eliminate operator<<(ostream,...
2004-07-12 Chris LattnerAdd a missing #include
2004-07-06 Reid SpencerRemove definition and use of OtherVal enumerator. This...
2004-07-04 Reid Spencer- Remove enumerator TypeVal since Values can't be types...
2004-06-27 Chris LattnerEliminate the Instruction::iType field, folding it...
2004-06-26 Chris LattnerRearrange some code.
2004-06-08 Chris LattnerApparently a particular vendor compiler uses the struct...
2004-02-26 Chris LattnerAnnotations are evil. This makes Value not derive...
2004-01-10 Chris LattnerMinor cleanup
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-16 Chris LattnerCompletely rewrite support for the Value::use_* list...
2003-10-15 Chris LattnerAdd new hasOneUse() method. Remove explicit inline...
2003-10-02 Chris LattnerThere is no reason for Value to be an AbstractTypeUser...
2003-09-30 Chris LattnerStandardize header file comments
2003-08-29 Chris LattnerAdd new method
2003-06-18 Chris LattnerDetemplatize the PATypeHandle class, which was only...
2003-01-14 Chris LattnerMove annotation to support library
2002-10-09 Chris Lattner - Detemplatize UseTy<> in Value.h, because it's only...
2002-10-09 Chris Lattner - Remove Value::use_push_back & Value::use_remove
2002-09-23 Chris LattnerGroup #includes better
2002-09-10 Chris LattnerEliminate setType method
2002-08-25 Chris LattnerConvert comments to Doxygen style
2002-07-24 Chris LattnerDisable the operator= in Value
2002-06-25 Chris LattnerWe must with with GCC 2.95 :(
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-08 Chris Lattner* Move casting stuff out to Support/Casting.h
2002-03-26 Chris LattnerTransform uses of Method into uses of Function.
2002-03-23 Chris LattnerRename Method to Function
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-10-17 Vikram S. AdveRemove extra assert in dyn_cast_or_null.
2001-10-15 Chris LattnerAdd cast_or_null & dyn_cast_or_null
2001-10-15 Chris LattnerImprove error messages on assertion failure.
2001-10-14 Vikram S. AdveCast NULL when requested.
2001-10-13 Chris LattnerAdd use_back() methods
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerAdd support for newer cleaner isa, cast, dyn_cast
2001-09-19 Chris LattnerRemove debugging output stuff
2001-09-18 Chris LattnerRemove operator << to Assembly/Writer.h
2001-09-18 Vikram S. AdveAdded debugging support.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-10 Chris LattnerImplement global variable support
2001-09-07 Chris Lattner* Values are AbstactTypeUsers to support abstract types
2001-08-23 Chris LattnerAdd annotation support to value
2001-07-14 Chris LattnerMade the following changes:
2001-06-27 Chris LattnerAdd a new slew of functions to allow dynamic_cast<...
2001-06-11 Chris LattnerUpdates to support
2001-06-07 Chris LattnerFixes for BB iterators, additional methods added for...
2001-06-06 Chris LattnerInitial revision