index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Use.cpp
Age
Commit message (
Expand
)
Author
2011-06-20
Remove the AugmentedUse struct.
Jay Foad
2011-01-17
Remove useless Tag enumeration.
Jay Foad
2011-01-16
Simplify the construction and destruction of Uses. Simplify
Jay Foad
2011-01-16
Move the implementation of the User class into a new source file,
Jay Foad
2011-01-07
Simplify the allocation and freeing of Users' operand lists, now that
Jay Foad
2010-07-19
precompute 20 tags
Gabor Greif
2010-07-17
fullStopTag cannot happen here, it is handled above
Gabor Greif
2010-07-16
get the first few tags from a precomputed table (count can be increased if de...
Gabor Greif
2009-09-06
Public and private corrections, warned about by icc (#304).
Duncan Sands
2009-03-12
Rearrange operands of the BranchInst, to be able to
Gabor Greif
2009-01-05
another fix to my previous commit:
Gabor Greif
2009-01-05
eliminate tabs from my previous commit
Gabor Greif
2009-01-05
Get rid of the tagging functions and use PointerIntPair.
Gabor Greif
2008-10-16
Introduce a typing refinenement on tagged data
Gabor Greif
2008-09-19
backing out my last commit, it was not intended to go on the trunk
Gabor Greif
2008-09-19
first shot at removing Use::Val
Gabor Greif
2008-05-15
Fix a bunch of 80col violations that arose from the Create API change. Tweak ...
Gabor Greif
2008-05-13
Merge of r51073-51074 from use-diet branch.
Gabor Greif
2008-05-10
merge of use-diet branch to trunk
Gabor Greif