aboutsummaryrefslogtreecommitdiff
path: root/lib/VMCore/Use.cpp
AgeCommit message (Expand)Author
2011-06-20Remove the AugmentedUse struct.Jay Foad
2011-01-17Remove useless Tag enumeration.Jay Foad
2011-01-16Simplify the construction and destruction of Uses. SimplifyJay Foad
2011-01-16Move the implementation of the User class into a new source file,Jay Foad
2011-01-07Simplify the allocation and freeing of Users' operand lists, now thatJay Foad
2010-07-19precompute 20 tagsGabor Greif
2010-07-17fullStopTag cannot happen here, it is handled aboveGabor Greif
2010-07-16get the first few tags from a precomputed table (count can be increased if de...Gabor Greif
2009-09-06Public and private corrections, warned about by icc (#304).Duncan Sands
2009-03-12Rearrange operands of the BranchInst, to be able toGabor Greif
2009-01-05another fix to my previous commit:Gabor Greif
2009-01-05eliminate tabs from my previous commitGabor Greif
2009-01-05Get rid of the tagging functions and use PointerIntPair.Gabor Greif
2008-10-16Introduce a typing refinenement on tagged dataGabor Greif
2008-09-19backing out my last commit, it was not intended to go on the trunkGabor Greif
2008-09-19first shot at removing Use::ValGabor Greif
2008-05-15Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif
2008-05-13Merge of r51073-51074 from use-diet branch.Gabor Greif
2008-05-10merge of use-diet branch to trunkGabor Greif