summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/User.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reinstate MSan suppression of PR24578.Evgenii Stepanov2019-11-221-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove redundant includes from lib/IR.Michael Zolotukhin2017-12-131-1/+0
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-10/+0
* Retire llvm::alignOf in favor of C++11 alignof.Benjamin Kramer2016-10-201-3/+2
* [IR] Teach `llvm::User` to co-allocate a descriptor.Sanjoy Das2015-09-241-3/+61
* Rollback of commit "Repress sanitization on User dtor."Naomi Musgrave2015-08-311-3/+1
* Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor.Naomi Musgrave2015-08-311-1/+3
* Revert "Repress sanitization on User dtor. Modify msan macros for applying at...Naomi Musgrave2015-08-311-3/+1
* Repress sanitization on User dtor. Modify msan macros for applying attributeNaomi Musgrave2015-08-311-1/+3
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Tweak wording of alignment static_assert messages.James Y Knight2015-06-171-3/+4
* Fix alignment issues in LLVM.James Y Knight2015-06-171-0/+6
* Move OperandList to be allocated prior to User for hung off subclasses.Pete Cooper2015-06-121-11/+22
* Added a version of User::new for hung off uses.Pete Cooper2015-06-121-4/+12
* Rename NumOperands to make it clear its managed by the User. NFC.Pete Cooper2015-06-121-2/+3
* Replace all accesses to User::OperandList with getter and setter methods. NFC.Pete Cooper2015-06-121-4/+4
* Stop returning a Use* from allocHungOffUses.Pete Cooper2015-06-101-4/+2
* Add User::growHungoffUses and use it to grow the hung off uses. NFC.Pete Cooper2015-06-101-0/+27
* Make User track whether a class has 'hung off uses' and delete them in its de...Pete Cooper2015-06-101-2/+7
* Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC.Pete Cooper2015-06-101-1/+4
* IR: Cleanup comments for Value, User, and MDNodeDuncan P. N. Exon Smith2014-10-151-3/+0
* Disable Visual C++ warning 4722 about aborting a destructor,Yaron Keren2014-03-251-20/+0
* In Release modes, Visual Studio complains that the Operator destructor in Use...Yaron Keren2014-03-241-0/+20
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+90
OpenPOWER on IntegriCloud