| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | Modularize: Include some required headers | David Blaikie | 2017-11-03 | 1 | -0/+2 |
* | [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-07 | 1 | -28/+33 |
* | [Bitcode] Refactor attribute group writing to avoid getSlotAttributes | Reid Kleckner | 2017-04-24 | 1 | -13/+18 |
* | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -12/+10 |
* | Fix compile with GCC 5 or later | Dimitry Andric | 2016-12-12 | 1 | -1/+1 |
* | IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ... | Peter Collingbourne | 2016-06-21 | 1 | -2/+2 |
* | Add support for metadata attachments for global variables. | Peter Collingbourne | 2016-05-31 | 1 | -2/+2 |
* | BitcodeWriter: Emit uniqued subgraphs after all distinct nodes | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -0/+18 |
* | ValueEnumerator: Use std::find_if, NFC | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -10/+0 |
* | ValueMapper/Enumerator: Clean up code in post-order traversals, NFC | Duncan P. N. Exon Smith | 2016-04-22 | 1 | -3/+18 |
* | BitcodeWriter: Emit metadata in post-order (again) | Duncan P. N. Exon Smith | 2016-04-21 | 1 | -2/+3 |
* | BitcodeWriter: Break recursion when enumerating Metadata, almost NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -4/+5 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-04-18 | 1 | -1/+0 |
* | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -7/+59 |
* | Fix doxygen comments from r265224, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -2/+2 |
* | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -8/+11 |
* | BitcodeWriter: Simplify tracking of function-local metadata, NFC | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -3/+2 |
* | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -3/+12 |
* | Revert "Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -12/+3 |
* | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -3/+12 |
* | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 1 | -2/+0 |
* | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 1 | -2/+0 |
* | One more batch of self-containing headers. | Benjamin Kramer | 2016-01-27 | 1 | -0/+1 |
* | Make more headers self-contained. | Benjamin Kramer | 2016-01-27 | 1 | -0/+1 |
* | Rename MDValue* to Metadata* (NFC) | Teresa Johnson | 2015-12-29 | 1 | -3/+3 |
* | [ThinLTO] Add MODULE_CODE_METADATA_VALUES record | Teresa Johnson | 2015-11-20 | 1 | -0/+1 |
* | 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 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -4/+4 |
* | uselistorder: Thread bit through ValueEnumerator | Duncan P. N. Exon Smith | 2015-04-14 | 1 | -1/+4 |
* | BitcodeWriter: Refactor common computation of bits required for a type index. | David Blaikie | 2015-02-25 | 1 | -0/+1 |
* | Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin... | Aaron Ballman | 2015-02-15 | 1 | -2/+2 |
* | IR: Assembly and bitcode for GenericDebugNode | Duncan P. N. Exon Smith | 2015-02-03 | 1 | -0/+2 |
* | Bitcode: Add ValueEnumerator::getMetadataOrNullID(), NFC | Duncan P. N. Exon Smith | 2015-01-20 | 1 | -1/+8 |
* | AsmParser/Bitcode: Add support for MDLocation | Duncan P. N. Exon Smith | 2015-01-13 | 1 | -0/+2 |
* | Bitcode: Simplify emission of METADATA_BLOCK | Duncan P. N. Exon Smith | 2015-01-12 | 1 | -0/+3 |
* | IR: Split Metadata from Value | Duncan P. N. Exon Smith | 2014-12-09 | 1 | -8/+14 |
* | Pass a reference to ValueEnumerator. | Rafael Espindola | 2014-11-17 | 1 | -2/+2 |
* | IR: Remove dead code in metadata bitcode writing, NFC | Duncan P. N. Exon Smith | 2014-10-21 | 1 | -2/+2 |
* | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
* | Bitcode: Serialize (and recover) use-list order | Duncan P. N. Exon Smith | 2014-07-28 | 1 | -0/+4 |
* | IR: Add COMDATs to the IR | David Majnemer | 2014-06-27 | 1 | -0/+9 |
* | Revert "Give internal classes hidden visibility." | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
* | Give internal classes hidden visibility. | Benjamin Kramer | 2013-09-11 | 1 | -1/+1 |
* | Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s... | Craig Topper | 2013-07-11 | 1 | -1/+1 |
* | Use the AttributeSet as the 'key' to the map instead of the 'raw' pointer. | Bill Wendling | 2013-02-12 | 1 | -3/+3 |
* | Rename AttributeSets to AttributeGroups so that it's more meaningful. | Bill Wendling | 2013-02-11 | 1 | -9/+9 |
* | Add support for attribute groups in the value enumerator. | Bill Wendling | 2013-02-10 | 1 | -0/+14 |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -1/+1 |