1. f05cb43 Remove redundant includes from lib/IR. by Michael Zolotukhin · 8 years ago
  2. 96ab872 [IR] De-virtualize ~Value to save a vptr by Reid Kleckner · 8 years ago
  3. b250500 Retire llvm::alignOf in favor of C++11 alignof. by Benjamin Kramer · 9 years ago
  4. b07fc57 [IR] Teach `llvm::User` to co-allocate a descriptor. by Sanjoy Das · 10 years ago
  5. 21c1bc4 Rollback of commit "Repress sanitization on User dtor." by Naomi Musgrave · 10 years ago
  6. 763468b Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor. by Naomi Musgrave · 10 years ago
  7. 5f79c66 Revert "Repress sanitization on User dtor. Modify msan macros for applying attribute" by Naomi Musgrave · 10 years ago
  8. d8c1a06 Repress sanitization on User dtor. Modify msan macros for applying attribute by Naomi Musgrave · 10 years ago
  9. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  10. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  11. f27e441 Tweak wording of alignment static_assert messages. by James Y Knight · 10 years ago
  12. 8096d34 Fix alignment issues in LLVM. by James Y Knight · 10 years ago
  13. b676b01 Move OperandList to be allocated prior to User for hung off subclasses. by Pete Cooper · 10 years ago
  14. c91fda3 Added a version of User::new for hung off uses. by Pete Cooper · 10 years ago
  15. b4eede2 Rename NumOperands to make it clear its managed by the User. NFC. by Pete Cooper · 10 years ago
  16. 74510a4 Replace all accesses to User::OperandList with getter and setter methods. NFC. by Pete Cooper · 10 years ago
  17. 3fc3040 Stop returning a Use* from allocHungOffUses. by Pete Cooper · 10 years ago
  18. 93f9ff5 Add User::growHungoffUses and use it to grow the hung off uses. NFC. by Pete Cooper · 10 years ago
  19. c6c0439 Make User track whether a class has 'hung off uses' and delete them in its destructor. by Pete Cooper · 10 years ago
  20. 87b925b Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC. by Pete Cooper · 10 years ago
  21. fcece4d IR: Cleanup comments for Value, User, and MDNode by Duncan P. N. Exon Smith · 11 years ago
  22. 24fdbe5 Disable Visual C++ warning 4722 about aborting a destructor, by Yaron Keren · 12 years ago
  23. 7b085a4 In Release modes, Visual Studio complains that the Operator destructor in User.cpp by Yaron Keren · 12 years ago
  24. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  25. ef860a2 Rename VMCore directory to IR. by Chandler Carruth · 13 years ago[Renamed from llvm/lib/VMCore/User.cpp]
  26. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  27. 1f6f455 Fix ODR violations: a virtual function must be defined, even if it's never by Richard Smith · 13 years ago
  28. 3a15e14 Add some missing anchors. by David Blaikie · 14 years ago
  29. 61ea0e4 Reinstate r133513 (reverted in r133700) with an additional fix for a by Jay Foad · 14 years ago
  30. 9651312 Revert r133513: by Eric Christopher · 14 years ago
  31. a97a2c9 Reinstate r133435 and r133449 (reverted in r133499) now that the clang by Jay Foad · 14 years ago
  32. 184f3b3 Revert r133435 and r133449 to appease buildbots. by Chad Rosier · 14 years ago
  33. e03c05c Change how PHINodes store their operands. by Jay Foad · 14 years ago
  34. 5c54d75 Remove the AugmentedUse struct. by Jay Foad · 14 years ago
  35. b0c5e35 Simplify User::operator delete(). by Jay Foad · 15 years ago
  36. fe87364 Remove useless Tag enumeration. by Jay Foad · 15 years ago
  37. 59809c7 Move the implementation of the User class into a new source file, User.cpp. by Jay Foad · 15 years ago