Remove Value::{isName, getNameRef}.
[oota-llvm.git] / include / llvm / Value.h
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
2009-07-25 Daniel DunbarInitial update to VMCore to use Twines for string argum...
2009-07-23 Daniel DunbarAdd llvm::Value::getNameRef, for help in API migration.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-17 Dan GohmanAdd a method to clear optional optimization information...
2009-07-17 Dan GohmanAdd a SubclassOptionalData field to Value. See the...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-04-03 Chris Lattnercorrect patch
2009-04-03 Chris Lattneradd patch to go along with r68350
2009-03-31 Chris LattnerAdd two new classes: WeakVH and AssertingVH. These...
2009-03-31 Chris Lattnershrink subclassid, liberating some bits for future...
2009-03-29 Chris LattnerValue* only has 2 bits free as well.
2008-12-02 Chris LattnerComment typeo fix, thanks Duncan!
2008-12-02 Chris Lattneradd a little helper function that does PHI translation.
2008-10-28 Chris Lattnerfit in 80 cols
2008-10-13 Gabor Greifremove a deprecated internal interface
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-19 Gabor Greifbacking out my last commit, it was not intended to...
2008-09-19 Gabor Greiffirst shot at removing Use::Val
2008-09-13 Gabor Greifminor correction
2008-08-24 Chris Lattnerwe should use 'class' for non-pod types instead of...
2008-08-24 Cedric VenetUpdating VC++ project.
2008-08-23 Chris LattnerSwitch the asmprinter (.ll) and all the stuff it requir...
2008-07-24 Evan ChengRename instance variables, parameter argument names...
2008-06-27 Chris Lattneradd a helper.
2008-06-16 Chris Lattneradd a const version of stripPointerCasts
2008-06-12 Evan ChengDo not speculatively execute an instruction by hoisting...
2008-06-11 Gabor Greifremove bogus comment
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-05-19 Bill WendlingRemove warnings about unused parameters and shadowed...
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-05-07 Anton KorobeynikovTurn StripPointerCast() into a method
2008-05-06 Anton KorobeynikovMake StripPointerCast a common function (should we...
2008-04-30 Chris Lattneradd a method for comparing to see if a value has a...
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2008-03-07 Dan GohmanThere is no killUse.
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-30 Dan GohmanAdd a new PseudoSourceValue class, which will be used...
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-08-10 Chris Lattneradd Value::getNameStart/getNameLen() accessors.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-13 Dan GohmanRename Value::getValueType to getValueID, to avoid...
2007-03-05 Reid SpencerDocument the use of getValueType() more accurately...
2007-02-15 Chris LattnerAdd a new Value::getNameStr method, which is preferred...
2007-02-15 Reid SpencerFor PR1195:
2007-02-15 Reid SpencerFor PR1195:
2007-02-13 Chris Lattneradd a setName variant that takes a null-terminated...
2007-02-12 Chris LattnerAdd new setName accessor which doesn't require creating...
2007-02-12 Chris LattnerSwitch ValueSymbolTable to use StringMap<Value*> instea...
2007-02-11 Chris Lattneradd a helper method: Value::takeName
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...
next