Fix a warning in release builds and a test case I forgot to update with
[oota-llvm.git] / lib / VMCore / Use.cpp
2012-03-26 Douglas GregorAdd missing include of <new>
2011-06-20 Jay FoadRemove the AugmentedUse struct.
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-19 Gabor Greifprecompute 20 tags
2010-07-17 Gabor GreiffullStopTag cannot happen here, it is handled above
2010-07-16 Gabor Greifget the first few tags from a precomputed table (count...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-03-12 Gabor GreifRearrange operands of the BranchInst, to be able to
2009-01-05 Gabor Greifanother fix to my previous commit:
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-16 Gabor GreifIntroduce a typing refinenement on tagged data
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-05-15 Gabor GreifFix a bunch of 80col violations that arose from the...
2008-05-13 Gabor GreifMerge of r51073-51074 from use-diet branch.
2008-05-10 Gabor Greifmerge of use-diet branch to trunk