Fix case for include of Compiler.h.
[oota-llvm.git] / include / llvm / Value.h
2012-10-11 Sean SilvaRemove unnecessary classof()'s
2012-09-16 Craig TopperAdd includes of Compiler.h to fix build bot failures.
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-09-13 Dmitri GribenkoFix Doxygen issues:
2012-04-10 Bill WendlingThe MDString class stored a StringRef to the string...
2012-03-26 Craig TopperPrune some includes and forward declarations.
2012-03-14 Chandler CarruthExtend the inline cost calculation to account for bonus...
2012-03-10 Chandler CarruthRefactor some methods to look through bitcasts and...
2012-01-23 Chris Lattnerstart the implementation of a new ConstantDataVector...
2012-01-17 Jakub StaszakRemove unneeded include.
2011-11-15 Benjamin KramerRemove Value::getNameStr. It has been deprecated for...
2011-08-11 Chad RosierTypo.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-15 Chris Lattnerremove the old and dangerous uncheckedReplaceAllUsesWit...
2011-07-09 Chris LattnerLand the long talked about "type system rewrite" patch...
2011-03-08 Chris Lattnerfix incorrect comment.
2011-02-02 Dan GohmanFix reassociate to clear optional flags, such as nsw.
2010-12-20 Owen AndersonRevert r122114 (CallbackVH observing use-list changes...
2010-12-18 Owen AndersonAdd support to CallbackVH to receive notification when...
2010-12-15 Dan GohmanMove Value::getUnderlyingObject to be a standalone
2010-11-11 Dan GohmanFactor out Instruction::isSafeToSpeculativelyExecute...
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-28 Dan GohmanMove MaximumAlignment to Value.h, now that GlobalValue...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-15 Chris Lattneradd an accessor.
2010-06-21 Chris Lattnermake the Value constructor protected.
2010-05-29 Nick LewyckyFix typo.
2010-03-30 Douglas GregorSwitch isa_impl from a function template to a class...
2010-03-25 Gabor Greifrename use_const_iterator to const_use_iterator for...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-01-25 Bob WilsonChange Value::getUnderlyingObject to have the MaxLookup...
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-11-13 Dan GohmanMove the FixedStackPseudoSourceValueVal enum value...
2009-11-12 Daniel DunbarRemove my Value.h build fix.
2009-11-12 David GreeneFix a build error by providing a missing enum value.
2009-11-12 Daniel DunbarAttempt to unbreak LLVM build, David G. please check.
2009-10-28 Chris LattnerIR support for the new BlockAddress constant kind....
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-23 Devang PatelDo not leave behind metadata while cloning an instruction.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
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
next