Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
llvm
/
lib
/
IR
/
User.cpp
f05cb43
Remove redundant includes from lib/IR.
by Michael Zolotukhin
· 8 years ago
96ab872
[IR] De-virtualize ~Value to save a vptr
by Reid Kleckner
· 8 years ago
b250500
Retire llvm::alignOf in favor of C++11 alignof.
by Benjamin Kramer
· 9 years ago
b07fc57
[IR] Teach `llvm::User` to co-allocate a descriptor.
by Sanjoy Das
· 10 years ago
21c1bc4
Rollback of commit "Repress sanitization on User dtor."
by Naomi Musgrave
· 10 years ago
763468b
Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor.
by Naomi Musgrave
· 10 years ago
5f79c66
Revert "Repress sanitization on User dtor. Modify msan macros for applying attribute"
by Naomi Musgrave
· 10 years ago
d8c1a06
Repress sanitization on User dtor. Modify msan macros for applying attribute
by Naomi Musgrave
· 10 years ago
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
f27e441
Tweak wording of alignment static_assert messages.
by James Y Knight
· 10 years ago
8096d34
Fix alignment issues in LLVM.
by James Y Knight
· 10 years ago
b676b01
Move OperandList to be allocated prior to User for hung off subclasses.
by Pete Cooper
· 10 years ago
c91fda3
Added a version of User::new for hung off uses.
by Pete Cooper
· 10 years ago
b4eede2
Rename NumOperands to make it clear its managed by the User. NFC.
by Pete Cooper
· 10 years ago
74510a4
Replace all accesses to User::OperandList with getter and setter methods. NFC.
by Pete Cooper
· 10 years ago
3fc3040
Stop returning a Use* from allocHungOffUses.
by Pete Cooper
· 10 years ago
93f9ff5
Add User::growHungoffUses and use it to grow the hung off uses. NFC.
by Pete Cooper
· 10 years ago
c6c0439
Make User track whether a class has 'hung off uses' and delete them in its destructor.
by Pete Cooper
· 10 years ago
87b925b
Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC.
by Pete Cooper
· 10 years ago
fcece4d
IR: Cleanup comments for Value, User, and MDNode
by Duncan P. N. Exon Smith
· 11 years ago
24fdbe5
Disable Visual C++ warning 4722 about aborting a destructor,
by Yaron Keren
· 12 years ago
7b085a4
In Release modes, Visual Studio complains that the Operator destructor in User.cpp
by Yaron Keren
· 12 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/User.cpp]
ed0881b
Use the new script to sort the includes of every file under lib.
by Chandler Carruth
· 13 years ago
1f6f455
Fix ODR violations: a virtual function must be defined, even if it's never
by Richard Smith
· 13 years ago
3a15e14
Add some missing anchors.
by David Blaikie
· 14 years ago
61ea0e4
Reinstate r133513 (reverted in r133700) with an additional fix for a
by Jay Foad
· 14 years ago
9651312
Revert r133513:
by Eric Christopher
· 14 years ago
a97a2c9
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
by Jay Foad
· 14 years ago
184f3b3
Revert r133435 and r133449 to appease buildbots.
by Chad Rosier
· 14 years ago
e03c05c
Change how PHINodes store their operands.
by Jay Foad
· 14 years ago
5c54d75
Remove the AugmentedUse struct.
by Jay Foad
· 14 years ago
b0c5e35
Simplify User::operator delete().
by Jay Foad
· 15 years ago
fe87364
Remove useless Tag enumeration.
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