Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ... | Peter Collingbourne | 1 | -2/+2 |
2016-05-31 | Add support for metadata attachments for global variables. | Peter Collingbourne | 1 | -2/+2 |
2016-04-23 | BitcodeWriter: Emit uniqued subgraphs after all distinct nodes | Duncan P. N. Exon Smith | 1 | -0/+18 |
2016-04-23 | ValueEnumerator: Use std::find_if, NFC | Duncan P. N. Exon Smith | 1 | -10/+0 |
2016-04-22 | ValueMapper/Enumerator: Clean up code in post-order traversals, NFC | Duncan P. N. Exon Smith | 1 | -3/+18 |
2016-04-21 | BitcodeWriter: Emit metadata in post-order (again) | Duncan P. N. Exon Smith | 1 | -2/+3 |
2016-04-19 | BitcodeWriter: Break recursion when enumerating Metadata, almost NFC | Duncan P. N. Exon Smith | 1 | -4/+5 |
2016-04-18 | [NFC] Header cleanup | Mehdi Amini | 1 | -1/+0 |
2016-04-02 | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith | 1 | -7/+59 |
2016-04-02 | Fix doxygen comments from r265224, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2016-04-02 | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 1 | -8/+11 |
2016-03-27 | BitcodeWriter: Simplify tracking of function-local metadata, NFC | Duncan P. N. Exon Smith | 1 | -3/+2 |
2016-03-27 | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 1 | -3/+12 |
2016-03-25 | Revert "Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 1 | -12/+3 |
2016-03-25 | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith | 1 | -3/+12 |
2016-03-24 | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith | 1 | -2/+0 |
2016-03-24 | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith | 1 | -2/+0 |
2016-01-27 | One more batch of self-containing headers. | Benjamin Kramer | 1 | -0/+1 |
2016-01-27 | Make more headers self-contained. | Benjamin Kramer | 1 | -0/+1 |
2015-12-29 | Rename MDValue* to Metadata* (NFC) | Teresa Johnson | 1 | -3/+3 |
2015-11-20 | [ThinLTO] Add MODULE_CODE_METADATA_VALUES record | Teresa Johnson | 1 | -0/+1 |
2015-06-23 | Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) | Alexander Kornienko | 1 | -1/+1 |
2015-06-19 | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 1 | -1/+1 |
2015-04-29 | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 1 | -4/+4 |
2015-04-14 | uselistorder: Thread bit through ValueEnumerator | Duncan P. N. Exon Smith | 1 | -1/+4 |
2015-02-25 | BitcodeWriter: Refactor common computation of bits required for a type index. | David Blaikie | 1 | -0/+1 |
2015-02-15 | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 1 | -2/+2 |
2015-02-03 | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 1 | -0/+2 |
2015-01-20 | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith | 1 | -1/+8 |
2015-01-13 | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 1 | -0/+2 |
2015-01-12 | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith | 1 | -0/+3 |
2014-12-09 | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 1 | -8/+14 |
2014-11-17 | Pass a reference to ValueEnumerator. | Rafael Espindola | 1 | -2/+2 |
2014-10-21 | IR: Remove dead code in metadata bitcode writing, NFC | Duncan P. N. Exon Smith | 1 | -2/+2 |
2014-08-13 | Canonicalize header guards into a common format. | Benjamin Kramer | 1 | -2/+2 |
2014-07-28 | Bitcode: Serialize (and recover) use-list order | Duncan P. N. Exon Smith | 1 | -0/+4 |
2014-06-27 | IR: Add COMDATs to the IR | David Majnemer | 1 | -0/+9 |
2013-09-11 | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 1 | -1/+1 |
2013-09-11 | Give internal classes hidden visibility. | Benjamin Kramer | 1 | -1/+1 |
2013-07-11 | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 1 | -1/+1 |
2013-02-12 | Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. | Bill Wendling | 1 | -3/+3 |
2013-02-11 | Rename AttributeSets to AttributeGroups so that it's more meaningful. | Bill Wendling | 1 | -9/+9 |
2013-02-10 | Add support for attribute groups in the value enumerator. | Bill Wendling | 1 | -0/+14 |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 1 | -1/+1 |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 1 | -2/+2 |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling | 1 | -5/+5 |
2012-11-25 | Code Custodian: | Joe Abbey | 1 | -10/+10 |
2012-09-15 | Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments. | Craig Topper | 1 | -3/+3 |
2011-12-07 | ValueEnumerator - debug dump(). | Chad Rosier | 1 | -0/+4 |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 1 | -4/+4 |