| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename DW_AT_LLVM_isysroot to DW_AT_LLVM_sysroot | Adrian Prantl | 2019-12-20 | 1 | -1/+1 |
| * | Fix signed mismatch warnings in MetadataTests.cpp | David Blaikie | 2019-12-03 | 1 | -9/+9 |
| * | [DebugInfo] Make DebugVariable class available in DebugInfoMetadata | stozer | 2019-12-03 | 1 | -0/+38 |
| * | [DebugInfo] Disallow fragmenting DIExpressions with shift operators | stozer | 2019-11-26 | 1 | -0/+43 |
| * | Print quoted backslashes in LLVM IR as \\ instead of \5C | Reid Kleckner | 2019-10-10 | 1 | -1/+1 |
| * | [llvm] Migrate llvm::make_unique to std::make_unique | Jonas Devlieghere | 2019-08-15 | 1 | -3/+3 |
| * | [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC) | Petar Jovanovic | 2019-05-20 | 1 | -1/+5 |
| * | Add optional arg to profile count getters to filter | Xinliang David Li | 2019-04-24 | 1 | -1/+1 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-02-01 | 1 | -2/+3 |
| * | Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it." | James Y Knight | 2019-01-31 | 1 | -3/+2 |
| * | [opaque pointer types] Add a FunctionCallee wrapper type, and use it. | James Y Knight | 2019-01-31 | 1 | -2/+3 |
| * | [llvm] Clarify responsiblity of some of DILocation discriminator APIs | Mircea Trofin | 2019-01-24 | 1 | -11/+17 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [llvm] API for encoding/decoding DWARF discriminators. | Mircea Trofin | 2018-12-21 | 1 | -0/+101 |
| * | [MetadataTest] Fix off-by-one strncpy warning reported by gcc8. (NFC) | Florian Hahn | 2018-11-25 | 1 | -5/+3 |
| * | [DebugInfo] DISubprogram flags get their own flags word. NFC. | Paul Robinson | 2018-11-19 | 1 | -95/+92 |
| * | DebugInfo: Add a CU metadata attribute for use of DWARF ranges base address s... | David Blaikie | 2018-11-13 | 1 | -3/+3 |
| * | Allow null-valued function operands in getCalledFunction() | David Stenberg | 2018-11-02 | 1 | -0/+21 |
| * | Emit template type and value parameter DIEs for template variables. | Matthew Voss | 2018-10-03 | 1 | -31/+45 |
| * | Prevent DILocation::getMergedLocation() from creating invalid metadata. | Adrian Prantl | 2018-08-24 | 1 | -0/+78 |
| * | DebugInfo: Add metadata support for disabling DWARF pub sections | David Blaikie | 2018-08-16 | 1 | -3/+4 |
| * | [DebugInfoMetadata] Added DIFlags interface in DIBasicType. | Adrian Prantl | 2018-08-14 | 1 | -9/+17 |
| * | [DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users | Vedant Kumar | 2018-07-26 | 1 | -2/+8 |
| * | [DebugInfo] Refactoring DIType::setFlags to DIType::cloneWithFlags, NFC | Roman Tereshin | 2018-06-01 | 1 | -7/+5 |
| * | [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label. | Shiva Chen | 2018-05-09 | 1 | -21/+21 |
| * | [DebugInfo] Support DWARF v5 source code embedding extension | Scott Linder | 2018-02-23 | 1 | -4/+9 |
| * | Use EXPECT_FALSE instead of EXPECT_EQ(false, ... | Momchil Velikov | 2018-02-14 | 1 | -1/+1 |
| * | [DebugInfo] Unify ChecksumKind and Checksum value in DIFile | Scott Linder | 2018-02-12 | 1 | -8/+9 |
| * | Re-commit r324489: [DebugInfo] Improvements to representation of enumeration ... | Momchil Velikov | 2018-02-12 | 1 | -4/+6 |
| * | Revert "[DebugInfo] Improvements to representation of enumeration types (PR36... | Momchil Velikov | 2018-02-07 | 1 | -6/+4 |
| * | [DebugInfo] Improvements to representation of enumeration types (PR36168) | Momchil Velikov | 2018-02-07 | 1 | -4/+6 |
| * | Add DWARF for discriminated unions | Adrian Prantl | 2018-02-06 | 1 | -0/+45 |
| * | [Metadata] Extend 'count' field of DISubrange to take a metadata node | Sander de Smalen | 2018-01-24 | 1 | -2/+27 |
| * | Add a ProfileCount class to represent entry counts. | Easwaran Raman | 2018-01-17 | 1 | -3/+14 |
| * | Generalize llvm::replaceDbgDeclare and actually support the use-case that | Adrian Prantl | 2017-12-08 | 1 | -0/+12 |
| * | Let replaceVTableHolder accept any type. | Adrian Prantl | 2017-11-08 | 1 | -0/+5 |
| * | Re-land "Fix Bug 30978 by emitting cv file checksums." | Reid Kleckner | 2017-09-19 | 1 | -1/+2 |
| * | Revert "Fix Bug 30978 by emitting cv file checksums." | Eric Beckmann | 2017-09-16 | 1 | -2/+1 |
| * | Fix Bug 30978 by emitting cv file checksums. | Eric Beckmann | 2017-09-15 | 1 | -1/+2 |
| * | IR: Represent -ggnu-pubnames with a flag on the DICompileUnit. | Peter Collingbourne | 2017-09-12 | 1 | -6/+7 |
| * | Disable some IR death tests when SEH is available | Reid Kleckner | 2017-08-10 | 1 | -3/+6 |
| * | Debug Info: Add a file: field to DIImportedEntity. | Adrian Prantl | 2017-07-19 | 1 | -9/+15 |
| * | Align definition of DW_OP_plus with DWARF spec [3/3] | Florian Hahn | 2017-06-14 | 1 | -6/+6 |
| * | Align definition of DW_OP_plus with DWARF spec [1/3] | Florian Hahn | 2017-06-13 | 1 | -0/+2 |
| * | Re-sort #include lines for unittests. This uses a slightly modified | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [IR] De-virtualize ~Value to save a vptr | Reid Kleckner | 2017-05-18 | 1 | -1/+1 |
| * | Remove line and file from DINamespace. | Adrian Prantl | 2017-04-28 | 1 | -18/+5 |
| * | Add support for DW_TAG_thrown_type. | Adrian Prantl | 2017-04-26 | 1 | -50/+62 |
| * | [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer... | Konstantin Zhuravlyov | 2017-03-08 | 1 | -16/+26 |
| * | Change debug-info-for-profiling from a TargetOption to a function attribute. | Dehao Chen | 2017-02-01 | 1 | -3/+4 |