summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst usersVedant Kumar2018-07-261-2/+8
* [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFCRoman Tereshin2018-06-011-7/+5
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-21/+21
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-231-4/+9
* Use EXPECT_FALSE instead of EXPECT_EQ(false, ...Momchil Velikov2018-02-141-1/+1
* [DebugInfo] Unify ChecksumKind and Checksum value in DIFileScott Linder2018-02-121-8/+9
* Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ...Momchil Velikov2018-02-121-4/+6
* Revert "[DebugInfo] Improvements to representation of enumeration types (PR36...Momchil Velikov2018-02-071-6/+4
* [DebugInfo] Improvements to representation of enumeration types (PR36168)Momchil Velikov2018-02-071-4/+6
* Add DWARF for discriminated unionsAdrian Prantl2018-02-061-0/+45
* [Metadata] Extend 'count' field of DISubrange to take a metadata nodeSander de Smalen2018-01-241-2/+27
* Add a ProfileCount class to represent entry counts.Easwaran Raman2018-01-171-3/+14
* Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl2017-12-081-0/+12
* Let replaceVTableHolder accept any type.Adrian Prantl2017-11-081-0/+5
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-1/+2
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-2/+1
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-1/+2
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-121-6/+7
* Disable some IR death tests when SEH is availableReid Kleckner2017-08-101-3/+6
* Debug Info: Add a file: field to DIImportedEntity.Adrian Prantl2017-07-191-9/+15
* Align definition of DW_OP_plus with DWARF spec [3/3]Florian Hahn2017-06-141-6/+6
* Align definition of DW_OP_plus with DWARF spec [1/3]Florian Hahn2017-06-131-0/+2
* Re-sort #include lines for unittests. This uses a slightly modifiedChandler Carruth2017-06-061-1/+1
* [IR] De-virtualize ~Value to save a vptrReid Kleckner2017-05-181-1/+1
* Remove line and file from DINamespace.Adrian Prantl2017-04-281-18/+5
* Add support for DW_TAG_thrown_type.Adrian Prantl2017-04-261-50/+62
* [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
OpenPOWER on IntegriCloud