summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
...
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-62/+2
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-13/+12
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+29
* 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 name pointer out of Value into a map that lives on theOwen Anderson2015-06-011-0/+2
* IR / debug info: Add a DWOId field to DICompileUnit,Adrian Prantl2015-05-211-5/+7
* Store intrinsic ID by value in Function instead of a string lookup. NFC.Pete Cooper2015-05-191-5/+0
* IR: Give 'DI' prefix to debug info metadataDuncan P. N. Exon Smith2015-04-291-66/+66
* IR: Add Function metadata attachmentsDuncan P. N. Exon Smith2015-04-241-0/+3
* IR: Extract set logic from Instruction attachments, NFCDuncan P. N. Exon Smith2015-04-241-3/+39
* IR: Remove MDMapTy and MDPairTy typedefs, NFCDuncan P. N. Exon Smith2015-04-241-4/+3
* IR: Rename LLVMContextImpl::MetadataStore to InstructionMetadataDuncan P. N. Exon Smith2015-04-241-4/+3
* Add the i128 builtin type to LLVM.Kit Barton2015-04-171-1/+1
* DebugInfo: Remove 'inlinedAt:' field from MDLocalVariableDuncan P. N. Exon Smith2015-04-151-10/+5
* IR: Rename MDSubrange::getLo() to getLowerBound()Duncan P. N. Exon Smith2015-04-071-5/+7
* DebugInfo: Use MDTypeRef throughout the hierarchyDuncan P. N. Exon Smith2015-04-061-4/+4
* Verifier: Add operand checks for remaining debug infoDuncan P. N. Exon Smith2015-03-301-9/+9
* Verifier: Add operand checks for MDLexicalBlockDuncan P. N. Exon Smith2015-03-301-4/+4
* Verifier: Check operands of MDSubprogram nodesDuncan P. N. Exon Smith2015-03-301-14/+15
* Verifier: Check operands of MDType subclasses and MDCompileUnitDuncan P. N. Exon Smith2015-03-271-34/+35
* Verifier: Check fields of MDVariable subclassesDuncan P. N. Exon Smith2015-03-271-17/+19
* Verifier: Check accessors of MDLocationDuncan P. N. Exon Smith2015-03-261-3/+3
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-14/+14
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-19/+11
* IR: Remove unnecessary fields from MDTemplateParameterDuncan P. N. Exon Smith2015-02-101-25/+10
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+575
* IR: Rename 'operator ==()' to 'isKeyOf()', NFCDuncan P. N. Exon Smith2015-02-051-4/+4
* IR: Reduce boilerplate in DenseMapInfo overrides, NFCDuncan P. N. Exon Smith2015-02-041-91/+63
* IR: Define MDNode uniquing sets automatically, NFCDuncan P. N. Exon Smith2015-02-041-3/+2
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-11/+0
* IR: Change GenericDwarfNode::getHeader() to StringRefDuncan P. N. Exon Smith2015-01-221-2/+2
* IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith2015-01-221-14/+14
* Remove dead leak detector parts that fell out of use in r224703.Benjamin Kramer2015-01-221-4/+0
* [llvm link] Destroy ConstantArrays in LLVMContext if they are not used.Manman Ren2015-01-201-0/+3
* IR: Introduce GenericDwarfNodeDuncan P. N. Exon Smith2015-01-201-8/+53
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-1/+1
* IR: Extract MDNodeOpsKey, NFCDuncan P. N. Exon Smith2015-01-191-23/+48
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-0/+12
* IR: Add MDLocation classDuncan P. N. Exon Smith2015-01-131-0/+43
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-14/+14
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-59/+21
* Turn some DenseMaps that are only used for set operations into DenseSets.Benjamin Kramer2014-12-061-5/+5
* Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP De...Benjamin Kramer2014-12-061-39/+22
* Reformat.NAKAMURA Takumi2014-12-061-26/+18
* Revert "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP Den...Benjamin Kramer2014-12-061-15/+46
* LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps.Benjamin Kramer2014-12-051-46/+15
* Prologue supportPeter Collingbourne2014-12-031-0/+6
* Revert "unique_ptrify LLVMContextImpl::CAZConstants"David Blaikie2014-11-251-4/+1
OpenPOWER on IntegriCloud