summaryrefslogtreecommitdiff
path: root/lib/VMCore/Use.cpp
Commit message (Expand)AuthorAge
* Remove the AugmentedUse struct.Jay Foad2011-06-20
* 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
* precompute 20 tagsGabor Greif2010-07-19
* fullStopTag cannot happen here, it is handled aboveGabor Greif2010-07-17
* get the first few tags from a precomputed table (count can be increased if de...Gabor Greif2010-07-16
* Public and private corrections, warned about by icc (#304).Duncan Sands2009-09-06
* Rearrange operands of the BranchInst, to be able toGabor Greif2009-03-12
* another fix to my previous commit:Gabor Greif2009-01-05
* eliminate tabs from my previous commitGabor Greif2009-01-05
* Get rid of the tagging functions and use PointerIntPair.Gabor Greif2009-01-05
* Introduce a typing refinenement on tagged dataGabor Greif2008-10-16
* 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
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-15
* Merge of r51073-51074 from use-diet branch.Gabor Greif2008-05-13
* merge of use-diet branch to trunkGabor Greif2008-05-10