summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/IR/MetadataTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysrootAdrian Prantl2019-12-201-1/+1
* Fix signed mismatch warnings in MetadataTests.cppDavid Blaikie2019-12-031-9/+9
* [DebugInfo] Make DebugVariable class available in DebugInfoMetadatastozer2019-12-031-0/+38
* [DebugInfo] Disallow fragmenting DIExpressions with shift operatorsstozer2019-11-261-0/+43
* Print quoted backslashes in LLVM IR as \\ instead of \5CReid Kleckner2019-10-101-1/+1
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-3/+3
* [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic2019-05-201-1/+5
* Add optional arg to profile count getters to filterXinliang David Li2019-04-241-1/+1
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-02-011-2/+3
* Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."James Y Knight2019-01-311-3/+2
* [opaque pointer types] Add a FunctionCallee wrapper type, and use it.James Y Knight2019-01-311-2/+3
* [llvm] Clarify responsiblity of some of DILocation discriminator APIsMircea Trofin2019-01-241-11/+17
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [llvm] API for encoding/decoding DWARF discriminators.Mircea Trofin2018-12-211-0/+101
* [MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC)Florian Hahn2018-11-251-5/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-95/+92
* DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s...David Blaikie2018-11-131-3/+3
* Allow null-valued function operands in getCalledFunction()David Stenberg2018-11-021-0/+21
* Emit template type and value parameter DIEs for template variables.Matthew Voss2018-10-031-31/+45
* Prevent DILocation::getMergedLocation() from creating invalid metadata.Adrian Prantl2018-08-241-0/+78
* DebugInfo: Add metadata support for disabling DWARF pub sectionsDavid Blaikie2018-08-161-3/+4
* [DebugInfoMetadata] Added DIFlags interface in DIBasicType.Adrian Prantl2018-08-141-9/+17
* [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
OpenPOWER on IntegriCloud