1. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  2. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  3. c8dc50fa Fix a URL (NFC) by Justin Bogner · 11 years ago
  4. 16f98b2 Fix some doc and comment typos by Alp Toker · 11 years ago
  5. 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
  6. 387e059 [cleanup] Add a getOperandNo method to the Use class and implement it by Chandler Carruth · 12 years ago
  7. 4ffd9d2 [cleanup] Use early exit and simpler temporary variables to clarify the by Chandler Carruth · 12 years ago
  8. 618bd1b [cleanup] Run clang-format over the Use code. It was *really* by Chandler Carruth · 12 years ago
  9. 06d4918 [cleanup] Tidy up and modernize comments and the definition order for by Chandler Carruth · 12 years ago
  10. 7155a7d Fix Casting by David Greene · 13 years ago
  11. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  12. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed from llvm/lib/VMCore/Use.cpp]
  13. c0f6380 Add missing include of <new> by Douglas Gregor · 14 years ago
  14. 5c54d75 Remove the AugmentedUse struct. by Jay Foad · 14 years ago
  15. fe87364 Remove useless Tag enumeration. by Jay Foad · 15 years ago
  16. bbb91f2 Simplify the construction and destruction of Uses. Simplify by Jay Foad · 15 years ago
  17. 59809c7 Move the implementation of the User class into a new source file, User.cpp. by Jay Foad · 15 years ago
  18. d81f3c9 Simplify the allocation and freeing of Users' operand lists, now that by Jay Foad · 15 years ago
  19. 39c06b3 precompute 20 tags by Gabor Greif · 15 years ago
  20. 2960987 fullStopTag cannot happen here, it is handled above by Gabor Greif · 15 years ago
  21. fee4daf get the first few tags from a precomputed table (count can be increased if desired) by Gabor Greif · 15 years ago
  22. 0f5bbb5 Public and private corrections, warned about by icc (#304). by Duncan Sands · 16 years ago
  23. c91aa9b Rearrange operands of the BranchInst, to be able to by Gabor Greif · 17 years ago
  24. 4077dd0 another fix to my previous commit: by Gabor Greif · 17 years ago
  25. 6265ab8 eliminate tabs from my previous commit by Gabor Greif · 17 years ago
  26. 2231c2c Get rid of the tagging functions and use PointerIntPair. by Gabor Greif · 17 years ago
  27. 0bd120e Introduce a typing refinenement on tagged data by Gabor Greif · 17 years ago
  28. 715b9d2 backing out my last commit, it was not intended to go on the trunk by Gabor Greif · 17 years ago
  29. 92f1707 first shot at removing Use::Val untested, Use::swap() is definitely not done yet by Gabor Greif · 17 years ago
  30. 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
  31. 5ef7404 Merge of r51073-51074 from use-diet branch. by Gabor Greif · 17 years ago
  32. f6caff66 merge of use-diet branch to trunk by Gabor Greif · 17 years ago