summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-16/+26
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-011-3/+4
* [DebugInfo] Added support for Checksum debug info feature.Amjad Aboud2016-12-251-5/+11
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-201-32/+49
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-49/+32
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-32/+49
* Revert "[IR] Remove the DIExpression field from DIGlobalVariable."Adrian Prantl2016-12-161-49/+32
* [IR] Remove the DIExpression field from DIGlobalVariable.Adrian Prantl2016-12-161-32/+49
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-7/+8
* Add DWARF debug info support for C++11 inline namespaces.Adrian Prantl2016-11-031-6/+14
* DebugInfo: fix incorrect alignment type (NFC)Victor Leschuk2016-10-261-2/+2
* DebugInfo: preparation to implement DW_AT_alignmentVictor Leschuk2016-10-201-26/+49
* DebugInfo: change alignment type from uint64_t to uint32_t to save space.Victor Leschuk2016-10-181-7/+7
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-20/+20
* Formatting with clang-format patch r280700Leny Kholodov2016-09-061-20/+19
* DebugInfo: use strongly typed enum for debug info flagsLeny Kholodov2016-09-061-48/+49
* Revert "DebugInfo: use strongly typed enum for debug info flags"Mehdi Amini2016-09-061-53/+53
* DebugInfo: use strongly typed enum for debug info flagsMehdi Amini2016-09-061-53/+53
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-4/+3
* IR: Drop uniquing when an MDNode Value operand is deletedDuncan P. N. Exon Smith2016-08-031-2/+61
* [codeview] Add DISubprogram::ThisAdjustmentReid Kleckner2016-07-011-59/+63
* IR: Allow metadata attachments on declarations, and fix lazy loaded metadata ...Peter Collingbourne2016-06-211-10/+10
* [DebugInfo] Add calling convention support for DWARF and CodeViewReid Kleckner2016-06-081-8/+23
* Verifier: Simplify and fix issue where we were not verifying unmaterialized f...Peter Collingbourne2016-06-061-0/+5
* IR: Allow multiple global metadata attachments with the same type.Peter Collingbourne2016-06-011-26/+0
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-34/+30
* Add #ifndef NDEBUG markers around EXPECT_DEATH after r267270Duncan P. N. Exon Smith2016-04-231-0/+2
* BitcodeReader: Avoid referencing unresolved nodes from distinct onesDuncan P. N. Exon Smith2016-04-231-0/+75
* Tag the end of an anonymous namespace, NFCDuncan P. N. Exon Smith2016-04-231-1/+1
* [DebugInfo] Correct the assertion introduced in r266509 + update test.Davide Italiano2016-04-161-1/+2
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-37/+40
* Remove every uses of getGlobalContext() in LLVM (but the C API)Mehdi Amini2016-04-141-8/+8
* [DebugInfo] Optimize memory layout of DISubprogram.Davide Italiano2016-04-131-2/+3
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-2/+2
* [ThinLTO] Remove post-pass metadata linking supportTeresa Johnson2016-03-291-14/+0
* Simplify this unittest.Adrian Prantl2016-02-081-5/+2
* Add a unit test for r259973.Adrian Prantl2016-02-081-0/+20
* Add unittest for new CanReplace flag on MDNodesTeresa Johnson2016-01-061-0/+14
* Macro debug info support in LLVM IRAmjad Aboud2015-12-101-2/+13
* [ThinLTO] Support cloning of temporary DILocation metadataTeresa Johnson2015-12-071-0/+8
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-70/+27
* Add a unit test for r248341.Adrian Prantl2015-09-221-1/+1
* DI: Set DILexicalBlock columns >= 65536 to 0/unknownDuncan P. N. Exon Smith2015-08-281-0/+26
* DI: Add Function::getSubprogram()Duncan P. N. Exon Smith2015-08-281-0/+12
* DI: Disallow uniquable DICompileUnitsDuncan P. N. Exon Smith2015-08-031-79/+22
* DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variableDuncan P. N. Exon Smith2015-07-311-31/+27
* DI: Fix unit tests after r243160Duncan P. N. Exon Smith2015-07-241-4/+0
* Add a DIModule metadata node to the IR.Adrian Prantl2015-06-291-0/+34
* IR: Expose ModuleSlotTracker in Value::print()Duncan P. N. Exon Smith2015-06-271-0/+13
* Debug Info IR: Switch DIObjCProperty to use DITypeRef.Adrian Prantl2015-06-151-2/+2
OpenPOWER on IntegriCloud