Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
IR
/
Use.cpp
f00654e
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
by Alexander Kornienko
· 10 years ago
70bc5f1
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
c8dc50fa
Fix a URL (NFC)
by Justin Bogner
· 11 years ago
16f98b2
Fix some doc and comment typos
by Alp Toker
· 11 years ago
c620761
[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead of comparing to nullptr.
by Craig Topper
· 11 years ago
387e059
[cleanup] Add a getOperandNo method to the Use class and implement it
by Chandler Carruth
· 12 years ago
4ffd9d2
[cleanup] Use early exit and simpler temporary variables to clarify the
by Chandler Carruth
· 12 years ago
618bd1b
[cleanup] Run clang-format over the Use code. It was *really*
by Chandler Carruth
· 12 years ago
06d4918
[cleanup] Tidy up and modernize comments and the definition order for
by Chandler Carruth
· 12 years ago
7155a7d
Fix Casting
by David Greene
· 13 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
ef860a2
Rename VMCore directory to IR.
by Chandler Carruth
· 13 years ago
[Renamed from llvm/lib/VMCore/Use.cpp]
c0f6380
Add missing include of <new>
by Douglas Gregor
· 14 years ago
5c54d75
Remove the AugmentedUse struct.
by Jay Foad
· 14 years ago
fe87364
Remove useless Tag enumeration.
by Jay Foad
· 15 years ago
bbb91f2
Simplify the construction and destruction of Uses. Simplify
by Jay Foad
· 15 years ago
59809c7
Move the implementation of the User class into a new source file, User.cpp.
by Jay Foad
· 15 years ago
d81f3c9
Simplify the allocation and freeing of Users' operand lists, now that
by Jay Foad
· 15 years ago
39c06b3
precompute 20 tags
by Gabor Greif
· 15 years ago
2960987
fullStopTag cannot happen here, it is handled above
by Gabor Greif
· 15 years ago
fee4daf
get the first few tags from a precomputed table (count can be increased if desired)
by Gabor Greif
· 15 years ago
0f5bbb5
Public and private corrections, warned about by icc (#304).
by Duncan Sands
· 16 years ago
c91aa9b
Rearrange operands of the BranchInst, to be able to
by Gabor Greif
· 17 years ago
4077dd0
another fix to my previous commit:
by Gabor Greif
· 17 years ago
6265ab8
eliminate tabs from my previous commit
by Gabor Greif
· 17 years ago
2231c2c
Get rid of the tagging functions and use PointerIntPair.
by Gabor Greif
· 17 years ago
0bd120e
Introduce a typing refinenement on tagged data
by Gabor Greif
· 17 years ago
715b9d2
backing out my last commit, it was not intended to go on the trunk
by Gabor Greif
· 17 years ago
92f1707
first shot at removing Use::Val untested, Use::swap() is definitely not done yet
by Gabor Greif
· 17 years ago
697e94c
Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better.
by Gabor Greif
· 17 years ago
5ef7404
Merge of r51073-51074 from use-diet branch.
by Gabor Greif
· 17 years ago
f6caff66
merge of use-diet branch to trunk
by Gabor Greif
· 17 years ago