Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify
[oota-llvm.git] / include / llvm / Value.h
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-07-29 Devang PatelAdd NamedMDNode.
2009-07-28 Devang PatelClarify getName() comment.
2009-07-27 Daniel DunbarAdd a comment on Value explaining the current getName...
2009-07-26 Daniel DunbarRemove Value::getName{Start,End}, the last of the old...
2009-07-26 Daniel DunbarRemove Value::getNameLen
2009-07-26 Daniel DunbarSome clients rely on getName{Start,End} not returning...
2009-07-26 Daniel DunbarRewrite getName{Start,End,Len} in terms of getName...
2009-07-26 Daniel DunbarRemove Value::setName(const char*, unsigned).
2009-07-26 Daniel DunbarRemove Value::setName(const char*).
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
next