summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Bitcode/Writer/ValueEnumerator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [STLExtras] Add distance() for ranges, pred_size(), and succ_size()Vedant Kumar2018-05-101-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [Bitcode] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-051-2/+2
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* [Bitcode] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-09-071-13/+39
* [IR] Switch AttributeList to use an array for O(1) accessReid Kleckner2017-05-231-2/+5
* [IR] Allow attributes with global variablesJaved Absar2017-05-111-2/+5
* Make getSlotAttributes return an AttributeSet instead of a wrapper listReid Kleckner2017-04-241-1/+1
* [Bitcode] Refactor attribute group writing to avoid getSlotAttributesReid Kleckner2017-04-241-6/+6
* Rename AttributeSet to AttributeListReid Kleckner2017-03-211-2/+2
* Cleanup dump() functions.Matthias Braun2017-01-281-1/+4
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-1/+1
* Add an assertion for the value enumerator (bitcode writer) NFCMehdi Amini2016-07-081-1/+6
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-8/+10
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-011-0/+2
* Add support for metadata attachments for global variables.Peter Collingbourne2016-05-311-5/+11
* BitcodeWriter: Emit uniqued subgraphs after all distinct nodesDuncan P. N. Exon Smith2016-04-231-1/+20
* BitcodeWriter: Emit distinct nodes before uniqued nodesDuncan P. N. Exon Smith2016-04-231-6/+18
* ValueEnumerator: Use std::find_if, NFCDuncan P. N. Exon Smith2016-04-231-13/+8
* ValueMapper/Enumerator: Clean up code in post-order traversals, NFCDuncan P. N. Exon Smith2016-04-221-22/+24
* BitcodeWriter: Emit metadata in post-order (again)Duncan P. N. Exon Smith2016-04-211-15/+21
* BitcodeWriter: Break recursion when enumerating Metadata, almost NFCDuncan P. N. Exon Smith2016-04-191-67/+69
* BitcodeWriter: WorkList => Worklist, NFCDuncan P. N. Exon Smith2016-04-181-5/+5
* [GCC] Attribute ifunc support in llvmDmitry Polukhin2016-04-071-0/+17
* Bitcode: Try to emit metadata in function blocksDuncan P. N. Exon Smith2016-04-021-30/+171
* BitcodeWriter: Further unify function metadata, NFCDuncan P. N. Exon Smith2016-04-021-0/+1
* BitcodeWriter: Replace dead code with an assertion, NFCDuncan P. N. Exon Smith2016-03-281-7/+1
* BitcodeWriter: Simplify tracking of function-local metadata, NFCDuncan P. N. Exon Smith2016-03-271-4/+0
* Reapply ~"Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-271-4/+19
* Revert "Bitcode: Collect all MDString records into a single blob"Duncan P. N. Exon Smith2016-03-251-19/+4
* Bitcode: Collect all MDString records into a single blobDuncan P. N. Exon Smith2016-03-251-4/+19
* Bitcode: Use std::stable_partition for reproducible buildsDuncan P. N. Exon Smith2016-03-251-2/+2
* BitcodeWriter: Move abbreviation for GenericDINode; almost NFCDuncan P. N. Exon Smith2016-03-241-2/+1
* BitcodeWriter: Move abbreviation for DILocation; almost NFCDuncan P. N. Exon Smith2016-03-241-2/+1
* Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...Yaron Keren2016-01-291-1/+1
* Rename MDValue* to Metadata* (NFC)Teresa Johnson2015-12-291-8/+8
* Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...Vedant Kumar2015-12-191-8/+28
* Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-28/+8
* Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"Vedant Kumar2015-12-191-8/+28
* [IR] Move optional data in llvm::Function into a hungoff uselistVedant Kumar2015-12-191-28/+8
* BitcodeWriter: Stop using implicit ilist iterator conversion, NFCDuncan P. N. Exon Smith2015-10-131-25/+19
* Use foreach loop over constant operands. NFC.Pete Cooper2015-06-251-3/+1
* 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
* Move the personality function from LandingPadInst to FunctionDavid Majnemer2015-06-171-0/+10
* Rangify several for loops in ValueEnumerator constructor.Yaron Keren2015-06-121-22/+18
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-4/+4
* IR: Add assembly/bitcode support for function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+5
OpenPOWER on IntegriCloud