Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / Use.h
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...
2011-06-23 Jay FoadReinstate r133513 (reverted in r133700) with an additio...
2011-06-23 Eric ChristopherRevert r133513:
2011-06-21 Jay FoadReinstate r133435 and r133449 (reverted in r133499...
2011-06-21 Chad RosierRevert r133435 and r133449 to appease buildbots.
2011-06-20 Jay FoadChange how PHINodes store their operands.
2011-06-20 Jay FoadRemove the AugmentedUse struct.
2011-01-28 Nick LewyckyAdd missing include for ptrdiff_t. Patch by Joerg Sonne...
2011-01-25 Jay FoadAvoid compiler errors when this header file is included...
2011-01-17 Jay FoadRemove useless Tag enumeration.
2011-01-16 Jay FoadSimplify the construction and destruction of Uses....
2011-01-16 Jay FoadMove the implementation of the User class into a new...
2011-01-07 Jay FoadSimplify the allocation and freeing of Users' operand...
2010-07-26 Gabor Greifre-commit r109220, the compile error has already been...
2010-07-23 Eric ChristopherRevert 109220.
2010-07-23 Gabor GreifSimplifying use_iterators by dereferencing
2010-06-10 Duncan SandsAdd includes to get ptrdiff_t. This is needed by gcc...
2009-08-27 Gabor Greifeliminate all 80-col violations that I have introduced...
2009-08-27 Gabor GreifClean up the minor mess I caused with removing iterator...
2009-04-30 Stefanus Du ToitAdd a comment to refer to the section of the programmer...
2009-04-03 Chris LattnerWork around an apparent GCC miscompilation by specializ...
2009-03-31 Chris Lattnerteach PointerLikeTypeTraits that all pointers to pointe...
2009-03-29 Chris LattnerReplace the PointerLikeTypeTraits::getNumLowBitsAvailable
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-01-05 Gabor Greifeliminate tabs from my previous commit
2009-01-05 Gabor GreifGet rid of the tagging functions and use PointerIntPair.
2008-10-17 Gabor GreifAdd comment on how tagged pointers are
2008-10-16 Gabor GreifIntroduce a typing refinenement on tagged data
2008-10-15 Chris LattnerFix PR2115 by doxygenating Use more, and make some...
2008-10-13 Gabor Greifremove a deprecated internal interface
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-07-27 Dan GohmanTidy SDNode::use_iterator, and complete the transition...
2008-05-29 Anton KorobeynikovFor PR1338: rename include/llvm/ADT/ilist and friends...
2008-05-27 Gabor GreifMake Use::init() private, it breaks invariants, clients...
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-10 Gabor Greifmerge of use-diet branch to trunk
2008-04-16 Dan GohmanFix a copy+paste error in a comment.
2008-03-31 Torok Edwintest commit
2008-03-25 Dan GohmanAdd explicit keywords.
2008-03-14 Gabor Greifmove the Use destructor where it belongs to
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-10-11 Chris LattnerAdd a new use_iterator::atEnd() method, which allows...
2006-05-08 Chris LattnerMove the definition of value_use_iterator::getOperandNo...
2006-05-05 Chris LattnerAdd a helper method.
2006-03-27 Chris LattnerAdd some missing template specializations for autoderef...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-01 Chris LattnerSwitch from using an ilist for uses to using a custom...
2005-01-30 Chris LattnerImprove conformance with the Misha spelling benchmark...
2005-01-29 Chris LattnerAdjust to ilist changes.
2005-01-29 Chris LattnerAdjust to User.h changes.
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-09-01 Reid SpencerChanges For Bug 352
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerThis is obviously illegal C++ code, but was apparently...
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...