summaryrefslogtreecommitdiff
path: root/include/llvm/Use.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Add includes of Compiler.h to fix build bot failures.Craig Topper2012-09-16
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Reinstate r133513 (reverted in r133700) with an additional fix for aJay Foad2011-06-23
* Revert r133513:Eric Christopher2011-06-23
* Reinstate r133435 and r133449 (reverted in r133499) now that the clangJay Foad2011-06-21
* Revert r133435 and r133449 to appease buildbots.Chad Rosier2011-06-21
* Change how PHINodes store their operands.Jay Foad2011-06-20
* Remove the AugmentedUse struct.Jay Foad2011-06-20
* Add missing include for ptrdiff_t. Patch by Joerg Sonnenberger!Nick Lewycky2011-01-28
* Avoid compiler errors when this header file is included first, by addingJay Foad2011-01-25
* Remove useless Tag enumeration.Jay Foad2011-01-17
* Simplify the construction and destruction of Uses. SimplifyJay Foad2011-01-16
* Move the implementation of the User class into a new source file,Jay Foad2011-01-16
* Simplify the allocation and freeing of Users' operand lists, now thatJay Foad2011-01-07
* re-commit r109220, the compile error has already been fixedGabor Greif2010-07-26
* Revert 109220.Eric Christopher2010-07-23
* Simplifying use_iterators by dereferencingGabor Greif2010-07-23
* Add includes to get ptrdiff_t. This is needed by gcc-4.6 which hasDuncan Sands2010-06-10
* eliminate all 80-col violations that I have introduced in my recent checkins ...Gabor Greif2009-08-27
* Clean up the minor mess I caused with removing iterator.h. I shall take care ...Gabor Greif2009-08-27
* Add a comment to refer to the section of the programmer's manual that explain...Stefanus Du Toit2009-04-30
* Work around an apparent GCC miscompilation by specializing different,Chris Lattner2009-04-03
* teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ...Chris Lattner2009-03-31
* Replace the PointerLikeTypeTraits::getNumLowBitsAvailableChris Lattner2009-03-29
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-12
* eliminate tabs from my previous commitGabor Greif2009-01-05
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* Add comment on how tagged pointers areGabor Greif2008-10-17
* Introduce a typing refinenement on tagged dataGabor Greif2008-10-16
* Fix PR2115 by doxygenating Use more, and make some more methods private.Chris Lattner2008-10-15
* remove a deprecated internal interfaceGabor Greif2008-10-13
* backing out my last commit, it was not intended to go on the trunkGabor Greif2008-09-19
* first shot at removing Use::ValGabor Greif2008-09-19
* Tidy SDNode::use_iterator, and complete the transition to have itDan Gohman2008-07-27
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-29
* Make Use::init() private, it breaks invariants, clients should assign or use ...Gabor Greif2008-05-27
* Merge of r51073-51074 from use-diet branch.Gabor Greif2008-05-13
* merge of use-diet branch to trunkGabor Greif2008-05-10
* Fix a copy+paste error in a comment.Dan Gohman2008-04-16
* test commitTorok Edwin2008-03-31
* Add explicit keywords.Dan Gohman2008-03-25
* move the Use destructor where it belongs toGabor Greif2008-03-14
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-29
* Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner2007-10-11
* Move the definition of value_use_iterator::getOperandNo to User.h where theChris Lattner2006-05-08
* Add a helper method.Chris Lattner2006-05-05
* Add some missing template specializations for autodereferencing User.Chris Lattner2006-03-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-01