| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reinstate MSan suppression of PR24578. | Evgenii Stepanov | 2019-11-22 | 1 | -1/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove redundant includes from lib/IR. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| * | [IR] De-virtualize ~Value to save a vptr | Reid Kleckner | 2017-05-18 | 1 | -10/+0 |
| * | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 1 | -3/+2 |
| * | [IR] Teach `llvm::User` to co-allocate a descriptor. | Sanjoy Das | 2015-09-24 | 1 | -3/+61 |
| * | Rollback of commit "Repress sanitization on User dtor." | Naomi Musgrave | 2015-08-31 | 1 | -3/+1 |
| * | Undo reversion on commit: Revert "Revert "Repress sanitization on User dtor. | Naomi Musgrave | 2015-08-31 | 1 | -1/+3 |
| * | Revert "Repress sanitization on User dtor. Modify msan macros for applying at... | Naomi Musgrave | 2015-08-31 | 1 | -3/+1 |
| * | Repress sanitization on User dtor. Modify msan macros for applying attribute | Naomi Musgrave | 2015-08-31 | 1 | -1/+3 |
| * | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 2015-06-23 | 1 | -1/+1 |
| * | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-19 | 1 | -1/+1 |
| * | Tweak wording of alignment static_assert messages. | James Y Knight | 2015-06-17 | 1 | -3/+4 |
| * | Fix alignment issues in LLVM. | James Y Knight | 2015-06-17 | 1 | -0/+6 |
| * | Move OperandList to be allocated prior to User for hung off subclasses. | Pete Cooper | 2015-06-12 | 1 | -11/+22 |
| * | Added a version of User::new for hung off uses. | Pete Cooper | 2015-06-12 | 1 | -4/+12 |
| * | Rename NumOperands to make it clear its managed by the User. NFC. | Pete Cooper | 2015-06-12 | 1 | -2/+3 |
| * | Replace all accesses to User::OperandList with getter and setter methods. NFC. | Pete Cooper | 2015-06-12 | 1 | -4/+4 |
| * | Stop returning a Use* from allocHungOffUses. | Pete Cooper | 2015-06-10 | 1 | -4/+2 |
| * | Add User::growHungoffUses and use it to grow the hung off uses. NFC. | Pete Cooper | 2015-06-10 | 1 | -0/+27 |
| * | Make User track whether a class has 'hung off uses' and delete them in its de... | Pete Cooper | 2015-06-10 | 1 | -2/+7 |
| * | Move the special Phi logic for hung off uses in to User::allocHungOffUses. NFC. | Pete Cooper | 2015-06-10 | 1 | -1/+4 |
| * | IR: Cleanup comments for Value, User, and MDNode | Duncan P. N. Exon Smith | 2014-10-15 | 1 | -3/+0 |
| * | Disable Visual C++ warning 4722 about aborting a destructor, | Yaron Keren | 2014-03-25 | 1 | -20/+0 |
| * | In Release modes, Visual Studio complains that the Operator destructor in Use... | Yaron Keren | 2014-03-24 | 1 | -0/+20 |
| * | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -4/+4 |
| * | Rename VMCore directory to IR. | Chandler Carruth | 2013-01-02 | 1 | -0/+90 |