| Commit message (Expand) | Author | Age | Files | Lines |
* | [STLExtras] Add distance() for ranges, pred_size(), and succ_size() | Vedant Kumar | 2018-05-10 | 1 | -1/+1 |
* | IWYU for llvm-config.h in llvm, additions. | Nico Weber | 2018-04-30 | 1 | -0/+1 |
* | [Bitcode] Change std::sort to llvm::sort in response to r327219 | Mandeep Singh Grang | 2018-04-05 | 1 | -2/+2 |
* | Reverting r315590; it did not include changes for llvm-tblgen, which is causi... | Aaron Ballman | 2017-10-15 | 1 | -1/+1 |
* | [dump] Remove NDEBUG from test to enable dump methods [NFC] | Don Hinton | 2017-10-12 | 1 | -1/+1 |
* | [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa... | Eugene Zelenko | 2017-09-07 | 1 | -13/+39 |
* | [IR] Switch AttributeList to use an array for O(1) access | Reid Kleckner | 2017-05-23 | 1 | -2/+5 |
* | [IR] Allow attributes with global variables | Javed Absar | 2017-05-11 | 1 | -2/+5 |
* | Make getSlotAttributes return an AttributeSet instead of a wrapper list | Reid Kleckner | 2017-04-24 | 1 | -1/+1 |
* | [Bitcode] Refactor attribute group writing to avoid getSlotAttributes | Reid Kleckner | 2017-04-24 | 1 | -6/+6 |
* | Rename AttributeSet to AttributeList | Reid Kleckner | 2017-03-21 | 1 | -2/+2 |
* | Cleanup dump() functions. | Matthias Braun | 2017-01-28 | 1 | -1/+4 |
* | Remove unused lambda captures. NFC | Malcolm Parsons | 2017-01-13 | 1 | -1/+1 |
* | Add an assertion for the value enumerator (bitcode writer) NFC | Mehdi Amini | 2016-07-08 | 1 | -1/+6 |
* | IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ... | Peter Collingbourne | 2016-06-21 | 1 | -8/+10 |
* | IR: Allow multiple global metadata attachments with the same type. | Peter Collingbourne | 2016-06-01 | 1 | -0/+2 |
* | Add support for metadata attachments for global variables. | Peter Collingbourne | 2016-05-31 | 1 | -5/+11 |
* | BitcodeWriter: Emit uniqued subgraphs after all distinct nodes | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -1/+20 |
* | BitcodeWriter: Emit distinct nodes before uniqued nodes | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -6/+18 |
* | ValueEnumerator: Use std::find_if, NFC | Duncan P. N. Exon Smith | 2016-04-23 | 1 | -13/+8 |
* | ValueMapper/Enumerator: Clean up code in post-order traversals, NFC | Duncan P. N. Exon Smith | 2016-04-22 | 1 | -22/+24 |
* | BitcodeWriter: Emit metadata in post-order (again) | Duncan P. N. Exon Smith | 2016-04-21 | 1 | -15/+21 |
* | BitcodeWriter: Break recursion when enumerating Metadata, almost NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -67/+69 |
* | BitcodeWriter: WorkList => Worklist, NFC | Duncan P. N. Exon Smith | 2016-04-18 | 1 | -5/+5 |
* | [GCC] Attribute ifunc support in llvm | Dmitry Polukhin | 2016-04-07 | 1 | -0/+17 |
* | Bitcode: Try to emit metadata in function blocks | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -30/+171 |
* | BitcodeWriter: Further unify function metadata, NFC | Duncan P. N. Exon Smith | 2016-04-02 | 1 | -0/+1 |
* | BitcodeWriter: Replace dead code with an assertion, NFC | Duncan P. N. Exon Smith | 2016-03-28 | 1 | -7/+1 |
* | BitcodeWriter: Simplify tracking of function-local metadata, NFC | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -4/+0 |
* | Reapply ~"Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 2016-03-27 | 1 | -4/+19 |
* | Revert "Bitcode: Collect all MDString records into a single blob" | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -19/+4 |
* | Bitcode: Collect all MDString records into a single blob | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -4/+19 |
* | Bitcode: Use std::stable_partition for reproducible builds | Duncan P. N. Exon Smith | 2016-03-25 | 1 | -2/+2 |
* | BitcodeWriter: Move abbreviation for GenericDINode; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 1 | -2/+1 |
* | BitcodeWriter: Move abbreviation for DILocation; almost NFC | Duncan P. N. Exon Smith | 2016-03-24 | 1 | -2/+1 |
* | Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591... | Yaron Keren | 2016-01-29 | 1 | -1/+1 |
* | Rename MDValue* to Metadata* (NFC) | Teresa Johnson | 2015-12-29 | 1 | -8/+8 |
* | Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -28/+8 |
* | Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use... | Vedant Kumar | 2015-12-19 | 1 | -8/+28 |
* | Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -28/+8 |
* | Revert "[IR] Move optional data in llvm::Function into a hungoff uselist" | Vedant Kumar | 2015-12-19 | 1 | -8/+28 |
* | [IR] Move optional data in llvm::Function into a hungoff uselist | Vedant Kumar | 2015-12-19 | 1 | -28/+8 |
* | BitcodeWriter: Stop using implicit ilist iterator conversion, NFC | Duncan P. N. Exon Smith | 2015-10-13 | 1 | -25/+19 |
* | Use foreach loop over constant operands. NFC. | Pete Cooper | 2015-06-25 | 1 | -3/+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 |
* | Move the personality function from LandingPadInst to Function | David Majnemer | 2015-06-17 | 1 | -0/+10 |
* | Rangify several for loops in ValueEnumerator constructor. | Yaron Keren | 2015-06-12 | 1 | -22/+18 |
* | IR: Give 'DI' prefix to debug info metadata | Duncan P. N. Exon Smith | 2015-04-29 | 1 | -4/+4 |
* | IR: Add assembly/bitcode support for function metadata attachments | Duncan P. N. Exon Smith | 2015-04-24 | 1 | -0/+5 |